Build Information
Failed to build Noora, reference 0.56.0 (70c6d1), with Swift 6.3 for Android on 21 Apr 2026 01:59:22 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/tuist/noora.git
Reference: 0.56.0
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/tuist/noora
* tag 0.56.0 -> FETCH_HEAD
HEAD is now at 70c6d14 [Release] Noora CLI 0.56.0
Cloned https://github.com/tuist/noora.git
Revision (git rev-parse @):
70c6d1477a982f3e4cd46ed2d122e04e9d0a0b59
SUCCESS checkout https://github.com/tuist/noora.git at 0.56.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/tuist/noora.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-log
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tuist/path
[1/1442] Fetching rainbow
[578/1843] Fetching rainbow, path
Fetched https://github.com/tuist/path from cache (0.26s)
[1/17424] Fetching swift-argument-parser
[2/24059] Fetching swift-argument-parser, swift-log
Fetched https://github.com/onevcat/Rainbow from cache (0.56s)
Fetched https://github.com/apple/swift-log from cache (0.56s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.87s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (4.63s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (2.81s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.50s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.45s)
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
Working copy of https://github.com/apple/swift-argument-parser 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 StringGenerator.swift
[13/46] Compiling Rainbow Style.swift
[14/47] Compiling Rainbow String+ConditionalStyling.swift
[15/47] Compiling Rainbow String+Rainbow.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/47] 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 | }
[17/47] Compiling Rainbow ConditionalStyleBuilder.swift
[18/47] Compiling Rainbow ControlCode.swift
[19/47] Compiling Path Path.swift
[20/47] Emitting module Path
[21/48] Wrapping AST for Path for debugging
[23/48] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/49] Wrapping AST for ArgumentParserToolInfo for debugging
[26/95] Compiling Logging LogHandler.swift
[27/95] Compiling Logging MetadataProvider.swift
[28/95] Compiling Logging LogEvent.swift
[29/95] Compiling Logging Locks.swift
[30/95] Emitting module Logging
[31/95] Compiling Logging Logging.swift
[32/96] Compiling ArgumentParser CompletionsGenerator.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 | }
[33/96] Compiling ArgumentParser FishCompletionsGenerator.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 | }
[34/96] Compiling ArgumentParser OptionGroup.swift
[35/96] Compiling ArgumentParser BashCompletionsGenerator.swift
[37/96] Compiling ArgumentParser ArgumentVisibility.swift
[38/96] Compiling ArgumentParser CompletionKind.swift
[39/96] Compiling ArgumentParser Errors.swift
[40/96] Compiling ArgumentParser Flag.swift
[41/96] Compiling Rainbow StyledStringBuilder.swift
[41/96] Wrapping AST for Logging for debugging
BUILD FAILURE 6.3 android