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 Pods, reference 1.0.0 (1599ee), with Swift 6.2 (beta) for Android on 19 Jun 2025 18:53:44 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 1.0.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/swiftyfinch/Pods
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 1599ee3 Bump version 1.0.0
Cloned https://github.com/swiftyfinch/Pods.git
Revision (git rev-parse @):
1599ee3750b1048d318ea05655a3754f3a5feaa1
SUCCESS checkout https://github.com/swiftyfinch/Pods.git at 1.0.0
========================================
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-4606859-1":/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-argument-parser
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/kareman/SwiftShell
[1/4863] Fetching swiftshell
[1023/6059] Fetching swiftshell, rainbow
[3143/21439] Fetching swiftshell, rainbow, swift-argument-parser
Fetched https://github.com/kareman/SwiftShell from cache (0.80s)
[8579/16576] Fetching rainbow, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (1.56s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.57s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (2.37s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (4.29s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.54s)
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
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/14] Write sources
[6/14] Write swift-version-8C5A4AE7A8CE2BA.txt
[8/36] Compiling Rainbow String+Rainbow.swift
[9/37] Compiling Rainbow BackgroundColor.swift
[10/37] Compiling Rainbow CodesParser.swift
[11/37] Compiling Rainbow StringGenerator.swift
[12/37] Emitting module ArgumentParserToolInfo
[13/37] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/38] Compiling Rainbow Style.swift
[15/38] Wrapping AST for ArgumentParserToolInfo for debugging
[17/76] Compiling ArgumentParser ArgumentVisibility.swift
[18/76] Compiling ArgumentParser CompletionKind.swift
[19/76] Compiling ArgumentParser Errors.swift
[20/76] Compiling ArgumentParser Flag.swift
[21/76] Compiling ArgumentParser NameSpecification.swift
[22/76] Compiling ArgumentParser Option.swift
[23/81] Emitting module ArgumentParser
[24/81] Compiling SwiftShell Array.swift
[25/81] Compiling SwiftShell Process.swift
[26/82] Compiling SwiftShell Lazy-split.swift
[27/82] Compiling SwiftShell Stream.swift
[28/82] Compiling SwiftShell Files.swift
[29/82] Compiling ArgumentParser OptionGroup.swift
[30/82] Compiling ArgumentParser AsyncParsableCommand.swift
[31/82] Compiling ArgumentParser CommandConfiguration.swift
[32/82] Compiling ArgumentParser CommandGroup.swift
[33/82] Compiling ArgumentParser EnumerableFlag.swift
[34/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 |         }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/82] Compiling Rainbow Rainbow.swift
[40/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 |         }
[43/82] Emitting module SwiftShell
[44/82] Compiling SwiftShell Context.swift
BUILD FAILURE 6.2 android