This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 GeoJSON with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/GeoJSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/GeoJSON
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 86fcb9c add spi manifest
Cloned https://github.com/kiliankoe/GeoJSON.git
Revision (git rev-parse @):
86fcb9c78d4c452a347d8dee64cc5deac35d451e
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/kiliankoe/GeoJSON.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/kiliankoe/GeoJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/7] Compiling AnyCodable AnyEncodable.swift
[5/7] Compiling AnyCodable AnyDecodable.swift
[6/7] Emitting module AnyCodable
[7/7] Compiling AnyCodable AnyCodable.swift
[8/20] Compiling GeoJSON MultiPoint.swift
[9/20] Compiling GeoJSON MultiPolygon.swift
[10/20] Compiling GeoJSON Polygon.swift
[11/20] Compiling GeoJSON Point.swift
[12/21] Compiling GeoJSON MultiLineString.swift
[13/21] Compiling GeoJSON LineString.swift
[14/21] Compiling GeoJSON FeatureCollection.swift
[15/21] Compiling GeoJSON GeoJSONDocument.swift
[16/21] Emitting module GeoJSON
[17/21] Compiling GeoJSON BoundingBox.swift
[18/21] Compiling GeoJSON Feature.swift
[19/21] Compiling GeoJSON Geometry.swift
[20/21] Compiling GeoJSON GeometryCollection.swift
[21/21] Compiling GeoJSON Position.swift
Build complete! (22.33s)
Fetching https://github.com/flight-school/AnyCodable.git
[1/764] Fetching anycodable
Fetched https://github.com/flight-school/AnyCodable.git from cache (0.94s)
Computing version for https://github.com/flight-school/AnyCodable.git
Computed https://github.com/flight-school/AnyCodable.git at 0.2.3 (0.73s)
Creating working copy for https://github.com/flight-school/AnyCodable.git
Working copy of https://github.com/flight-school/AnyCodable.git resolved at 0.2.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flight-school/AnyCodable.git"
    }
  ],
  "manifest_display_name" : "GeoJSON",
  "name" : "GeoJSON",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "GeoJSON",
      "targets" : [
        "GeoJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GeoJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSONTests",
      "path" : "Tests/GeoJSONTests",
      "sources" : [
        "DecodingTests.swift",
        "EncodingTests.swift",
        "GeometryTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "GeoJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeoJSON",
      "module_type" : "SwiftTarget",
      "name" : "GeoJSON",
      "path" : "Sources/GeoJSON",
      "product_dependencies" : [
        "AnyCodable"
      ],
      "product_memberships" : [
        "GeoJSON"
      ],
      "sources" : [
        "BoundingBox.swift",
        "Feature.swift",
        "FeatureCollection.swift",
        "GeoJSONDocument.swift",
        "Geometry/Geometry.swift",
        "Geometry/GeometryCollection.swift",
        "Geometry/LineString.swift",
        "Geometry/MultiLineString.swift",
        "Geometry/MultiPoint.swift",
        "Geometry/MultiPolygon.swift",
        "Geometry/Point.swift",
        "Geometry/Polygon.swift",
        "Geometry/Position.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.