The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StringIndex, reference main (a5d77b), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 14:18:33 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/johnno1962/StringIndex.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/johnno1962/StringIndex
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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": "stringindex",
      "name": "StringIndex",
      "url": "https://github.com/johnno1962/StringIndex.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/StringIndex",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/johnno1962/StringIndex.git
[1/154] Fetching stringindex
Fetched https://github.com/johnno1962/StringIndex.git from cache (0.68s)
Creating working copy for https://github.com/johnno1962/StringIndex.git
Working copy of https://github.com/johnno1962/StringIndex.git resolved at main (a5d77bd)
warning: '.resolve-product-dependencies': dependency 'stringindex' 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/johnno1962/StringIndex.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/6] Compiling StringIndex Subscripts.swift
[4/6] Compiling StringIndex OffsetIndex.swift
[5/6] Compiling StringIndex StringIndex.swift
[6/6] Emitting module StringIndex
Build complete! (3.74s)
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.