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 1.1.7 (cae816), with Swift 6.0 for macOS (SPM) on 14 Sep 2024 02:47:47 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: 1.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nirajcreatebytes/testspm
 * tag               1.1.7      -> FETCH_HEAD
HEAD is now at cae8160 Update swift.yml
Cloned https://github.com/nirajcreatebytes/testspm.git
Revision (git rev-parse @):
cae8160cc6e4fcbe4a3b42ab634dcbfb07c285c2
SUCCESS checkout https://github.com/nirajcreatebytes/testspm.git at 1.1.7
========================================
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] Emitting module testspm
[4/8] Compiling testspm URLRequest_Anubhav.swift
[5/8] Compiling testspm Parameters_Anubhav.swift
[6/8] Compiling testspm testspm.swift
[7/8] Compiling testspm OpenAnubhavHandler.swift
[8/8] Compiling testspm Models_Anubhav.swift
Build complete! (10.30s)
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.