The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Spin.Swift, reference main (042f70), with Swift 6.0 for Linux on 27 Nov 2024 17:14:08 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.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.0
Building package at path:  $PWD
https://github.com/Spinners/Spin.Swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
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/52467] Fetching reactiveswift
[13643/104860] Fetching reactiveswift, rxswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift from cache (4.92s)
Fetched https://github.com/ReactiveX/RxSwift from cache (5.10s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (0.71s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.52s)
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
[9/199] Emitting module ReactiveSwift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/205] 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) {
[11/223] Compiling RxSwift CombineLatest+arity.swift
[12/223] Compiling RxSwift CombineLatest.swift
[13/224] Compiling SpinCommon SpinDefinition.swift
[14/224] Compiling SpinCommon StateRenderer.swift
[15/224] Compiling RxSwift ConcurrentMainScheduler.swift
[16/224] Compiling RxSwift ConnectableObservableType.swift
[17/224] Compiling RxSwift CompactMap.swift
[18/224] Compiling RxSwift Completable+AndThen.swift
[19/224] Compiling RxSwift Concat.swift
[20/224] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[21/224] Compiling RxSwift Debug.swift
[22/224] Compiling RxSwift DefaultIfEmpty.swift
[23/224] Compiling RxSwift Deferred.swift
[24/224] Compiling RxSwift Delay.swift
[25/224] Compiling RxSwift DelaySubscription.swift
[26/224] Compiling RxSwift AddRef.swift
[27/224] Compiling SpinCommon Weakify.swift
[28/224] Compiling RxSwift Dematerialize.swift
[29/224] Compiling RxSwift Deprecated.swift
[30/224] Compiling RxSwift DispatchQueue+Extensions.swift
[31/224] Compiling RxSwift DispatchQueueConfiguration.swift
[32/224] Compiling RxSwift Disposable.swift
[33/224] Compiling RxSwift Disposables.swift
[34/224] Compiling RxSwift BinaryDisposable.swift
[35/224] Compiling RxSwift BooleanDisposable.swift
[36/224] Compiling RxSwift Buffer.swift
[37/224] Compiling RxSwift Cancelable.swift
[38/224] Compiling RxSwift Catch.swift
[39/224] Compiling RxSwift CombineLatest+Collection.swift
[40/224] Compiling RxSwift AsyncLock.swift
[41/224] Compiling RxSwift AsyncSubject.swift
[42/224] Compiling RxSwift AtomicInt.swift
[43/224] Compiling RxSwift Bag+Rx.swift
[44/224] Compiling RxSwift Bag.swift
[45/224] Compiling RxSwift BehaviorSubject.swift
[46/224] Compiling RxSwift Amb.swift
[47/224] Compiling RxSwift AnonymousDisposable.swift
[48/224] Compiling RxSwift AnonymousObserver.swift
[49/224] Compiling RxSwift AnyObserver.swift
[50/224] Compiling RxSwift AsMaybe.swift
[51/224] Compiling RxSwift AsSingle.swift
[52/224] Compiling RxSwift SerialDisposable.swift
[53/224] Compiling RxSwift ShareReplayScope.swift
[54/224] Compiling RxSwift Single.swift
[55/224] Compiling RxSwift SingleAssignmentDisposable.swift
[56/224] Compiling RxSwift SingleAsync.swift
[57/224] Compiling RxSwift Sink.swift
[58/224] Compiling RxSwift Skip.swift
[59/224] Compiling RxSwift SkipUntil.swift
[60/224] Compiling RxSwift SkipWhile.swift
[61/224] Compiling RxSwift StartWith.swift
[62/224] Compiling RxSwift SubjectType.swift
[63/224] Compiling RxSwift SubscribeOn.swift
[64/224] Compiling RxSwift SubscriptionDisposable.swift
[65/224] Compiling RxSwift SwiftSupport.swift
[66/224] Compiling RxSwift Switch.swift
[67/224] Compiling RxSwift SwitchIfEmpty.swift
[68/224] Compiling RxSwift SynchronizedDisposeType.swift
[69/224] Compiling RxSwift SynchronizedOnType.swift
[70/224] Compiling RxSwift Reactive.swift
[71/224] Compiling RxSwift RecursiveLock.swift
[72/224] Compiling RxSwift RecursiveScheduler.swift
[73/224] Compiling RxSwift Reduce.swift
[74/224] Compiling RxSwift RefCountDisposable.swift
[75/224] Compiling RxSwift Repeat.swift
[76/224] Compiling RxSwift ReplaySubject.swift
[77/224] Compiling RxSwift RetryWhen.swift
[78/224] Compiling RxSwift Rx.swift
[79/224] Compiling RxSwift RxMutableBox.swift
[80/224] Compiling RxSwift Sample.swift
[81/224] Compiling RxSwift Scan.swift
[82/224] Compiling RxSwift ScheduledDisposable.swift
[83/224] Compiling RxSwift ScheduledItem.swift
[84/224] Compiling RxSwift ScheduledItemType.swift
[85/224] Compiling RxSwift SchedulerServices+Emulation.swift
[86/224] Compiling RxSwift SchedulerType.swift
[87/224] Compiling RxSwift Sequence.swift
[88/224] Compiling RxSwift SerialDispatchQueueScheduler.swift
[89/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>(
[90/224] Compiling RxSwift Completable.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>(
[91/224] Compiling RxSwift CompositeDisposable.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>(
[102/225] Compiling RxSwift Create.swift
[103/225] Compiling RxSwift CurrentThreadScheduler.swift
[104/225] Compiling RxSwift Date+Dispatch.swift
[105/225] Compiling RxSwift Debounce.swift
[113/225] Compiling ReactiveSwift Signal.Observer.swift
[114/225] Compiling ReactiveSwift Signal.swift
[115/225] Compiling ReactiveSwift SignalProducer.swift
[116/225] Compiling ReactiveSwift UnidirectionalBinding.swift
[117/225] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[118/225] Compiling ReactiveSwift ValidatingProperty.swift
[119/225] Compiling RxSwift Enumerated.swift
[120/225] Compiling RxSwift Error.swift
[121/225] Compiling RxSwift Errors.swift
[122/225] Compiling RxSwift Event.swift
[123/225] Compiling RxSwift Filter.swift
[124/225] Compiling RxSwift First.swift
[125/225] Compiling RxSwift Generate.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) {
/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) {
[164/225] Compiling RxSwift Observable.swift
[165/225] Compiling RxSwift ObservableConvertibleType.swift
[166/225] Compiling RxSwift ObservableType+Extensions.swift
[167/225] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[168/225] Compiling RxSwift ObservableType.swift
[169/225] Compiling RxSwift ObserveOn.swift
[170/225] Compiling RxSwift ObserverBase.swift
[171/225] Compiling RxSwift ObserverType.swift
[172/225] Compiling RxSwift OperationQueueScheduler.swift
[173/225] Compiling RxSwift Optional.swift
[174/225] Compiling RxSwift Platform.Darwin.swift
[175/225] Compiling RxSwift Platform.Linux.swift
[176/225] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[177/225] Compiling RxSwift PrimitiveSequence.swift
[178/225] Compiling RxSwift PriorityQueue.swift
[179/225] Compiling RxSwift Producer.swift
[180/225] Compiling RxSwift PublishSubject.swift
[181/225] Compiling RxSwift Queue.swift
[182/225] Compiling RxSwift Range.swift
[183/225] Compiling RxSwift GroupBy.swift
[184/225] Compiling RxSwift GroupedObservable.swift
[185/225] Compiling RxSwift HistoricalScheduler.swift
[186/225] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[187/225] Compiling RxSwift ImmediateSchedulerType.swift
[188/225] Compiling RxSwift InfiniteSequence.swift
[189/225] Compiling RxSwift InvocableScheduledItem.swift
[190/225] Compiling RxSwift InvocableType.swift
[191/225] Compiling RxSwift Just.swift
[192/225] Compiling RxSwift Lock.swift
[193/225] Compiling RxSwift LockOwnerType.swift
[194/225] Compiling RxSwift MainScheduler.swift
[195/225] Compiling RxSwift Map.swift
[196/225] Compiling RxSwift Materialize.swift
[197/225] Compiling RxSwift Maybe.swift
[198/225] Compiling RxSwift Merge.swift
[199/225] Compiling RxSwift Multicast.swift
[200/225] Compiling RxSwift Never.swift
[201/225] Compiling RxSwift NopDisposable.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/237] 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 |
[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/237] 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 |
[207/237] 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 |
[208/237] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[209/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 |
[210/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 |
[211/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 |
[212/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 |
[213/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 |
[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