Build Information
Successful build of StringIndex, reference 2.2.4 (a5d77b
), with Swift 5.9 for macOS (SPM) on 8 Jan 2025 00:31:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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: 5.9
Building package at path: $PWD
https://github.com/johnno1962/StringIndex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling StringIndex OffsetIndex.swift
[2/4] Compiling StringIndex Subscripts.swift
[3/4] Emitting module StringIndex
[4/4] Compiling StringIndex StringIndex.swift
Build complete! (6.62s)
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.