Build Information
Failed to build Pods, reference main (969e5c
), with Swift 6.2 (beta) for Android on 19 Jun 2025 18:54:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/swiftyfinch/Pods.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/swiftyfinch/Pods
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 969e5c6 Update README.md
Cloned https://github.com/swiftyfinch/Pods.git
Revision (git rev-parse @):
969e5c6ac899e9668604344c5ddcc2d1a44eeef3
SUCCESS checkout https://github.com/swiftyfinch/Pods.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/swiftyfinch/Pods.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/kareman/SwiftShell
[1/1196] Fetching rainbow
[552/6059] Fetching rainbow, swiftshell
[6012/21439] Fetching rainbow, swiftshell, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (1.40s)
Fetched https://github.com/kareman/SwiftShell from cache (1.40s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.61s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.24s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (3.64s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.79s)
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/14] Write sources
[6/14] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/36] 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 | }
[9/37] Emitting module SwiftShell
[10/38] Compiling SwiftShell Lazy-split.swift
[11/38] Compiling SwiftShell Array.swift
[12/38] Compiling Rainbow Style.swift
[13/38] Compiling Rainbow StringGenerator.swift
[14/38] Compiling Rainbow String+Rainbow.swift
[15/38] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/38] Emitting module ArgumentParserToolInfo
[17/39] Wrapping AST for ArgumentParserToolInfo for debugging
[19/77] Compiling ArgumentParser OptionGroup.swift
[20/77] Compiling ArgumentParser AsyncParsableCommand.swift
[21/77] Compiling ArgumentParser CommandConfiguration.swift
[22/77] Compiling ArgumentParser CommandGroup.swift
[23/77] Compiling ArgumentParser EnumerableFlag.swift
[24/82] Compiling ArgumentParser ArgumentVisibility.swift
[25/82] Compiling ArgumentParser CompletionKind.swift
[26/82] Compiling ArgumentParser Errors.swift
[27/82] Compiling ArgumentParser Flag.swift
[28/82] Compiling ArgumentParser NameSpecification.swift
[29/82] Compiling ArgumentParser Option.swift
[30/82] Emitting module ArgumentParser
[31/82] Compiling ArgumentParser BashCompletionsGenerator.swift
[32/82] Compiling ArgumentParser CompletionsGenerator.swift
[33/82] Compiling ArgumentParser FishCompletionsGenerator.swift
[34/82] Compiling ArgumentParser ZshCompletionsGenerator.swift
[35/82] Compiling ArgumentParser Argument.swift
[36/82] Compiling ArgumentParser ArgumentHelp.swift
[37/82] Compiling ArgumentParser CollectionExtensions.swift
[38/82] Compiling ArgumentParser Platform.swift
[39/82] Compiling ArgumentParser SequenceExtensions.swift
[40/82] Compiling ArgumentParser StringExtensions.swift
[41/82] Compiling ArgumentParser Tree.swift
[42/82] Compiling ArgumentParser ExpressibleByArgument.swift
[43/82] Compiling ArgumentParser ParsableArguments.swift
[44/82] Compiling ArgumentParser ParsableArgumentsValidation.swift
[45/82] Compiling ArgumentParser ParsableCommand.swift
[46/82] Compiling ArgumentParser ArgumentDecoder.swift
[47/82] Compiling SwiftShell String.swift
[50/82] Compiling SwiftShell Context.swift
[53/82] Compiling ArgumentParser Name.swift
[54/82] Compiling ArgumentParser Parsed.swift
[55/82] Compiling ArgumentParser ParsedValues.swift
[56/82] Compiling ArgumentParser ParserError.swift
[57/82] Compiling ArgumentParser SplitArguments.swift
[58/82] Compiling ArgumentParser ArgumentDefinition.swift
[59/82] Compiling ArgumentParser ArgumentSet.swift
[60/82] Compiling ArgumentParser CommandParser.swift
[61/82] Compiling ArgumentParser InputKey.swift
[62/82] Compiling ArgumentParser InputOrigin.swift
[63/82] Compiling ArgumentParser DumpHelpGenerator.swift
[64/82] Compiling ArgumentParser HelpCommand.swift
[65/82] Compiling ArgumentParser HelpGenerator.swift
[66/82] Compiling ArgumentParser MessageInfo.swift
[67/82] Compiling ArgumentParser UsageGenerator.swift
[68/82] Compiling SwiftShell Stream.swift
[69/82] Compiling SwiftShell Files.swift
[70/82] Compiling SwiftShell Process.swift
[75/84] Compiling Rainbow Rainbow.swift
[76/84] 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 | }
BUILD FAILURE 6.2 android