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 GPX 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/sammy-SC/GPX.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sammy-SC/GPX
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c94934e Bump Swift version number + package version number
Cloned https://github.com/sammy-SC/GPX.git
Revision (git rev-parse @):
c94934e12c7f9f9180cf2d73957a41b477069232
SUCCESS checkout https://github.com/sammy-SC/GPX.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/sammy-SC/GPX.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/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/11] Compiling GPX Location.swift
[4/11] Compiling GPX Track.swift
[5/11] Compiling GPX GPXNode.swift
[6/11] Compiling GPX TrackSegment.swift
[7/11] Compiling GPX Root.swift
[8/11] Emitting module GPX
[9/11] Compiling GPX Date+Helpers.swift
[10/11] Compiling GPX TrackedPoint.swift
[11/11] Compiling GPX String+Helpers.swift
Build complete! (18.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GPX",
  "name" : "GPX",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GPX",
      "targets" : [
        "GPX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "GPXTests",
      "module_type" : "SwiftTarget",
      "name" : "GPXTests",
      "path" : "Tests/GPXTests",
      "sources" : [
        "Factories.swift",
        "RootTests.swift",
        "TrackSegmentTests.swift",
        "TrackTests.swift",
        "TrackedPointTests.swift"
      ],
      "target_dependencies" : [
        "GPX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GPX",
      "module_type" : "SwiftTarget",
      "name" : "GPX",
      "path" : "Sources/GPX",
      "product_memberships" : [
        "GPX"
      ],
      "sources" : [
        "Date+Helpers.swift",
        "GPXNode.swift",
        "Location.swift",
        "Root.swift",
        "String+Helpers.swift",
        "Track.swift",
        "TrackSegment.swift",
        "TrackedPoint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.