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 DependencyResolution, reference main (700dba), with Swift 5.9 for macOS (SPM) on 11 Apr 2025 13:33:02 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftPackageIndex/DependencyResolution.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftPackageIndex/DependencyResolution
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 700dba4 Merge pull request #3 from SwiftPackageIndex/swift-6
Cloned https://github.com/SwiftPackageIndex/DependencyResolution.git
Revision (git rev-parse @):
700dba4ca633b541e4693cb81049aa9cb4a00352
SUCCESS checkout https://github.com/SwiftPackageIndex/DependencyResolution.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/SwiftPackageIndex/DependencyResolution.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Compiling DependencyResolution ResolvedDependency.swift
[2/3] Emitting module DependencyResolution
[3/3] Compiling DependencyResolution ProductDependency.swift
Build complete! (4.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DependencyResolution",
  "name" : "DependencyResolution",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DependencyResolution",
      "targets" : [
        "DependencyResolution"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DependencyResolution",
      "module_type" : "SwiftTarget",
      "name" : "DependencyResolution",
      "path" : "Sources/DependencyResolution",
      "product_memberships" : [
        "DependencyResolution"
      ],
      "sources" : [
        "ProductDependency.swift",
        "ResolvedDependency.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.