The Swift Package Index logo.Swift Package Index

Build Information

Successful build of InflectorKit, reference 1.0.0 (d8cbcc), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 08:58:25 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattt/InflectorKit.git
[1/216] Fetching inflectorkit
Fetched https://github.com/mattt/InflectorKit.git from cache (0.73s)
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.3
Building package at path:  $PWD
https://github.com/mattt/InflectorKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.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.59s)
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.