Build Information
Successful build of StringIndex, reference main (36c70e
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 23:03:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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 36c70e5 Who knew you could have indirect cases?
Cloned https://github.com/johnno1962/StringIndex.git
Revision (git rev-parse @):
36c70e57f89169689da2147ed785cdccc04bb7a5
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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/johnno1962/StringIndex.git
[1/127] Fetching stringindex
Fetched https://github.com/johnno1962/StringIndex.git from cache (0.66s)
Creating working copy for https://github.com/johnno1962/StringIndex.git
Working copy of https://github.com/johnno1962/StringIndex.git resolved at main (36c70e5)
warning: '.resolve-product-dependencies': dependency 'stringindex' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/johnno1962/StringIndex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Compiling StringIndex StringIndex.swift
[4/4] Emitting module StringIndex
Build complete! (5.93s)
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" : [
"StringIndex.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.