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 SSpec, reference 0.2.3 (2e6842), with Swift 6.2 (beta) for Android on 17 Jun 2025 20:23:19 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/dimakura/sspec.git
Reference: 0.2.3
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/dimakura/sspec
 * tag               0.2.3      -> FETCH_HEAD
HEAD is now at 2e68427 Extensibility fixes (#33)
Cloned https://github.com/dimakura/sspec.git
Revision (git rev-parse @):
2e6842709607cdbfd3013e7df0dbe32b60932656
SUCCESS checkout https://github.com/dimakura/sspec.git at 0.2.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dimakura/sspec.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/onevcat/Rainbow
Fetching https://github.com/jkandzi/Progress.swift
[1/465] Fetching progress.swift
[466/1661] Fetching progress.swift, rainbow
Fetched https://github.com/jkandzi/Progress.swift from cache (0.32s)
Fetched https://github.com/onevcat/Rainbow from cache (0.32s)
Computing version for https://github.com/jkandzi/Progress.swift
Computed https://github.com/jkandzi/Progress.swift at 0.4.0 (0.76s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.50s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/jkandzi/Progress.swift
Working copy of https://github.com/jkandzi/Progress.swift resolved at 0.4.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/19] Emitting module Progress
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 |     import Glibc
31 | #else
32 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
33 | #endif
34 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/19] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[7/20] Compiling Progress Utilities.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 |     import Glibc
31 | #else
32 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
33 | #endif
34 |
[8/20] Compiling Rainbow String+Rainbow.swift
[9/20] Compiling Rainbow XcodeColorsSupport.swift
[10/20] Compiling Rainbow BackgroundColor.swift
[11/20] Compiling Rainbow CodesParser.swift
[12/20] Compiling Rainbow Color.swift
[13/20] Compiling Rainbow ControlCode.swift
[14/20] Compiling Progress ProgressElements.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 |     import Glibc
31 | #else
32 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
33 | #endif
34 |
[15/20] Compiling Progress Progress.swift
/host/spi-builder-workspace/.build/checkouts/Progress.swift/Sources/Utilities.swift:32:12: error: no such module 'Darwin.C'
30 |     import Glibc
31 | #else
32 |     import Darwin.C
   |            `- error: no such module 'Darwin.C'
33 | #endif
34 |
[16/20] Compiling Rainbow StringGenerator.swift
[17/20] Compiling Rainbow Style.swift
BUILD FAILURE 6.2 android