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 build-kit with Swift 6.0 (beta) 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/BinaryBirds/build-kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BinaryBirds/build-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0d9800e license
Cloned https://github.com/BinaryBirds/build-kit.git
Revision (git rev-parse @):
0d9800e89e0e61d8041b3d240232e9b18f2ca7fe
SUCCESS checkout https://github.com/BinaryBirds/build-kit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/BinaryBirds/build-kit.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/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/5] Emitting module ShellKit
[5/5] Compiling ShellKit Shell.swift
[6/7] Emitting module BuildKit
[7/7] Compiling BuildKit Project.swift
Build complete! (18.46s)
Fetching https://github.com/binarybirds/shell-kit
[1/21] Fetching shell-kit
Fetched https://github.com/binarybirds/shell-kit from cache (0.67s)
Computing version for https://github.com/binarybirds/shell-kit
Computed https://github.com/binarybirds/shell-kit at 1.0.1 (0.64s)
Creating working copy for https://github.com/binarybirds/shell-kit
Working copy of https://github.com/binarybirds/shell-kit resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "shell-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/binarybirds/shell-kit"
    }
  ],
  "manifest_display_name" : "build-kit",
  "name" : "build-kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BuildKit",
      "targets" : [
        "BuildKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BuildKitTests",
      "module_type" : "SwiftTarget",
      "name" : "BuildKitTests",
      "path" : "Tests/BuildKitTests",
      "sources" : [
        "ProjectTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "BuildKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BuildKit",
      "module_type" : "SwiftTarget",
      "name" : "BuildKit",
      "path" : "Sources/BuildKit",
      "product_dependencies" : [
        "ShellKit"
      ],
      "product_memberships" : [
        "BuildKit"
      ],
      "sources" : [
        "Project.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.