Build Information
Failed to build RxExpect, reference master (c3a3bb
), with Swift 6.1 for Wasm on 27 May 2025 12:00:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devxoul/RxExpect.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/devxoul/RxExpect
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c3a3bb3 Bump version to 2.0.0
Cloned https://github.com/devxoul/RxExpect.git
Revision (git rev-parse @):
c3a3bb3d46ee831582c6619ecc48cda1cdbff890
SUCCESS checkout https://github.com/devxoul/RxExpect.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/devxoul/RxExpect.git
https://github.com/devxoul/RxExpect.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "RxExpect",
"name" : "RxExpect",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "RxExpect",
"targets" : [
"RxExpect"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "RxExpectTests",
"module_type" : "SwiftTarget",
"name" : "RxExpectTests",
"path" : "Tests/RxExpectTests",
"sources" : [
"AnyTestTimeTests.swift",
"RxExpectTests.swift",
"UtilityTests.swift"
],
"target_dependencies" : [
"RxExpect"
],
"type" : "test"
},
{
"c99name" : "RxExpect",
"module_type" : "SwiftTarget",
"name" : "RxExpect",
"path" : "Sources/RxExpect",
"product_dependencies" : [
"RxSwift",
"RxTest"
],
"product_memberships" : [
"RxExpect"
],
"sources" : [
"AnyTestTime.swift",
"Assertion.swift",
"RxExpect.swift",
"Utility.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52683] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.42s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (7.16s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/137] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[6/155] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[7/155] Compiling RxSwift RecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[8/155] Compiling RxSwift RecursiveScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[9/155] Compiling RxSwift Reduce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[10/155] Compiling RxSwift RefCountDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[11/155] Compiling RxSwift Repeat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[12/155] Compiling RxSwift ReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[13/155] Compiling RxSwift RetryWhen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[14/155] Compiling RxSwift Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[15/155] Compiling RxSwift RxMutableBox.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[16/155] Compiling RxSwift Sample.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[17/155] Compiling RxSwift Scan.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[18/155] Compiling RxSwift ScheduledDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[19/155] Compiling RxSwift ScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[20/155] Compiling RxSwift ScheduledItemType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[21/155] Compiling RxSwift SchedulerServices+Emulation.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[22/155] Compiling RxSwift SchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[23/155] Compiling RxSwift Sequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[24/155] Compiling RxSwift SerialDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[25/155] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[26/155] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[27/155] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[28/155] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[29/155] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[30/155] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[31/155] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[32/155] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[33/155] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[34/155] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[35/155] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[36/155] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[37/155] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[38/155] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[39/155] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[40/155] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[41/155] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[42/155] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[43/155] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[44/155] Compiling RxSwift SerialDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[45/155] Compiling RxSwift ShareReplayScope.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[46/155] Compiling RxSwift Single.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[47/155] Compiling RxSwift SingleAssignmentDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[48/155] Compiling RxSwift SingleAsync.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[49/155] Compiling RxSwift Sink.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[50/155] Compiling RxSwift Skip.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[51/155] Compiling RxSwift SkipUntil.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[52/155] Compiling RxSwift SkipWhile.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[53/155] Compiling RxSwift StartWith.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[54/155] Compiling RxSwift SubjectType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[55/155] Compiling RxSwift SubscribeOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[56/155] Compiling RxSwift SubscriptionDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[57/155] Compiling RxSwift SwiftSupport.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[58/155] Compiling RxSwift Switch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[59/155] Compiling RxSwift SwitchIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[60/155] Compiling RxSwift SynchronizedDisposeType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[61/155] Compiling RxSwift SynchronizedOnType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[62/155] Compiling RxSwift SynchronizedUnsubscribeType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[63/155] Compiling RxSwift TailRecursiveSink.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[64/155] Compiling RxSwift Take.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[65/155] Compiling RxSwift TakeLast.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[66/155] Compiling RxSwift TakeUntil.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[67/155] Compiling RxSwift TakeWhile.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[68/155] Compiling RxSwift Throttle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[69/155] Compiling RxSwift Timeout.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[70/155] Compiling RxSwift Timer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[71/155] Compiling RxSwift ToArray.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[72/155] Compiling RxSwift Using.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[73/155] Compiling RxSwift VirtualTimeConverterType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[74/155] Compiling RxSwift VirtualTimeScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[75/155] Compiling RxSwift Window.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[76/155] Compiling RxSwift WithLatestFrom.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[77/155] Compiling RxSwift Zip+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[78/155] Compiling RxSwift Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[79/155] Compiling RxSwift Zip.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[80/155] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[81/155] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[82/155] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[83/155] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[84/155] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[85/155] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[86/155] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[87/155] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[88/155] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[89/155] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[90/155] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[91/155] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[92/155] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[93/155] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[94/155] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[95/155] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[96/155] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[97/155] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[98/155] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[99/155] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[100/155] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[101/155] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[102/155] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[103/155] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[104/155] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[105/155] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[106/155] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[107/155] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[108/155] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[109/155] Compiling RxSwift Create.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[110/155] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[111/155] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[112/155] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[113/155] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[114/155] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[115/155] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[116/155] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[117/155] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[118/155] Compiling RxSwift GroupBy.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[119/155] Compiling RxSwift GroupedObservable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[120/155] Compiling RxSwift HistoricalScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[121/155] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[122/155] Compiling RxSwift ImmediateSchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[123/155] Compiling RxSwift InfiniteSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[124/155] Compiling RxSwift InvocableScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[125/155] Compiling RxSwift InvocableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[126/155] Compiling RxSwift Just.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[127/155] Compiling RxSwift Lock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[128/155] Compiling RxSwift LockOwnerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[129/155] Compiling RxSwift MainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[130/155] Compiling RxSwift Map.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[131/155] Compiling RxSwift Materialize.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[132/155] Compiling RxSwift Maybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[133/155] Compiling RxSwift Merge.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[134/155] Compiling RxSwift Multicast.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[135/155] Compiling RxSwift Never.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[136/155] Compiling RxSwift NopDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[137/155] Compiling RxSwift Dematerialize.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[138/155] Compiling RxSwift Deprecated.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[139/155] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[140/155] Compiling RxSwift DispatchQueueConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[141/155] Compiling RxSwift Disposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[142/155] Compiling RxSwift Disposables.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[143/155] Compiling RxSwift DisposeBag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[144/155] Compiling RxSwift DisposeBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[145/155] Compiling RxSwift DistinctUntilChanged.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[146/155] Compiling RxSwift Do.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[147/155] Compiling RxSwift ElementAt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[148/155] Compiling RxSwift Empty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[149/155] Compiling RxSwift Enumerated.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[150/155] Compiling RxSwift Error.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[151/155] Compiling RxSwift Errors.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[152/155] Compiling RxSwift Event.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[153/155] Compiling RxSwift Filter.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[154/155] Compiling RxSwift First.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[155/155] Compiling RxSwift Generate.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/134] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[3/134] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[4/134] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[5/134] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[6/134] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[7/134] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[8/134] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[9/134] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[10/134] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[11/134] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[12/134] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[13/134] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[14/134] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[15/134] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[16/134] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[17/134] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[18/134] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[19/134] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[20/134] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[21/152] Compiling RxSwift SerialDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[22/152] Compiling RxSwift ShareReplayScope.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[23/152] Compiling RxSwift Single.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[24/152] Compiling RxSwift SingleAssignmentDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[25/152] Compiling RxSwift SingleAsync.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[26/152] Compiling RxSwift Sink.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[27/152] Compiling RxSwift Skip.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[28/152] Compiling RxSwift SkipUntil.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[29/152] Compiling RxSwift SkipWhile.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[30/152] Compiling RxSwift StartWith.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[31/152] Compiling RxSwift SubjectType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[32/152] Compiling RxSwift SubscribeOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[33/152] Compiling RxSwift SubscriptionDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[34/152] Compiling RxSwift SwiftSupport.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[35/152] Compiling RxSwift Switch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[36/152] Compiling RxSwift SwitchIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[37/152] Compiling RxSwift SynchronizedDisposeType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[38/152] Compiling RxSwift SynchronizedOnType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/152] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[40/152] Compiling RxSwift Dematerialize.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[41/152] Compiling RxSwift Deprecated.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[42/152] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[43/152] Compiling RxSwift DispatchQueueConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[44/152] Compiling RxSwift Disposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[45/152] Compiling RxSwift Disposables.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[46/152] Compiling RxSwift DisposeBag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[47/152] Compiling RxSwift DisposeBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[48/152] Compiling RxSwift DistinctUntilChanged.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[49/152] Compiling RxSwift Do.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[50/152] Compiling RxSwift ElementAt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[51/152] Compiling RxSwift Empty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[52/152] Compiling RxSwift Enumerated.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[53/152] Compiling RxSwift Error.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[54/152] Compiling RxSwift Errors.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[55/152] Compiling RxSwift Event.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[56/152] Compiling RxSwift Filter.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[57/152] Compiling RxSwift First.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[58/152] Compiling RxSwift Generate.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[59/152] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[60/152] Compiling RxSwift RecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[61/152] Compiling RxSwift RecursiveScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[62/152] Compiling RxSwift Reduce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[63/152] Compiling RxSwift RefCountDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[64/152] Compiling RxSwift Repeat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[65/152] Compiling RxSwift ReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[66/152] Compiling RxSwift RetryWhen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[67/152] Compiling RxSwift Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[68/152] Compiling RxSwift RxMutableBox.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[69/152] Compiling RxSwift Sample.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[70/152] Compiling RxSwift Scan.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[71/152] Compiling RxSwift ScheduledDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[72/152] Compiling RxSwift ScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[73/152] Compiling RxSwift ScheduledItemType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[74/152] Compiling RxSwift SchedulerServices+Emulation.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[75/152] Compiling RxSwift SchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[76/152] Compiling RxSwift Sequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[77/152] Compiling RxSwift SerialDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[78/152] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[79/152] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[80/152] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[81/152] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[82/152] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[83/152] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[84/152] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[85/152] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[86/152] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[87/152] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[88/152] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[89/152] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[90/152] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[91/152] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[92/152] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[93/152] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[94/152] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[95/152] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[96/152] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[97/152] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[98/152] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[99/152] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[100/152] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[101/152] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[102/152] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[103/152] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[104/152] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[105/152] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[106/152] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[107/152] Compiling RxSwift Create.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[108/152] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[109/152] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[110/152] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[111/152] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[112/152] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[113/152] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[114/152] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[115/152] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[116/152] Compiling RxSwift GroupBy.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[117/152] Compiling RxSwift GroupedObservable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[118/152] Compiling RxSwift HistoricalScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[119/152] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[120/152] Compiling RxSwift ImmediateSchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[121/152] Compiling RxSwift InfiniteSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[122/152] Compiling RxSwift InvocableScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[123/152] Compiling RxSwift InvocableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[124/152] Compiling RxSwift Just.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[125/152] Compiling RxSwift Lock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[126/152] Compiling RxSwift LockOwnerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[127/152] Compiling RxSwift MainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[128/152] Compiling RxSwift Map.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[129/152] Compiling RxSwift Materialize.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[130/152] Compiling RxSwift Maybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[131/152] Compiling RxSwift Merge.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[132/152] Compiling RxSwift Multicast.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[133/152] Compiling RxSwift Never.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[134/152] Compiling RxSwift NopDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[135/152] Compiling RxSwift SynchronizedUnsubscribeType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[136/152] Compiling RxSwift TailRecursiveSink.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[137/152] Compiling RxSwift Take.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[138/152] Compiling RxSwift TakeLast.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[139/152] Compiling RxSwift TakeUntil.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[140/152] Compiling RxSwift TakeWhile.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[141/152] Compiling RxSwift Throttle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[142/152] Compiling RxSwift Timeout.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[143/152] Compiling RxSwift Timer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[144/152] Compiling RxSwift ToArray.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[145/152] Compiling RxSwift Using.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[146/152] Compiling RxSwift VirtualTimeConverterType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[147/152] Compiling RxSwift VirtualTimeScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[148/152] Compiling RxSwift Window.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[149/152] Compiling RxSwift WithLatestFrom.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[150/152] Compiling RxSwift Zip+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[151/152] Compiling RxSwift Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
[152/152] Compiling RxSwift Zip.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift:11:8: error: no such module 'Dispatch'
9 | import struct Foundation.Date
10 | import struct Foundation.TimeInterval
11 | import Dispatch
| `- error: no such module 'Dispatch'
12 |
13 | /// Abstracts the work that needs to be performed on a specific `dispatch_queue_t`. You can also pass a serial dispatch queue, it shouldn't cause any problems.
BUILD FAILURE 6.1 wasm