Build Information
Failed to build Rainbow, reference master (dcabc6), with Swift 6.2 for Android on 10 Dec 2025 06:40:31 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/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onevcat/Rainbow.git
Reference: master
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/onevcat/Rainbow
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at dcabc6a Update README with demo
Cloned https://github.com/onevcat/Rainbow.git
Revision (git rev-parse @):
dcabc6a86ddeb06c4d45e5e9a691dd63357aee45
SUCCESS checkout https://github.com/onevcat/Rainbow.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/onevcat/Rainbow.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/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c3fe93b3f7c9edfd66b4287786a9b8caf7805f96d7219e301e257b4e0de911bb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--6B0C4D200E742BB1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/22] Emitting module Rainbow
/host/spi-builder-workspace/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 | }
[5/23] Compiling Rainbow StringGenerator.swift
[6/23] Compiling Rainbow Style.swift
[7/23] Compiling Rainbow String+ConditionalStyling.swift
[8/23] Compiling Rainbow String+Rainbow.swift
[9/23] Compiling Rainbow HSLColorConverter.swift
[10/23] Compiling Rainbow ModesExtractor.swift
[11/23] Compiling Rainbow ConditionalStyleBuilder.swift
[12/23] Compiling Rainbow ControlCode.swift
[13/23] Compiling Rainbow Color.swift
[14/23] Compiling Rainbow ColorApproximation.swift
[15/23] Compiling Rainbow BackgroundColor.swift
[16/23] Compiling Rainbow CodesParser.swift
[17/23] Compiling Rainbow OutputTarget.swift
/host/spi-builder-workspace/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 | }
[18/23] Compiling Rainbow Rainbow.swift
/host/spi-builder-workspace/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 | }
[19/23] Compiling Rainbow StyledStringBuilder.swift
BUILD FAILURE 6.2 android