Build Information
Successful build of RangeTools with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Range-Tools.git
Reference: production
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Range-Tools
* branch production -> FETCH_HEAD
* [new branch] production -> origin/production
HEAD is now at 8efcac7 Merge pull request #4 from RougeWare/feature/upperBoundIsInclusive
Cloned https://github.com/RougeWare/Swift-Range-Tools.git
Revision (git rev-parse @):
8efcac712d0bd765ac903cb9fd27cc49b6b4ce58
SUCCESS checkout https://github.com/RougeWare/Swift-Range-Tools.git at production
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/RougeWare/Swift-Range-Tools.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a 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-6F35C1178C84523A.txt
[3/5] Compiling RangeTools Default conformances.swift
[4/5] Compiling RangeTools RangeProtocol.swift
[5/5] Emitting module RangeTools
Build complete! (16.65s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RangeTools",
"name" : "RangeTools",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RangeTools",
"targets" : [
"RangeTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RangeToolsTests",
"module_type" : "SwiftTarget",
"name" : "RangeToolsTests",
"path" : "Tests/RangeToolsTests",
"sources" : [
"RangeToolsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"RangeTools"
],
"type" : "test"
},
{
"c99name" : "RangeTools",
"module_type" : "SwiftTarget",
"name" : "RangeTools",
"path" : "Sources/RangeTools",
"product_memberships" : [
"RangeTools"
],
"sources" : [
"Default conformances.swift",
"RangeProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.