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 terminal-input, reference main (82b5c5), with Swift 6.2 for Linux on 7 Nov 2025 00:11:37 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/juri/terminal-input.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/juri/terminal-input
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 82b5c54 Recognize ctrl-backspace
Cloned https://github.com/juri/terminal-input.git
Revision (git rev-parse @):
82b5c543acbeb019cb2ab5947e4cf98b8f5e5c71
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/juri/terminal-input.git at main
========================================
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-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
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling TerminalInput TerminalInput.swift
[5/10] Emitting module TerminalInput
[6/10] Compiling TerminalInput TerminalKey.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! (11.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" : [
        "EscapeSequenceParseTests.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.