Build Information
Failed to build Interstellar, reference 2.2.0 (f5f628), with Swift 6.1 for Android on 27 May 2025 08:34:38 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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JensRavens/Interstellar.git
Reference: 2.2.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/JensRavens/Interstellar
* tag 2.2.0 -> FETCH_HEAD
HEAD is now at f5f6287 Upgrade to Xcode 9.3 and Swift 4.1 (#66)
Cloned https://github.com/JensRavens/Interstellar.git
Revision (git rev-parse @):
f5f6287a902524d06d82edc3ac09aa739f43ef09
SUCCESS checkout https://github.com/JensRavens/Interstellar.git at 2.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/JensRavens/Interstellar.git
https://github.com/JensRavens/Interstellar.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "Interstellar",
"name" : "Interstellar",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Interstellar",
"targets" : [
"Interstellar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "InterstellarTests",
"module_type" : "SwiftTarget",
"name" : "InterstellarTests",
"path" : "Tests/InterstellarTests",
"sources" : [
"ObservableTests.swift",
"ResultObservableTests.swift",
"ResultTests.swift",
"SignalTests.swift"
],
"target_dependencies" : [
"Interstellar"
],
"type" : "test"
},
{
"c99name" : "Interstellar",
"module_type" : "SwiftTarget",
"name" : "Interstellar",
"path" : "Sources/Interstellar",
"product_memberships" : [
"Interstellar"
],
"sources" : [
"Mutex.swift",
"Observable+Result.swift",
"Observable.swift",
"ObserverToken.swift",
"Result.swift",
"ResultType.swift",
"Signal.swift",
"Warpdrive/Debounce.swift",
"Warpdrive/Delay.swift",
"Warpdrive/Threading.swift",
"Warpdrive/Waiting.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/13] Compiling Interstellar Threading.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[4/14] Compiling Interstellar Waiting.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[5/14] Compiling Interstellar Delay.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[6/14] Compiling Interstellar Signal.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[7/14] Compiling Interstellar Debounce.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[8/14] Compiling Interstellar Result.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[9/14] Compiling Interstellar ResultType.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/14] Emitting module Interstellar
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[11/14] Compiling Interstellar Mutex.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[12/14] Compiling Interstellar Observable+Result.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[13/14] Compiling Interstellar Observable.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[14/14] Compiling Interstellar ObserverToken.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/12] Compiling Interstellar Threading.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[3/13] Compiling Interstellar Result.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[4/13] Compiling Interstellar ResultType.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/13] Emitting module Interstellar
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[6/13] Compiling Interstellar Observable.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[7/13] Compiling Interstellar ObserverToken.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[8/13] Compiling Interstellar Mutex.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[9/13] Compiling Interstellar Observable+Result.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[10/13] Compiling Interstellar Delay.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[11/13] Compiling Interstellar Signal.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[12/13] Compiling Interstellar Debounce.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
[13/13] Compiling Interstellar Waiting.swift
/host/spi-builder-workspace/Sources/Interstellar/Mutex.swift:13:12: error: no such module 'Darwin'
11 | import Glibc
12 | #else
13 | import Darwin
| `- error: no such module 'Darwin'
14 | #endif
15 |
BUILD FAILURE 6.1 android