Build Information
Successful build of RunningPace, reference 0.1.1 (229d75), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 13:34:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brantonb/RunningPace.git
Reference: 0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brantonb/RunningPace
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at 229d75e Install Mint in GitHub Actions
Cloned https://github.com/brantonb/RunningPace.git
Revision (git rev-parse @):
229d75e248b799bcb7fe5fc7e8e91117f55271c7
SUCCESS checkout https://github.com/brantonb/RunningPace.git at 0.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/brantonb/RunningPace.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling RunningPace TypeAliases.swift
[4/7] Compiling RunningPace UnitSpeedExtensions.swift
[5/7] Emitting module RunningPace
[6/7] Compiling RunningPace DoubleExtensions.swift
[7/7] Compiling RunningPace Operators.swift
Build complete! (3.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RunningPace",
"name" : "RunningPace",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "2.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "RunningPace",
"targets" : [
"RunningPace"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RunningPaceTests",
"module_type" : "SwiftTarget",
"name" : "RunningPaceTests",
"path" : "Tests/RunningPaceTests",
"sources" : [
"OperatorsTests.swift",
"UnitSpeedExtensionsTests.swift"
],
"target_dependencies" : [
"RunningPace"
],
"type" : "test"
},
{
"c99name" : "RunningPace",
"module_type" : "SwiftTarget",
"name" : "RunningPace",
"path" : "Sources/RunningPace",
"product_memberships" : [
"RunningPace"
],
"sources" : [
"DoubleExtensions.swift",
"Operators.swift",
"TypeAliases.swift",
"UnitSpeedExtensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.