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.41.0 (4e1be3), with Swift 6.2 (beta) for Android on 20 Jun 2025 20:09:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/noora.git
Reference: 0.41.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.41.0     -> FETCH_HEAD
HEAD is now at 4e1be37 [Release] Noora CLI 0.41.0
Cloned https://github.com/tuist/noora.git
Revision (git rev-parse @):
4e1be378778145cc209eea8ebc1880a300168def
SUCCESS checkout https://github.com/tuist/noora.git at 0.41.0
========================================
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-0":/host -w "$PWD" 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:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-log
Fetching https://github.com/tuist/path
Fetching https://github.com/apple/swift-argument-parser
[1/3836] Fetching swift-log
[2/4190] Fetching swift-log, path
Fetching https://github.com/onevcat/Rainbow
Fetched https://github.com/apple/swift-log from cache (0.60s)
[355/15734] Fetching path, swift-argument-parser
[7276/16930] Fetching path, swift-argument-parser, rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.37s)
[12505/15734] Fetching path, swift-argument-parser
Fetched https://github.com/tuist/path from cache (1.44s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.46s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (5.43s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.94s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.74s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (3.93s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.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/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/20] Write sources
[8/20] Write swift-version-8C5A4AE7A8CE2BA.txt
[10/40] Compiling Rainbow StringGenerator.swift
[11/41] Compiling Rainbow String+Rainbow.swift
[12/41] Compiling Rainbow Style.swift
[13/41] Compiling Path Path.swift
[14/41] Emitting module Path
[15/42] Emitting module ArgumentParserToolInfo
[16/42] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/43] Wrapping AST for Path for debugging
[19/43] Wrapping AST for ArgumentParserToolInfo for debugging
[21/81] Emitting module Logging
[22/81] Compiling Logging MetadataProvider.swift
[23/81] Compiling Logging Locks.swift
[24/81] Compiling Logging LogHandler.swift
[25/81] Compiling Logging Logging.swift
[27/82] Compiling Rainbow Rainbow.swift
[28/82] Compiling ArgumentParser Argument.swift
[29/82] Compiling ArgumentParser ArgumentHelp.swift
[30/82] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/82] Compiling ArgumentParser CompletionsGenerator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/82] 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 |         }
[33/82] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/82] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/82] Compiling Rainbow OutputTarget.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 |         }
[35/82] Wrapping AST for Logging for debugging
BUILD FAILURE 6.2 android