Build Information
Successful build of CLISpinner, reference 0.4.0 (057223
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 07:12:03 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/kiliankoe/CLISpinner.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kiliankoe/CLISpinner
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at 0572232 Merge pull request #7 from Ponyboy47/master
Cloned https://github.com/kiliankoe/CLISpinner.git
Revision (git rev-parse @):
0572232b92ddfd80cbab4ced6973d1c210022968
SUCCESS checkout https://github.com/kiliankoe/CLISpinner.git at 0.4.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kiliankoe/CLISpinner.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/14] Compiling Rainbow StringGenerator.swift
[5/14] Compiling Rainbow Rainbow.swift
[6/14] Compiling Rainbow ModesExtractor.swift
[7/14] Compiling Rainbow Style.swift
[8/14] Compiling Rainbow String+Rainbow.swift
[9/14] Compiling Rainbow Color.swift
[10/14] Compiling Rainbow BackgroundColor.swift
[11/14] Compiling Rainbow CodesParser.swift
[12/14] Compiling Rainbow ControlCode.swift
[13/14] Emitting module Rainbow
[14/14] Compiling Rainbow OutputTarget.swift
[15/15] Compiling Rainbow XcodeColorsSupport.swift
[16/19] Compiling CLISpinner Spinner.swift
[17/19] Emitting module CLISpinner
[18/19] Compiling CLISpinner Patterns+File.swift
[19/19] Compiling CLISpinner Pattern.swift
Build complete! (8.56s)
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.89s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (2.76s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Build complete.
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.4",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "CLISpinner",
"name" : "CLISpinner",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CLISpinner",
"targets" : [
"CLISpinner"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CLISpinnerTests",
"module_type" : "SwiftTarget",
"name" : "CLISpinnerTests",
"path" : "Tests/CLISpinnerTests",
"sources" : [
"CLISpinnerTests.swift"
],
"target_dependencies" : [
"CLISpinner"
],
"type" : "test"
},
{
"c99name" : "CLISpinner",
"module_type" : "SwiftTarget",
"name" : "CLISpinner",
"path" : "Sources/CLISpinner",
"product_dependencies" : [
"Rainbow"
],
"product_memberships" : [
"CLISpinner"
],
"sources" : [
"Pattern.swift",
"Patterns+File.swift",
"Spinner.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.