Build Information
Failed to build RxBluetoothKit, reference master (2a95bc
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 19:47:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/polidea/RxBluetoothKit.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/polidea/RxBluetoothKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2a95bce Merge pull request #387 from Polidea/new-example-app
Cloned https://github.com/polidea/RxBluetoothKit.git
Revision (git rev-parse @):
2a95bce60fb569df57d7bec41d215fe58f56e1d4
SUCCESS checkout https://github.com/polidea/RxBluetoothKit.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/polidea/RxBluetoothKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.git
[1/52703] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.12s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (4.51s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Example': File not found.
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/136] 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 {
[5/136] 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 {
[6/136] 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 {
[7/136] 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 {
[8/136] 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 {
[9/136] 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 {
[10/136] 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 {
[11/136] 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 {
[12/136] 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 {
[13/136] 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 {
[14/136] 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 {
[15/136] 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 {
[16/136] 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 {
[17/136] 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 {
[18/136] 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 {
[19/136] 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 {
[20/136] 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 {
[21/136] 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 {
[22/154] 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 {
[23/154] 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 {
[24/154] Compiling RxSwift CompactMap.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/154] 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 {
[26/154] 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 {
[27/154] 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 {
[28/154] 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 {
[29/154] 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 {
[30/154] 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 {
[31/154] 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 {
[32/154] 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 {
[33/154] 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 {
[34/154] Compiling RxSwift Date+Dispatch.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/154] 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 {
[36/154] 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 {
[37/154] 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 {
[38/154] 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 {
[39/154] 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 {
[40/154] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/154] 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 {
[42/154] 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 {
[43/154] 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 {
[44/154] 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 {
[45/154] 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 {
[46/154] 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 {
[47/154] 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 {
[48/154] 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 {
[49/154] 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 {
[50/154] 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 {
[51/154] 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 {
[52/154] 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 {
[53/154] 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 {
[54/154] 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 {
[55/154] 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 {
[56/154] 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 {
[57/154] 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 {
[58/154] 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 {
[59/154] 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 {
[60/154] 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 {
[61/154] 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 {
[62/154] 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 {
[63/154] 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 {
[64/154] 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 {
[65/154] 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 {
[66/154] 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 {
[67/154] 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 {
[68/154] 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 {
[69/154] 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 {
[70/154] 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 {
[71/154] 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 {
[72/154] 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 {
[73/154] 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 {
[74/154] 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 {
[75/154] 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 {
[76/154] 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 {
[77/154] 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 {
[78/154] 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 {
[79/154] 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 {
[80/154] 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 {
[81/154] 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 {
[82/154] 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 {
[83/154] 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 {
[84/154] 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 {
[85/154] 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 {
[86/154] 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 {
[87/154] 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 {
[88/154] 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 {
[89/154] 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 {
[90/154] 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 {
[91/154] 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 {
[92/154] 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 {
[93/154] 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 {
[94/154] 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 {
[95/154] 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 {
[96/154] 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 {
[97/154] 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 {
[98/154] 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 {
[99/154] 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 {
[100/154] 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 {
[101/154] 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 {
[102/154] 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 {
[103/154] 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 {
[104/154] 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 {
[105/154] 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 {
[106/154] 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 {
[107/154] 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 {
[108/154] 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 {
[109/154] 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 {
[110/154] 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 {
[111/154] 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 {
[112/154] 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 {
[113/154] 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 {
[114/154] 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 {
[115/154] 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 {
[116/154] 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 {
[117/154] 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 {
[118/154] 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 {
[119/154] 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 {
[120/154] 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 {
[121/154] 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 {
[122/154] 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 {
[123/154] 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 {
[124/154] 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 {
[125/154] 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 {
[126/154] 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 {
[127/154] 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 {
[128/154] 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 {
[129/154] 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 {
[130/154] 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 {
[131/154] 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 {
[132/154] 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 {
[133/154] 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 {
[134/154] 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 {
[135/154] 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 {
[136/154] 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 {
[137/154] 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 {
[138/154] 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 {
[139/154] 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 {
[140/154] 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 {
[141/154] 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 {
[142/154] 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 {
[143/154] 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 {
[144/154] 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 {
[145/154] 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 {
[146/154] 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 {
[147/154] 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 {
[148/154] 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 {
[149/154] 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 {
[150/154] 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 {
[151/154] 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 {
[152/154] 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 {
[153/154] 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 {
[154/154] 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 {
BUILD FAILURE 6.2 wasm