The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of InflectorKit, reference 1.0.0 (d8cbcc), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 18:36:23 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattt/InflectorKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Compiling InflectorKit NSString+InflectorKit.m
[1/2] Compiling InflectorKit TTTStringInflector.m
Build complete! (1.46s)
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.