Build Information
Failed to build RxCodable, reference master (735208
), with Swift 6.1 for Wasm on 27 May 2025 16:02:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/RxCodable.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/RxCodable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 735208a Bump version to 1.0.0
Cloned https://github.com/devxoul/RxCodable.git
Revision (git rev-parse @):
735208a4db43202c26cf7fee82a19a02a94cb754
SUCCESS checkout https://github.com/devxoul/RxCodable.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/devxoul/RxCodable.git
https://github.com/devxoul/RxCodable.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" : "RxCodable",
"name" : "RxCodable",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "RxCodable",
"targets" : [
"RxCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestUtil",
"module_type" : "SwiftTarget",
"name" : "TestUtil",
"path" : "Sources/TestUtil",
"product_dependencies" : [
"RxBlocking"
],
"sources" : [
"Fixture.swift"
],
"target_dependencies" : [
"RxCodable"
],
"type" : "library"
},
{
"c99name" : "RxCodableTests",
"module_type" : "SwiftTarget",
"name" : "RxCodableTests",
"path" : "Tests/RxCodableTests",
"sources" : [
"RxCodableTests.swift"
],
"target_dependencies" : [
"RxCodable",
"TestUtil"
],
"type" : "test"
},
{
"c99name" : "RxCodable",
"module_type" : "SwiftTarget",
"name" : "RxCodable",
"path" : "Sources/RxCodable",
"product_dependencies" : [
"RxSwift"
],
"product_memberships" : [
"RxCodable"
],
"sources" : [
"Maybe+RxCodable.swift",
"ObservableType+RxCodable.swift",
"Single+RxCodable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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 (6.09s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (6.63s)
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/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/138] 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.
[7/156] 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.
[8/156] 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.
[9/156] 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.
[10/156] 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.
[11/156] 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.
[12/156] 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.
[13/156] 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.
[14/156] 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.
[15/156] 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.
[16/156] 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.
[17/156] 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.
[18/156] 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.
[19/156] 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.
[20/156] 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.
[21/156] 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.
[22/156] 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.
[23/156] 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.
[24/156] 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.
[25/156] 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.
[26/156] 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.
[27/156] 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.
[28/156] 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.
[29/156] 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.
[30/156] 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.
[31/156] 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.
[32/156] 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.
[33/156] 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.
[34/156] 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.
[35/156] 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.
[36/156] 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.
[37/156] 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.
[38/156] 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.
[39/156] 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.
[40/156] 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.
[41/156] 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.
[42/156] 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.
[43/156] 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.
[44/156] 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.
[45/156] 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.
[46/156] 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.
[47/156] 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.
[48/156] 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.
[49/156] 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.
[50/156] 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.
[51/156] 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.
[52/156] 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.
[53/156] 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.
[54/156] 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.
[55/156] 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.
[56/156] 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.
[57/156] 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.
[58/156] 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.
[59/156] 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.
[60/156] 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.
[61/156] 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.
[62/156] 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.
[63/156] 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.
[64/156] 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.
[65/156] 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.
[66/156] 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.
[67/156] 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.
[68/156] 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.
[69/156] 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.
[70/156] 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.
[71/156] 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.
[72/156] 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.
[73/156] 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.
[74/156] 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.
[75/156] 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.
[76/156] 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.
[77/156] 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.
[78/156] 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.
[79/156] 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.
[80/156] 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.
[81/156] 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.
[82/156] 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.
[83/156] 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.
[84/156] 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.
[85/156] 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.
[86/156] 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.
[87/156] 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.
[88/156] 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.
[89/156] 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.
[90/156] 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.
[91/156] 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.
[92/156] 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.
[93/156] 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.
[94/156] 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.
[95/156] 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.
[96/156] 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.
[97/156] 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.
[98/156] 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.
[99/156] 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.
[100/156] 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.
[101/156] 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.
[102/156] 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.
[103/156] 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.
[104/156] 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.
[105/156] 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.
[106/156] 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.
[107/156] 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.
[108/156] 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.
[109/156] 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.
[110/156] 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.
[111/156] 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.
[112/156] 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.
[113/156] 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.
[114/156] 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.
[115/156] 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.
[116/156] 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.
[117/156] 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.
[118/156] 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.
[119/156] 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.
[120/156] 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.
[121/156] 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.
[122/156] 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.
[123/156] 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.
[124/156] 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.
[125/156] 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.
[126/156] 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.
[127/156] 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.
[128/156] 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.
[129/156] 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.
[130/156] 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.
[131/156] 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.
[132/156] 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.
[133/156] 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.
[134/156] 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.
[135/156] 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.
[136/156] 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.
[137/156] 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.
[138/156] 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.
[139/156] 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.
[140/156] 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.
[141/156] 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.
[142/156] 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.
[143/156] 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.
[144/156] 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.
[145/156] 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.
[146/156] 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.
[147/156] 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.
[148/156] 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.
[149/156] 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.
[150/156] 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.
[151/156] 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.
[152/156] 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.
[153/156] 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.
[154/156] 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.
[155/156] 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.
[156/156] 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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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 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.
[3/134] 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.
[4/134] 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.
[5/134] 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.
[6/134] 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.
[7/134] 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.
[8/134] 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.
[9/134] 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.
[10/134] 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.
[11/134] 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.
[12/134] 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.
[13/134] 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.
[14/134] 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.
[15/134] 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.
[16/134] 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.
[17/134] 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.
[18/134] 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.
[19/134] 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.
[20/134] 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.
[21/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.
[22/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.
[23/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.
[24/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.
[25/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.
[26/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.
[27/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.
[28/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.
[29/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.
[30/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.
[31/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.
[32/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.
[33/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.
[34/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.
[35/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.
[36/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.
[37/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.
[38/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.
[39/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.
[40/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.
[41/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.
[42/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.
[43/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.
[44/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.
[45/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.
[46/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.
[47/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.
[48/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.
[49/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.
[50/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.
[51/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.
[52/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.
[53/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.
[54/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.
[55/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.
[56/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.
[57/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.
[58/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.
[59/152] 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.
[60/152] 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.
[61/152] 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.
[62/152] 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.
[63/152] 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.
[64/152] 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.
[65/152] 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.
[66/152] 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.
[67/152] 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.
[68/152] 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.
[69/152] 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.
[70/152] 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.
[71/152] 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.
[72/152] 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.
[73/152] 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.
[74/152] 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.
[75/152] 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.
[76/152] 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.
[77/152] 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.
[78/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.
[79/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.
[80/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.
[81/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.
[82/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.
[83/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.
[84/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.
[85/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.
[86/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.
[87/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.
[88/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.
[89/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.
[90/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.
[91/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.
[92/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.
[93/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.
[94/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.
[95/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)
[96/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.
[97/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.
[98/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.
[99/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.
[100/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.
[101/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.
[102/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.
[103/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.
[104/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.
[105/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.
[106/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.
[107/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.
[108/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.
[109/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.
[110/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.
[111/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.
[112/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.
[113/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.
[114/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.
[115/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.
[116/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.
[117/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.
[118/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.
[119/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.
[120/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.
[121/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.
[122/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.
[123/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.
[124/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.
[125/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.
[126/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.
[127/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.
[128/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.
[129/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.
[130/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.
[131/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.
[132/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.
[133/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.
[134/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.
[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