Build Information
Successful build of terminal-input, reference 0.1.0 (2e3c9e), with Swift 6.2 for Linux on 3 Nov 2025 07:13:56 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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-input.git
Reference: 0.1.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-input
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 2e3c9e7 Amend README
Cloned https://github.com/juri/terminal-input.git
Revision (git rev-parse @):
2e3c9e78af1ce7c3c3ffe72caf5ed9e1c41c2c70
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/juri/terminal-input.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/juri/terminal-input.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/10] Emitting module TerminalInput
[5/10] Compiling TerminalInput TerminalKey.swift
[6/10] Compiling TerminalInput TerminalInput.swift
[7/11] Wrapping AST for TerminalInput for debugging
[9/13] Emitting module TerminalInputRunner
[10/13] Compiling TerminalInputRunner Runner.swift
[11/14] Wrapping AST for TerminalInputRunner for debugging
[12/14] Write Objects.LinkFileList
[13/14] Linking run-terminal-input
Build complete! (12.44s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "terminal-input",
"name" : "terminal-input",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "TerminalInput",
"targets" : [
"TerminalInput"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "run-terminal-input",
"targets" : [
"TerminalInputRunner"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TerminalInputTests",
"module_type" : "SwiftTarget",
"name" : "TerminalInputTests",
"path" : "Tests/TerminalInputTests",
"sources" : [
"TerminalInputTests.swift"
],
"target_dependencies" : [
"TerminalInput"
],
"type" : "test"
},
{
"c99name" : "TerminalInputRunner",
"module_type" : "SwiftTarget",
"name" : "TerminalInputRunner",
"path" : "Sources/TerminalInputRunner",
"product_memberships" : [
"run-terminal-input"
],
"sources" : [
"Runner.swift"
],
"target_dependencies" : [
"TerminalInput"
],
"type" : "executable"
},
{
"c99name" : "TerminalInput",
"module_type" : "SwiftTarget",
"name" : "TerminalInput",
"path" : "Sources/TerminalInput",
"product_memberships" : [
"TerminalInput",
"run-terminal-input"
],
"sources" : [
"TerminalInput.swift",
"TerminalKey.swift"
],
"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.