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 gis-tools, reference main (777aaa), with Swift 6.1 for Linux on 29 Oct 2025 14:09:54 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
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 777aaa8 Remove Benchmark.swift - not used and seems to make problems with Android and WASM
Cloned https://github.com/Outdooractive/gis-tools.git
Revision (git rev-parse @):
777aaa8ac64de78c3a3662a031f4f3a54098ae53
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/gis-tools.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Outdooractive/gis-tools.git
https://github.com/Outdooractive/gis-tools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "gis-tools",
  "name" : "gis-tools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "7.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/CIHelper.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/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" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/83] Compiling GISTools Feature.swift
[4/83] Compiling GISTools FeatureCollection.swift
[5/83] Compiling GISTools GeoJson.swift
[6/83] Compiling GISTools GeoJsonCodable.swift
[7/83] Compiling GISTools GeoJsonConvertible.swift
[8/83] Compiling GISTools GeoJsonReader.swift
[9/83] Compiling GISTools GeometryCollection.swift
[10/83] Compiling GISTools LineSegment.swift
[11/83] Compiling GISTools LineString.swift
[12/83] Compiling GISTools MultiLineString.swift
[13/83] Compiling GISTools MultiPoint.swift
[14/83] Compiling GISTools BoundingBoxPosition.swift
[15/83] Compiling GISTools Buffer.swift
[16/83] Compiling GISTools Center.swift
[17/83] Compiling GISTools Circle.swift
[18/83] Compiling GISTools Conversions.swift
[19/83] Compiling GISTools Destination.swift
[20/83] Compiling GISTools Distance.swift
[21/83] Compiling GISTools EnumerateCoordinates.swift
[22/83] Compiling GISTools EnumerateProperties.swift
[23/83] Compiling GISTools Flatten.swift
[24/83] Compiling GISTools FrechetDistance.swift
[25/83] Compiling GISTools Length.swift
[26/94] Compiling GISTools PointOnFeature.swift
[27/94] Compiling GISTools PointToLineDistance.swift
[28/94] Compiling GISTools PointsWithinPolygon.swift
[29/94] Compiling GISTools PoleOfInaccessibility.swift
[30/94] Compiling GISTools PolygonToLine.swift
[31/94] Compiling GISTools Reverse.swift
[32/94] Compiling GISTools Rewind.swift
[33/94] Compiling GISTools RhumbBearing.swift
[34/94] Compiling GISTools RhumbDestination.swift
[35/94] Compiling GISTools RhumbDistance.swift
[36/94] Compiling GISTools Simplify.swift
[37/94] Compiling GISTools DoubleExtensions.swift
[38/94] Compiling GISTools EquatableExtensions.swift
[39/94] Compiling GISTools FeatureIdentifierExtensions.swift
[40/94] Compiling GISTools FixedWidthIntegerExtensions.swift
[41/94] Compiling GISTools IntExtensions.swift
[42/94] Compiling GISTools SetExtensions.swift
[43/94] Compiling GISTools StringExtensions.swift
[44/94] Compiling GISTools GISTool.swift
[45/94] Compiling GISTools BoundingBox.swift
[46/94] Compiling GISTools BoundingBoxRepresentable.swift
[47/94] Compiling GISTools Coordinate3D.swift
[48/94] Compiling GISTools LineArc.swift
[49/94] Compiling GISTools LineChunk.swift
[50/94] Compiling GISTools LineIntersect.swift
[51/94] Compiling GISTools LineOverlap.swift
[52/94] Compiling GISTools LineSegments.swift
[53/94] Compiling GISTools LineSlice.swift
[54/94] Compiling GISTools LineSliceAlong.swift
[55/94] Compiling GISTools MidPoint.swift
[56/94] Compiling GISTools NearestPoint.swift
[57/94] Compiling GISTools NearestPointOnFeature.swift
[58/94] Compiling GISTools NearestPointOnLine.swift
[59/94] Compiling GISTools NearestPointToLine.swift
[60/94] Compiling GISTools Along.swift
[61/94] Compiling GISTools Area.swift
[62/94] Compiling GISTools Bearing.swift
[63/94] Compiling GISTools BooleanClockwise.swift
[64/94] Compiling GISTools BooleanCrosses.swift
[65/94] Compiling GISTools BooleanDisjoint.swift
[66/94] Compiling GISTools BooleanIntersects.swift
[67/94] Compiling GISTools BooleanOverlap.swift
[68/94] Compiling GISTools BooleanParallel.swift
[69/94] Compiling GISTools BooleanPointInPolygon.swift
[70/94] Compiling GISTools BooleanPointOnLine.swift
[71/94] Compiling GISTools BoundingBoxClip.swift
[72/94] Compiling GISTools TileCover.swift
[73/94] Compiling GISTools TransformCoordinates.swift
[74/94] Compiling GISTools TransformRotate.swift
[75/94] Compiling GISTools TransformScale.swift
[76/94] Compiling GISTools TransformTranslate.swift
[77/94] Compiling GISTools Truncate.swift
[78/94] Compiling GISTools Union.swift
[79/94] Compiling GISTools Validatable.swift
[80/94] Compiling GISTools ArrayExtensions.swift
[81/94] Compiling GISTools CLLocationDegreesExtensions.swift
[82/94] Compiling GISTools DataExtensions.swift
[83/94] Emitting module GISTools
[84/94] Compiling GISTools MultiPolygon.swift
[85/94] Compiling GISTools Point.swift
[86/94] Compiling GISTools Polygon.swift
[87/94] Compiling GISTools Polyline.swift
[88/94] Compiling GISTools Projectable.swift
[89/94] Compiling GISTools Projection.swift
[90/94] Compiling GISTools RTree.swift
[91/94] Compiling GISTools Ring.swift
[92/94] Compiling GISTools WKBCoder.swift
[93/94] Compiling GISTools WKTCoder.swift
[94/94] Compiling GISTools MapTile.swift
Build complete! (28.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "gis-tools",
  "name" : "gis-tools",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "7.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/CIHelper.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/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" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.