Build Information
Successful build of CLITable, reference main (ce9abc), with Swift 6.1 for macOS (SPM) on 3 Nov 2025 03:38:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heroesofcode/CLI-Table-Swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/heroesofcode/CLI-Table-Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ce9abc3 Merge pull request #5 from heroesofcode/structure/update-rainbow
Cloned https://github.com/heroesofcode/CLI-Table-Swift.git
Revision (git rev-parse @):
ce9abc38047f8f916966850a1196682aa11983b3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heroesofcode/CLI-Table-Swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/heroesofcode/CLI-Table-Swift.git
https://github.com/heroesofcode/CLI-Table-Swift.git
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"exact" : [
"4.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "CLITable",
"name" : "CLITable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "CLITable",
"targets" : [
"CLITable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CLITableTests",
"module_type" : "SwiftTarget",
"name" : "CLITableTests",
"path" : "Tests/CLITableTests",
"sources" : [
"CLITableTests.swift"
],
"target_dependencies" : [
"CLITable"
],
"type" : "test"
},
{
"c99name" : "CLITable",
"module_type" : "SwiftTarget",
"name" : "CLITable",
"path" : "Sources/CLITable",
"product_dependencies" : [
"Rainbow"
],
"product_memberships" : [
"CLITable"
],
"sources" : [
"CLITable.swift",
"Core/ConsoleColor.swift",
"Core/PrintLine.swift",
"Core/ShowTable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/18] Compiling Rainbow String+ConditionalStyling.swift
[5/18] Compiling Rainbow String+Rainbow.swift
[6/18] Compiling Rainbow Style.swift
[7/18] Compiling Rainbow StringGenerator.swift
[8/18] Compiling Rainbow OutputTarget.swift
[9/18] Compiling Rainbow Rainbow.swift
[10/18] Compiling Rainbow ConditionalStyleBuilder.swift
[11/18] Compiling Rainbow ControlCode.swift
[12/18] Compiling Rainbow BackgroundColor.swift
[13/18] Compiling Rainbow CodesParser.swift
[14/18] Emitting module Rainbow
[15/18] Compiling Rainbow HSLColorConverter.swift
[16/18] Compiling Rainbow ModesExtractor.swift
[17/18] Compiling Rainbow Color.swift
[18/18] Compiling Rainbow ColorApproximation.swift
[19/19] Compiling Rainbow StyledStringBuilder.swift
[20/24] Compiling CLITable PrintLine.swift
[21/24] Compiling CLITable ShowTable.swift
[22/24] Compiling CLITable ConsoleColor.swift
[23/24] Emitting module CLITable
[24/24] Compiling CLITable CLITable.swift
Build complete! (11.98s)
Fetching https://github.com/onevcat/Rainbow
[1/1339] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.93s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (4.09s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
Build complete.
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"exact" : [
"4.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "CLITable",
"name" : "CLITable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "CLITable",
"targets" : [
"CLITable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CLITableTests",
"module_type" : "SwiftTarget",
"name" : "CLITableTests",
"path" : "Tests/CLITableTests",
"sources" : [
"CLITableTests.swift"
],
"target_dependencies" : [
"CLITable"
],
"type" : "test"
},
{
"c99name" : "CLITable",
"module_type" : "SwiftTarget",
"name" : "CLITable",
"path" : "Sources/CLITable",
"product_dependencies" : [
"Rainbow"
],
"product_memberships" : [
"CLITable"
],
"sources" : [
"CLITable.swift",
"Core/ConsoleColor.swift",
"Core/PrintLine.swift",
"Core/ShowTable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.