Build Information
Failed to build SRM, reference 0.0.6 (d01710), with Swift 6.3 for Android on 15 Apr 2026 15:59:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/Maxim-Lanskoy/SRM.git
Reference: 0.0.6
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/Maxim-Lanskoy/SRM
* tag 0.0.6 -> FETCH_HEAD
HEAD is now at d01710a Minor installation process fix.
Cloned https://github.com/Maxim-Lanskoy/SRM.git
Revision (git rev-parse @):
d01710ae60d554829a318c8743650418a039c763
SUCCESS checkout https://github.com/Maxim-Lanskoy/SRM.git at 0.0.6
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/Maxim-Lanskoy/SRM.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/heroesofcode/CLI-Table-Swift
[1/214] Fetching cli-table-swift
Fetched https://github.com/heroesofcode/CLI-Table-Swift from cache (0.80s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/Maxim-Lanskoy/ShellOut.git
Fetching https://github.com/apple/swift-argument-parser
[1/378] Fetching shellout
[379/1820] Fetching shellout, rainbow
[1821/19343] Fetching shellout, rainbow, swift-argument-parser
Fetched https://github.com/Maxim-Lanskoy/ShellOut.git from cache (0.37s)
Fetched https://github.com/onevcat/Rainbow from cache (0.37s)
[1227/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.92s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.1 (3.32s)
Computing version for https://github.com/Maxim-Lanskoy/ShellOut.git
Computed https://github.com/Maxim-Lanskoy/ShellOut.git at 2.4.0 (0.40s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.41s)
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.1
Creating working copy for https://github.com/Maxim-Lanskoy/ShellOut.git
Working copy of https://github.com/Maxim-Lanskoy/ShellOut.git resolved at 2.4.0
Creating working copy for https://github.com/heroesofcode/CLI-Table-Swift
Working copy of https://github.com/heroesofcode/CLI-Table-Swift resolved at main (18ec562)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[9/21] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/42] 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/43] Compiling Rainbow StringGenerator.swift
[13/43] Compiling Rainbow Style.swift
[14/43] Compiling Rainbow String+ConditionalStyling.swift
[15/43] Compiling Rainbow String+Rainbow.swift
[16/43] Compiling Rainbow BackgroundColor.swift
[17/43] Compiling Rainbow CodesParser.swift
[18/43] Emitting module ArgumentParserToolInfo
[19/43] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/44] Wrapping AST for ArgumentParserToolInfo for debugging
[22/90] Emitting module ArgumentParser
[23/96] Compiling ArgumentParser ParentCommand.swift
[24/96] Compiling ArgumentParser AsyncParsableCommand.swift
[25/96] Compiling ArgumentParser CommandConfiguration.swift
[26/96] Compiling ArgumentParser CommandGroup.swift
[27/96] Compiling ArgumentParser EnumerableFlag.swift
[28/96] Compiling ArgumentParser ExpressibleByArgument.swift
[29/96] Compiling ArgumentParser ParsableArguments.swift
[30/96] Compiling ArgumentParser InputOrigin.swift
[31/96] Compiling ArgumentParser Name.swift
[32/96] Compiling ArgumentParser Parsed.swift
[33/96] Compiling ArgumentParser ParsedValues.swift
[34/96] Compiling ArgumentParser ParserError.swift
[35/96] Compiling ArgumentParser SplitArguments.swift
[36/96] Compiling ArgumentParser ArgumentVisibility.swift
[37/96] Compiling ArgumentParser CompletionKind.swift
[38/96] Compiling ArgumentParser Errors.swift
[39/96] Compiling ArgumentParser Flag.swift
[40/96] Compiling ArgumentParser NameSpecification.swift
[41/96] Compiling ArgumentParser Option.swift
[42/96] Compiling ArgumentParser OptionGroup.swift
[43/96] Compiling ArgumentParser Tree.swift
[44/96] Compiling ArgumentParser CodingKeyValidator.swift
[45/96] Compiling ArgumentParser NonsenseFlagsValidator.swift
[46/96] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/96] Compiling ArgumentParser PositionalArgumentsValidator.swift
[48/96] Compiling ArgumentParser UniqueNamesValidator.swift
[49/96] Compiling ArgumentParser BashCompletionsGenerator.swift
[50/96] Compiling ArgumentParser CompletionsGenerator.swift
[51/96] Compiling ArgumentParser FishCompletionsGenerator.swift
[52/96] Compiling ArgumentParser ZshCompletionsGenerator.swift
[53/96] Compiling ArgumentParser Argument.swift
[54/96] Compiling ArgumentParser ArgumentDiscussion.swift
[55/96] Compiling ArgumentParser ArgumentHelp.swift
[56/96] Compiling ArgumentParser Foundation.swift
[57/96] Compiling ArgumentParser Mutex.swift
[58/96] Compiling ArgumentParser Platform.swift
[59/96] Compiling ArgumentParser SequenceExtensions.swift
[60/96] Compiling ArgumentParser StringExtensions.swift
[61/96] Compiling ArgumentParser SwiftExtensions.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 | }
/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 | }
[64/96] Emitting module ShellOut
[65/96] Compiling ShellOut ShellOut.swift
[73/97] Compiling Rainbow StyledStringBuilder.swift
[74/97] Emitting module Concatenator
[75/97] Compiling Concatenator FilesConcatenator.swift
[75/98] Wrapping AST for ShellOut for debugging
[76/98] Compiling ArgumentParser DumpHelpGenerator.swift
[77/98] Compiling ArgumentParser HelpCommand.swift
[78/98] Compiling ArgumentParser HelpGenerator.swift
[79/98] Compiling ArgumentParser MessageInfo.swift
[80/98] Compiling ArgumentParser UsageGenerator.swift
[81/98] Compiling ArgumentParser CollectionExtensions.swift
BUILD FAILURE 6.3 android