The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ModernAVPlayer, reference develop (7bbedb), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 20:26:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/noreasonprojects/ModernAVPlayer.git
Reference: develop
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/noreasonprojects/ModernAVPlayer
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 7bbedbe Merge pull request #192 from noreasonprojects/bug/revert-default-audiosession-category-option
Cloned https://github.com/noreasonprojects/ModernAVPlayer.git
Revision (git rev-parse @):
7bbedbe1013ba1ee283e8d28a392df6758a9228d
SUCCESS checkout https://github.com/noreasonprojects/ModernAVPlayer.git at develop
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/noreasonprojects/ModernAVPlayer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.git
[1/52703] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.68s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (5.27s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/182] Emitting module ModernAVPlayer
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[8/187] Compiling ModernAVPlayer LoadingMediaState.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[9/187] Compiling ModernAVPlayer PausedState.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[10/187] Compiling ModernAVPlayer PlayingState.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[11/187] Compiling ModernAVPlayer StoppedState.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[12/187] Compiling ModernAVPlayer WaitingNetworkState.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[13/187] 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 {
[14/187] 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 {
[15/187] 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 {
[16/187] 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 {
[17/187] 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 {
[18/187] 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 {
[19/187] 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 {
[20/187] 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 {
[21/187] 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 {
[22/187] 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 {
[23/187] 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 {
[24/187] 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 {
[25/187] 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 {
[26/187] 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 {
[27/187] 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 {
[28/187] 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 {
[29/187] 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 {
[30/187] 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 {
[31/187] 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 {
[32/187] 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 {
[33/187] 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 {
[34/187] 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 {
[35/187] 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 {
[36/187] 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 {
[37/187] 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 {
[38/187] 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 {
[39/187] 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 {
[40/187] 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 {
[41/187] 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 {
[42/187] 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 {
[43/187] 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 {
[44/187] 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 {
[45/187] 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 {
[46/187] 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 {
[47/187] 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 {
[48/187] 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 {
[49/187] 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 {
[50/205] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[51/205] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[52/205] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[53/205] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[54/205] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[55/205] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[56/205] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[57/205] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[58/205] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[59/205] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[60/205] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[61/205] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[62/205] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[63/205] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[64/205] Compiling RxSwift Dematerialize.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[65/205] Compiling RxSwift Deprecated.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[66/205] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[67/205] Compiling RxSwift DispatchQueueConfiguration.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[68/205] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[69/205] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[70/205] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[71/205] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[72/205] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[73/205] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[74/205] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[75/205] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[76/205] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[77/205] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[78/205] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[79/205] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[89/205] 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 {
[90/205] 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 {
[91/205] 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 {
[92/205] 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 {
[93/205] 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 {
[94/205] 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 {
[95/205] 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 {
[96/205] 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 {
[97/205] 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 {
[98/205] 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 {
[99/205] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[100/205] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[101/205] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[102/205] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[103/205] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[104/205] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[105/205] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[106/205] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[107/205] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[108/205] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[109/205] Compiling RxSwift Create.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[110/205] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[111/205] 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 {
[112/205] 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 {
[113/205] 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 {
[114/205] 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 {
[115/205] 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 {
[116/205] 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 {
[117/205] 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 {
[118/205] 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 {
[119/205] 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 {
[120/205] 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 {
[121/205] 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 {
[122/205] 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 {
[123/205] 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 {
[124/205] 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 {
[125/205] 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 {
[126/205] 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 {
[127/205] 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 {
[128/205] 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 {
[129/205] 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 {
[130/205] 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 {
[131/205] 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 {
[132/205] 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 {
[133/205] 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 {
[134/205] 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 {
[135/205] 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 {
[136/205] 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 {
[137/205] 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 {
[138/205] 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 {
[139/205] 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 {
[140/205] 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 {
[141/205] 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 {
[142/205] 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 {
[143/205] 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 {
[144/205] 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 {
[145/205] 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 {
[146/205] 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 {
[147/205] 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 {
[148/205] 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 {
BUILD FAILURE 6.2 wasm