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 testspm, reference main (288827), with Swift 6.0 for macOS (SPM) on 14 Sep 2024 02:47:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nirajcreatebytes/testspm.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nirajcreatebytes/testspm
 * tag               main       -> FETCH_HEAD
HEAD is now at 2888279 Update swift.yml
Cloned https://github.com/nirajcreatebytes/testspm.git
Revision (git rev-parse @):
28882792fd5dbbeed51f4e137d214e3bc591a12b
SUCCESS checkout https://github.com/nirajcreatebytes/testspm.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/nirajcreatebytes/testspm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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-117DEE11B69C53C9.txt
[3/8] Compiling testspm Parameters_Anubhav.swift
[4/8] Compiling testspm URLRequest_Anubhav.swift
[5/8] Compiling testspm testspm.swift
[6/8] Emitting module testspm
[7/8] Compiling testspm Models_Anubhav.swift
[8/8] Compiling testspm OpenAnubhavHandler.swift
Build complete! (10.79s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/testspm/spmversion.json
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "testspm",
  "name" : "testspm",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "testspm",
      "targets" : [
        "testspm"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "testspmTests",
      "module_type" : "SwiftTarget",
      "name" : "testspmTests",
      "path" : "Tests/testspmTests",
      "sources" : [
        "testspmTests.swift"
      ],
      "target_dependencies" : [
        "testspm"
      ],
      "type" : "test"
    },
    {
      "c99name" : "testspm",
      "module_type" : "SwiftTarget",
      "name" : "testspm",
      "path" : "Sources/testspm",
      "product_memberships" : [
        "testspm"
      ],
      "sources" : [
        "Models_Anubhav.swift",
        "OpenAnubhavHandler.swift",
        "Parameters_Anubhav.swift",
        "URLRequest_Anubhav.swift",
        "testspm.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.