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 RxWebSocket, reference 2.2.0 (2341fa), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 16:50:57 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fjcaetano/RxWebSocket.git
Reference: 2.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/fjcaetano/RxWebSocket
 * tag               2.2.0      -> FETCH_HEAD
HEAD is now at 2341fab Version Bump (2.2.0)
Submodule path 'fastlane/actions/codecov': checked out '75911fa21bda7824d7fe638eb3ff0f5d5f8ffe9a'
Submodule 'fastlane/actions/codecov' (https://gist.github.com/04126b3051f6cd6aebe041bb1dfe14e9.git) registered for path 'fastlane/actions/codecov'
Cloning into '/host/spi-builder-workspace/fastlane/actions/codecov'...
Cloned https://github.com/fjcaetano/RxWebSocket.git
Revision (git rev-parse @):
2341fabc92e8a79a494be19bc3235987c47e945d
SUCCESS checkout https://github.com/fjcaetano/RxWebSocket.git at 2.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fjcaetano/RxWebSocket.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/daltoniam/Starscream.git
[1/5033] Fetching starscream
[5034/57719] Fetching starscream, rxswift
Fetched https://github.com/daltoniam/Starscream.git from cache (6.15s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.31s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 3.1.2 (9.63s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.38s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (0.84s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (2.42s)
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 3.1.2
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
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/144] 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 {
[8/162] Compiling Starscream WebSocket.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[9/162] Compiling Starscream SSLSecurity.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[10/162] 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 {
[11/162] 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 {
[12/162] 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 {
[13/162] 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 {
[14/162] 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 {
[15/162] 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 {
[16/162] 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 {
[17/162] 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 {
[18/162] 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 {
[19/162] 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 {
[20/162] 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 {
[21/162] 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 {
[22/162] 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 {
[23/162] 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 {
[24/162] 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 {
[25/162] 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 {
[26/162] 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 {
[27/162] 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 {
[28/162] 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 {
[29/162] 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 {
[30/162] 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 {
[31/162] 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 {
[32/162] 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 {
[33/162] 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 {
[34/162] 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 {
[35/162] 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 {
[36/162] 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 {
[37/162] 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 {
[38/162] 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 {
[39/162] 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 {
[40/162] 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 {
[41/162] 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 {
[42/162] 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 {
[43/162] 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 {
[44/162] 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 {
[45/162] 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 {
[46/162] 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 {
[47/162] 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 {
[48/162] 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 {
[49/162] 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 {
[50/162] 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 {
[51/162] 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 {
[52/162] 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 {
[53/162] 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 {
[54/162] 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 {
[55/162] 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 {
[56/162] 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 {
[57/162] 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 {
[58/162] 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 {
[59/162] 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 {
[60/162] 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 {
[61/162] 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 {
[62/162] 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 {
[63/162] 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 {
[64/162] 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 {
[65/162] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/162] Emitting module Starscream
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[67/162] Compiling Starscream Compression.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[68/162] Compiling Starscream SSLClientCertificate.swift
/host/spi-builder-workspace/.build/checkouts/Starscream/Sources/Starscream/Compression.swift:29:8: error: no such module 'Foundation'
 27 | //////////////////////////////////////////////////////////////////////////////////////////////////
 28 |
 29 | import Foundation
    |        `- error: no such module 'Foundation'
 30 | import zlib
 31 |
[69/162] 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 {
[70/162] 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 {
[71/162] 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 {
[72/162] 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 {
[73/162] 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 {
[74/162] 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 {
[75/162] 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 {
[76/162] 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 {
[77/162] 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 {
[78/162] 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 {
[79/162] 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 {
[80/162] 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 {
[81/162] 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 {
[82/162] 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 {
[83/162] 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 {
[84/162] 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 {
[85/162] 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 {
[86/162] 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 {
[87/162] 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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9: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