The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SRM, reference main (d01710), with Swift 6.2 for Android on 22 Jun 2025 23:11:11 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/Maxim-Lanskoy/SRM.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/Maxim-Lanskoy/SRM
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
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" 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/heroesofcode/CLI-Table-Swift
[1/174] Fetching cli-table-swift
Fetched https://github.com/heroesofcode/CLI-Table-Swift from cache (0.37s)
Fetching https://github.com/Maxim-Lanskoy/ShellOut.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
[528/1574] Fetching rainbow, shellout
Fetched https://github.com/onevcat/Rainbow from cache (0.48s)
[379/15758] Fetching shellout, swift-argument-parser
Fetched https://github.com/Maxim-Lanskoy/ShellOut.git from cache (1.44s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.46s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.0.1 (6.11s)
Computing version for https://github.com/Maxim-Lanskoy/ShellOut.git
Computed https://github.com/Maxim-Lanskoy/ShellOut.git at 2.4.0 (0.93s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.64s)
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 (c64517e)
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.0.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/20] Write sources
[8/20] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/37] 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 |         }
[11/38] Compiling Rainbow Style.swift
[12/38] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/38] Emitting module ArgumentParserToolInfo
[14/39] Compiling Rainbow StringGenerator.swift
[16/39] Compiling Rainbow String+Rainbow.swift
[16/39] Wrapping AST for ArgumentParserToolInfo for debugging
[18/77] Compiling ArgumentParser ArgumentVisibility.swift
[19/77] Compiling ArgumentParser CompletionKind.swift
[20/77] Compiling ArgumentParser Errors.swift
[21/77] Compiling ArgumentParser Flag.swift
[22/77] Compiling ArgumentParser NameSpecification.swift
[23/77] Compiling ArgumentParser Option.swift
[24/82] Compiling ArgumentParser Name.swift
[25/82] Compiling ArgumentParser Parsed.swift
[26/82] Compiling ArgumentParser ParsedValues.swift
[27/82] Compiling ArgumentParser ParserError.swift
[28/82] Compiling ArgumentParser SplitArguments.swift
[29/82] Emitting module ArgumentParser
[30/82] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/82] Compiling ArgumentParser CompletionsGenerator.swift
[32/82] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/82] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/82] Compiling ArgumentParser Argument.swift
[35/82] Compiling ArgumentParser ArgumentHelp.swift
[36/82] Compiling Rainbow Rainbow.swift
[37/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 |         }
[44/82] Compiling ArgumentParser CollectionExtensions.swift
[45/82] Compiling ArgumentParser Platform.swift
[46/82] Compiling ArgumentParser SequenceExtensions.swift
[47/82] Compiling ArgumentParser StringExtensions.swift
[48/82] Compiling ArgumentParser Tree.swift
[49/82] Emitting module ShellOut
BUILD FAILURE 6.2 android