Build Information
Successful build of terminal-ansi, reference 0.3.0 (4a56c0), with Swift 6.2 for Linux on 25 Oct 2025 17:33:56 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/juri/terminal-ansi.git
Reference: 0.3.0
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/juri/terminal-ansi
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 4a56c05 Backtick string literals in a doc comment
Cloned https://github.com/juri/terminal-ansi.git
Revision (git rev-parse @):
4a56c05d18cd7cb0ad85fcc0bd1b616f45c8a067
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/juri/terminal-ansi.git at 0.3.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/juri/terminal-ansi.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-numerics
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.52s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.97s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Building for debugging...
[0/8] Write sources
[2/8] Compiling CSelect select.c
[2/8] Write swift-version-24593BA9C3E375BF.txt
[5/16] Emitting module TerminalANSI
[6/16] Compiling TerminalANSI ANSIControlCode.swift
[7/16] Compiling TerminalANSI Terminal.swift
[8/16] Compiling TerminalANSI Size.swift
[9/16] Compiling TerminalANSI EnvironmentColorMode.swift
[10/16] Compiling TerminalANSI ColorMode.swift
[11/16] Compiling TerminalANSI Inspect.swift
[12/16] Compiling TerminalANSI Color.swift
[13/17] Wrapping AST for TerminalANSI for debugging
[15/19] Emitting module RunTerminalANSI
[16/19] Compiling RunTerminalANSI Runner.swift
[17/20] Wrapping AST for RunTerminalANSI for debugging
[18/20] Write Objects.LinkFileList
[19/20] Linking run-terminal-ansi
Build complete! (15.38s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
}
],
"manifest_display_name" : "terminal-ansi",
"name" : "terminal-ansi",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "run-terminal-ansi",
"targets" : [
"RunTerminalANSI"
],
"type" : {
"executable" : null
}
},
{
"name" : "TerminalANSI",
"targets" : [
"TerminalANSI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TerminalANSITests",
"module_type" : "SwiftTarget",
"name" : "TerminalANSITests",
"path" : "Tests/TerminalANSITests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"ColorModeGuessTests.swift",
"ColorParsingTests.swift",
"ColorTests.swift"
],
"target_dependencies" : [
"TerminalANSI"
],
"type" : "test"
},
{
"c99name" : "TerminalANSI",
"module_type" : "SwiftTarget",
"name" : "TerminalANSI",
"path" : "Sources/TerminalANSI",
"product_memberships" : [
"run-terminal-ansi",
"TerminalANSI"
],
"sources" : [
"ANSIControlCode.swift",
"Color.swift",
"ColorMode.swift",
"EnvironmentColorMode.swift",
"Inspect.swift",
"Size.swift",
"Terminal.swift"
],
"target_dependencies" : [
"CSelect"
],
"type" : "library"
},
{
"c99name" : "RunTerminalANSI",
"module_type" : "SwiftTarget",
"name" : "RunTerminalANSI",
"path" : "Sources/RunTerminalANSI",
"product_memberships" : [
"run-terminal-ansi"
],
"sources" : [
"Runner.swift"
],
"target_dependencies" : [
"TerminalANSI"
],
"type" : "executable"
},
{
"c99name" : "CSelect",
"module_type" : "ClangTarget",
"name" : "CSelect",
"path" : "Sources/CSelect",
"product_memberships" : [
"run-terminal-ansi",
"TerminalANSI"
],
"sources" : [
"select.c"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.