Build Information
Failed to build RxNimble, reference 6.3.1 (c21ba0
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 16:08:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxNimble.git
Reference: 6.3.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/RxSwiftCommunity/RxNimble
* tag 6.3.1 -> FETCH_HEAD
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 6.3.1
========================================
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/Quick/Quick
[1/14759] Fetching quick
[2215/34343] Fetching quick, nimble
Fetched https://github.com/Quick/Quick from cache (1.46s)
[4113/19584] Fetching nimble
Fetching https://github.com/ReactiveX/RxSwift
Fetched https://github.com/Quick/Nimble from cache (2.75s)
[1/52710] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift from cache (8.58s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 6.1.0 (13.38s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.9.0 (1.36s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 13.7.1 (0.89s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.30s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.82s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.32s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.35s)
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
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/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 6.1.0
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.9.0
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
[2/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 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/233] 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
[10/241] 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
[11/241] 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
[12/241] 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
[13/241] 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
[14/241] 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
[15/241] 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
[16/241] 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
[17/241] 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
[18/241] 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
[19/241] 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
[20/241] 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
[21/241] 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
[22/241] 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
[23/241] 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
[24/241] 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
[25/241] 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
[26/241] 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
[27/241] 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
[28/241] 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
[29/241] 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
[30/241] 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
[31/241] 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
[32/241] 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
[33/241] 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
/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/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/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/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/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/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/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/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/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/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/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/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/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/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/241] 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
[49/241] 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
[50/241] 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
[51/241] 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
[52/241] 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
[53/241] 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
[54/241] 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
[55/241] 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
[56/241] 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
[57/241] 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
[58/241] 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
[59/241] 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
[60/241] 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
[61/241] 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
[62/241] 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
[63/241] 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
/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/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/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/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/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/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/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
[71/241] 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
[72/241] 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
[73/241] 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
[74/241] 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
[75/241] 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
[76/241] 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
[77/241] 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
[78/241] 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
[79/241] 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
[80/241] 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
[81/241] 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
[82/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
[83/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
[84/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
[85/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
[86/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
[87/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
[88/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
[89/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
[90/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
[91/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
[92/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
[93/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
[94/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
[95/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
[96/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
[97/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
[98/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
[99/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
/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
[142/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
[143/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
[144/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
[145/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
[146/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
[147/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
[148/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
[149/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
[150/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
[151/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
[152/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
[153/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
[154/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
[155/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
[156/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
[157/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
[158/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
[159/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
[160/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
[161/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
[162/241] 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
[163/241] 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
[164/241] 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
[165/241] 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
[166/241] 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
[167/241] 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
[168/241] 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
[169/241] 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
[170/241] 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
[171/241] 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
[172/241] 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
[173/241] 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
[174/241] 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
[175/241] 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
[176/241] 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
[177/241] 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
[178/241] 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
[179/241] 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
[180/241] 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
[181/241] 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
/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