Build Information
Failed to build Bow, reference master (a8c1a7
), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 18:23:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/bow-swift/bow.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/bow-swift/bow
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a8c1a71 Update README.md (#662)
Cloned https://github.com/bow-swift/bow.git
Revision (git rev-parse @):
a8c1a719cd8407dfae6ffeb6de1110177c4a7819
SUCCESS checkout https://github.com/bow-swift/bow.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bow-swift/bow.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/bow-swift/SwiftCheck.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/4531] Fetching swiftcheck
[4532/57217] Fetching swiftcheck, rxswift
Fetched https://github.com/bow-swift/SwiftCheck.git from cache (4.38s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.56s)
Computing version for https://github.com/bow-swift/SwiftCheck.git
Computed https://github.com/bow-swift/SwiftCheck.git at 0.12.1 (7.09s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.60s)
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/bow-swift/SwiftCheck.git
Working copy of https://github.com/bow-swift/SwiftCheck.git resolved at 0.12.1
Building for debugging...
[0/19] Write sources
[18/19] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/263] 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 {
[21/281] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[22/281] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[23/281] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[24/281] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[25/282] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[26/282] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
[27/282] 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 {
[28/282] 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 {
[29/282] 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 {
[30/282] 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 {
[31/282] 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 {
[32/282] 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 {
[33/282] 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 {
[34/282] 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 {
[35/282] 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 {
[36/282] 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 {
[37/282] 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 {
[38/282] 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 {
[39/282] 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 {
[40/282] 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 {
[41/282] 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 {
[42/282] 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 {
[43/282] 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 {
[44/282] 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 {
[45/282] 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 {
[46/282] 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 {
[47/282] 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 {
[48/282] 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 {
[49/282] 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 {
[50/282] 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 {
[51/282] 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 {
[52/282] 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 {
[53/282] 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 {
[54/282] 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 {
[55/282] 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 {
[56/282] 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 {
[57/282] 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 {
[58/282] 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 {
[59/282] 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 {
[60/282] 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 {
[61/282] 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 {
[62/282] 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 {
[63/282] 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 {
[64/282] 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 {
[65/282] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[66/282] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[67/282] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[68/282] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[69/282] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[70/282] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[71/282] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[72/282] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9: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 {
[79/282] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[80/282] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[81/282] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[82/282] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[83/282] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[84/282] 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 {
[85/282] 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 {
[86/282] 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 {
[87/282] 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 {
[88/282] 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 {
[89/282] 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 {
[90/282] 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 {
[91/282] 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 {
[92/282] 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 {
[93/282] 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 {
[94/282] 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 {
[95/282] 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 {
[96/282] 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 {
[97/282] 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 {
[98/282] 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 {
[99/282] 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 {
[100/282] 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 {
[101/282] 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 {
[102/282] 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 {
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[108/282] Compiling Bow Result.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[109/282] Compiling Bow Set.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[110/282] Compiling Bow SetK.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[111/282] Compiling Bow Sum.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[112/282] Compiling Bow Trampoline.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[113/282] Compiling Bow Tree.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[114/282] Compiling Bow Try.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[115/282] Compiling Bow Validated.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[116/282] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[117/282] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[118/282] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[119/282] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[120/282] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[121/282] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[122/282] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[123/282] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[124/282] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[125/282] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[126/282] Compiling RxSwift Range.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[127/282] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[128/282] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[129/282] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[130/282] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[131/292] 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 {
[132/292] 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 {
[133/292] 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 {
[134/292] 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 {
[135/292] 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 {
[136/292] 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 {
[137/292] 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 {
[138/292] 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 {
[139/292] 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 {
[140/292] 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 {
[141/292] 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 {
[142/292] 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 {
[143/292] 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 {
[144/292] 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 {
[145/292] 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 {
[146/292] 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 {
[147/292] 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 {
[148/292] 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 {
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[162/295] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[188/295] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[189/295] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[190/295] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[191/295] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[192/295] Compiling Bow DictionaryK.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[193/295] Compiling Bow Either.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[194/295] Compiling Bow EitherK.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[195/295] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[196/295] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[197/295] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[198/295] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[199/295] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[200/295] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
[201/295] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[204/295] Emitting module SwiftCheck
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
/host/spi-builder-workspace/.build/checkouts/SwiftCheck/Sources/SwiftCheck/Arbitrary.swift:376:9: error: no such module 'Darwin'
374 | import Glibc
375 | #else
376 | import Darwin
| `- error: no such module 'Darwin'
377 | #endif
378 |
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[221/295] Emitting module Bow
/host/spi-builder-workspace/Sources/Bow/Arrow/Cokleisli.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | /// Witness for the `Cokleisli<F, A, B>` data type. To be used in simulated Higher Kinded Types.
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9: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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9: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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9: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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9: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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9: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 {
[260/295] Compiling RxSwift SynchronizedUnsubscribeType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[261/295] Compiling RxSwift TailRecursiveSink.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[262/295] Compiling RxSwift Take.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[263/295] Compiling RxSwift TakeLast.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[264/295] Compiling RxSwift TakeUntil.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[265/295] Compiling RxSwift TakeWhile.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[266/295] Compiling RxSwift Throttle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[267/295] Compiling RxSwift Timeout.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[268/295] Compiling RxSwift Timer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[269/295] Compiling RxSwift ToArray.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[270/295] Compiling RxSwift Using.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[271/295] Compiling RxSwift VirtualTimeConverterType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[272/295] Compiling RxSwift VirtualTimeScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[273/295] Compiling RxSwift Window.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[274/295] Compiling RxSwift WithLatestFrom.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[275/295] Compiling RxSwift Zip+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[276/295] Compiling RxSwift Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[277/295] Compiling RxSwift Zip.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
7 | //
8 |
9 | import class Foundation.NSLock
| `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
BUILD FAILURE 6.2 wasm