Build Information
Failed to build Spin.Swift, reference main (042f70
), with Swift 6.2 (beta) for Linux on 18 Jun 2025 17:36:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path: $PWD
https://github.com/Spinners/Spin.Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/ReactiveCocoa/ReactiveSwift
Fetching https://github.com/ReactiveX/RxSwift
[1/52493] Fetching reactiveswift
[8400/105196] Fetching reactiveswift, rxswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift from cache (4.02s)
[51033/52703] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift from cache (31.17s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (33.46s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (1.09s)
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.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.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) {
[10/217] Compiling RxSwift AddRef.swift
[11/217] Compiling RxSwift Amb.swift
[12/217] Compiling RxSwift AnonymousDisposable.swift
[13/217] Compiling RxSwift AnonymousObserver.swift
[14/217] Compiling RxSwift AnyObserver.swift
[15/217] Compiling RxSwift AsMaybe.swift
[16/217] Compiling RxSwift CombineLatest+arity.swift
[17/217] Compiling RxSwift CombineLatest.swift
[18/217] Compiling RxSwift CompactMap.swift
[19/217] Compiling RxSwift Completable+AndThen.swift
[20/217] Compiling RxSwift Completable.swift
[21/217] Compiling RxSwift CompositeDisposable.swift
[26/224] Compiling RxSwift AsSingle.swift
[27/224] Compiling RxSwift AsyncLock.swift
[28/224] Compiling RxSwift AsyncSubject.swift
[29/224] Compiling RxSwift AtomicInt.swift
[30/224] Compiling SpinCommon SpinDefinition.swift
[31/224] Compiling SpinCommon StateRenderer.swift
[32/224] Compiling SpinCommon Weakify.swift
[33/224] Compiling RxSwift Dematerialize.swift
[34/224] Compiling RxSwift Deprecated.swift
[35/224] Compiling RxSwift DispatchQueue+Extensions.swift
[36/224] Compiling RxSwift DispatchQueueConfiguration.swift
[37/224] Compiling RxSwift Disposable.swift
[38/224] Compiling RxSwift Disposables.swift
[39/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>(
[42/225] Emitting module ReactiveSwift
[50/225] Compiling RxSwift Concat.swift
[51/225] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[52/225] Compiling RxSwift ConcurrentMainScheduler.swift
[53/225] Compiling RxSwift ConnectableObservableType.swift
[54/225] Compiling RxSwift Create.swift
[55/225] Compiling RxSwift CurrentThreadScheduler.swift
[56/225] Compiling RxSwift Date+Dispatch.swift
[57/225] Compiling RxSwift Debounce.swift
[58/225] Compiling RxSwift Debug.swift
[59/225] Compiling RxSwift DefaultIfEmpty.swift
[60/225] Compiling RxSwift Deferred.swift
[61/225] Compiling RxSwift Delay.swift
[62/225] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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) {
[79/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.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.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) {
[80/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.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.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) {
[81/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.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.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) {
[82/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.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.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) {
[83/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.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.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) {
[84/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.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.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) {
[85/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.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.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) {
[86/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.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.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) {
[87/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.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.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) {
[88/225] Compiling RxSwift GroupBy.swift
[89/225] Compiling RxSwift GroupedObservable.swift
[90/225] Compiling RxSwift HistoricalScheduler.swift
[91/225] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[92/225] Compiling RxSwift ImmediateSchedulerType.swift
[93/225] Compiling RxSwift InfiniteSequence.swift
[94/225] Compiling RxSwift InvocableScheduledItem.swift
[95/225] Compiling RxSwift InvocableType.swift
[96/225] Compiling RxSwift Just.swift
[97/225] Compiling RxSwift Lock.swift
[98/225] Compiling RxSwift LockOwnerType.swift
[99/225] Compiling RxSwift MainScheduler.swift
[100/225] Compiling RxSwift Map.swift
[101/225] Compiling RxSwift Materialize.swift
[102/225] Compiling RxSwift Maybe.swift
[103/225] Compiling RxSwift Merge.swift
[104/225] Compiling RxSwift Multicast.swift
[105/225] Compiling RxSwift Never.swift
[106/225] Compiling RxSwift NopDisposable.swift
[107/237] Compiling RxSwift SerialDisposable.swift
[108/237] Compiling RxSwift ShareReplayScope.swift
[109/237] Compiling RxSwift Single.swift
[110/237] Compiling RxSwift SingleAssignmentDisposable.swift
[111/237] Compiling RxSwift SingleAsync.swift
[112/237] Compiling RxSwift Sink.swift
[113/237] Compiling RxSwift Skip.swift
[114/237] Compiling RxSwift SkipUntil.swift
[115/237] Compiling RxSwift SkipWhile.swift
[116/237] Compiling RxSwift StartWith.swift
[117/237] Compiling RxSwift SubjectType.swift
[118/237] Compiling RxSwift SubscribeOn.swift
[119/237] Compiling RxSwift SubscriptionDisposable.swift
[120/237] Compiling RxSwift SwiftSupport.swift
[121/237] Compiling RxSwift Switch.swift
[122/237] Compiling RxSwift SwitchIfEmpty.swift
[123/237] Compiling RxSwift SynchronizedDisposeType.swift
[124/237] Compiling RxSwift SynchronizedOnType.swift
[138/237] Compiling SpinCombine OperationQueue+Executer.swift
[139/237] Compiling SpinCombine RunLoop+Executer.swift
[145/237] Compiling RxSwift Observable.swift
[146/237] Compiling RxSwift ObservableConvertibleType.swift
[147/237] Compiling RxSwift ObservableType+Extensions.swift
[148/237] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[149/237] Compiling RxSwift ObservableType.swift
[150/237] Compiling RxSwift ObserveOn.swift
[151/237] Compiling RxSwift ObserverBase.swift
[152/237] Compiling RxSwift ObserverType.swift
[153/237] Compiling RxSwift OperationQueueScheduler.swift
[154/237] Compiling RxSwift Optional.swift
[155/237] Compiling RxSwift Platform.Darwin.swift
[156/237] Compiling RxSwift Platform.Linux.swift
[157/237] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[158/237] Compiling RxSwift PrimitiveSequence.swift
[159/237] Compiling RxSwift PriorityQueue.swift
[160/237] Compiling RxSwift Producer.swift
[161/237] Compiling RxSwift PublishSubject.swift
[162/237] Compiling RxSwift Queue.swift
[163/237] Compiling RxSwift Range.swift
[164/237] Compiling RxSwift Reactive.swift
[165/237] Compiling RxSwift RecursiveLock.swift
[166/237] Compiling RxSwift RecursiveScheduler.swift
[167/237] Compiling RxSwift Reduce.swift
[168/237] Compiling RxSwift RefCountDisposable.swift
[169/237] Compiling RxSwift Repeat.swift
[170/237] Compiling RxSwift ReplaySubject.swift
[171/237] Compiling RxSwift RetryWhen.swift
[172/237] Compiling RxSwift Rx.swift
[173/237] Compiling RxSwift RxMutableBox.swift
[174/237] Compiling RxSwift Sample.swift
[175/237] Compiling RxSwift Scan.swift
[176/237] Compiling RxSwift ScheduledDisposable.swift
[177/237] Compiling RxSwift ScheduledItem.swift
[178/237] Compiling RxSwift ScheduledItemType.swift
[179/237] Compiling RxSwift SchedulerServices+Emulation.swift
[180/237] Compiling RxSwift SchedulerType.swift
[181/237] Compiling RxSwift Sequence.swift
[182/237] Compiling RxSwift SerialDispatchQueueScheduler.swift
[183/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 |
[184/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 |
[191/238] Compiling ReactiveSwift Signal.Observer.swift
[192/238] Compiling ReactiveSwift Signal.swift
[193/238] Compiling ReactiveSwift SignalProducer.swift
[194/238] Compiling ReactiveSwift UnidirectionalBinding.swift
[195/238] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[196/238] Compiling ReactiveSwift ValidatingProperty.swift
[197/238] Compiling RxSwift Enumerated.swift
[198/238] Compiling RxSwift Error.swift
[199/238] Compiling RxSwift Errors.swift
[200/238] Compiling RxSwift Event.swift
[201/238] Compiling RxSwift Filter.swift
[202/238] Compiling RxSwift First.swift
[203/238] Compiling RxSwift Generate.swift
[204/238] Compiling RxSwift SynchronizedUnsubscribeType.swift
[205/238] Compiling RxSwift TailRecursiveSink.swift
[206/238] Compiling RxSwift Take.swift
[207/238] Compiling RxSwift TakeLast.swift
[208/238] Compiling RxSwift TakeUntil.swift
[209/238] Compiling RxSwift TakeWhile.swift
[210/238] Compiling RxSwift Throttle.swift
[211/238] Compiling RxSwift Timeout.swift
[212/238] Compiling RxSwift Timer.swift
[213/238] Compiling RxSwift ToArray.swift
[214/238] Compiling RxSwift Using.swift
[215/238] Compiling RxSwift VirtualTimeConverterType.swift
[216/238] Compiling RxSwift VirtualTimeScheduler.swift
[217/238] Compiling RxSwift Window.swift
[218/238] Compiling RxSwift WithLatestFrom.swift
[219/238] Compiling RxSwift Zip+Collection.swift
[220/238] Compiling RxSwift Zip+arity.swift
[221/238] Compiling RxSwift Zip.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[222/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 |
[223/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 |
[224/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 |
[225/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 |
/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 |
/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 |
[228/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 |
[229/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 |
[230/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 |
[231/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 |
[232/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.2 linux