Build Information
Successful build of Spinner, reference 2.1.0 (16ac0c
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 17:22:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dominicegginton/spinner.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dominicegginton/spinner
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at 16ac0c4 deps: upgrade rainbow from 3.0.0 to 4.0.0 (#47)
Cloned https://github.com/dominicegginton/spinner.git
Revision (git rev-parse @):
16ac0c404320005936579f1d6454bb88dbd8d71a
SUCCESS checkout https://github.com/dominicegginton/spinner.git at 2.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dominicegginton/spinner.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/21] Compiling Rainbow StringGenerator.swift
[7/22] Compiling Rainbow Style.swift
[8/22] Compiling Rainbow String+Rainbow.swift
[9/22] Emitting module Rainbow
[10/22] Compiling Nanoseconds TimeInterval.swift
[11/22] Compiling Nanoseconds Now.swift
[12/22] Emitting module Nanoseconds
[13/22] Compiling Rainbow BackgroundColor.swift
[14/22] Compiling Rainbow CodesParser.swift
[15/22] Compiling Signals Signals.swift
[16/22] Emitting module Signals
[17/22] Compiling Rainbow OutputTarget.swift
[18/22] Compiling Rainbow ModesExtractor.swift
[19/22] Compiling Rainbow ColorApproximation.swift
[20/22] Compiling Rainbow Color.swift
[21/22] Compiling Rainbow ControlCode.swift
[22/22] Compiling Rainbow Rainbow.swift
[23/27] Compiling Spinner SpinnerStream.swift
[24/27] Compiling Spinner SpinnerSignal.swift
[25/27] Compiling Spinner SpinnerAnimation.swift
[26/27] Emitting module Spinner
[27/27] Compiling Spinner Spinner.swift
Build complete! (9.13s)
Fetching https://github.com/IBM-Swift/BlueSignals.git
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/dominicegginton/Nanoseconds
[1/201] Fetching nanoseconds
[44/1397] Fetching nanoseconds, rainbow
[356/2078] Fetching nanoseconds, rainbow, bluesignals
Fetched https://github.com/IBM-Swift/BlueSignals.git from cache (0.74s)
[1061/1397] Fetching nanoseconds, rainbow
Fetched https://github.com/dominicegginton/Nanoseconds from cache (0.84s)
Fetched https://github.com/onevcat/Rainbow from cache (0.84s)
Computing version for https://github.com/dominicegginton/Nanoseconds
Computed https://github.com/dominicegginton/Nanoseconds at 1.1.3 (1.38s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (1.95s)
Computing version for https://github.com/IBM-Swift/BlueSignals.git
Computed https://github.com/IBM-Swift/BlueSignals.git at 1.0.200 (0.52s)
Creating working copy for https://github.com/dominicegginton/Nanoseconds
Working copy of https://github.com/dominicegginton/Nanoseconds resolved at 1.1.3
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/IBM-Swift/BlueSignals.git
Working copy of https://github.com/IBM-Swift/BlueSignals.git resolved at 1.0.200
Build complete.
{
"dependencies" : [
{
"identity" : "nanoseconds",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dominicegginton/Nanoseconds"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "bluesignals",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueSignals.git"
}
],
"manifest_display_name" : "Spinner",
"name" : "Spinner",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Spinner",
"targets" : [
"Spinner"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Spinner",
"module_type" : "SwiftTarget",
"name" : "Spinner",
"path" : "Sources/Spinner",
"product_dependencies" : [
"Nanoseconds",
"Rainbow",
"Signals"
],
"product_memberships" : [
"Spinner"
],
"sources" : [
"Spinner.swift",
"SpinnerAnimation.swift",
"SpinnerSignal.swift",
"SpinnerStream.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.