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, reference 1.0.0 (d8cbcc), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 17:49:08 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/InflectorKit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattt/InflectorKit
 * tag               1.0.0      -> FETCH_HEAD
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 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "inflectorkit",
      "name": "InflectorKit",
      "url": "https://github.com/mattt/InflectorKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/InflectorKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattt/InflectorKit.git
[1/216] Fetching inflectorkit
Fetched https://github.com/mattt/InflectorKit.git from cache (0.75s)
Creating working copy for https://github.com/mattt/InflectorKit.git
Working copy of https://github.com/mattt/InflectorKit.git resolved at 1.0.0 (d8cbcc0)
warning: '.resolve-product-dependencies': dependency 'inflectorkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mattt/InflectorKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.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] Compiling InflectorKit TTTStringInflector.m
[1/2] Compiling InflectorKit NSString+InflectorKit.m
Build complete! (1.91s)
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.