The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of GeoJSONKitTurf, reference main (7bd969), with Swift 6.1 for Linux on 27 Apr 2025 15:22:09 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maparoni/GeoJSONKit-Turf.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7bd969f Add `GeoJSON.LineString.encodedPolyline()` (#25)
Cloned https://github.com/maparoni/GeoJSONKit-Turf.git
Revision (git rev-parse @):
7bd969fba8dcfc086fccf4b07251740d493aa71a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/maparoni/GeoJSONKit-Turf.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/maparoni/GeoJSONKit-Turf.git
https://github.com/maparoni/GeoJSONKit-Turf.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "geojsonkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/maparoni/geojsonkit.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "GeoJSONKitTurf",
  "name" : "GeoJSONKitTurf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "xros",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "GeoJSONKitTurf",
      "targets" : [
        "GeoJSONKitTurf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "geokitten",
      "targets" : [
        "GeoKitten"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoKitten",
      "module_type" : "SwiftTarget",
      "name" : "GeoKitten",
      "path" : "Sources/GeoKitten",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "geokitten"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "GeoJSONKitTurf"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GeoJSONKitTurfTests",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSONKitTurfTests",
      "path" : "Tests/GeoJSONKitTurfTests",
      "sources" : [
        "BoundingBoxTests.swift",
        "EncodedPolylineTests.swift",
        "Fixture.swift",
        "LineStringTests.swift",
        "MultiPolygonTests.swift",
        "PolygonTests.swift",
        "PositionTests.swift",
        "RadianCoordinate2DTests.swift",
        "TurfTests.swift",
        "XCTest+Save.swift"
      ],
      "target_dependencies" : [
        "GeoJSONKitTurf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoJSONKitTurf",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSONKitTurf",
      "path" : "Sources/GeoJSONKitTurf",
      "product_dependencies" : [
        "GeoJSONKit"
      ],
      "product_memberships" : [
        "GeoJSONKitTurf",
        "geokitten"
      ],
      "sources" : [
        "ClosestCoordinate.swift",
        "ConvexHull.swift",
        "CoreLocation.swift",
        "GeoJSON+Helpers.swift",
        "GeoJSON+LineString+EncodedPolyline.swift",
        "Position+Helpers.swift",
        "RadianCoordinate2D.swift",
        "Simplify.swift",
        "Turf+BoundingBox.swift",
        "Turf+GeometryObject.swift",
        "Turf+LineString.swift",
        "Turf+LinearRing.swift",
        "Turf+Polygon.swift",
        "Turf.swift",
        "algorithms/DouglasPeucker.swift",
        "algorithms/MonotoneChain.swift",
        "algorithms/Spline.swift",
        "algorithms/SutherlandHodgeman.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/maparoni/geojsonkit.git
[1/362] Fetching geojsonkit
[360/15312] Fetching geojsonkit, swift-argument-parser
Fetched https://github.com/maparoni/geojsonkit.git from cache (1.77s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.79s)
Computing version for https://github.com/maparoni/geojsonkit.git
Computed https://github.com/maparoni/geojsonkit.git at 0.6.0 (2.92s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.06s)
Creating working copy for https://github.com/maparoni/geojsonkit.git
Working copy of https://github.com/maparoni/geojsonkit.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/14] Write sources
[6/14] Write swift-version-24593BA9C3E375BF.txt
[8/19] Emitting module ArgumentParserToolInfo
[9/19] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/20] Wrapping AST for ArgumentParserToolInfo for debugging
[12/58] Compiling ArgumentParser ArgumentVisibility.swift
[13/58] Compiling ArgumentParser CompletionKind.swift
[14/58] Compiling ArgumentParser Errors.swift
[15/58] Compiling ArgumentParser Flag.swift
[16/58] Compiling ArgumentParser NameSpecification.swift
[17/58] Compiling ArgumentParser Option.swift
[18/63] Emitting module GeoJSONKit
[19/63] Compiling GeoJSONKit GeoJSON+Codable.swift
[20/63] Compiling GeoJSONKit GeoJSON.swift
[22/64] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/64] Compiling ArgumentParser CompletionsGenerator.swift
[24/64] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/64] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/64] Compiling ArgumentParser Argument.swift
[27/64] Compiling ArgumentParser ArgumentHelp.swift
[27/64] Wrapping AST for GeoJSONKit for debugging
[29/81] Compiling ArgumentParser DumpHelpGenerator.swift
[30/81] Compiling ArgumentParser HelpCommand.swift
[31/81] Compiling ArgumentParser HelpGenerator.swift
[32/81] Compiling ArgumentParser MessageInfo.swift
[33/81] Compiling ArgumentParser UsageGenerator.swift
[34/81] Compiling ArgumentParser Name.swift
[35/81] Compiling ArgumentParser Parsed.swift
[36/81] Compiling ArgumentParser ParsedValues.swift
[37/81] Compiling ArgumentParser ParserError.swift
[38/81] Compiling ArgumentParser SplitArguments.swift
[39/81] Emitting module GeoJSONKitTurf
[40/81] Compiling GeoJSONKitTurf ClosestCoordinate.swift
[41/81] Compiling GeoJSONKitTurf ConvexHull.swift
[42/81] Compiling GeoJSONKitTurf CoreLocation.swift
[43/83] Emitting module ArgumentParser
[44/83] Compiling GeoJSONKitTurf SutherlandHodgeman.swift
[45/83] Compiling ArgumentParser ParsableArguments.swift
[46/83] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/83] Compiling ArgumentParser ParsableCommand.swift
[48/83] Compiling ArgumentParser ArgumentDecoder.swift
[49/83] Compiling GeoJSONKitTurf Turf+Polygon.swift
[50/83] Compiling GeoJSONKitTurf Turf.swift
[51/83] Compiling GeoJSONKitTurf DouglasPeucker.swift
[52/83] Compiling GeoJSONKitTurf MonotoneChain.swift
[53/83] Compiling GeoJSONKitTurf Spline.swift
[54/83] Compiling ArgumentParser OptionGroup.swift
[55/83] Compiling ArgumentParser AsyncParsableCommand.swift
[56/83] Compiling ArgumentParser CommandConfiguration.swift
[57/83] Compiling ArgumentParser CommandGroup.swift
[58/83] Compiling ArgumentParser EnumerableFlag.swift
[63/83] Compiling GeoJSONKitTurf GeoJSON+Helpers.swift
[64/83] Compiling GeoJSONKitTurf GeoJSON+LineString+EncodedPolyline.swift
[65/83] Compiling GeoJSONKitTurf Position+Helpers.swift
[66/83] Compiling GeoJSONKitTurf RadianCoordinate2D.swift
[67/83] Compiling GeoJSONKitTurf Simplify.swift
[68/83] Compiling ArgumentParser CollectionExtensions.swift
[69/83] Compiling ArgumentParser Platform.swift
[70/83] Compiling ArgumentParser SequenceExtensions.swift
[71/83] Compiling ArgumentParser StringExtensions.swift
[72/83] Compiling ArgumentParser Tree.swift
[76/84] Compiling GeoJSONKitTurf Turf+BoundingBox.swift
[77/84] Compiling GeoJSONKitTurf Turf+GeometryObject.swift
[78/84] Compiling GeoJSONKitTurf Turf+LineString.swift
[79/84] Compiling GeoJSONKitTurf Turf+LinearRing.swift
[79/85] Wrapping AST for ArgumentParser for debugging
[81/85] Wrapping AST for GeoJSONKitTurf for debugging
[83/87] Emitting module GeoKitten
[84/87] Compiling GeoKitten main.swift
[85/88] Wrapping AST for GeoKitten for debugging
[86/88] Write Objects.LinkFileList
[87/88] Linking geokitten
Build complete! (33.79s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "geojsonkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/maparoni/geojsonkit.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "GeoJSONKitTurf",
  "name" : "GeoJSONKitTurf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "xros",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "GeoJSONKitTurf",
      "targets" : [
        "GeoJSONKitTurf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "geokitten",
      "targets" : [
        "GeoKitten"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoKitten",
      "module_type" : "SwiftTarget",
      "name" : "GeoKitten",
      "path" : "Sources/GeoKitten",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "geokitten"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "GeoJSONKitTurf"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "GeoJSONKitTurfTests",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSONKitTurfTests",
      "path" : "Tests/GeoJSONKitTurfTests",
      "sources" : [
        "BoundingBoxTests.swift",
        "EncodedPolylineTests.swift",
        "Fixture.swift",
        "LineStringTests.swift",
        "MultiPolygonTests.swift",
        "PolygonTests.swift",
        "PositionTests.swift",
        "RadianCoordinate2DTests.swift",
        "TurfTests.swift",
        "XCTest+Save.swift"
      ],
      "target_dependencies" : [
        "GeoJSONKitTurf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoJSONKitTurf",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSONKitTurf",
      "path" : "Sources/GeoJSONKitTurf",
      "product_dependencies" : [
        "GeoJSONKit"
      ],
      "product_memberships" : [
        "GeoJSONKitTurf",
        "geokitten"
      ],
      "sources" : [
        "ClosestCoordinate.swift",
        "ConvexHull.swift",
        "CoreLocation.swift",
        "GeoJSON+Helpers.swift",
        "GeoJSON+LineString+EncodedPolyline.swift",
        "Position+Helpers.swift",
        "RadianCoordinate2D.swift",
        "Simplify.swift",
        "Turf+BoundingBox.swift",
        "Turf+GeometryObject.swift",
        "Turf+LineString.swift",
        "Turf+LinearRing.swift",
        "Turf+Polygon.swift",
        "Turf.swift",
        "algorithms/DouglasPeucker.swift",
        "algorithms/MonotoneChain.swift",
        "algorithms/Spline.swift",
        "algorithms/SutherlandHodgeman.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.