The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Strings, reference 2.2.1 (d0988c), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 13:56:13 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/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
========================================
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": "strings",
      "name": "Strings",
      "url": "https://github.com/Ponyboy47/Strings.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Strings",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Ponyboy47/Strings.git
[1/104] Fetching strings
Fetched https://github.com/Ponyboy47/Strings.git from cache (0.63s)
Creating working copy for https://github.com/Ponyboy47/Strings.git
Working copy of https://github.com/Ponyboy47/Strings.git resolved at 2.2.1 (d0988c9)
warning: '.resolve-product-dependencies': dependency 'strings' 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/Ponyboy47/Strings.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling Strings Strings+Subscript.swift
[4/7] Compiling Strings Strings+Validation.swift
[5/7] Compiling Strings Strings.swift
[6/7] Emitting module Strings
[7/7] Compiling Strings Substring.swift
Build complete! (3.81s)
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.