Build Information
Successful build of StringIndex, reference main (a5d77b
), with Swift 5.10 for macOS (SPM) on 8 Jan 2025 00:28:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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: 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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/johnno1962/StringIndex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/6] Compiling StringIndex StringIndex.swift
[4/6] Compiling StringIndex Subscripts.swift
[5/6] Emitting module StringIndex
[6/6] Compiling StringIndex OffsetIndex.swift
Build complete! (6.30s)
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.