The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Bow, reference 0.8.0 (17ff76), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 18:22:31 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bow-swift/bow.git
Reference: 0.8.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/bow-swift/bow
 * tag               0.8.0      -> FETCH_HEAD
HEAD is now at 17ff76f Swift playgrounds (#599)
Cloned https://github.com/bow-swift/bow.git
Revision (git rev-parse @):
17ff76f1e0427a67e221c0a20b96324d256c340f
SUCCESS checkout https://github.com/bow-swift/bow.git at 0.8.0
========================================
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/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 (5.92s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.06s)
Computing version for https://github.com/bow-swift/SwiftCheck.git
Computed https://github.com/bow-swift/SwiftCheck.git at 0.12.1 (6.49s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.47s)
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
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Building for debugging...
[0/19] Write sources
[18/19] Write swift-version-24593BA9C3E375BF.txt
[20/254] Compiling RxSwift ConcurrentMainScheduler.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 |
[21/254] Compiling RxSwift ConnectableObservableType.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/255] Compiling RxSwift Create.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/255] Compiling RxSwift CurrentThreadScheduler.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/255] Compiling RxSwift Date+Dispatch.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/255] Compiling RxSwift Debounce.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/255] Compiling RxSwift Completable.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/255] Compiling RxSwift CompositeDisposable.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 |
[28/255] 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 {
[29/255] 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 {
[30/255] 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 {
[31/255] 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 {
[32/255] 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 {
[33/255] 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 {
[34/255] 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 {
[35/255] 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 {
[36/255] 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 {
[37/255] 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 {
[38/255] 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 {
[39/255] 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 {
[40/255] 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 {
[41/255] 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 {
[42/255] 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 {
[43/255] 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 {
[44/255] 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 {
[45/255] 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 {
[46/255] 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.
[47/255] 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.
[48/255] 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.
[49/255] 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.
/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.
[52/255] 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.
[53/255] 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.
/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.
[58/255] Compiling RxSwift Sequence.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.
[59/255] Compiling RxSwift SerialDispatchQueueScheduler.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.
[60/255] Compiling RxSwift GroupBy.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.
[61/255] Compiling RxSwift GroupedObservable.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.
[62/255] Compiling RxSwift HistoricalScheduler.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.
[63/255] Compiling RxSwift HistoricalSchedulerTimeConverter.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.
[64/255] Compiling RxSwift ImmediateSchedulerType.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.
[65/255] Compiling RxSwift InfiniteSequence.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.
[66/255] Compiling RxSwift InvocableScheduledItem.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.
[67/255] Compiling RxSwift InvocableType.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.
[68/255] Compiling RxSwift Just.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.
[69/255] Compiling RxSwift Lock.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.
[70/285] 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 {
[71/285] 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 {
[72/285] 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 {
[73/285] 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 {
[74/285] 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 {
[75/285] 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 {
[76/285] 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 {
[77/285] 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 {
[78/285] 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 {
[79/285] 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 {
[80/285] 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 {
[81/285] 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 {
[82/285] 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 {
[83/285] 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 {
[84/285] 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 {
[85/285] 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 {
[86/285] 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 {
[87/285] 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 {
[88/285] 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 {
[89/285] 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 {
[90/285] 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 {
[91/285] 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 {
[92/285] 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 {
[93/285] 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 {
[94/285] 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 {
[95/285] 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 {
[96/285] 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 {
[97/285] 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 {
[98/285] 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 {
[99/285] 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 {
[100/285] 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 {
[101/285] 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 {
[102/285] 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 {
[103/285] 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 {
[104/285] 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 {
[105/285] 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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9: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 {
[118/285] Compiling Bow Monoid.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[119/285] Compiling Bow MonoidK.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[120/285] Compiling Bow Monoidal.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[121/285] Compiling Bow NonEmptyReducible.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[122/285] Compiling Bow Reducible.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[123/285] Compiling Bow Selective.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[124/285] Compiling Bow Semigroup.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[125/285] Compiling Bow SemigroupK.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[126/285] Compiling Bow Semigroupal.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[127/285] 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 {
[128/285] 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 {
[129/285] 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 {
[130/285] 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 {
[131/285] 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 {
[132/285] 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 {
[133/285] 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 {
[134/285] 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 {
[135/285] 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 {
[136/285] 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 {
[137/285] 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 {
[138/285] 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 {
[139/285] 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 {
[140/285] 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 {
[141/285] 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 {
[142/285] 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 {
[143/285] 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 {
[144/285] 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 {
[145/285] 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 {
[146/285] Compiling RxSwift AsSingle.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.
[147/285] Compiling RxSwift AsyncLock.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.
[148/285] Compiling RxSwift AsyncSubject.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.
[149/285] Compiling RxSwift AtomicInt.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.
[150/285] Compiling RxSwift Bag+Rx.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.
[151/285] Compiling RxSwift Bag.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.
[152/285] Compiling RxSwift BehaviorSubject.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.
[153/285] Compiling RxSwift BinaryDisposable.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.
[154/285] Compiling RxSwift BooleanDisposable.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.
[155/285] Compiling RxSwift Buffer.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.
[156/285] Compiling RxSwift Cancelable.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.
[157/285] Compiling RxSwift Catch.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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[182/285] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[183/285] 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 {
[198/285] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[199/285] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[200/285] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[201/285] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[202/285] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:14: error: no such module 'Foundation'
 7 | //
 8 |
 9 | import class Foundation.NSLock
   |              `- error: no such module 'Foundation'
10 |
11 | final class AtomicInt: NSLock {
[203/285] 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 {
[204/285] 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 {
[205/285] 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 {
[206/285] 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 {
[207/285] 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 {
[208/285] 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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9: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 {
[221/285] 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 {
/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.
[248/285] Compiling SwiftCheck WitnessedArbitrary.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 |
/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.
[258/285] Compiling Bow Semiring.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.
[259/285] Compiling Bow Traverse.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.
[260/285] Compiling Bow TraverseFilter.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 |
/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)
[265/285] 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 |
BUILD FAILURE 6.2 wasm