Build Information
Failed to build Bow, reference 0.8.0 (17ff76
), with Swift 6.2 (beta) for Android on 17 Jun 2025 18:22:50 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/bow-swift/bow.git
Reference: 0.8.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/bow-swift/bow
* tag 0.8.0 -> FETCH_HEAD
HEAD is now at 17ff76f Swift playgrounds (#599)
Cloned https://github.com/bow-swift/bow.git
Revision (git rev-parse @):
17ff76f1e0427a67e221c0a20b96324d256c340f
SUCCESS checkout https://github.com/bow-swift/bow.git at 0.8.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/bow-swift/bow.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/ReactiveX/RxSwift.git
Fetching https://github.com/bow-swift/SwiftCheck.git
[1/4531] Fetching swiftcheck
[4532/57217] Fetching swiftcheck, rxswift
Fetched https://github.com/bow-swift/SwiftCheck.git from cache (5.33s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.48s)
Computing version for https://github.com/bow-swift/SwiftCheck.git
Computed https://github.com/bow-swift/SwiftCheck.git at 0.12.1 (6.00s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.43s)
Creating working copy for https://github.com/bow-swift/SwiftCheck.git
Working copy of https://github.com/bow-swift/SwiftCheck.git resolved at 0.12.1
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Building for debugging...
[0/19] Write sources
[18/19] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/254] Emitting module SwiftCheck
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/255] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
32 | }
33 |
34 | public func copy(with zone: NSZone? = nil) -> Any {
| `- error: cannot find type 'NSZone' in scope
35 | return self
36 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[22/273] Compiling SwiftCheck WitnessedArbitrary.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[23/273] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[24/273] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[25/273] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[26/273] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[27/273] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[28/273] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[29/273] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[30/273] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[31/273] Compiling RxSwift Enumerated.swift
[32/273] Compiling RxSwift Error.swift
[33/273] Compiling RxSwift Errors.swift
[34/273] Compiling RxSwift Event.swift
[35/273] Compiling RxSwift Filter.swift
[36/273] Compiling RxSwift First.swift
[37/273] Compiling RxSwift Generate.swift
[38/273] Compiling RxSwift GroupBy.swift
[39/273] Compiling RxSwift GroupedObservable.swift
[40/273] Compiling RxSwift HistoricalScheduler.swift
[41/273] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[42/273] Compiling RxSwift ImmediateSchedulerType.swift
[43/285] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[44/285] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[45/285] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[46/285] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[47/285] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[48/285] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[54/285] Compiling RxSwift InfiniteSequence.swift
[55/285] Compiling RxSwift InvocableScheduledItem.swift
[56/285] Compiling RxSwift InvocableType.swift
[57/285] Compiling RxSwift Just.swift
[58/285] Compiling RxSwift Lock.swift
[59/285] Compiling RxSwift LockOwnerType.swift
[60/285] Compiling RxSwift MainScheduler.swift
[61/285] Compiling RxSwift Map.swift
[62/285] Compiling RxSwift Materialize.swift
[63/285] Compiling RxSwift Maybe.swift
[64/285] Compiling RxSwift Merge.swift
[65/285] Compiling RxSwift Multicast.swift
[66/285] Compiling RxSwift Never.swift
[67/285] Compiling RxSwift NopDisposable.swift
BUILD FAILURE 6.2 android