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 macOS (SPM) on 3 Nov 2025 03:37:35 UTC.

Swift 6 data race errors: 0

Build Command

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

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 /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:             5.10
Building package at path:  $PWD
https://github.com/heroesofcode/CLI-Table-Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-33747A42983211AE.txt
[4/18] Compiling Rainbow StringGenerator.swift
[5/19] Compiling Rainbow Style.swift
[6/19] Compiling Rainbow OutputTarget.swift
[7/19] Compiling Rainbow Rainbow.swift
[8/19] Compiling Rainbow String+Rainbow.swift
[9/19] Compiling Rainbow String+ConditionalStyling.swift
[10/19] Compiling Rainbow ConditionalStyleBuilder.swift
[11/19] Compiling Rainbow ControlCode.swift
[12/19] Compiling Rainbow BackgroundColor.swift
[13/19] Compiling Rainbow CodesParser.swift
[14/19] Emitting module Rainbow
[15/19] Compiling Rainbow Color.swift
[16/19] Compiling Rainbow ColorApproximation.swift
[17/19] Compiling Rainbow HSLColorConverter.swift
[18/19] Compiling Rainbow ModesExtractor.swift
[19/19] Compiling Rainbow StyledStringBuilder.swift
[20/24] Compiling CLITable ShowTable.swift
[21/24] Compiling CLITable PrintLine.swift
[22/24] Compiling CLITable CLITable.swift
[23/24] Emitting module CLITable
[24/24] Compiling CLITable ConsoleColor.swift
Build complete! (10.24s)
Fetching https://github.com/onevcat/Rainbow
[1/1339] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (1.32s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (2.33s)
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.