The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CLITable, reference main (18ec56), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 01:58:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 18ec562 Added more tests
Cloned https://github.com/heroesofcode/CLI-Table-Swift.git
Revision (git rev-parse @):
18ec562fb39261da2bc0ae2fc63b9c0798f71778
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/1442] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.98s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (4.18s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "rainbow",
          "name": "Rainbow",
          "url": "https://github.com/onevcat/Rainbow",
          "version": "4.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rainbow",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/heroesofcode/CLI-Table-Swift.git
[1/214] Fetching cli-table-swift
Fetched https://github.com/heroesofcode/CLI-Table-Swift.git from cache (0.92s)
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 4.2.1 (0.48s)
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 (18ec562)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.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.3
Building package at path:  $PWD
https://github.com/heroesofcode/CLI-Table-Swift.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/18] Compiling Rainbow Style.swift
[5/18] Compiling Rainbow StringGenerator.swift
[6/18] Compiling Rainbow String+ConditionalStyling.swift
[7/18] Compiling Rainbow String+Rainbow.swift
[8/19] Compiling Rainbow OutputTarget.swift
[9/19] Compiling Rainbow Rainbow.swift
[10/19] Compiling Rainbow HSLColorConverter.swift
[11/19] Compiling Rainbow ModesExtractor.swift
[12/19] Compiling Rainbow ConditionalStyleBuilder.swift
[13/19] Compiling Rainbow ControlCode.swift
[14/19] Emitting module Rainbow
[15/19] Compiling Rainbow BackgroundColor.swift
[16/19] Compiling Rainbow CodesParser.swift
[17/19] Compiling Rainbow Color.swift
[18/19] Compiling Rainbow ColorApproximation.swift
[19/19] Compiling Rainbow StyledStringBuilder.swift
[20/23] Compiling CLITable PrintLine.swift
[21/23] Compiling CLITable ConsoleColor.swift
[22/23] Compiling CLITable CLITable.swift
[23/23] Emitting module CLITable
Build complete! (7.38s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rainbow",
      "requirement" : {
        "exact" : [
          "4.2.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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
✅  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.3
Target:                   CLITable
Extracting symbol information for 'CLITable'...
Finished extracting symbol information for 'CLITable'. (27.10s)
Building documentation for 'CLITable'...
Finished building documentation for 'CLITable' (0.34s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/heroesofcode/cli-table-swift/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Updating https://github.com/onevcat/Rainbow
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.06s)
Updated https://github.com/onevcat/Rainbow (0.42s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (2.11s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (2.27s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.22s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.19s)
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.6
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
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling SymbolKit Names.swift
[8/53] Compiling SymbolKit SPI.swift
[9/53] Compiling SymbolKit Snippet.swift
[10/53] Compiling SymbolKit Extension.swift
[11/57] Compiling SymbolKit DeclarationFragments.swift
[12/57] Compiling SymbolKit Fragment.swift
[13/57] Compiling SymbolKit FragmentKind.swift
[14/57] Compiling SymbolKit FunctionParameter.swift
[15/57] Compiling SymbolKit FunctionSignature.swift
[16/57] Compiling SymbolKit SourceRange.swift
[17/57] Compiling SymbolKit Metadata.swift
[18/57] Compiling SymbolKit Module.swift
[19/57] Compiling SymbolKit OperatingSystem.swift
[20/57] Compiling SymbolKit Platform.swift
[21/57] Compiling SymbolKit Mixin+Equals.swift
[22/57] Compiling SymbolKit Mixin+Hash.swift
[23/57] Compiling SymbolKit Mixin.swift
[24/57] Compiling SymbolKit LineList.swift
[25/57] Compiling SymbolKit Position.swift
[26/57] Compiling SymbolKit Relationship.swift
[27/57] Compiling SymbolKit RelationshipKind.swift
[28/57] Compiling SymbolKit SourceOrigin.swift
[29/57] Compiling SymbolKit GenericConstraints.swift
[30/57] Compiling SymbolKit Swift.swift
[31/57] Compiling SymbolKit Identifier.swift
[32/57] Compiling SymbolKit KindIdentifier.swift
[33/57] Compiling SymbolKit Location.swift
[34/57] Compiling SymbolKit Mutability.swift
[35/57] Compiling SymbolKit GenericConstraint.swift
[36/57] Compiling SymbolKit GenericParameter.swift
[37/57] Compiling SymbolKit Generics.swift
[38/57] Compiling SymbolKit Namespace.swift
[39/57] Emitting module Snippets
[40/57] Compiling Snippets Snippet.swift
[41/57] Emitting module SymbolKit
[42/57] Compiling SymbolKit SemanticVersion.swift
[43/57] Compiling SymbolKit AccessControl.swift
[44/57] Compiling SymbolKit Availability.swift
[45/57] Compiling SymbolKit AvailabilityItem.swift
[46/57] Compiling SymbolKit Domain.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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 SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.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! (4.61s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'CLITable' complete! (0.18s)
     102
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: 102
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-heroesofcode-cli-table-swift-main-cc11e22b.zip to s3://spi-docs-inbox/prod-heroesofcode-cli-table-swift-main-cc11e22b.zip
Copying... [17%]
Copying... [33%]
Copying... [50%]
Copying... [66%]
Copying... [83%]
Copying... [100%]
Copying... [100%]
Done.