Build Information
Successful build of RunningPace, reference 0.1.1 (229d75), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 14:29:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "runningpace",
"name": "RunningPace",
"url": "https://github.com/brantonb/RunningPace.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RunningPace",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/brantonb/RunningPace.git
[1/118] Fetching runningpace
Fetched https://github.com/brantonb/RunningPace.git from cache (0.63s)
Creating working copy for https://github.com/brantonb/RunningPace.git
Working copy of https://github.com/brantonb/RunningPace.git resolved at 0.1.1 (229d75e)
warning: '.resolve-product-dependencies': dependency 'runningpace' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/brantonb/RunningPace.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling RunningPace UnitSpeedExtensions.swift
[4/7] Compiling RunningPace TypeAliases.swift
[5/7] Compiling RunningPace Operators.swift
[6/7] Emitting module RunningPace
[7/7] Compiling RunningPace DoubleExtensions.swift
Build complete! (3.94s)
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.