Build Information
Failed to build SSpec, reference master (2e6842
), with Swift 6.2 (beta) for Android on 17 Jun 2025 20:23:17 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/dimakura/sspec.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-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/jkandzi/Progress.swift
[1/1196] Fetching rainbow
[1197/1661] Fetching rainbow, progress.swift
Fetched https://github.com/jkandzi/Progress.swift from cache (0.25s)
Fetched https://github.com/onevcat/Rainbow from cache (0.25s)
Computing version for https://github.com/jkandzi/Progress.swift
Computed https://github.com/jkandzi/Progress.swift at 0.4.0 (1.16s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.37s)
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
[5/19] Compiling Rainbow Style.swift
[6/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 |
[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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/20] 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 |
[9/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 |
[10/20] Compiling Rainbow XcodeColorsSupport.swift
[11/20] Compiling Rainbow StringGenerator.swift
[12/20] Compiling Rainbow String+Rainbow.swift
[13/20] Compiling Rainbow BackgroundColor.swift
[14/20] Compiling Rainbow CodesParser.swift
[15/20] Compiling Rainbow Color.swift
[16/20] Compiling Rainbow ControlCode.swift
BUILD FAILURE 6.2 android