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 Strings, reference 2.2.1 (d0988c), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 12:48:09 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/Ponyboy47/Strings.git
Reference: 2.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Ponyboy47/Strings
 * tag               2.2.1      -> FETCH_HEAD
HEAD is now at d0988c9 Fix a bug where extra spaces break the word/sentence casing
Cloned https://github.com/Ponyboy47/Strings.git
Revision (git rev-parse @):
d0988c9a0903d7c7ab0564ecb4cbd9a436eff190
SUCCESS checkout https://github.com/Ponyboy47/Strings.git at 2.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Ponyboy47/Strings.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling Strings Substring.swift
[4/7] Compiling Strings Strings+Subscript.swift
[5/7] Emitting module Strings
[6/7] Compiling Strings Strings+Validation.swift
[7/7] Compiling Strings Strings.swift
Build complete! (3.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Strings",
  "name" : "Strings",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Strings",
      "targets" : [
        "Strings"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StringsTests",
      "module_type" : "SwiftTarget",
      "name" : "StringsTests",
      "path" : "Tests/StringsTests",
      "sources" : [
        "StringsTests.swift",
        "StringsValidatorTests.swift"
      ],
      "target_dependencies" : [
        "Strings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Strings",
      "module_type" : "SwiftTarget",
      "name" : "Strings",
      "path" : "Sources/Strings",
      "product_memberships" : [
        "Strings"
      ],
      "sources" : [
        "Strings+Subscript.swift",
        "Strings+Validation.swift",
        "Strings.swift",
        "Substring.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.