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 Sh, reference trunk (1c3006), with Swift 6.2 (beta) for Android on 21 Jun 2025 08:36:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/danielsincere/Sh.git
Reference: trunk
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/danielsincere/Sh
 * branch            trunk      -> FETCH_HEAD
 * [new branch]      trunk      -> origin/trunk
HEAD is now at 1c30064 S3e15 (#6)
Cloned https://github.com/danielsincere/Sh.git
Revision (git rev-parse @):
1c30064de9dceac00aa3fefc70a1431e425e5f28
SUCCESS checkout https://github.com/danielsincere/Sh.git at trunk
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/danielsincere/Sh.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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-system
[1/4436] Fetching swift-system
Fetching https://github.com/onevcat/Rainbow
Fetched https://github.com/apple/swift-system from cache (0.68s)
[1/1196] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.46s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (5.17s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.50s)
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-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Building for debugging...
[0/5] Write sources
[3/5] Compiling CSystem shims.c
[4/5] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/44] Compiling Rainbow StringGenerator.swift
[7/45] Compiling SystemPackage MachPort.swift
[8/45] Compiling SystemPackage PlatformString.swift
[9/45] Compiling SystemPackage SystemString.swift
[10/45] Compiling SystemPackage FileOperations.swift
[11/45] Compiling SystemPackage FilePath.swift
[12/45] Compiling SystemPackage FilePathComponentView.swift
[13/45] Compiling SystemPackage FilePathComponents.swift
[14/45] Compiling SystemPackage FilePathParsing.swift
[15/45] Compiling SystemPackage FilePathString.swift
[16/45] Compiling SystemPackage FilePathSyntax.swift
[17/45] Compiling SystemPackage FilePathTemp.swift
[18/48] Emitting module SystemPackage
[19/48] Compiling SystemPackage Errno.swift
[20/48] Compiling SystemPackage ErrnoWindows.swift
[21/48] Compiling Rainbow Color.swift
[22/48] Compiling Rainbow ColorApproximation.swift
[23/48] Compiling Rainbow String+Rainbow.swift
[24/48] Compiling Rainbow Style.swift
[25/48] Compiling SystemPackage Util+StringArray.swift
[26/48] Compiling SystemPackage Util.swift
[27/48] Compiling SystemPackage UtilConsumers.swift
[28/48] Compiling SystemPackage Mocking.swift
[29/48] Compiling SystemPackage RawBuffer.swift
[30/48] Compiling SystemPackage Syscalls.swift
[31/48] Compiling SystemPackage WindowsSyscallAdapters.swift
[32/48] Compiling SystemPackage FilePathTempPosix.swift
[33/48] Compiling SystemPackage FilePathTempWindows.swift
[34/48] Compiling SystemPackage FilePathWindows.swift
[35/48] Compiling SystemPackage FilePermissions.swift
[36/48] Compiling SystemPackage Backcompat.swift
[37/48] Compiling SystemPackage CInterop.swift
[38/48] Compiling SystemPackage Constants.swift
[39/48] Compiling SystemPackage Exports.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/49] 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 |         }
[48/49] Compiling Rainbow Rainbow.swift
[49/49] 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