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 RxNimble, reference master (c21ba0), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 16:08:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/RxSwiftCommunity/RxNimble.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/RxSwiftCommunity/RxNimble
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c21ba0c Version bump.
Cloned https://github.com/RxSwiftCommunity/RxNimble.git
Revision (git rev-parse @):
c21ba0cc2b5a73f7d5f79f0efde00b70c4364f70
SUCCESS checkout https://github.com/RxSwiftCommunity/RxNimble.git at master
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RxSwiftCommunity/RxNimble.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/Quick/Quick
Fetching https://github.com/ReactiveX/RxSwift
Fetching https://github.com/Quick/Nimble
[1/14759] Fetching quick
[10480/67469] Fetching quick, rxswift
[13623/87053] Fetching quick, rxswift, nimble
Fetched https://github.com/Quick/Quick from cache (0.85s)
[30246/72294] Fetching rxswift, nimble
Fetched https://github.com/Quick/Nimble from cache (1.86s)
[51032/52710] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift from cache (5.85s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 6.1.0 (8.99s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.9.0 (0.74s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 13.7.1 (0.54s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.28s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.40s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.53s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.10s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.9.0
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 6.1.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 13.7.1
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/PrivacyInfo.xcprivacy
Building for debugging...
[0/7] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[3/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/213] Emitting module Nimble
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[9/221] Compiling RxSwift Errors.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[10/221] Compiling RxSwift Event.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[11/221] Compiling RxSwift Filter.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[12/221] Compiling RxSwift First.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[13/221] Compiling RxSwift Generate.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[14/221] Compiling RxSwift GroupBy.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[15/221] Compiling RxSwift GroupedObservable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[16/221] Compiling RxSwift HistoricalScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[17/221] Compiling RxSwift DisposeBag.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[18/221] Compiling RxSwift DisposeBase.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[19/221] Compiling RxSwift DistinctUntilChanged.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[20/221] Compiling RxSwift Do.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[21/221] Compiling RxSwift ElementAt.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[22/221] Compiling RxSwift Empty.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[23/221] Compiling RxSwift Enumerated.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[24/221] Compiling RxSwift Error.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[25/221] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[26/221] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[27/221] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[28/221] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[29/221] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[30/221] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[31/221] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[32/221] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[33/221] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[34/221] Compiling Nimble Requirement.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[35/221] Compiling Nimble AsyncAwait.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[36/221] Compiling Nimble AsyncTimerSequence.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[37/221] Compiling Nimble Errors.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[38/221] Compiling Nimble NimbleTimeInterval.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[39/221] Compiling Nimble PollAwait.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[40/221] Compiling Nimble SourceLocation.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[41/221] Compiling Nimble Stringers.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[42/221] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[43/221] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[44/221] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[45/221] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[46/221] Compiling RxSwift Dematerialize.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[47/221] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[48/221] Compiling RxSwift DispatchQueueConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[49/221] Compiling RxSwift Disposable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[50/221] Compiling RxSwift Disposables.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[51/221] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[52/221] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[53/221] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[54/221] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[55/221] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[56/221] Compiling RxSwift RecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[57/221] Compiling RxSwift RecursiveScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[58/221] Compiling RxSwift Reduce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[59/221] Compiling RxSwift RefCountDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[60/221] Compiling RxSwift Repeat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[61/221] Compiling RxSwift ReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[62/221] Compiling RxSwift RetryWhen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[63/221] Compiling RxSwift Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[64/221] Compiling RxSwift RxMutableBox.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[65/221] Compiling RxSwift Sample.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[66/221] Compiling RxSwift Scan.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[67/221] Compiling RxSwift ScheduledDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[68/221] Compiling RxSwift ScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[69/221] Compiling RxSwift ScheduledItemType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[70/221] Compiling RxSwift SchedulerServices+Emulation.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[71/241] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[72/241] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[73/241] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[74/241] Compiling RxSwift Create.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[75/241] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[76/241] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[77/241] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[78/241] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[79/241] Compiling RxSwift Decode.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[80/241] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[81/241] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[82/241] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[83/241] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[84/241] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[85/241] Compiling RxSwift Binder.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[86/241] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[87/241] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[88/241] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[131/241] Compiling RxSwift SchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[132/241] Compiling RxSwift Sequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[133/241] Compiling RxSwift SerialDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[134/241] Compiling RxSwift SerialDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[135/241] Compiling RxSwift ShareReplayScope.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[136/241] Compiling RxSwift Single.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[137/241] Compiling RxSwift SingleAssignmentDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[138/241] Compiling RxSwift SingleAsync.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[139/241] Compiling RxSwift Sink.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[140/241] Compiling RxSwift Skip.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[141/241] Compiling RxSwift SkipUntil.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[142/241] Compiling RxSwift SkipWhile.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[143/241] Compiling RxSwift StartWith.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[144/241] Compiling RxSwift SubjectType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[145/241] Compiling RxSwift SubscribeOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[146/241] Compiling RxSwift SubscriptionDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[147/241] Compiling RxSwift SwiftSupport.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[148/241] Compiling RxSwift Switch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[149/241] Compiling RxSwift SwitchIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[150/241] Compiling RxSwift SynchronizedDisposeType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[151/241] Compiling RxSwift Never.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[152/241] Compiling RxSwift NopDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[153/241] Compiling RxSwift Observable+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[154/241] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[155/241] Compiling RxSwift ObservableConvertibleType+Infallible.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[156/241] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[157/241] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[158/241] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[159/241] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[160/241] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[161/241] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[162/241] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[163/241] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[164/241] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[165/241] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[166/241] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[167/241] Compiling RxSwift PrimitiveSequence+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[168/241] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[169/241] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[170/241] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[171/241] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[172/241] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[173/241] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[174/241] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[175/241] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[176/241] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[177/241] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[178/241] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
[179/241] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:5:14: error: no such module 'Foundation'
 3 | import class Foundation.Thread
 4 | #endif
 5 | import class Foundation.NSObject
   |              `- error: no such module 'Foundation'
 6 |
 7 | /// "Global" state of Nimble is stored here. Only DSL functions should access / be aware of this
error: emit-module command failed with exit code 1 (use -v to see invocation)
[180/241] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[208/241] Compiling RxSwift Infallible+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[209/241] Compiling RxSwift Infallible.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[210/241] Compiling RxSwift InfiniteSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[211/241] Compiling RxSwift InvocableScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[212/241] Compiling RxSwift InvocableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[213/241] Compiling RxSwift Just.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[214/241] Compiling RxSwift Lock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[215/241] Compiling RxSwift LockOwnerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[216/241] Compiling RxSwift MainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[217/241] Compiling RxSwift Map.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[218/241] Compiling RxSwift Materialize.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[219/241] Compiling RxSwift Maybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[220/241] Compiling RxSwift Merge.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
[221/241] Compiling RxSwift Multicast.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:9:8: error: no such module 'CoreFoundation'
 7 | //
 8 |
 9 | import CoreFoundation
   |        `- error: no such module 'CoreFoundation'
10 | // This CoreFoundation import can be dropped when this issue is resolved:
11 | // https://github.com/swiftlang/swift-corelibs-foundation/pull/5122
BUILD FAILURE 6.2 wasm