The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of gis-tools, reference main (c1321e), with Swift 5.10 for Linux on 23 Apr 2025 16:55:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Outdooractive/gis-tools.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/Outdooractive/gis-tools
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c1321ed Make a few enums conform to Sendable
Cloned https://github.com/Outdooractive/gis-tools.git
Revision (git rev-parse @):
c1321ed20896aa9983364815b114ad6cd757f0fe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/gis-tools.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Outdooractive/gis-tools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/84] Emitting module GISTools
[4/95] Compiling GISTools Along.swift
[5/95] Compiling GISTools Area.swift
[6/95] Compiling GISTools Bearing.swift
[7/95] Compiling GISTools BooleanClockwise.swift
[8/95] Compiling GISTools BooleanCrosses.swift
[9/95] Compiling GISTools BooleanDisjoint.swift
[10/95] Compiling GISTools BooleanIntersects.swift
[11/95] Compiling GISTools BooleanOverlap.swift
[12/95] Compiling GISTools BooleanParallel.swift
[13/95] Compiling GISTools BooleanPointInPolygon.swift
[14/95] Compiling GISTools BooleanPointOnLine.swift
[15/95] Compiling GISTools BoundingBoxClip.swift
[16/95] Compiling GISTools BoundingBoxPosition.swift
[17/95] Compiling GISTools Buffer.swift
[18/95] Compiling GISTools Center.swift
[19/95] Compiling GISTools Circle.swift
[20/95] Compiling GISTools Conversions.swift
[21/95] Compiling GISTools Destination.swift
[22/95] Compiling GISTools Distance.swift
[23/95] Compiling GISTools EnumerateCoordinates.swift
[24/95] Compiling GISTools EnumerateProperties.swift
[25/95] Compiling GISTools Flatten.swift
[26/95] Compiling GISTools FrechetDistance.swift
[27/95] Compiling GISTools Length.swift
[28/95] Compiling GISTools MultiPolygon.swift
[29/95] Compiling GISTools Point.swift
[30/95] Compiling GISTools Polygon.swift
[31/95] Compiling GISTools Polyline.swift
[32/95] Compiling GISTools Projectable.swift
[33/95] Compiling GISTools Projection.swift
[34/95] Compiling GISTools RTree.swift
[35/95] Compiling GISTools Ring.swift
[36/95] Compiling GISTools WKBCoder.swift
[37/95] Compiling GISTools WKTCoder.swift
[38/95] Compiling GISTools MapTile.swift
[39/95] Compiling GISTools DoubleExtensions.swift
[40/95] Compiling GISTools EquatableExtensions.swift
[41/95] Compiling GISTools FeatureIdentifierExtensions.swift
[42/95] Compiling GISTools FixedWidthIntegerExtensions.swift
[43/95] Compiling GISTools IntExtensions.swift
[44/95] Compiling GISTools SetExtensions.swift
[45/95] Compiling GISTools StringExtensions.swift
[46/95] Compiling GISTools GISTool.swift
[47/95] Compiling GISTools BoundingBox.swift
[48/95] Compiling GISTools BoundingBoxRepresentable.swift
[49/95] Compiling GISTools Coordinate3D.swift
[50/95] Compiling GISTools PointOnFeature.swift
[51/95] Compiling GISTools PointToLineDistance.swift
[52/95] Compiling GISTools PointsWithinPolygon.swift
[53/95] Compiling GISTools PoleOfInaccessibility.swift
[54/95] Compiling GISTools PolygonToLine.swift
[55/95] Compiling GISTools Reverse.swift
[56/95] Compiling GISTools Rewind.swift
[57/95] Compiling GISTools RhumbBearing.swift
[58/95] Compiling GISTools RhumbDestination.swift
[59/95] Compiling GISTools RhumbDistance.swift
[60/95] Compiling GISTools Simplify.swift
[61/95] Compiling GISTools TileCover.swift
[62/95] Compiling GISTools LineArc.swift
[63/95] Compiling GISTools LineChunk.swift
[64/95] Compiling GISTools LineIntersect.swift
[65/95] Compiling GISTools LineOverlap.swift
[66/95] Compiling GISTools LineSegments.swift
[67/95] Compiling GISTools LineSlice.swift
[68/95] Compiling GISTools LineSliceAlong.swift
[69/95] Compiling GISTools MidPoint.swift
[70/95] Compiling GISTools NearestPoint.swift
[71/95] Compiling GISTools NearestPointOnFeature.swift
[72/95] Compiling GISTools NearestPointOnLine.swift
[73/95] Compiling GISTools NearestPointToLine.swift
[74/95] Compiling GISTools Feature.swift
[75/95] Compiling GISTools FeatureCollection.swift
[76/95] Compiling GISTools GeoJson.swift
[77/95] Compiling GISTools GeoJsonCodable.swift
[78/95] Compiling GISTools GeoJsonConvertible.swift
[79/95] Compiling GISTools GeoJsonReader.swift
[80/95] Compiling GISTools GeometryCollection.swift
[81/95] Compiling GISTools LineSegment.swift
[82/95] Compiling GISTools LineString.swift
[83/95] Compiling GISTools MultiLineString.swift
[84/95] Compiling GISTools MultiPoint.swift
[85/95] Compiling GISTools TransformCoordinates.swift
[86/95] Compiling GISTools TransformRotate.swift
[87/95] Compiling GISTools TransformScale.swift
[88/95] Compiling GISTools TransformTranslate.swift
[89/95] Compiling GISTools Truncate.swift
[90/95] Compiling GISTools Union.swift
[91/95] Compiling GISTools Validatable.swift
[92/95] Compiling GISTools ArrayExtensions.swift
[93/95] Compiling GISTools Benchmark.swift
[94/95] Compiling GISTools CLLocationDegreesExtensions.swift
[95/95] Compiling GISTools DataExtensions.swift
Build complete! (11.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "gis-tools",
  "name" : "gis-tools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "GISTools",
      "targets" : [
        "GISTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GISToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "GISToolsTests",
      "path" : "Tests/GISToolsTests",
      "sources" : [
        "Algorithms/AlongTests.swift",
        "Algorithms/AreaTests.swift",
        "Algorithms/BearingTests.swift",
        "Algorithms/BooleanClockwiseTests.swift",
        "Algorithms/BooleanDisjointTests.swift",
        "Algorithms/BooleanOverlapTests.swift",
        "Algorithms/BooleanParallelTests.swift",
        "Algorithms/BoundingBoxClipTests.swift",
        "Algorithms/CircleTests.swift",
        "Algorithms/ConversionTests.swift",
        "Algorithms/DestinationTests.swift",
        "Algorithms/DistanceTests.swift",
        "Algorithms/FlattenTests.swift",
        "Algorithms/FrechetDistanceTests.swift",
        "Algorithms/LengthTests.swift",
        "Algorithms/LineArcTests.swift",
        "Algorithms/LineChunkTests.swift",
        "Algorithms/LineIntersectionTests.swift",
        "Algorithms/LineOverlapTests.swift",
        "Algorithms/LineSegmentsTests.swift",
        "Algorithms/LineSliceAlongTests.swift",
        "Algorithms/LineSliceTests.swift",
        "Algorithms/MidPointTests.swift",
        "Algorithms/NearestCoordinateOnLineTests.swift",
        "Algorithms/PointToLineDistanceTests.swift",
        "Algorithms/ProjectionTests.swift",
        "Algorithms/ReverseTests.swift",
        "Algorithms/RewindTests.swift",
        "Algorithms/RhumbBearingTests.swift",
        "Algorithms/RhumbDestinationTests.swift",
        "Algorithms/RhumbDistanceTests.swift",
        "Algorithms/SimplifyTests.swift",
        "Algorithms/TileCoverTests.swift",
        "Algorithms/TransformCoordinatesTests.swift",
        "Algorithms/TransformRotateTests.swift",
        "Algorithms/TransformScaleTests.swift",
        "Algorithms/TransformTranslateTests.swift",
        "Algorithms/TruncateTests.swift",
        "Extensions/ArrayExtensionsTests.swift",
        "Extensions/DoubleExtensionsTests.swift",
        "Extensions/IntExtensionsTests.swift",
        "GeoJson/BoundingBoxTests.swift",
        "GeoJson/CoordinateTests.swift",
        "GeoJson/FeatureCollectionTests.swift",
        "GeoJson/FeatureTests.swift",
        "GeoJson/GeometryCollectionTests.swift",
        "GeoJson/LineStringTests.swift",
        "GeoJson/MultiLineStringTests.swift",
        "GeoJson/MultiPointTests.swift",
        "GeoJson/MultiPolygonTests.swift",
        "GeoJson/PointTests.swift",
        "GeoJson/PolygonTests.swift",
        "GeoJson/PolylineTests.swift",
        "GeoJson/RTreeTests.swift",
        "GeoJson/ReaderTests.swift",
        "GeoJson/SwiftDataTests.swift",
        "GeoJson/WKBTests.swift",
        "GeoJson/WKTTests.swift",
        "Helpers/TestData.swift",
        "Other/MapTileTests.swift"
      ],
      "target_dependencies" : [
        "GISTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GISTools",
      "module_type" : "SwiftTarget",
      "name" : "GISTools",
      "path" : "Sources/GISTools",
      "product_memberships" : [
        "GISTools"
      ],
      "sources" : [
        "Algorithms/Along.swift",
        "Algorithms/Area.swift",
        "Algorithms/Bearing.swift",
        "Algorithms/BooleanClockwise.swift",
        "Algorithms/BooleanCrosses.swift",
        "Algorithms/BooleanDisjoint.swift",
        "Algorithms/BooleanIntersects.swift",
        "Algorithms/BooleanOverlap.swift",
        "Algorithms/BooleanParallel.swift",
        "Algorithms/BooleanPointInPolygon.swift",
        "Algorithms/BooleanPointOnLine.swift",
        "Algorithms/BoundingBoxClip.swift",
        "Algorithms/BoundingBoxPosition.swift",
        "Algorithms/Buffer.swift",
        "Algorithms/Center.swift",
        "Algorithms/Circle.swift",
        "Algorithms/Conversions.swift",
        "Algorithms/Destination.swift",
        "Algorithms/Distance.swift",
        "Algorithms/EnumerateCoordinates.swift",
        "Algorithms/EnumerateProperties.swift",
        "Algorithms/Flatten.swift",
        "Algorithms/FrechetDistance.swift",
        "Algorithms/Length.swift",
        "Algorithms/LineArc.swift",
        "Algorithms/LineChunk.swift",
        "Algorithms/LineIntersect.swift",
        "Algorithms/LineOverlap.swift",
        "Algorithms/LineSegments.swift",
        "Algorithms/LineSlice.swift",
        "Algorithms/LineSliceAlong.swift",
        "Algorithms/MidPoint.swift",
        "Algorithms/NearestPoint.swift",
        "Algorithms/NearestPointOnFeature.swift",
        "Algorithms/NearestPointOnLine.swift",
        "Algorithms/NearestPointToLine.swift",
        "Algorithms/PointOnFeature.swift",
        "Algorithms/PointToLineDistance.swift",
        "Algorithms/PointsWithinPolygon.swift",
        "Algorithms/PoleOfInaccessibility.swift",
        "Algorithms/PolygonToLine.swift",
        "Algorithms/Reverse.swift",
        "Algorithms/Rewind.swift",
        "Algorithms/RhumbBearing.swift",
        "Algorithms/RhumbDestination.swift",
        "Algorithms/RhumbDistance.swift",
        "Algorithms/Simplify.swift",
        "Algorithms/TileCover.swift",
        "Algorithms/TransformCoordinates.swift",
        "Algorithms/TransformRotate.swift",
        "Algorithms/TransformScale.swift",
        "Algorithms/TransformTranslate.swift",
        "Algorithms/Truncate.swift",
        "Algorithms/Union.swift",
        "Algorithms/Validatable.swift",
        "Extensions/ArrayExtensions.swift",
        "Extensions/Benchmark.swift",
        "Extensions/CLLocationDegreesExtensions.swift",
        "Extensions/DataExtensions.swift",
        "Extensions/DoubleExtensions.swift",
        "Extensions/EquatableExtensions.swift",
        "Extensions/FeatureIdentifierExtensions.swift",
        "Extensions/FixedWidthIntegerExtensions.swift",
        "Extensions/IntExtensions.swift",
        "Extensions/SetExtensions.swift",
        "Extensions/StringExtensions.swift",
        "GISTool.swift",
        "GeoJson/BoundingBox.swift",
        "GeoJson/BoundingBoxRepresentable.swift",
        "GeoJson/Coordinate3D.swift",
        "GeoJson/Feature.swift",
        "GeoJson/FeatureCollection.swift",
        "GeoJson/GeoJson.swift",
        "GeoJson/GeoJsonCodable.swift",
        "GeoJson/GeoJsonConvertible.swift",
        "GeoJson/GeoJsonReader.swift",
        "GeoJson/GeometryCollection.swift",
        "GeoJson/LineSegment.swift",
        "GeoJson/LineString.swift",
        "GeoJson/MultiLineString.swift",
        "GeoJson/MultiPoint.swift",
        "GeoJson/MultiPolygon.swift",
        "GeoJson/Point.swift",
        "GeoJson/Polygon.swift",
        "GeoJson/Polyline.swift",
        "GeoJson/Projectable.swift",
        "GeoJson/Projection.swift",
        "GeoJson/RTree.swift",
        "GeoJson/Ring.swift",
        "GeoJson/WKBCoder.swift",
        "GeoJson/WKTCoder.swift",
        "Other/MapTile.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.