The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of CLITable, reference main (ce9abc), with Swift 5.10 for Linux on 3 Nov 2025 03:38:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/heroesofcode/CLI-Table-Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/onevcat/Rainbow
[1/1339] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.54s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (4.55s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/18] Compiling Rainbow BackgroundColor.swift
[5/18] Compiling Rainbow CodesParser.swift
[6/19] Compiling Rainbow String+ConditionalStyling.swift
[7/19] Compiling Rainbow String+Rainbow.swift
[8/19] Compiling Rainbow StringGenerator.swift
[9/19] Compiling Rainbow Style.swift
[10/19] Compiling Rainbow ConditionalStyleBuilder.swift
[11/19] Compiling Rainbow ControlCode.swift
[12/19] Compiling Rainbow Color.swift
[13/19] Compiling Rainbow ColorApproximation.swift
[14/19] Emitting module Rainbow
[15/19] Compiling Rainbow HSLColorConverter.swift
[16/19] Compiling Rainbow ModesExtractor.swift
[17/19] Compiling Rainbow StyledStringBuilder.swift
[18/19] Compiling Rainbow OutputTarget.swift
[19/19] Compiling Rainbow Rainbow.swift
[21/25] Compiling CLITable ShowTable.swift
[22/25] Compiling CLITable PrintLine.swift
[23/25] Compiling CLITable ConsoleColor.swift
[24/25] Compiling CLITable CLITable.swift
[25/25] Emitting module CLITable
Build complete! (23.04s)
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" : "/host/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"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:876c9f54cbb08e857839f8acb28beadbc9bf56a8488855996222d9f683e93e2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.