Build Information
Failed to build RxSmartThrottle, reference master (f229cd
), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 14:40:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/toshi0383/rxsmartthrottle.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/toshi0383/rxsmartthrottle
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f229cd3 Rename until => resetWhen
Cloned https://github.com/toshi0383/rxsmartthrottle.git
Revision (git rev-parse @):
f229cd33591899f4bc25c98d8b749a78fdb13856
SUCCESS checkout https://github.com/toshi0383/rxsmartthrottle.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/toshi0383/rxsmartthrottle.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/ReactiveX/RxSwift
[1/52686] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift from cache (6.64s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 4.5.0 (7.19s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 4.5.0
Building for debugging...
[0/4] Write sources
[2/4] Compiling RxAtomic RxAtomic.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/137] 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 {
[6/155] Compiling RxSwift CombineLatest+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 {
[7/155] Compiling RxSwift CombineLatest.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 {
[8/155] Compiling RxSwift Completable+AndThen.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 {
[9/155] Compiling RxSwift Completable.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 {
[10/155] Compiling RxSwift CompositeDisposable.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 {
[11/155] Compiling RxSwift Concat.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 {
[12/155] Compiling RxSwift ConcurrentDispatchQueueScheduler.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 {
[13/155] Compiling RxSwift ConcurrentMainScheduler.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 {
[14/155] Compiling RxSwift ConnectableObservableType.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 {
[15/155] Compiling RxSwift Create.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 {
[16/155] Compiling RxSwift CurrentThreadScheduler.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 {
[17/155] Compiling RxSwift Debounce.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 {
[18/155] Compiling RxSwift Debug.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 {
[19/155] Compiling RxSwift DefaultIfEmpty.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 {
[20/155] Compiling RxSwift Deferred.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 {
[21/155] Compiling RxSwift Delay.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 {
[22/155] Compiling RxSwift DelaySubscription.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 {
[23/155] 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 {
[24/155] 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 {
[25/155] Compiling RxSwift SynchronizedUnsubscribeType.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 {
[26/155] Compiling RxSwift TailRecursiveSink.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 {
[27/155] Compiling RxSwift Take.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 {
[28/155] Compiling RxSwift TakeLast.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 {
[29/155] Compiling RxSwift TakeUntil.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/155] Compiling RxSwift TakeWhile.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/155] Compiling RxSwift Throttle.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 {
[32/155] Compiling RxSwift Timeout.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 {
[33/155] Compiling RxSwift Timer.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 {
[34/155] Compiling RxSwift ToArray.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 {
[35/155] Compiling RxSwift Using.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 {
[36/155] Compiling RxSwift VirtualTimeConverterType.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 {
[37/155] Compiling RxSwift VirtualTimeScheduler.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 {
[38/155] Compiling RxSwift Window.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 {
[39/155] Compiling RxSwift WithLatestFrom.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/155] Compiling RxSwift Zip+Collection.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/155] Compiling RxSwift 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 {
[42/155] Compiling RxSwift Zip.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/155] 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 {
[44/155] 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 {
[45/155] 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 {
[46/155] 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 {
[47/155] 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 {
[48/155] 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 {
[49/155] 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 {
[50/155] 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 {
[51/155] 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 {
[52/155] 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 {
[53/155] 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 {
[54/155] 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 {
[55/155] 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 {
[56/155] 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 {
[57/155] 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 {
[58/155] 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 {
[59/155] 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 {
[60/155] 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 {
[61/155] 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 {
[62/155] 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 {
[63/155] 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 {
[64/155] 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 {
[65/155] 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 {
[66/155] 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 {
[67/155] 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 {
[68/155] 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 {
[69/155] 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 {
[70/155] 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 {
[71/155] Compiling RxSwift String+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 {
[72/155] 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 {
[73/155] 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 {
[74/155] 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 {
[75/155] 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 {
[76/155] 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 {
[77/155] 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 {
[78/155] 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 {
[79/155] 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 {
[80/155] 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 {
[81/155] 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 {
[82/155] 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 {
[83/155] 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 {
[84/155] 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 {
[85/155] 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 {
[86/155] 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 {
[87/155] 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 {
[88/155] 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 {
[89/155] 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 {
[90/155] 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 {
[91/155] 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 {
[92/155] 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 {
[93/155] 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 {
[94/155] 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 {
[95/155] 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 {
[96/155] 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 {
[97/155] 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 {
[98/155] 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 {
[99/155] 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 {
[100/155] 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 {
[101/155] Compiling RxSwift HistoricalSchedulerTimeConverter.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/155] Compiling RxSwift ImmediateSchedulerType.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/155] Compiling RxSwift InfiniteSequence.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/155] Compiling RxSwift InvocableScheduledItem.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/155] Compiling RxSwift InvocableType.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/155] Compiling RxSwift Just.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/155] Compiling RxSwift Lock.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/155] Compiling RxSwift LockOwnerType.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/155] Compiling RxSwift MainScheduler.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/155] Compiling RxSwift Map.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/155] Compiling RxSwift Materialize.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/155] Compiling RxSwift Maybe.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/155] Compiling RxSwift Merge.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/155] 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 {
[115/155] 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 {
[116/155] 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 {
[117/155] 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 {
[118/155] Compiling RxSwift AddRef.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/155] Compiling RxSwift Amb.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/155] Compiling RxSwift AnonymousDisposable.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/155] Compiling RxSwift AnonymousObserver.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/155] Compiling RxSwift AnyObserver.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/155] Compiling RxSwift AsMaybe.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/155] Compiling RxSwift AsSingle.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/155] Compiling RxSwift AsyncLock.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/155] Compiling RxSwift AsyncSubject.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/155] Compiling RxSwift AtomicInt.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/155] Compiling RxSwift Bag+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 {
[129/155] Compiling RxSwift Bag.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/155] Compiling RxSwift BehaviorSubject.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/155] Compiling RxSwift BinaryDisposable.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/155] Compiling RxSwift BooleanDisposable.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/155] Compiling RxSwift Buffer.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/155] Compiling RxSwift Cancelable.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/155] Compiling RxSwift Catch.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/155] Compiling RxSwift CombineLatest+Collection.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/155] Compiling RxSwift DeprecationWarner.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/155] 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 {
[139/155] 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 {
[140/155] 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 {
[141/155] 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 {
[142/155] 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 {
[143/155] 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 {
[144/155] 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 {
[145/155] 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 {
[146/155] 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 {
[147/155] 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 {
[148/155] 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 {
[149/155] 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 {
[150/155] 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 {
[151/155] 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 {
[152/155] 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 {
[153/155] 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 {
[154/155] 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 {
[155/155] 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 {
BUILD FAILURE 6.2 wasm