Build Information
Failed to build Spin.Swift, reference 0.21.0 (042f70
), with Swift 6.0 for Linux on 1 Nov 2024 08:10:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Spinners/Spin.Swift.git
Reference: 0.21.0
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
* tag 0.21.0 -> FETCH_HEAD
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 0.21.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/Spinners/Spin.Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ReactiveX/RxSwift
Fetching https://github.com/ReactiveCocoa/ReactiveSwift
[1/52438] Fetching reactiveswift
[13635/104796] Fetching reactiveswift, rxswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift from cache (4.06s)
Fetched https://github.com/ReactiveX/RxSwift from cache (4.18s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (0.45s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.44s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 5.1.3
Creating working copy for https://github.com/ReactiveCocoa/ReactiveSwift
Working copy of https://github.com/ReactiveCocoa/ReactiveSwift resolved at 6.7.0
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/199] Compiling SpinCommon StateRenderer.swift
[10/200] Compiling RxSwift CompactMap.swift
[11/200] Compiling RxSwift Completable+AndThen.swift
[12/200] Compiling RxSwift Concat.swift
[13/200] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[14/200] Compiling RxSwift Debug.swift
[15/200] Compiling RxSwift DefaultIfEmpty.swift
[16/200] Compiling RxSwift Deferred.swift
[17/200] Compiling RxSwift Delay.swift
[18/200] Compiling RxSwift DelaySubscription.swift
[19/200] Compiling RxSwift AddRef.swift
[20/206] Compiling SpinCommon Weakify.swift
[21/206] Compiling RxSwift Completable.swift
[22/206] Compiling RxSwift CompositeDisposable.swift
[23/206] Compiling RxSwift ConcurrentMainScheduler.swift
[24/206] Compiling RxSwift ConnectableObservableType.swift
[25/206] Compiling SpinCommon SpinDefinition.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/206] 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.0.2) 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.0.2) 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) {
[27/224] Compiling RxSwift Amb.swift
[28/224] Compiling RxSwift AnonymousDisposable.swift
[29/224] Compiling RxSwift AnonymousObserver.swift
[30/224] Compiling RxSwift AnyObserver.swift
[31/224] Compiling RxSwift AsMaybe.swift
[32/224] Compiling RxSwift AsSingle.swift
[33/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>(
[34/224] Compiling RxSwift CombineLatest+arity.swift
/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>(
[35/224] Compiling RxSwift CombineLatest.swift
/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>(
[36/224] Compiling RxSwift SerialDisposable.swift
[37/224] Compiling RxSwift ShareReplayScope.swift
[38/224] Compiling RxSwift Single.swift
[39/224] Compiling RxSwift SingleAssignmentDisposable.swift
[40/224] Compiling RxSwift SingleAsync.swift
[41/224] Compiling RxSwift Sink.swift
[42/224] Compiling RxSwift Skip.swift
[43/224] Compiling RxSwift SkipUntil.swift
[44/224] Compiling RxSwift SkipWhile.swift
[45/224] Compiling RxSwift StartWith.swift
[46/224] Compiling RxSwift SubjectType.swift
[47/224] Compiling RxSwift SubscribeOn.swift
[48/224] Compiling RxSwift SubscriptionDisposable.swift
[49/224] Compiling RxSwift SwiftSupport.swift
[50/224] Compiling RxSwift Switch.swift
[51/224] Compiling RxSwift SwitchIfEmpty.swift
[52/224] Compiling RxSwift SynchronizedDisposeType.swift
[53/224] Compiling RxSwift SynchronizedOnType.swift
[54/225] Compiling RxSwift AsyncLock.swift
[55/225] Compiling RxSwift AsyncSubject.swift
[56/225] Compiling RxSwift AtomicInt.swift
[57/225] Compiling RxSwift Bag+Rx.swift
[58/225] Compiling RxSwift Bag.swift
[59/225] Compiling RxSwift BehaviorSubject.swift
[70/225] Compiling RxSwift Create.swift
[71/225] Compiling RxSwift CurrentThreadScheduler.swift
[72/225] Compiling RxSwift Date+Dispatch.swift
[73/225] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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.0.2) 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 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.0.2) 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.0.2) 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 BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) 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.0.2) 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 Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) 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.0.2) 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 Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) 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.0.2) 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) {
[96/225] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) 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.0.2) 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) {
[97/225] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) 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.0.2) 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) {
[98/225] Compiling RxSwift Reactive.swift
[99/225] Compiling RxSwift RecursiveLock.swift
[100/225] Compiling RxSwift RecursiveScheduler.swift
[101/225] Compiling RxSwift Reduce.swift
[102/225] Compiling RxSwift RefCountDisposable.swift
[103/225] Compiling RxSwift Repeat.swift
[104/225] Compiling RxSwift ReplaySubject.swift
[105/225] Compiling RxSwift RetryWhen.swift
[106/225] Compiling RxSwift Rx.swift
[107/225] Compiling RxSwift RxMutableBox.swift
[108/225] Compiling RxSwift Sample.swift
[109/225] Compiling RxSwift Scan.swift
[110/225] Compiling RxSwift ScheduledDisposable.swift
[111/225] Compiling RxSwift ScheduledItem.swift
[112/225] Compiling RxSwift ScheduledItemType.swift
[113/225] Compiling RxSwift SchedulerServices+Emulation.swift
[114/225] Compiling RxSwift SchedulerType.swift
[115/225] Compiling RxSwift Sequence.swift
[116/225] Compiling RxSwift SerialDispatchQueueScheduler.swift
[123/225] Compiling RxSwift Dematerialize.swift
[124/225] Compiling RxSwift Deprecated.swift
[125/225] Compiling RxSwift DispatchQueue+Extensions.swift
[126/225] Compiling RxSwift DispatchQueueConfiguration.swift
[127/225] Compiling RxSwift Disposable.swift
[128/225] Compiling RxSwift Disposables.swift
[144/225] Emitting module ReactiveSwift
[151/225] Compiling ReactiveSwift Signal.Observer.swift
[152/225] Compiling ReactiveSwift Signal.swift
[153/225] Compiling ReactiveSwift SignalProducer.swift
[154/225] Compiling ReactiveSwift UnidirectionalBinding.swift
[155/225] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[156/225] Compiling ReactiveSwift ValidatingProperty.swift
[157/225] Compiling RxSwift Enumerated.swift
[158/225] Compiling RxSwift Error.swift
[159/225] Compiling RxSwift Errors.swift
[160/225] Compiling RxSwift Event.swift
[161/225] Compiling RxSwift Filter.swift
[162/225] Compiling RxSwift First.swift
[163/225] Compiling RxSwift Generate.swift
[164/225] Compiling RxSwift GroupBy.swift
[165/225] Compiling RxSwift GroupedObservable.swift
[166/225] Compiling RxSwift HistoricalScheduler.swift
[167/225] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[168/225] Compiling RxSwift ImmediateSchedulerType.swift
[169/225] Compiling RxSwift InfiniteSequence.swift
[170/225] Compiling RxSwift InvocableScheduledItem.swift
[171/225] Compiling RxSwift InvocableType.swift
[172/225] Compiling RxSwift Just.swift
[173/225] Compiling RxSwift Lock.swift
[174/225] Compiling RxSwift LockOwnerType.swift
[175/225] Compiling RxSwift MainScheduler.swift
[176/225] Compiling RxSwift Map.swift
[177/225] Compiling RxSwift Materialize.swift
[178/225] Compiling RxSwift Maybe.swift
[179/225] Compiling RxSwift Merge.swift
[180/225] Compiling RxSwift Multicast.swift
[181/225] Compiling RxSwift Never.swift
[182/225] Compiling RxSwift NopDisposable.swift
[183/225] Compiling RxSwift Observable.swift
[184/225] Compiling RxSwift ObservableConvertibleType.swift
[185/225] Compiling RxSwift ObservableType+Extensions.swift
[186/225] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[187/225] Compiling RxSwift ObservableType.swift
[188/225] Compiling RxSwift ObserveOn.swift
[189/225] Compiling RxSwift ObserverBase.swift
[190/225] Compiling RxSwift ObserverType.swift
[191/225] Compiling RxSwift OperationQueueScheduler.swift
[192/225] Compiling RxSwift Optional.swift
[193/225] Compiling RxSwift Platform.Darwin.swift
[194/225] Compiling RxSwift Platform.Linux.swift
[195/225] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[196/225] Compiling RxSwift PrimitiveSequence.swift
[197/225] Compiling RxSwift PriorityQueue.swift
[198/225] Compiling RxSwift Producer.swift
[199/225] Compiling RxSwift PublishSubject.swift
[200/225] Compiling RxSwift Queue.swift
[201/225] Compiling RxSwift Range.swift
[202/237] 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 |
[203/238] 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 |
[204/238] 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 |
[205/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 |
[206/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)
[207/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 |
[208/238] 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 |
[209/238] 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 |
[210/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 |
[211/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 |
[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 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 |
[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.0 linux