The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RxNimble, reference 5.0.4 (ade31d), with Swift 6.2 for Wasm on 20 Jun 2025 23:55:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mRs-/RxNimble.git
Reference: 5.0.4
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/mRs-/RxNimble
 * tag               5.0.4      -> FETCH_HEAD
HEAD is now at ade31d7 Updated Package.swift
Cloned https://github.com/mRs-/RxNimble.git
Revision (git rev-parse @):
ade31d7f902dc420f4001b202e47657f887e55bc
SUCCESS checkout https://github.com/mRs-/RxNimble.git at 5.0.4
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mRs-/RxNimble.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/ReactiveX/RxSwift
[1/19584] Fetching nimble
[7835/72294] Fetching nimble, rxswift
Fetched https://github.com/Quick/Nimble from cache (4.68s)
Fetched https://github.com/ReactiveX/RxSwift from cache (4.83s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (5.33s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.25s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (0.72s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.43s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.24s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.70s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 5.1.3
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/188] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[8/188] Compiling RxSwift ImmediateSchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[9/188] Compiling RxSwift InfiniteSequence.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[10/188] Compiling RxSwift InvocableScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[11/188] Compiling RxSwift InvocableType.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[12/188] Compiling RxSwift Just.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[13/188] Compiling RxSwift Lock.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/194] Emitting module Nimble
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[15/194] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[16/194] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[17/194] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[18/194] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[19/194] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[20/194] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[21/194] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[22/194] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[23/194] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[24/194] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[25/194] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[26/194] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[27/194] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[28/194] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[29/194] Compiling RxSwift GroupBy.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[30/194] Compiling RxSwift GroupedObservable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[31/194] Compiling RxSwift HistoricalScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[39/194] Compiling Nimble ToSucceed.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[40/194] Compiling Nimble Await.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[41/194] Compiling Nimble DispatchTimeInterval.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[42/194] Compiling Nimble Errors.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[43/194] Compiling Nimble SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[44/194] Compiling Nimble Stringers.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[45/194] Compiling RxSwift Multicast.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[46/194] Compiling RxSwift Never.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[47/194] Compiling RxSwift NopDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[48/194] Compiling RxSwift Dematerialize.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[49/194] Compiling RxSwift Deprecated.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[50/194] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[51/194] Compiling RxSwift DispatchQueueConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[52/194] Compiling RxSwift Disposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[53/194] Compiling RxSwift Disposables.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[54/194] Compiling RxSwift DisposeBag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[55/194] Compiling RxSwift DisposeBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[56/194] Compiling RxSwift DistinctUntilChanged.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[57/194] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[58/194] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[59/194] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[60/194] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[61/194] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[62/194] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[63/194] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[64/194] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[65/194] Compiling RxSwift Create.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[66/194] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[67/194] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[68/194] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[69/194] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[70/194] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[71/194] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[72/194] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[73/194] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[74/194] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[75/194] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[76/194] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[77/194] Compiling RxSwift Do.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[78/194] Compiling RxSwift ElementAt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[79/194] Compiling RxSwift Empty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[80/194] Compiling RxSwift Enumerated.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[81/194] Compiling RxSwift Error.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[82/194] Compiling RxSwift Errors.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[83/194] Compiling RxSwift Event.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[84/194] Compiling RxSwift Filter.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[85/194] Compiling RxSwift First.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[86/194] Compiling RxSwift Generate.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[87/212] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[88/212] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[89/212] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[90/212] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[94/212] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[95/212] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[96/212] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[97/212] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[98/212] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[99/212] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[100/212] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[101/212] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[102/212] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[103/212] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[104/212] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[105/212] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[106/212] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[107/212] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[108/212] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[109/212] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[110/212] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[111/212] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[112/212] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[113/212] Compiling RxSwift SerialDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[114/212] Compiling RxSwift ShareReplayScope.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[115/212] Compiling RxSwift Single.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[116/212] Compiling RxSwift SingleAssignmentDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[117/212] Compiling RxSwift SingleAsync.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[118/212] Compiling RxSwift Sink.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[119/212] Compiling RxSwift Skip.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[120/212] Compiling RxSwift SkipUntil.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[121/212] Compiling RxSwift SkipWhile.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[122/212] Compiling RxSwift StartWith.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[123/212] Compiling RxSwift SubjectType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[124/212] Compiling RxSwift SubscribeOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[125/212] Compiling RxSwift SubscriptionDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[126/212] Compiling RxSwift SwiftSupport.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[127/212] Compiling RxSwift Switch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[128/212] Compiling RxSwift SwitchIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[129/212] Compiling RxSwift SynchronizedDisposeType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[130/212] Compiling RxSwift SynchronizedOnType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[131/212] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[132/212] Compiling RxSwift RecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[133/212] Compiling RxSwift RecursiveScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[134/212] Compiling RxSwift Reduce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[135/212] Compiling RxSwift RefCountDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[136/212] Compiling RxSwift Repeat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[137/212] Compiling RxSwift ReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[138/212] Compiling RxSwift RetryWhen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[139/212] Compiling RxSwift Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[140/212] Compiling RxSwift RxMutableBox.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[141/212] Compiling RxSwift Sample.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[142/212] Compiling RxSwift Scan.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[143/212] Compiling RxSwift ScheduledDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[144/212] Compiling RxSwift ScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[145/212] Compiling RxSwift ScheduledItemType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[146/212] Compiling RxSwift SchedulerServices+Emulation.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[147/212] Compiling RxSwift SchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[148/212] Compiling RxSwift Sequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[149/212] Compiling RxSwift SerialDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
error: emit-module command failed with exit code 1 (use -v to see invocation)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[188/212] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
BUILD FAILURE 6.2 wasm