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 RxOmnibar, reference 1.0.1 (cd69e5), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 20:12:08 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/CleanCocoa/RxOmnibar.git
Reference: 1.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/CleanCocoa/RxOmnibar
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at cd69e5c bump RxSwift
Cloned https://github.com/CleanCocoa/RxOmnibar.git
Revision (git rev-parse @):
cd69e5c18800df0690d5e79bc82210f1adea6d94
SUCCESS checkout https://github.com/CleanCocoa/RxOmnibar.git at 1.0.1
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/CleanCocoa/RxOmnibar.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/CleanCocoa/Omnibar.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/2422] Fetching omnibar
[2423/55132] Fetching omnibar, rxswift
Fetched https://github.com/CleanCocoa/Omnibar.git from cache (4.84s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.08s)
Computing version for https://github.com/CleanCocoa/Omnibar.git
Computed https://github.com/CleanCocoa/Omnibar.git at 1.0.0 (5.61s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.50s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Creating working copy for https://github.com/CleanCocoa/Omnibar.git
Working copy of https://github.com/CleanCocoa/Omnibar.git resolved at 1.0.0
Building for debugging...
[0/18] Write sources
[0/18] Copying PrivacyInfo.xcprivacy
[0/18] Write sources
[0/18] Copying PrivacyInfo.xcprivacy
[8/18] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/174] Emitting module Omnibar
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
[11/174] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
[12/174] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
[13/175] Compiling Omnibar TextFieldTextChange.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
[14/175] Compiling RxSwift DispatchQueueConfiguration.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
[15/175] Compiling RxSwift Disposable.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
[16/175] Compiling RxSwift Disposables.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
[17/175] Compiling RxSwift DisposeBag.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
[18/175] Compiling RxSwift DisposeBase.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
[19/175] Compiling RxSwift DistinctUntilChanged.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
[20/175] Compiling RxSwift Do.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
[21/175] Compiling RxSwift ElementAt.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
[22/175] Compiling RxSwift Empty.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
[23/175] Compiling RxSwift Enumerated.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
[24/175] Compiling RxSwift Error.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
[25/175] Compiling RxSwift Errors.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
[26/175] Compiling RxSwift Event.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
[27/175] Compiling RxSwift Filter.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
[28/175] Compiling RxSwift First.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
[29/175] Compiling RxSwift Generate.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
[30/175] Compiling RxSwift GroupBy.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
[31/175] Compiling RxSwift GroupedObservable.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
[32/175] Compiling RxSwift HistoricalScheduler.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
[33/175] Compiling RxSwift HistoricalSchedulerTimeConverter.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
[34/175] Compiling RxSwift ImmediateSchedulerType.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
[35/195] Compiling Omnibar OmnibarTextFieldCell.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
[36/195] 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
[37/195] 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
[38/195] 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
[39/195] 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
[40/195] 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
[41/195] 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
[42/195] 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
[43/195] 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
[44/195] 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
[45/195] 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
[46/195] 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
[47/195] 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
[48/195] 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
[49/195] 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
[50/195] 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
[51/195] 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
[52/195] 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
[53/195] 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
[54/195] 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
[55/195] 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
[56/195] Compiling Omnibar TextReplacement.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
[57/195] 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
[58/195] 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
[59/195] 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
[60/195] 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
[61/195] 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
[62/195] 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
[63/195] 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
[64/195] 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
[65/195] 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
[66/195] 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
[67/195] 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
[68/195] 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
[69/195] 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
[70/195] 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
[71/195] 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
[72/195] 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
[73/195] 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
[74/195] 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
[75/195] 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
[76/195] 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
[77/195] Compiling RxSwift CombineLatest.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
[78/195] Compiling RxSwift CompactMap.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
[79/195] Compiling RxSwift Completable+AndThen.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
[80/195] Compiling RxSwift Completable.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
[81/195] Compiling RxSwift CompositeDisposable.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
[82/195] Compiling RxSwift Concat.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
[83/195] Compiling RxSwift ConcurrentDispatchQueueScheduler.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
[84/195] Compiling RxSwift ConcurrentMainScheduler.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
[85/195] Compiling RxSwift ConnectableObservableType.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
[86/195] Compiling RxSwift Create.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
[87/195] Compiling RxSwift CurrentThreadScheduler.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
[88/195] Compiling RxSwift Date+Dispatch.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
[89/195] Compiling RxSwift Debounce.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
[90/195] Compiling RxSwift Debug.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
[91/195] Compiling RxSwift Decode.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
[92/195] Compiling RxSwift DefaultIfEmpty.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
[93/195] Compiling RxSwift Deferred.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
[94/195] Compiling RxSwift Delay.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
[95/195] Compiling RxSwift DelaySubscription.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
[96/195] Compiling RxSwift Dematerialize.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
[97/195] Compiling RxSwift DispatchQueue+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
[98/195] Compiling Omnibar OmnibarDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
[99/195] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
[100/195] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
[101/195] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
[102/195] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
[103/195] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
[104/195] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/ChangeMethod.swift:3:8: error: no such module 'Foundation'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Foundation
   |        `- error: no such module 'Foundation'
 4 |
 5 | public enum ChangeMethod {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[105/195] 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
[114/195] Compiling RxSwift AsyncSubject.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
[115/195] Compiling RxSwift AtomicInt.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
[116/195] Compiling RxSwift Bag+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
[117/195] Compiling RxSwift Bag.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
[118/195] Compiling RxSwift BehaviorSubject.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
[119/195] Compiling RxSwift BinaryDisposable.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
[120/195] Compiling RxSwift Binder.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
[121/195] Compiling RxSwift BooleanDisposable.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
[122/195] Compiling RxSwift Buffer.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
[123/195] Compiling RxSwift Cancelable.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
[124/195] Compiling RxSwift Catch.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
[125/195] Compiling RxSwift CombineLatest+Collection.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
[126/195] Compiling RxSwift CombineLatest+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
BUILD FAILURE 6.2 wasm