Build Information
Failed to build Spin.Swift, reference 0.21.0 (042f70
), with Swift 6.2 (beta) for Linux on 18 Jun 2025 17:27:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 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.2
Building package at path: $PWD
https://github.com/Spinners/Spin.Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/ReactiveX/RxSwift
Fetching https://github.com/ReactiveCocoa/ReactiveSwift
[1/52493] Fetching reactiveswift
[8925/105196] Fetching reactiveswift, rxswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift from cache (7.70s)
Fetched https://github.com/ReactiveX/RxSwift from cache (7.84s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (10.36s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.48s)
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
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 AsyncSubject.swift
[11/217] Compiling RxSwift AtomicInt.swift
[12/217] Compiling SpinCommon SpinDefinition.swift
[13/218] Compiling RxSwift AsSingle.swift
[14/218] Compiling RxSwift AsyncLock.swift
[15/218] Compiling RxSwift AnyObserver.swift
[16/218] Compiling RxSwift AsMaybe.swift
[17/218] Compiling RxSwift AnonymousDisposable.swift
[18/218] Compiling RxSwift AnonymousObserver.swift
[19/218] Compiling SpinCommon StateRenderer.swift
[20/218] Compiling SpinCommon Weakify.swift
[21/218] Compiling RxSwift SynchronizedUnsubscribeType.swift
[22/218] Compiling RxSwift TailRecursiveSink.swift
[23/218] Compiling RxSwift Take.swift
[24/218] Compiling RxSwift TakeLast.swift
[25/218] Compiling RxSwift TakeUntil.swift
[26/218] Compiling RxSwift TakeWhile.swift
[27/218] Compiling RxSwift Throttle.swift
[28/218] Compiling RxSwift Timeout.swift
[29/218] Compiling RxSwift Timer.swift
[30/218] Compiling RxSwift ToArray.swift
[31/218] Compiling RxSwift Using.swift
[32/218] Compiling RxSwift VirtualTimeConverterType.swift
[33/218] Compiling RxSwift VirtualTimeScheduler.swift
[34/218] Compiling RxSwift Window.swift
[35/218] Compiling RxSwift WithLatestFrom.swift
[36/218] Compiling RxSwift Zip+Collection.swift
[37/218] Compiling RxSwift Zip+arity.swift
[38/218] Compiling RxSwift Zip.swift
[39/218] Compiling RxSwift AddRef.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>(
[40/218] Compiling RxSwift Amb.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>(
[41/218] 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>(
[43/219] Compiling RxSwift BooleanDisposable.swift
[44/219] Compiling RxSwift Buffer.swift
[45/219] Compiling RxSwift Cancelable.swift
[46/219] Compiling RxSwift Catch.swift
[47/219] Compiling RxSwift CombineLatest+Collection.swift
[48/219] Compiling RxSwift CombineLatest+arity.swift
[49/225] Emitting module ReactiveSwift
[50/237] Compiling SpinCombine AnyPublisher+ReactiveStream.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) {
[51/237] Compiling SpinCombine AnyPublisher+streamFromSpin.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) {
[52/237] Compiling SpinCombine AnyScheduler.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) {
[53/237] Compiling SpinCombine DispatchQueue+Executer.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) {
[54/237] Compiling SpinCombine Feedback.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) {
[55/237] Compiling SpinCombine Gear.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) {
[56/237] Compiling SpinCombine OperationQueue+Executer.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) {
[57/237] Compiling SpinCombine RunLoop+Executer.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) {
[60/237] 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) {
[61/237] 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) {
[62/237] 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) {
[63/237] 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) {
/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) {
[83/237] Compiling RxSwift SerialDisposable.swift
[84/237] Compiling RxSwift ShareReplayScope.swift
[85/237] Compiling RxSwift Single.swift
[86/237] Compiling RxSwift SingleAssignmentDisposable.swift
[87/237] Compiling RxSwift SingleAsync.swift
[88/237] Compiling RxSwift Sink.swift
[89/237] Compiling RxSwift Skip.swift
[90/237] Compiling RxSwift SkipUntil.swift
[91/237] Compiling RxSwift SkipWhile.swift
[92/237] Compiling RxSwift StartWith.swift
[93/237] Compiling RxSwift SubjectType.swift
[94/237] Compiling RxSwift SubscribeOn.swift
[95/237] Compiling RxSwift SubscriptionDisposable.swift
[96/237] Compiling RxSwift SwiftSupport.swift
[97/237] Compiling RxSwift Switch.swift
[98/237] Compiling RxSwift SwitchIfEmpty.swift
[99/237] Compiling RxSwift SynchronizedDisposeType.swift
[100/237] Compiling RxSwift SynchronizedOnType.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 |
[103/238] Compiling RxSwift Reactive.swift
[104/238] Compiling RxSwift RecursiveLock.swift
[105/238] Compiling RxSwift RecursiveScheduler.swift
[106/238] Compiling RxSwift Reduce.swift
[107/238] Compiling RxSwift RefCountDisposable.swift
[108/238] Compiling RxSwift Repeat.swift
[109/238] Compiling RxSwift ReplaySubject.swift
[110/238] Compiling RxSwift RetryWhen.swift
[111/238] Compiling RxSwift Rx.swift
[112/238] Compiling RxSwift RxMutableBox.swift
[113/238] Compiling RxSwift Sample.swift
[114/238] Compiling RxSwift Scan.swift
[115/238] Compiling RxSwift ScheduledDisposable.swift
[116/238] Compiling RxSwift ScheduledItem.swift
[117/238] Compiling RxSwift ScheduledItemType.swift
[118/238] Compiling RxSwift SchedulerServices+Emulation.swift
[119/238] Compiling RxSwift SchedulerType.swift
[120/238] Compiling RxSwift Sequence.swift
[121/238] Compiling RxSwift SerialDispatchQueueScheduler.swift
[122/238] Compiling RxSwift Observable.swift
[123/238] Compiling RxSwift ObservableConvertibleType.swift
[124/238] Compiling RxSwift ObservableType+Extensions.swift
[125/238] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[126/238] Compiling RxSwift ObservableType.swift
[127/238] Compiling RxSwift ObserveOn.swift
[128/238] Compiling RxSwift ObserverBase.swift
[129/238] Compiling RxSwift ObserverType.swift
[130/238] Compiling RxSwift OperationQueueScheduler.swift
[131/238] Compiling RxSwift Optional.swift
[132/238] Compiling RxSwift Platform.Darwin.swift
[133/238] Compiling RxSwift Platform.Linux.swift
[134/238] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[135/238] Compiling RxSwift PrimitiveSequence.swift
[136/238] Compiling RxSwift PriorityQueue.swift
[137/238] Compiling RxSwift Producer.swift
[138/238] Compiling RxSwift PublishSubject.swift
[139/238] Compiling RxSwift Queue.swift
[140/238] Compiling RxSwift Range.swift
[141/238] Compiling RxSwift GroupBy.swift
[142/238] Compiling RxSwift GroupedObservable.swift
[143/238] Compiling RxSwift HistoricalScheduler.swift
[144/238] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[145/238] Compiling RxSwift ImmediateSchedulerType.swift
[146/238] Compiling RxSwift InfiniteSequence.swift
[147/238] Compiling RxSwift InvocableScheduledItem.swift
[148/238] Compiling RxSwift InvocableType.swift
[149/238] Compiling RxSwift Just.swift
[150/238] Compiling RxSwift Lock.swift
[151/238] Compiling RxSwift LockOwnerType.swift
[152/238] Compiling RxSwift MainScheduler.swift
[153/238] Compiling RxSwift Map.swift
[154/238] Compiling RxSwift Materialize.swift
[155/238] Compiling RxSwift Maybe.swift
[156/238] Compiling RxSwift Merge.swift
[157/238] Compiling RxSwift Multicast.swift
[158/238] Compiling RxSwift Never.swift
[159/238] Compiling RxSwift NopDisposable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[160/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 |
/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 |
[164/238] Compiling RxSwift CombineLatest.swift
[165/238] Compiling RxSwift CompactMap.swift
[166/238] Compiling RxSwift Completable+AndThen.swift
[167/238] Compiling RxSwift Completable.swift
[168/238] Compiling RxSwift CompositeDisposable.swift
[169/238] Compiling RxSwift Concat.swift
[170/238] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[171/238] Compiling RxSwift ConcurrentMainScheduler.swift
[172/238] Compiling RxSwift ConnectableObservableType.swift
[173/238] Compiling RxSwift Create.swift
[174/238] Compiling RxSwift CurrentThreadScheduler.swift
[175/238] Compiling RxSwift Date+Dispatch.swift
[176/238] Compiling RxSwift Debounce.swift
[177/238] Compiling RxSwift Debug.swift
[178/238] Compiling RxSwift DefaultIfEmpty.swift
[179/238] Compiling RxSwift Deferred.swift
[180/238] Compiling RxSwift Delay.swift
[181/238] Compiling RxSwift DelaySubscription.swift
[182/238] Compiling RxSwift Dematerialize.swift
[183/238] Compiling RxSwift Deprecated.swift
[184/238] Compiling RxSwift DispatchQueue+Extensions.swift
[185/238] Compiling RxSwift DispatchQueueConfiguration.swift
[186/238] Compiling RxSwift Disposable.swift
[187/238] Compiling RxSwift Disposables.swift
[188/238] Compiling ReactiveSwift Signal.Observer.swift
[189/238] Compiling ReactiveSwift Signal.swift
[190/238] Compiling ReactiveSwift SignalProducer.swift
[191/238] Compiling ReactiveSwift UnidirectionalBinding.swift
[192/238] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[193/238] Compiling ReactiveSwift ValidatingProperty.swift
[194/238] Compiling RxSwift Enumerated.swift
[195/238] Compiling RxSwift Error.swift
[196/238] Compiling RxSwift Errors.swift
[197/238] Compiling RxSwift Event.swift
[198/238] Compiling RxSwift Filter.swift
[199/238] Compiling RxSwift First.swift
[200/238] Compiling RxSwift Generate.swift
[201/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 |
/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 |
[204/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 |
[205/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 |
[208/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