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, reference 0.0.2 (c94934), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 16:54:21 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sammy-SC/GPX.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sammy-SC/GPX
 * tag               0.0.2      -> FETCH_HEAD
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 0.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "gpx",
      "name": "GPX",
      "url": "https://github.com/sammy-SC/GPX.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GPX",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sammy-SC/GPX.git
[1/115] Fetching gpx
Fetched https://github.com/sammy-SC/GPX.git from cache (0.67s)
Creating working copy for https://github.com/sammy-SC/GPX.git
Working copy of https://github.com/sammy-SC/GPX.git resolved at 0.0.2 (c94934e)
warning: '.resolve-product-dependencies': dependency 'gpx' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sammy-SC/GPX.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun 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--7754E27361AE5C74.txt
[3/11] Compiling GPX GPXNode.swift
[4/11] Emitting module GPX
[5/11] Compiling GPX Date+Helpers.swift
[6/11] Compiling GPX Location.swift
[7/11] Compiling GPX TrackedPoint.swift
[8/11] Compiling GPX Track.swift
[9/11] Compiling GPX TrackSegment.swift
[10/11] Compiling GPX String+Helpers.swift
[11/11] Compiling GPX Root.swift
Build complete! (9.01s)
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.