Build Information
Failed to build SwiftBeanCountCLI, reference main (a890d8
), with Swift 6.2 (beta) for Android on 20 Jun 2025 03:23:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Nef10/SwiftBeanCountCLI.git
Reference: main
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/Nef10/SwiftBeanCountCLI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a890d87 Bump SwiftLint to 0.59.1
Cloned https://github.com/Nef10/SwiftBeanCountCLI.git
Revision (git rev-parse @):
a890d870f9cc92fcfb9026ef547fb314c3b3c92a
SUCCESS checkout https://github.com/Nef10/SwiftBeanCountCLI.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/Nef10/SwiftBeanCountCLI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Nef10/SwiftBeanCountModel.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
[1/929] Fetching swiftytexttable
[215/4289] Fetching swiftytexttable, swiftbeancountmodel
Fetching https://github.com/Nef10/SwiftBeanCountParser.git
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.84s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/Nef10/SwiftBeanCountTax.git
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/Nef10/SwiftBeanCountModel.git from cache (0.86s)
[1/1196] Fetching rainbow
[1197/3388] Fetching rainbow, swiftbeancountparser
[1921/3919] Fetching rainbow, swiftbeancountparser, swiftbeancounttax
Fetched https://github.com/Nef10/SwiftBeanCountTax.git from cache (0.61s)
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (0.63s)
Fetched https://github.com/Nef10/SwiftBeanCountParser.git from cache (0.72s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.59s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (7.30s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (0.95s)
Computing version for https://github.com/Nef10/SwiftBeanCountTax.git
Computed https://github.com/Nef10/SwiftBeanCountTax.git at 0.0.4 (1.08s)
Computing version for https://github.com/Nef10/SwiftBeanCountParser.git
Computed https://github.com/Nef10/SwiftBeanCountParser.git at 0.1.8 (1.40s)
Computing version for https://github.com/Nef10/SwiftBeanCountModel.git
Computed https://github.com/Nef10/SwiftBeanCountModel.git at 0.1.6 (1.08s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.91s)
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/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/Nef10/SwiftBeanCountParser.git
Working copy of https://github.com/Nef10/SwiftBeanCountParser.git resolved at 0.1.8
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/Nef10/SwiftBeanCountTax.git
Working copy of https://github.com/Nef10/SwiftBeanCountTax.git resolved at 0.0.4
Creating working copy for https://github.com/Nef10/SwiftBeanCountModel.git
Working copy of https://github.com/Nef10/SwiftBeanCountModel.git resolved at 0.1.6
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/20] Write sources
[9/20] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/53] 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 | }
[12/54] Compiling Rainbow StringGenerator.swift
[13/54] Compiling Rainbow String+Rainbow.swift
[14/54] Compiling Rainbow Style.swift
[15/54] Emitting module ArgumentParserToolInfo
[16/54] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/55] Wrapping AST for ArgumentParserToolInfo for debugging
[19/93] Compiling ArgumentParser Name.swift
[20/93] Compiling ArgumentParser Parsed.swift
[21/93] Compiling ArgumentParser ParsedValues.swift
[22/93] Compiling ArgumentParser ParserError.swift
[23/93] Compiling ArgumentParser SplitArguments.swift
[24/98] Compiling ArgumentParser ArgumentVisibility.swift
[25/98] Compiling ArgumentParser CompletionKind.swift
[26/98] Compiling ArgumentParser Errors.swift
[27/98] Compiling ArgumentParser Flag.swift
[28/98] Compiling ArgumentParser NameSpecification.swift
[29/98] Compiling ArgumentParser Option.swift
[30/98] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/98] Compiling ArgumentParser ZshCompletionsGenerator.swift
[32/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[33/98] Compiling ArgumentParser CompletionsGenerator.swift
[34/98] Compiling ArgumentParser CommandGroup.swift
[35/98] Compiling ArgumentParser EnumerableFlag.swift
[42/100] Compiling ArgumentParser Argument.swift
[43/100] Compiling ArgumentParser ArgumentHelp.swift
[44/100] Emitting module ArgumentParser
[53/100] 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 | }
[55/100] Compiling ArgumentParser OptionGroup.swift
[56/100] Compiling ArgumentParser AsyncParsableCommand.swift
[57/100] Compiling ArgumentParser CommandConfiguration.swift
[58/100] Compiling ArgumentParser DumpHelpGenerator.swift
[59/100] Compiling ArgumentParser HelpCommand.swift
[60/100] Compiling ArgumentParser HelpGenerator.swift
[61/100] Compiling ArgumentParser MessageInfo.swift
[62/100] Compiling ArgumentParser UsageGenerator.swift
[63/100] Emitting module SwiftBeanCountModel
[67/100] Compiling Rainbow Rainbow.swift
[68/100] Emitting module SwiftyTextTable
BUILD FAILURE 6.2 android