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 Turf, reference main (84db58), with Swift 6.0 for Linux on 20 Feb 2025 18:25:23 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mapbox/turf-swift.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/mapbox/turf-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 84db589 Merge pull request #258 from mapbox/feature/strip-binaries
Cloned https://github.com/mapbox/turf-swift.git
Revision (git rev-parse @):
84db5899af1beaa506aafcb006fd7759e7d5647d
SUCCESS checkout https://github.com/mapbox/turf-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mapbox/turf-swift.git
https://github.com/mapbox/turf-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Turf",
  "name" : "Turf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Turf",
      "targets" : [
        "Turf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TurfTests",
      "module_type" : "SwiftTarget",
      "name" : "TurfTests",
      "path" : "Tests/TurfTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/dc-line.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/featurecollection-no-properties.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/featurecollection.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/geometry-collection.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/multiline.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/multipoint.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/multipolygon.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/point.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/polygon.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/simple-line.geojson",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BoundingBoxTests.swift",
        "FeatureCollectionTests.swift",
        "FeatureIdentifier.swift",
        "Fixture.swift",
        "GeoJSONTests.swift",
        "GeometryCollectionTests.swift",
        "GeometryTests.swift",
        "JSONTests.swift",
        "LineStringTests.swift",
        "LocationCoordinate2DTests.swift",
        "MultiLineStringTests.swift",
        "MultiPointTests.swift",
        "MultiPolygonTests.swift",
        "PointTests.swift",
        "PolygonTests.swift",
        "RadianCoordinate2DTests.swift",
        "TurfTests.swift",
        "WKTTests.swift"
      ],
      "target_dependencies" : [
        "Turf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Turf",
      "module_type" : "SwiftTarget",
      "name" : "Turf",
      "path" : "Sources/Turf",
      "product_memberships" : [
        "Turf"
      ],
      "sources" : [
        "BoundingBox.swift",
        "Codable.swift",
        "Consumer/Consumer+WKT.swift",
        "Consumer/Consumer.swift",
        "CoreLocation.swift",
        "Feature.swift",
        "FeatureCollection.swift",
        "FeatureIdentifier.swift",
        "GeoJSON.swift",
        "Geometries/GeometryCollection.swift",
        "Geometries/LineString.swift",
        "Geometries/MultiLineString.swift",
        "Geometries/MultiPoint.swift",
        "Geometries/MultiPolygon.swift",
        "Geometries/Point.swift",
        "Geometries/Polygon.swift",
        "Geometry.swift",
        "JSON.swift",
        "RadianCoordinate2D.swift",
        "Ring.swift",
        "Simplifier.swift",
        "Spline.swift",
        "Turf.swift",
        "WKT.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/24] Emitting module Turf
[4/27] Compiling Turf Spline.swift
[5/27] Compiling Turf Turf.swift
[6/27] Compiling Turf WKT.swift
[7/27] Compiling Turf BoundingBox.swift
[8/27] Compiling Turf Codable.swift
[9/27] Compiling Turf Consumer+WKT.swift
[10/27] Compiling Turf MultiPoint.swift
[11/27] Compiling Turf MultiPolygon.swift
[12/27] Compiling Turf Point.swift
[13/27] Compiling Turf Consumer.swift
[14/27] Compiling Turf CoreLocation.swift
[15/27] Compiling Turf Feature.swift
[16/27] Compiling Turf Polygon.swift
[17/27] Compiling Turf Geometry.swift
[18/27] Compiling Turf JSON.swift
[19/27] Compiling Turf GeometryCollection.swift
[20/27] Compiling Turf LineString.swift
[21/27] Compiling Turf MultiLineString.swift
[22/27] Compiling Turf RadianCoordinate2D.swift
[23/27] Compiling Turf Ring.swift
[24/27] Compiling Turf Simplifier.swift
[25/27] Compiling Turf FeatureCollection.swift
[26/27] Compiling Turf FeatureIdentifier.swift
[27/27] Compiling Turf GeoJSON.swift
Build complete! (13.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Turf",
  "name" : "Turf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Turf",
      "targets" : [
        "Turf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TurfTests",
      "module_type" : "SwiftTarget",
      "name" : "TurfTests",
      "path" : "Tests/TurfTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/dc-line.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/featurecollection-no-properties.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/featurecollection.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/geometry-collection.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/multiline.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/multipoint.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/multipolygon.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/point.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/polygon.geojson",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TurfTests/Fixtures/simple-line.geojson",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BoundingBoxTests.swift",
        "FeatureCollectionTests.swift",
        "FeatureIdentifier.swift",
        "Fixture.swift",
        "GeoJSONTests.swift",
        "GeometryCollectionTests.swift",
        "GeometryTests.swift",
        "JSONTests.swift",
        "LineStringTests.swift",
        "LocationCoordinate2DTests.swift",
        "MultiLineStringTests.swift",
        "MultiPointTests.swift",
        "MultiPolygonTests.swift",
        "PointTests.swift",
        "PolygonTests.swift",
        "RadianCoordinate2DTests.swift",
        "TurfTests.swift",
        "WKTTests.swift"
      ],
      "target_dependencies" : [
        "Turf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Turf",
      "module_type" : "SwiftTarget",
      "name" : "Turf",
      "path" : "Sources/Turf",
      "product_memberships" : [
        "Turf"
      ],
      "sources" : [
        "BoundingBox.swift",
        "Codable.swift",
        "Consumer/Consumer+WKT.swift",
        "Consumer/Consumer.swift",
        "CoreLocation.swift",
        "Feature.swift",
        "FeatureCollection.swift",
        "FeatureIdentifier.swift",
        "GeoJSON.swift",
        "Geometries/GeometryCollection.swift",
        "Geometries/LineString.swift",
        "Geometries/MultiLineString.swift",
        "Geometries/MultiPoint.swift",
        "Geometries/MultiPolygon.swift",
        "Geometries/Point.swift",
        "Geometries/Polygon.swift",
        "Geometry.swift",
        "JSON.swift",
        "RadianCoordinate2D.swift",
        "Ring.swift",
        "Simplifier.swift",
        "Spline.swift",
        "Turf.swift",
        "WKT.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.