Build Information
Successful build of CLISpinner, reference 0.4.0 (057223), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 07:46:58 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/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
Fetching https://github.com/onevcat/Rainbow
[1/1442] 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 (3.16s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
========================================
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": "clispinner",
"name": "CLISpinner",
"url": "https://github.com/kiliankoe/CLISpinner.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CLISpinner",
"traits": [
"default"
],
"dependencies": [
{
"identity": "rainbow",
"name": "Rainbow",
"url": "https://github.com/onevcat/Rainbow",
"version": "3.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/kiliankoe/CLISpinner.git
[1/253] Fetching clispinner
Fetched https://github.com/kiliankoe/CLISpinner.git from cache (0.72s)
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/onevcat/Rainbow from cache (0.42s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.48s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/kiliankoe/CLISpinner.git
Working copy of https://github.com/kiliankoe/CLISpinner.git resolved at 0.4.0 (0572232)
warning: '.resolve-product-dependencies': dependency 'clispinner' is not used by any target
Found 1 product dependencies
- Rainbow
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/kiliankoe/CLISpinner.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/14] Compiling Rainbow String+Rainbow.swift
[5/14] Compiling Rainbow BackgroundColor.swift
[6/14] Compiling Rainbow CodesParser.swift
[7/14] Compiling Rainbow OutputTarget.swift
[8/14] Compiling Rainbow Style.swift
[9/14] Emitting module Rainbow
[10/14] Compiling Rainbow ControlCode.swift
[11/14] Compiling Rainbow StringGenerator.swift
[12/14] Compiling Rainbow Rainbow.swift
[13/14] Compiling Rainbow Color.swift
[14/14] Compiling Rainbow ModesExtractor.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! (6.77s)
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.