Build Information
Failed to build Terminus, reference 0.1.2 (7c5c57), with Swift 6.3 for Android on 21 Apr 2026 10:09:13 UTC.
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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jbadger3/Terminus.git
Reference: 0.1.2
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/jbadger3/Terminus
* tag 0.1.2 -> FETCH_HEAD
HEAD is now at 7c5c573 Merge pull request #4 from jbadger3/issue_3
Cloned https://github.com/jbadger3/Terminus.git
Revision (git rev-parse @):
7c5c57397ef0234b4e39bb6a77122672b385ef8a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jbadger3/Terminus.git at 0.1.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/jbadger3/Terminus.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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/17424] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.36s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (1.87s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version--4F562202D5529B1.txt
[8/32] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/32] Emitting module Terminus
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:12:27: error: cannot find 'termios' in scope
10 | struct Termios {
11 | let fd = FileHandle.standardInput.fileDescriptor
12 | var originalTermios = termios()
| `- error: cannot find 'termios' in scope
13 | var currentTermios: termios
14 |
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:13:25: error: cannot find type 'termios' in scope
11 | let fd = FileHandle.standardInput.fileDescriptor
12 | var originalTermios = termios()
13 | var currentTermios: termios
| `- error: cannot find type 'termios' in scope
14 |
15 | init() {
[10/34] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/35] Wrapping AST for ArgumentParserToolInfo for debugging
[13/81] Compiling ArgumentParser ParentCommand.swift
[14/81] Compiling ArgumentParser AsyncParsableCommand.swift
[15/81] Compiling ArgumentParser CommandConfiguration.swift
[16/81] Compiling ArgumentParser CommandGroup.swift
[17/81] Compiling ArgumentParser EnumerableFlag.swift
[18/81] Compiling ArgumentParser ExpressibleByArgument.swift
[19/81] Compiling ArgumentParser ParsableArguments.swift
[20/87] Emitting module ArgumentParser
[21/87] Compiling ArgumentParser Tree.swift
[22/87] Compiling ArgumentParser CodingKeyValidator.swift
[23/87] Compiling ArgumentParser NonsenseFlagsValidator.swift
[24/87] Compiling ArgumentParser ParsableArgumentsValidation.swift
[25/87] Compiling ArgumentParser PositionalArgumentsValidator.swift
[26/87] Compiling ArgumentParser UniqueNamesValidator.swift
[27/87] Compiling ArgumentParser InputOrigin.swift
[28/87] Compiling ArgumentParser Name.swift
[29/87] Compiling ArgumentParser Parsed.swift
[30/87] Compiling ArgumentParser ParsedValues.swift
[31/87] Compiling ArgumentParser ParserError.swift
[32/87] Compiling ArgumentParser SplitArguments.swift
[33/87] Compiling ArgumentParser Foundation.swift
[34/87] Compiling ArgumentParser Mutex.swift
[35/87] Compiling ArgumentParser Platform.swift
[36/87] Compiling ArgumentParser SequenceExtensions.swift
[37/87] Compiling ArgumentParser StringExtensions.swift
[38/87] Compiling ArgumentParser SwiftExtensions.swift
[39/87] Compiling ArgumentParser ArgumentVisibility.swift
[40/87] Compiling ArgumentParser CompletionKind.swift
[41/87] Compiling ArgumentParser Errors.swift
[42/87] Compiling ArgumentParser Flag.swift
[43/87] Compiling ArgumentParser NameSpecification.swift
[44/87] Compiling ArgumentParser Option.swift
[45/87] Compiling ArgumentParser OptionGroup.swift
[46/87] Compiling ArgumentParser ArgumentDefinition.swift
[47/87] Compiling ArgumentParser ArgumentSet.swift
[53/87] Compiling ArgumentParser ParsableCommand.swift
[54/87] Compiling ArgumentParser ArgumentDecoder.swift
[55/87] Compiling ArgumentParser ArgumentDiscussion.swift
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:12:27: error: cannot find 'termios' in scope
10 | struct Termios {
11 | let fd = FileHandle.standardInput.fileDescriptor
12 | var originalTermios = termios()
| `- error: cannot find 'termios' in scope
13 | var currentTermios: termios
14 |
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:13:25: error: cannot find type 'termios' in scope
11 | let fd = FileHandle.standardInput.fileDescriptor
12 | var originalTermios = termios()
13 | var currentTermios: termios
| `- error: cannot find type 'termios' in scope
14 |
15 | init() {
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:16:9: error: cannot find 'tcgetattr' in scope
14 |
15 | init() {
16 | tcgetattr(fd, &originalTermios)
| `- error: cannot find 'tcgetattr' in scope
17 | currentTermios = originalTermios
18 | }
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:31:9: error: cannot find 'tcsetattr' in scope
29 |
30 | #endif
31 | tcsetattr(fd, TCSADRAIN, ¤tTermios)
| `- error: cannot find 'tcsetattr' in scope
32 | }
33 |
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:31:23: error: cannot find 'TCSADRAIN' in scope
29 |
30 | #endif
31 | tcsetattr(fd, TCSADRAIN, ¤tTermios)
| `- error: cannot find 'TCSADRAIN' in scope
32 | }
33 |
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:36:9: error: cannot find 'tcsetattr' in scope
34 | ///Restores termios to its original settings
35 | mutating func restoreOriginalSettings() {
36 | tcsetattr(fd, TCSAFLUSH, &originalTermios)
| `- error: cannot find 'tcsetattr' in scope
37 | }
38 | }
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:36:23: error: cannot find 'TCSAFLUSH' in scope
34 | ///Restores termios to its original settings
35 | mutating func restoreOriginalSettings() {
36 | tcsetattr(fd, TCSAFLUSH, &originalTermios)
| `- error: cannot find 'TCSAFLUSH' in scope
37 | }
38 | }
[56/87] Compiling ArgumentParser ArgumentHelp.swift
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:12:27: error: cannot find 'termios' in scope
10 | struct Termios {
11 | let fd = FileHandle.standardInput.fileDescriptor
12 | var originalTermios = termios()
| `- error: cannot find 'termios' in scope
13 | var currentTermios: termios
14 |
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:13:25: error: cannot find type 'termios' in scope
11 | let fd = FileHandle.standardInput.fileDescriptor
12 | var originalTermios = termios()
13 | var currentTermios: termios
| `- error: cannot find type 'termios' in scope
14 |
15 | init() {
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:16:9: error: cannot find 'tcgetattr' in scope
14 |
15 | init() {
16 | tcgetattr(fd, &originalTermios)
| `- error: cannot find 'tcgetattr' in scope
17 | currentTermios = originalTermios
18 | }
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:31:9: error: cannot find 'tcsetattr' in scope
29 |
30 | #endif
31 | tcsetattr(fd, TCSADRAIN, ¤tTermios)
| `- error: cannot find 'tcsetattr' in scope
32 | }
33 |
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:31:23: error: cannot find 'TCSADRAIN' in scope
29 |
30 | #endif
31 | tcsetattr(fd, TCSADRAIN, ¤tTermios)
| `- error: cannot find 'TCSADRAIN' in scope
32 | }
33 |
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:36:9: error: cannot find 'tcsetattr' in scope
34 | ///Restores termios to its original settings
35 | mutating func restoreOriginalSettings() {
36 | tcsetattr(fd, TCSAFLUSH, &originalTermios)
| `- error: cannot find 'tcsetattr' in scope
37 | }
38 | }
/host/spi-builder-workspace/Sources/Terminus/Core/Termios.swift:36:23: error: cannot find 'TCSAFLUSH' in scope
34 | ///Restores termios to its original settings
35 | mutating func restoreOriginalSettings() {
36 | tcsetattr(fd, TCSAFLUSH, &originalTermios)
| `- error: cannot find 'TCSAFLUSH' in scope
37 | }
38 | }
[57/87] Compiling ArgumentParser BashCompletionsGenerator.swift
[58/87] Compiling ArgumentParser CompletionsGenerator.swift
[61/87] Compiling ArgumentParser FishCompletionsGenerator.swift
[62/87] Compiling ArgumentParser ZshCompletionsGenerator.swift
[63/87] Compiling ArgumentParser Argument.swift
BUILD FAILURE 6.3 android