The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GeoJSONKitTurf with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maparoni/GeoJSONKit-Turf.git
Reference: 0.1.7
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/maparoni/GeoJSONKit-Turf
 * tag               0.1.7      -> FETCH_HEAD
HEAD is now at 890d5ee Adds GeoJSON.LineString.fretchedDistance (#15)
Cloned https://github.com/maparoni/GeoJSONKit-Turf.git
Revision (git rev-parse @):
890d5eee12701f556228a1558ae97f0d6363cd20
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/maparoni/GeoJSONKit-Turf.git at 0.1.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/maparoni/GeoJSONKit-Turf.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/maparoni/geojsonkit.git
Fetching https://github.com/apple/swift-argument-parser
[1/341] Fetching geojsonkit
[339/11776] Fetching geojsonkit, swift-argument-parser
Fetched https://github.com/maparoni/geojsonkit.git from cache (0.61s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.61s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.1.2 (0.41s)
Computing version for https://github.com/maparoni/geojsonkit.git
Computed https://github.com/maparoni/geojsonkit.git at 0.5.2 (0.42s)
Creating working copy for https://github.com/maparoni/geojsonkit.git
Working copy of https://github.com/maparoni/geojsonkit.git resolved at 0.5.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.1.2
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/18] Emitting module ArgumentParserToolInfo
[8/18] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/19] Wrapping AST for ArgumentParserToolInfo for debugging
[11/55] Emitting module ArgumentParser
[12/59] Compiling ArgumentParser EnumerableFlag.swift
[13/59] Compiling ArgumentParser ExpressibleByArgument.swift
[14/59] Compiling ArgumentParser ParsableArguments.swift
[15/59] Compiling ArgumentParser ParsableArgumentsValidation.swift
[16/59] Compiling ArgumentParser ParsableCommand.swift
[17/59] Compiling ArgumentParser ArgumentHelp.swift
[18/59] Compiling ArgumentParser ArgumentVisibility.swift
[19/59] Compiling ArgumentParser CompletionKind.swift
[20/59] Compiling ArgumentParser Errors.swift
[21/59] Compiling ArgumentParser Flag.swift
[22/59] Compiling ArgumentParser NameSpecification.swift
[23/59] Compiling ArgumentParser Option.swift
[24/59] Compiling ArgumentParser OptionGroup.swift
[25/59] Compiling ArgumentParser AsyncParsableCommand.swift
[26/59] Compiling ArgumentParser CommandConfiguration.swift
[27/59] Compiling ArgumentParser Name.swift
[28/59] Compiling ArgumentParser Parsed.swift
[29/59] Compiling ArgumentParser ParsedValues.swift
[30/59] Compiling ArgumentParser ParserError.swift
[31/59] Compiling ArgumentParser SplitArguments.swift
[32/59] Compiling ArgumentParser BashCompletionsGenerator.swift
[33/59] Compiling ArgumentParser CompletionsGenerator.swift
[34/59] Compiling ArgumentParser FishCompletionsGenerator.swift
[35/59] Compiling ArgumentParser ZshCompletionsGenerator.swift
[36/59] Compiling ArgumentParser Argument.swift
[37/59] Compiling GeoJSONKit GeoJSON+Codable.swift
[38/59] Emitting module GeoJSONKit
[39/59] Compiling GeoJSONKit GeoJSON.swift
[40/60] Compiling ArgumentParser CollectionExtensions.swift
[41/60] Compiling ArgumentParser SequenceExtensions.swift
[42/60] Compiling ArgumentParser StringExtensions.swift
[43/60] Compiling ArgumentParser Tree.swift
[44/60] Wrapping AST for GeoJSONKit for debugging
[46/75] Compiling ArgumentParser DumpHelpGenerator.swift
[47/75] Compiling ArgumentParser HelpCommand.swift
[48/75] Compiling ArgumentParser HelpGenerator.swift
[49/75] Compiling ArgumentParser MessageInfo.swift
[50/75] Compiling ArgumentParser UsageGenerator.swift
[51/75] Emitting module GeoJSONKitTurf
[52/77] Compiling GeoJSONKitTurf Turf+BoundingBox.swift
[53/77] Compiling GeoJSONKitTurf Turf+GeometryObject.swift
[54/77] Compiling GeoJSONKitTurf Turf+Polygon.swift
[55/77] Compiling GeoJSONKitTurf Turf.swift
[56/77] Compiling GeoJSONKitTurf DouglasPeucker.swift
[57/77] Compiling GeoJSONKitTurf MonotoneChain.swift
[58/77] Compiling GeoJSONKitTurf Spline.swift
[61/77] Compiling GeoJSONKitTurf Position+Helpers.swift
[62/77] Compiling GeoJSONKitTurf RadianCoordinate2D.swift
[64/78] Compiling GeoJSONKitTurf CoreLocation.swift
[65/78] Compiling GeoJSONKitTurf GeoJSON+Helpers.swift
[68/78] Compiling GeoJSONKitTurf Simplify.swift
[70/78] Compiling GeoJSONKitTurf ClosestCoordinate.swift
[71/78] Compiling GeoJSONKitTurf ConvexHull.swift
[71/78] Wrapping AST for ArgumentParser for debugging
[73/78] Compiling GeoJSONKitTurf Turf+LineString.swift
[74/78] Compiling GeoJSONKitTurf Turf+LinearRing.swift
[75/79] Wrapping AST for GeoJSONKitTurf for debugging
[77/81] Compiling GeoKitten main.swift
[78/81] Emitting module GeoKitten
[79/82] Wrapping AST for GeoKitten for debugging
[80/82] Write Objects.LinkFileList
[81/82] Linking geokitten
Build complete! (12.19s)
Build complete.
Done.

Build Machine: Linux 1