Build Information
Failed to build Spin.Swift, reference main (042f70), with Swift 6.3 for Linux on 11 Apr 2026 20:28:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Spinners/Spin.Swift.git
Reference: main
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/Spinners/Spin.Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 042f708 project: set Swift to 5.2 in Package.swift
Cloned https://github.com/Spinners/Spin.Swift.git
Revision (git rev-parse @):
042f708554268a8607ff2659b9395613480c5fd7
SUCCESS checkout https://github.com/Spinners/Spin.Swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/Spinners/Spin.Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/ReactiveCocoa/ReactiveSwift
Fetching https://github.com/ReactiveX/RxSwift
[1/52500] Fetching reactiveswift
[13651/106805] Fetching reactiveswift, rxswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift from cache (6.09s)
Fetched https://github.com/ReactiveX/RxSwift from cache (6.81s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (7.28s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (1.49s)
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift resolved at 6.7.0
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 5.1.3
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/199] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[10/217] Compiling SpinCommon SpinDefinition.swift
[11/218] Compiling SpinCommon Weakify.swift
[12/218] Compiling RxSwift AsyncSubject.swift
[13/218] Compiling RxSwift AtomicInt.swift
[14/218] Compiling RxSwift AsSingle.swift
[15/218] Compiling RxSwift AsyncLock.swift
[16/218] Compiling SpinCommon StateRenderer.swift
[17/218] Compiling RxSwift AddRef.swift
[18/218] Compiling RxSwift Amb.swift
[19/218] Compiling RxSwift AnonymousDisposable.swift
[20/218] Compiling RxSwift AnonymousObserver.swift
[21/218] Compiling RxSwift BooleanDisposable.swift
[22/218] Compiling RxSwift Buffer.swift
[23/218] Compiling RxSwift Cancelable.swift
[24/218] Compiling RxSwift Catch.swift
[25/218] Compiling RxSwift CombineLatest+Collection.swift
[26/218] Compiling RxSwift GroupBy.swift
[27/224] Emitting module ReactiveSwift
[32/224] Compiling RxSwift AnyObserver.swift
[33/224] Compiling RxSwift AsMaybe.swift
[35/224] Emitting module SpinCommon
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
/host/spi-builder-workspace/Sources/Common/AnySpin.swift:134:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
132 | }
133 |
134 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
135 | public struct FeedbackBuilder {
136 | public static func buildBlock<Feedback>(
[38/225] Compiling RxSwift GroupedObservable.swift
[39/225] Compiling RxSwift HistoricalScheduler.swift
[40/225] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[41/225] Compiling RxSwift ImmediateSchedulerType.swift
[42/225] Compiling RxSwift InfiniteSequence.swift
[43/225] Compiling RxSwift InvocableScheduledItem.swift
[44/225] Compiling RxSwift InvocableType.swift
[45/225] Compiling RxSwift Just.swift
[46/225] Compiling RxSwift Lock.swift
[47/225] Compiling RxSwift LockOwnerType.swift
[48/225] Compiling RxSwift MainScheduler.swift
[49/225] Compiling RxSwift Map.swift
[51/225] Compiling RxSwift Reactive.swift
[52/225] Compiling RxSwift RecursiveLock.swift
[53/225] Compiling RxSwift RecursiveScheduler.swift
[54/225] Compiling RxSwift Reduce.swift
[55/225] Compiling RxSwift RefCountDisposable.swift
[56/225] Compiling RxSwift Repeat.swift
[57/225] Compiling RxSwift ReplaySubject.swift
[58/225] Compiling RxSwift RetryWhen.swift
[59/225] Compiling RxSwift Rx.swift
[60/225] Compiling RxSwift RxMutableBox.swift
[61/225] Compiling RxSwift Sample.swift
[62/225] Compiling RxSwift Scan.swift
[63/225] Compiling RxSwift ScheduledDisposable.swift
[64/225] Compiling RxSwift ScheduledItem.swift
[65/225] Compiling RxSwift ScheduledItemType.swift
[66/225] Compiling RxSwift SchedulerServices+Emulation.swift
[67/225] Compiling RxSwift SchedulerType.swift
[68/225] Compiling RxSwift Sequence.swift
[69/225] Compiling RxSwift SerialDispatchQueueScheduler.swift
[70/225] Compiling RxSwift CombineLatest+arity.swift
[71/225] Compiling RxSwift CombineLatest.swift
[72/225] Compiling RxSwift CompactMap.swift
[73/225] Compiling RxSwift Completable+AndThen.swift
[74/225] Compiling RxSwift Completable.swift
[75/225] Compiling RxSwift CompositeDisposable.swift
[76/225] Compiling RxSwift Materialize.swift
[77/225] Compiling RxSwift Maybe.swift
[78/225] Compiling RxSwift Merge.swift
[79/225] Compiling RxSwift Multicast.swift
[80/225] Compiling RxSwift Never.swift
[81/225] Compiling RxSwift NopDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[92/225] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[93/225] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[94/225] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[95/225] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[108/225] Compiling RxSwift Dematerialize.swift
[109/225] Compiling RxSwift Deprecated.swift
[110/225] Compiling RxSwift DispatchQueue+Extensions.swift
[111/225] Compiling RxSwift DispatchQueueConfiguration.swift
[112/225] Compiling RxSwift Disposable.swift
[113/225] Compiling RxSwift Disposables.swift
[114/225] Compiling RxSwift DisposeBag.swift
[115/225] Compiling RxSwift DisposeBase.swift
[116/225] Compiling RxSwift DistinctUntilChanged.swift
[117/225] Compiling RxSwift Do.swift
[118/225] Compiling RxSwift ElementAt.swift
[119/225] Compiling RxSwift Empty.swift
[120/225] Compiling RxSwift Enumerated.swift
[121/225] Compiling RxSwift Error.swift
[122/225] Compiling RxSwift Errors.swift
[123/225] Compiling RxSwift Event.swift
[124/225] Compiling RxSwift Filter.swift
[125/225] Compiling RxSwift First.swift
[126/225] Compiling RxSwift Generate.swift
[127/225] Compiling RxSwift SerialDisposable.swift
[128/225] Compiling RxSwift ShareReplayScope.swift
[129/225] Compiling RxSwift Single.swift
[130/225] Compiling RxSwift SingleAssignmentDisposable.swift
[131/225] Compiling RxSwift SingleAsync.swift
[132/225] Compiling RxSwift Sink.swift
[133/225] Compiling RxSwift Skip.swift
[134/225] Compiling RxSwift SkipUntil.swift
[135/225] Compiling RxSwift SkipWhile.swift
[136/225] Compiling RxSwift StartWith.swift
[137/225] Compiling RxSwift SubjectType.swift
[138/225] Compiling RxSwift SubscribeOn.swift
[139/225] Compiling RxSwift SubscriptionDisposable.swift
[140/225] Compiling RxSwift SwiftSupport.swift
[141/225] Compiling RxSwift Switch.swift
[142/225] Compiling RxSwift SwitchIfEmpty.swift
[143/225] Compiling RxSwift SynchronizedDisposeType.swift
[144/225] Compiling RxSwift SynchronizedOnType.swift
[145/230] Compiling RxSwift Observable.swift
[146/230] Compiling RxSwift ObservableConvertibleType.swift
[147/230] Compiling RxSwift ObservableType+Extensions.swift
[148/230] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[149/230] Compiling RxSwift ObservableType.swift
[150/230] Compiling RxSwift ObserveOn.swift
[151/230] Compiling RxSwift ObserverBase.swift
[152/230] Compiling RxSwift ObserverType.swift
[153/230] Compiling RxSwift OperationQueueScheduler.swift
[154/230] Compiling RxSwift Optional.swift
[155/230] Compiling RxSwift Platform.Darwin.swift
[156/230] Compiling RxSwift Platform.Linux.swift
[157/230] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[158/230] Compiling RxSwift PrimitiveSequence.swift
[159/230] Compiling RxSwift PriorityQueue.swift
[160/230] Compiling RxSwift Producer.swift
[161/230] Compiling RxSwift PublishSubject.swift
[162/230] Compiling RxSwift Queue.swift
[163/230] Compiling RxSwift Range.swift
[170/230] Compiling ReactiveSwift Signal.Observer.swift
[171/230] Compiling ReactiveSwift Signal.swift
[172/230] Compiling ReactiveSwift SignalProducer.swift
[173/230] Compiling ReactiveSwift UnidirectionalBinding.swift
[174/230] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[175/230] Compiling ReactiveSwift ValidatingProperty.swift
[176/231] Compiling RxSwift Date+Dispatch.swift
[177/231] Compiling RxSwift Debounce.swift
[178/231] Compiling RxSwift Debug.swift
[179/231] Compiling RxSwift DefaultIfEmpty.swift
[180/231] Compiling RxSwift Deferred.swift
[181/231] Compiling RxSwift Delay.swift
[182/232] Compiling RxSwift DelaySubscription.swift
[202/237] Compiling SpinCombine AnyPublisher+ReactiveStream.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[203/237] Compiling SpinCombine AnyPublisher+streamFromSpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[204/237] Compiling SpinCombine OperationQueue+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[205/237] Compiling SpinCombine RunLoop+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[206/238] Compiling SpinCombine AnyScheduler.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[207/238] Compiling SpinCombine DispatchQueue+Executer.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[208/238] Compiling SpinCombine Feedback.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[209/238] Compiling SpinCombine Gear.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[210/238] Emitting module SpinCombine
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[211/238] Compiling SpinCombine Spinner.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[212/238] Compiling SpinCombine SwiftUISpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[213/238] Compiling SpinCombine Spin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
[214/238] Compiling SpinCombine UISpin.swift
/host/spi-builder-workspace/Sources/Combine/AnyPublisher+ReactiveStream.swift:8:8: error: no such module 'Combine'
6 | //
7 |
8 | import Combine
| `- error: no such module 'Combine'
9 | import SpinCommon
10 |
BUILD FAILURE 6.3 linux