Build Information
Failed to build ShGit, reference trunk (b994d8), with Swift 6.3 for Android on 21 Apr 2026 16:25:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/danielsincere/ShGit.git
Reference: trunk
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/danielsincere/ShGit
* branch trunk -> FETCH_HEAD
* [new branch] trunk -> origin/trunk
HEAD is now at b994d87 GitHub Actions
Cloned https://github.com/danielsincere/ShGit.git
Revision (git rev-parse @):
b994d87e6d62650151e49f64076387bddc130428
SUCCESS checkout https://github.com/danielsincere/ShGit.git at trunk
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/danielsincere/ShGit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/DanielSincere/Sh.git
[1/859] Fetching sh
Fetched https://github.com/DanielSincere/Sh.git from cache (0.31s)
Computing version for https://github.com/DanielSincere/Sh.git
Computed https://github.com/DanielSincere/Sh.git at 1.3.0 (0.67s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-system
[1/1442] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.34s)
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system from cache (0.52s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (2.63s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.47s)
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/DanielSincere/Sh.git
Working copy of https://github.com/DanielSincere/Sh.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Building for debugging...
[0/6] Write sources
[4/6] Compiling CSystem shims.c
[5/6] Write swift-version--4F562202D5529B1.txt
[7/52] Emitting module SystemPackage
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/56] 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 | }
[9/57] Compiling SystemPackage SystemString.swift
[10/57] Compiling SystemPackage Util+StringArray.swift
[11/57] Compiling SystemPackage Util.swift
[12/57] Compiling SystemPackage UtilConsumers.swift
[13/57] Compiling SystemPackage IORing.swift
[14/57] Compiling SystemPackage RawIORequest.swift
[15/57] Compiling SystemPackage Backcompat.swift
[16/57] Compiling SystemPackage CInterop.swift
[17/57] Compiling SystemPackage FilePathSyntax.swift
[18/57] Compiling SystemPackage FilePathTemp.swift
[19/57] Compiling SystemPackage FilePathTempPosix.swift
[20/57] Compiling SystemPackage FilePathTempWindows.swift
[21/57] Compiling SystemPackage IOCompletion.swift
[22/57] Compiling SystemPackage IORequest.swift
[23/57] Compiling SystemPackage FilePathWindows.swift
[24/57] Compiling SystemPackage FilePermissions.swift
[25/57] Compiling SystemPackage Errno.swift
[26/57] Compiling SystemPackage ErrnoWindows.swift
[27/57] Compiling SystemPackage FileDescriptor.swift
[28/57] Compiling SystemPackage FileHelpers.swift
[29/57] Compiling SystemPackage FileOperations.swift
[30/57] Compiling SystemPackage FilePath.swift
[31/57] Compiling SystemPackage FilePathComponentView.swift
[32/57] Compiling SystemPackage FilePathComponents.swift
[33/57] Compiling SystemPackage FilePathParsing.swift
[34/57] Compiling SystemPackage FilePathString.swift
[35/57] Compiling SystemPackage Constants.swift
[36/57] Compiling SystemPackage Exports.swift
[37/57] Compiling SystemPackage Mocking.swift
[38/57] Compiling SystemPackage RawBuffer.swift
[43/57] Compiling SystemPackage Syscalls.swift
[44/57] Compiling SystemPackage WindowsSyscallAdapters.swift
[45/57] Compiling SystemPackage MachPort.swift
[46/57] Compiling SystemPackage PlatformString.swift
[48/58] Compiling Rainbow StyledStringBuilder.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 | }
/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