Build Information
Failed to build Sh1Password, reference trunk (eebb86
), with Swift 6.2 (beta) for Android on 22 Jun 2025 12:57:50 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/Sh1Password.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/Sh1Password
* branch trunk -> FETCH_HEAD
* [new branch] trunk -> origin/trunk
HEAD is now at eebb867 Pass --reveal to reveal sensitive info
Cloned https://github.com/danielsincere/Sh1Password.git
Revision (git rev-parse @):
eebb867619c314b06aa5d185339c3dd67d0e2549
SUCCESS checkout https://github.com/danielsincere/Sh1Password.git at trunk
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/danielsincere/Sh1Password.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/DanielSincere/Sh.git
[1/859] Fetching sh
Fetched https://github.com/DanielSincere/Sh.git from cache (0.27s)
Computing version for https://github.com/DanielSincere/Sh.git
Computed https://github.com/DanielSincere/Sh.git at 1.3.0 (0.66s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-system
[1/1196] Fetching rainbow
[1197/5632] Fetching rainbow, swift-system
Fetched https://github.com/onevcat/Rainbow from cache (0.77s)
Fetched https://github.com/apple/swift-system from cache (0.77s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (3.30s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.40s)
Creating working copy for https://github.com/DanielSincere/Sh.git
Working copy of https://github.com/DanielSincere/Sh.git resolved at 1.3.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-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Building for debugging...
[0/6] Write sources
[4/6] Compiling CSystem shims.c
[5/6] Write swift-version-8C5A4AE7A8CE2BA.txt
[7/45] Emitting module SystemPackage
[8/48] Compiling Rainbow StringGenerator.swift
[9/49] Compiling SystemPackage Util+StringArray.swift
[10/49] Compiling SystemPackage Util.swift
[11/49] Compiling SystemPackage UtilConsumers.swift
[12/49] Compiling SystemPackage MachPort.swift
[13/49] Compiling SystemPackage PlatformString.swift
[14/49] Compiling SystemPackage SystemString.swift
[15/49] Compiling Rainbow Style.swift
[16/49] Compiling Rainbow String+Rainbow.swift
[17/49] Compiling SystemPackage Mocking.swift
[18/49] Compiling SystemPackage RawBuffer.swift
[19/49] Compiling SystemPackage Syscalls.swift
[20/49] Compiling SystemPackage WindowsSyscallAdapters.swift
[21/49] Compiling SystemPackage FilePathTempPosix.swift
[22/49] Compiling SystemPackage FilePathTempWindows.swift
[23/49] Compiling SystemPackage FilePathWindows.swift
[24/49] Compiling SystemPackage FilePermissions.swift
[25/49] Compiling SystemPackage Errno.swift
[26/49] Compiling SystemPackage ErrnoWindows.swift
[27/49] Compiling SystemPackage FileDescriptor.swift
[28/49] Compiling SystemPackage FileHelpers.swift
[29/49] Compiling SystemPackage Backcompat.swift
[30/49] Compiling SystemPackage CInterop.swift
[31/49] Compiling SystemPackage Constants.swift
[32/49] Compiling SystemPackage Exports.swift
[33/49] Compiling SystemPackage FilePathParsing.swift
[34/49] Compiling SystemPackage FilePathString.swift
[35/49] Compiling SystemPackage FilePathSyntax.swift
[36/49] Compiling SystemPackage FilePathTemp.swift
[37/49] Compiling SystemPackage FileOperations.swift
[38/49] Compiling SystemPackage FilePath.swift
[39/49] Compiling SystemPackage FilePathComponentView.swift
[40/49] Compiling SystemPackage FilePathComponents.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/50] Compiling Rainbow Rainbow.swift
[47/50] 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 | }
[50/50] 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