Build Information
Failed to build ghaw, reference 0.4.1 (340513
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 01:33:56 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/toshi0383/ghaw.git
Reference: 0.4.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/toshi0383/ghaw
* tag 0.4.1 -> FETCH_HEAD
HEAD is now at 3405138 fix Package.resources
Cloned https://github.com/toshi0383/ghaw.git
Revision (git rev-parse @):
3405138c6019898147e0ffce71278c8640bca595
SUCCESS checkout https://github.com/toshi0383/ghaw.git at 0.4.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/toshi0383/ghaw.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/toshi0383/CoreCLI
Fetching https://github.com/JohnSundell/ShellOut
Fetching https://github.com/ReactiveX/RxSwift
[1/980] Fetching shellout
[981/1048] Fetching shellout, corecli
Fetched https://github.com/toshi0383/CoreCLI from cache (0.24s)
[981/53673] Fetching shellout, rxswift
Fetched https://github.com/JohnSundell/ShellOut from cache (3.52s)
Fetched https://github.com/ReactiveX/RxSwift from cache (3.67s)
Computing version for https://github.com/toshi0383/CoreCLI
Computed https://github.com/toshi0383/CoreCLI at 0.1.10 (6.20s)
Computing version for https://github.com/JohnSundell/ShellOut
Computed https://github.com/JohnSundell/ShellOut at 2.3.0 (2.81s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (0.51s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 5.1.3
Creating working copy for https://github.com/toshi0383/CoreCLI
Working copy of https://github.com/toshi0383/CoreCLI resolved at 0.1.10
Creating working copy for https://github.com/JohnSundell/ShellOut
Working copy of https://github.com/JohnSundell/ShellOut resolved at 2.3.0
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/155] Emitting module CoreCLI
/host/spi-builder-workspace/.build/checkouts/CoreCLI/Sources/CoreCLI/ArgumentParser.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public protocol ArgumentParserType: class {
[9/155] Compiling CoreCLI ArgumentParser.swift
/host/spi-builder-workspace/.build/checkouts/CoreCLI/Sources/CoreCLI/ArgumentParser.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public protocol ArgumentParserType: class {
[10/155] Emitting module ShellOut
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 | import Dispatch
9 |
[11/155] Compiling ShellOut ShellOut.swift
/host/spi-builder-workspace/.build/checkouts/ShellOut/Sources/ShellOut.swift:7:8: error: no such module 'Foundation'
5 | */
6 |
7 | import Foundation
| `- error: no such module 'Foundation'
8 | import Dispatch
9 |
[12/155] Compiling CoreCLI CommandType.swift
/host/spi-builder-workspace/.build/checkouts/CoreCLI/Sources/CoreCLI/ArgumentParser.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public protocol ArgumentParserType: class {
[13/155] Compiling CoreCLI AutoArgumentsDecodable.swift
/host/spi-builder-workspace/.build/checkouts/CoreCLI/Sources/CoreCLI/ArgumentParser.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public protocol ArgumentParserType: class {
[14/155] Compiling CoreCLI CommandRunner.swift
/host/spi-builder-workspace/.build/checkouts/CoreCLI/Sources/CoreCLI/ArgumentParser.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | public protocol ArgumentParserType: class {
[15/155] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[16/155] Compiling RxSwift RecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[17/155] Compiling RxSwift RecursiveScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[18/155] Compiling RxSwift Reduce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[19/155] Compiling RxSwift RefCountDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[20/155] Compiling RxSwift Repeat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[21/155] Compiling RxSwift ReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[22/155] Compiling RxSwift RetryWhen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[23/155] Compiling RxSwift Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[24/155] Compiling RxSwift RxMutableBox.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[25/155] Compiling RxSwift Sample.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[26/155] Compiling RxSwift Scan.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[27/155] Compiling RxSwift ScheduledDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[28/155] Compiling RxSwift ScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[29/155] Compiling RxSwift ScheduledItemType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[30/155] Compiling RxSwift SchedulerServices+Emulation.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[31/155] Compiling RxSwift SchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[32/155] Compiling RxSwift Sequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[33/155] Compiling RxSwift SerialDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[34/155] Compiling RxSwift SerialDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[35/155] Compiling RxSwift ShareReplayScope.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[36/155] Compiling RxSwift Single.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[37/155] Compiling RxSwift SingleAssignmentDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[38/155] Compiling RxSwift SingleAsync.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[39/155] Compiling RxSwift Sink.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[40/155] Compiling RxSwift Skip.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[41/155] Compiling RxSwift SkipUntil.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[42/155] Compiling RxSwift SkipWhile.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[43/155] Compiling RxSwift StartWith.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[44/155] Compiling RxSwift SubjectType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[45/155] Compiling RxSwift SubscribeOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[46/155] Compiling RxSwift SubscriptionDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[47/155] Compiling RxSwift SwiftSupport.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[48/155] Compiling RxSwift Switch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[49/155] Compiling RxSwift SwitchIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[50/155] Compiling RxSwift SynchronizedDisposeType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[51/155] Compiling RxSwift SynchronizedOnType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[52/155] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[53/155] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[54/155] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[55/155] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[56/155] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[57/155] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[58/155] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[59/155] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[60/155] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[61/155] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[62/155] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[63/155] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[64/155] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[65/155] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[66/155] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[67/155] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[68/155] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[69/155] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[70/155] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9: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