Build Information
Successful build of CLITable, reference main (c64517
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 09:20:49 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 InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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 c64517e Merge pull request #4 from heroesofcode/feature/bump-version-1.1.0
Cloned https://github.com/heroesofcode/CLI-Table-Swift.git
Revision (git rev-parse @):
c64517e3fe323df92c512ec02da4985fb8e1e14a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/heroesofcode/CLI-Table-Swift.git at main
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.87s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (1.53s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.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",
"dependencies": [
{
"identity": "cli-table-swift",
"name": "CLITable",
"url": "https://github.com/heroesofcode/CLI-Table-Swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CLI-Table-Swift",
"dependencies": [
{
"identity": "rainbow",
"name": "Rainbow",
"url": "https://github.com/onevcat/Rainbow",
"version": "4.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/heroesofcode/CLI-Table-Swift.git
[1/174] Fetching cli-table-swift
Fetched https://github.com/heroesofcode/CLI-Table-Swift.git from cache (0.97s)
Fetching https://github.com/onevcat/Rainbow from cache
Fetched https://github.com/onevcat/Rainbow from cache (0.43s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (0.49s)
Creating working copy for https://github.com/heroesofcode/CLI-Table-Swift.git
Working copy of https://github.com/heroesofcode/CLI-Table-Swift.git resolved at main (c64517e)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.0.1
warning: '.resolve-product-dependencies': dependency 'cli-table-swift' is not used by any target
Found 1 product dependencies
- Rainbow
========================================
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.0.1"
]
},
"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.7"
}
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/14] Compiling Rainbow String+Rainbow.swift
[5/14] Compiling Rainbow Rainbow.swift
[6/14] Compiling Rainbow StringGenerator.swift
[7/14] Compiling Rainbow ModesExtractor.swift
[8/15] Compiling Rainbow ControlCode.swift
[9/15] Compiling Rainbow OutputTarget.swift
[10/15] Compiling Rainbow Color.swift
[11/15] Emitting module Rainbow
[12/15] Compiling Rainbow ColorApproximation.swift
[13/15] Compiling Rainbow BackgroundColor.swift
[14/15] Compiling Rainbow CodesParser.swift
[15/15] Compiling Rainbow Style.swift
[16/20] Compiling CLITable ShowTable.swift
[17/20] Compiling CLITable ConsoleColor.swift
[18/20] Compiling CLITable CLITable.swift
[19/20] Emitting module CLITable
[20/20] Compiling CLITable PrintLine.swift
Build complete! (7.26s)
Build complete.
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"exact" : [
"4.0.1"
]
},
"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.7"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/heroesofcode/cli-table-swift/main
Repository: heroesofcode/CLI-Table-Swift
Swift version used: 6.1
Target: CLITable
Extracting symbol information for 'CLITable'...
Finished extracting symbol information for 'CLITable'. (3.36s)
Building documentation for 'CLITable'...
Finished building documentation for 'CLITable' (0.11s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/heroesofcode/cli-table-swift/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/onevcat/Rainbow
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.44s)
Updated https://github.com/onevcat/Rainbow (0.43s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (1.01s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.70s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.32s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit Identifier.swift
[12/57] Compiling SymbolKit KindIdentifier.swift
[13/57] Compiling SymbolKit Location.swift
[14/57] Compiling SymbolKit Mutability.swift
[15/57] Compiling SymbolKit Relationship.swift
[16/57] Compiling SymbolKit RelationshipKind.swift
[17/57] Compiling SymbolKit SourceOrigin.swift
[18/57] Compiling SymbolKit GenericConstraints.swift
[19/57] Compiling SymbolKit Swift.swift
[20/57] Compiling SymbolKit SourceRange.swift
[21/57] Compiling SymbolKit Metadata.swift
[22/57] Compiling SymbolKit Module.swift
[23/57] Compiling SymbolKit OperatingSystem.swift
[24/57] Compiling SymbolKit Platform.swift
[25/57] Compiling SymbolKit SemanticVersion.swift
[26/57] Compiling SymbolKit AccessControl.swift
[27/57] Compiling SymbolKit Availability.swift
[28/57] Compiling SymbolKit AvailabilityItem.swift
[29/57] Compiling SymbolKit Domain.swift
[30/57] Compiling Snippets Snippet.swift
[31/57] Emitting module Snippets
[32/57] Compiling Snippets SnippetParser.swift
[33/57] Compiling SymbolKit Symbol.swift
[34/57] Compiling SymbolKit SymbolKind.swift
[35/57] Compiling SymbolKit SymbolGraph.swift
[36/57] Compiling SymbolKit GraphCollector.swift
[37/57] Compiling SymbolKit Names.swift
[38/57] Compiling SymbolKit SPI.swift
[39/57] Compiling SymbolKit Snippet.swift
[40/57] Compiling SymbolKit Extension.swift
[41/57] Compiling SymbolKit Mixin+Equals.swift
[42/57] Compiling SymbolKit Mixin+Hash.swift
[43/57] Compiling SymbolKit Mixin.swift
[44/57] Compiling SymbolKit LineList.swift
[45/57] Compiling SymbolKit Position.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.97s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/12] Compiling Rainbow OutputTarget.swift
[3/13] Compiling Rainbow StringGenerator.swift
[4/13] Compiling Rainbow ModesExtractor.swift
[5/13] Compiling Rainbow String+Rainbow.swift
[6/13] Compiling Rainbow Rainbow.swift
[7/13] Compiling Rainbow ControlCode.swift
[8/13] Compiling Rainbow Color.swift
[9/13] Compiling Rainbow BackgroundColor.swift
[10/13] Compiling Rainbow CodesParser.swift
[11/13] Emitting module Rainbow
[12/13] Compiling Rainbow ColorApproximation.swift
[13/13] Compiling Rainbow Style.swift
[14/18] Compiling CLITable ShowTable.swift
[15/18] Compiling CLITable PrintLine.swift
[16/18] Compiling CLITable CLITable.swift
[17/18] Compiling CLITable ConsoleColor.swift
[18/18] Emitting module CLITable
Build of target: 'CLITable' complete! (1.52s)
92
2 /Users/admin/builder/spi-builder-workspace/.docs/heroesofcode/cli-table-swift/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/heroesofcode/cli-table-swift/main
File count: 92
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-heroesofcode-cli-table-swift-main-94785c64.zip to s3://spi-docs-inbox/prod-heroesofcode-cli-table-swift-main-94785c64.zip
Copying... [18%]
Copying... [37%]
Copying... [55%]
Copying... [74%]
Copying... [92%]
Copying... [100%]
Done.