The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StringIndex, reference 2.2.4 (a5d77b), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 20:43:44 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/johnno1962/StringIndex.git
Reference: 2.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/StringIndex
 * tag               2.2.4      -> FETCH_HEAD
HEAD is now at a5d77bd Use index(offsetBy:limitedBy: method.
Cloned https://github.com/johnno1962/StringIndex.git
Revision (git rev-parse @):
a5d77bd55a3b196adbdcc57bc6f3ce668c816650
SUCCESS checkout https://github.com/johnno1962/StringIndex.git at 2.2.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/johnno1962/StringIndex.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/6] Compiling StringIndex Subscripts.swift
[4/6] Compiling StringIndex StringIndex.swift
[5/6] Emitting module StringIndex
[6/6] Compiling StringIndex OffsetIndex.swift
Build complete! (3.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StringIndex",
  "name" : "StringIndex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "StringIndex",
      "targets" : [
        "StringIndex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StringIndexTests",
      "module_type" : "SwiftTarget",
      "name" : "StringIndexTests",
      "path" : "Tests/StringIndexTests",
      "sources" : [
        "StringIndexTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "StringIndex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StringIndex",
      "module_type" : "SwiftTarget",
      "name" : "StringIndex",
      "path" : "Sources/StringIndex",
      "product_memberships" : [
        "StringIndex"
      ],
      "sources" : [
        "OffsetIndex.swift",
        "StringIndex.swift",
        "Subscripts.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.