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 InflectorKit 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/mattt/InflectorKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattt/InflectorKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d8cbcc0 Bump version to 1.0.0
Cloned https://github.com/mattt/InflectorKit.git
Revision (git rev-parse @):
d8cbcc04972690aaa5fc760a2b9ddb3e9f0decd7
SUCCESS checkout https://github.com/mattt/InflectorKit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/mattt/InflectorKit.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/2] Compiling InflectorKit TTTStringInflector.m
[1/2] Compiling InflectorKit NSString+InflectorKit.m
Build complete! (1.98s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "InflectorKit",
  "name" : "InflectorKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "InflectorKit",
      "targets" : [
        "InflectorKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InflectorKitTests",
      "module_type" : "SwiftTarget",
      "name" : "InflectorKitTests",
      "path" : "Tests/InflectorKitTests",
      "sources" : [
        "InflectorKitTests.swift"
      ],
      "target_dependencies" : [
        "InflectorKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "InflectorKit",
      "module_type" : "ClangTarget",
      "name" : "InflectorKit",
      "path" : "Sources/InflectorKit",
      "product_memberships" : [
        "InflectorKit"
      ],
      "sources" : [
        "NSString+InflectorKit.m",
        "TTTStringInflector.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.