Build Information
Failed to build scg, reference main (38df68), with Swift 6.3 for Android on 18 Apr 2026 03:13:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Iron-Ham/swift-commit-gen.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/Iron-Ham/swift-commit-gen
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 38df68e Bump version to 0.7.0
Cloned https://github.com/Iron-Ham/swift-commit-gen.git
Revision (git rev-parse @):
38df68e5257c0812495e674d50d2481db78f3246
SUCCESS checkout https://github.com/Iron-Ham/swift-commit-gen.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/Iron-Ham/swift-commit-gen.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/tuist/Noora
Fetching https://github.com/apple/swift-argument-parser.git
[1/18962] Fetching noora
[760/36491] Fetching noora, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.83s)
[8304/18962] Fetching noora
Fetched https://github.com/tuist/Noora from cache (5.29s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (6.29s)
Computing version for https://github.com/tuist/Noora
Computed https://github.com/tuist/Noora at 0.56.0 (0.45s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/tuist/path
Fetching https://github.com/onevcat/Rainbow
[1/401] Fetching path
[402/1843] Fetching path, rainbow
[1844/8478] Fetching path, rainbow, swift-log
Fetched https://github.com/onevcat/Rainbow from cache (1.61s)
Fetched https://github.com/tuist/path from cache (1.70s)
Fetched https://github.com/apple/swift-log from cache (1.71s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (4.42s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (2.89s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.47s)
Creating working copy for https://github.com/tuist/Noora
Working copy of https://github.com/tuist/Noora resolved at 0.56.0
Creating working copy for https://github.com/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
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
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[9/21] Write swift-version--4F562202D5529B1.txt
[11/46] Emitting module ArgumentParserToolInfo
[12/46] Compiling Rainbow String+ConditionalStyling.swift
[13/46] Compiling Rainbow String+Rainbow.swift
[14/47] Compiling Rainbow StringGenerator.swift
[15/47] Compiling Rainbow Style.swift
[16/47] Compiling Path Path.swift
[17/47] Emitting module Path
[18/48] Wrapping AST for Path for debugging
[20/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/49] Wrapping AST for ArgumentParserToolInfo for debugging
[23/95] Compiling Logging MetadataProvider.swift
[24/95] Compiling Logging LogEvent.swift
[25/95] Compiling Logging Logging.swift
[26/95] Emitting module Logging
[27/95] Compiling Logging Locks.swift
[28/95] Compiling Logging LogHandler.swift
[29/96] Wrapping AST for Logging for debugging
[31/96] Compiling ArgumentParser ArgumentHelp.swift
[32/96] Compiling ArgumentParser Foundation.swift
[33/96] Compiling ArgumentParser Argument.swift
[34/96] Compiling ArgumentParser ArgumentDiscussion.swift
[35/96] Compiling Rainbow StyledStringBuilder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/96] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[37/96] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/96] Compiling ArgumentParser CompletionsGenerator.swift
[39/96] Compiling ArgumentParser FishCompletionsGenerator.swift
[40/96] Compiling ArgumentParser ZshCompletionsGenerator.swift
[41/96] Compiling ArgumentParser Mutex.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[42/96] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
BUILD FAILURE 6.3 android