The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Noora, reference 0.51.3 (99d3be), with Swift 6.2 for Android on 5 Dec 2025 18:09:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/noora.git
Reference: 0.51.3
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.51.3     -> FETCH_HEAD
HEAD is now at 99d3bef [Release] Noora CLI 0.51.3
Cloned https://github.com/tuist/noora.git
Revision (git rev-parse @):
99d3bef655819d530ad467c017ae4ff7db27b0a3
SUCCESS checkout https://github.com/tuist/noora.git at 0.51.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tuist/noora.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-log
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/tuist/path
[1/381] Fetching path
[382/1720] Fetching path, rainbow
[1721/7429] Fetching path, rainbow, swift-log
[1722/24306] Fetching path, rainbow, swift-log, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (1.11s)
[15204/22967] Fetching path, swift-log, swift-argument-parser
Fetched https://github.com/tuist/path from cache (1.38s)
Fetched https://github.com/apple/swift-log from cache (1.39s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.39s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (5.72s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.7.1 (0.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.43s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (2.31s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.7.1
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.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[9/21] Write swift-version--6B0C4D200E742BB1.txt
[11/45] Compiling Rainbow StringGenerator.swift
[12/45] Compiling Rainbow Style.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/46] 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 |         }
[14/46] Compiling Rainbow String+ConditionalStyling.swift
[15/46] Compiling Rainbow String+Rainbow.swift
[16/46] Compiling Path Path.swift
[17/46] Emitting module Path
[18/47] Wrapping AST for Path for debugging
[20/47] Emitting module ArgumentParserToolInfo
[21/47] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/48] Wrapping AST for ArgumentParserToolInfo for debugging
[24/92] Compiling Logging MetadataProvider.swift
[25/92] Compiling Logging LogHandler.swift
[26/92] Compiling Logging Locks.swift
[27/92] Emitting module Logging
[28/92] Compiling ArgumentParser OptionGroup.swift
[29/92] Compiling ArgumentParser AsyncParsableCommand.swift
[30/92] Compiling ArgumentParser CommandConfiguration.swift
[31/92] Compiling ArgumentParser CommandGroup.swift
[32/92] Compiling Logging Logging.swift
[34/93] Compiling ArgumentParser EnumerableFlag.swift
[35/93] Compiling ArgumentParser ExpressibleByArgument.swift
[36/93] Compiling ArgumentParser Errors.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 |         }
[37/93] Compiling ArgumentParser Flag.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 |         }
[38/93] Compiling ArgumentParser ArgumentVisibility.swift
[39/93] Compiling ArgumentParser CompletionKind.swift
[40/93] Compiling Rainbow StyledStringBuilder.swift
[40/93] Wrapping AST for Logging for debugging
BUILD FAILURE 6.2 android