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.1 for Linux on 26 Apr 2025 03:29:57 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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.1
Building package at path:  $PWD
https://github.com/Spinners/Spin.Swift.git
https://github.com/Spinners/Spin.Swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "reactiveswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.3.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveCocoa/ReactiveSwift"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift"
    }
  ],
  "manifest_display_name" : "Spin.Swift",
  "name" : "Spin.Swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "SpinCommon",
      "targets" : [
        "SpinCommon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpinCombine",
      "targets" : [
        "SpinCombine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpinReactiveSwift",
      "targets" : [
        "SpinReactiveSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpinRxSwift",
      "targets" : [
        "SpinRxSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpinRxSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "SpinRxSwiftTests",
      "path" : "Tests/RxSwiftTests",
      "product_dependencies" : [
        "RxBlocking"
      ],
      "sources" : [
        "DispatchQueue+currentLabel.swift",
        "FeedbackTests.swift",
        "GearTests.swift",
        "MaterializedSequenceResult+Equatable.swift",
        "Observable+ReactiveStreamTests.swift",
        "Observable+streamFromSpinTests.swift",
        "SpinIntegrationTests.swift",
        "SwiftUISpinTests.swift",
        "UISpinTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SpinRxSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpinRxSwift",
      "module_type" : "SwiftTarget",
      "name" : "SpinRxSwift",
      "path" : "Sources/RxSwift",
      "product_dependencies" : [
        "RxSwift",
        "RxRelay"
      ],
      "product_memberships" : [
        "SpinRxSwift"
      ],
      "sources" : [
        "Executer.swift",
        "Feedback.swift",
        "Gear.swift",
        "Observable+ReactiveStream.swift",
        "Observable+streamFromSpin.swift",
        "Spin.swift",
        "Spinner.swift",
        "SwiftUISpin.swift",
        "UISpin.swift"
      ],
      "target_dependencies" : [
        "SpinCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpinReactiveSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "SpinReactiveSwiftTests",
      "path" : "Tests/ReactiveSwiftTests",
      "sources" : [
        "DispatchQueue+currentLabel.swift",
        "FeedbackTests.swift",
        "GearTests.swift",
        "SignalProducer+DeferredTests.swift",
        "SignalProducer+ReactiveStreamTests.swift",
        "SignalProducer+streamFromSpinTests.swift",
        "SpinIntegrationTests.swift",
        "SwiftUISpinTests.swift",
        "UISpinTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SpinReactiveSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpinReactiveSwift",
      "module_type" : "SwiftTarget",
      "name" : "SpinReactiveSwift",
      "path" : "Sources/ReactiveSwift",
      "product_dependencies" : [
        "ReactiveSwift"
      ],
      "product_memberships" : [
        "SpinReactiveSwift"
      ],
      "sources" : [
        "Disposable+add.swift",
        "Executer.swift",
        "Feedback.swift",
        "Gear.swift",
        "SignalProducer+Deferred.swift",
        "SignalProducer+ReactiveStream.swift",
        "SignalProducer+streamFromSpin.swift",
        "Spin.swift",
        "Spinner.swift",
        "SwiftUISpin.swift",
        "UISpin.swift"
      ],
      "target_dependencies" : [
        "SpinCommon"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpinCommonTests",
      "module_type" : "SwiftTarget",
      "name" : "SpinCommonTests",
      "path" : "Tests/CommonTests",
      "sources" : [
        "AnySpinTests.swift",
        "FeedbackDefinition+DefaultTests.swift",
        "Mocks/MockEvent.swift",
        "Mocks/MockExecuter.swift",
        "Mocks/MockFeedback.swift",
        "Mocks/MockGear.swift",
        "Mocks/MockLifecycle.swift",
        "Mocks/MockState.swift",
        "Mocks/MockStream.swift",
        "PartialTests.swift",
        "SpinnerTests.swift",
        "Weakify.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SpinCommon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpinCommon",
      "module_type" : "SwiftTarget",
      "name" : "SpinCommon",
      "path" : "Sources/Common",
      "product_memberships" : [
        "SpinCommon",
        "SpinCombine",
        "SpinReactiveSwift",
        "SpinRxSwift"
      ],
      "sources" : [
        "AnySpin.swift",
        "AnySpinner.swift",
        "EventEmitter.swift",
        "ExecuterDefinition.swift",
        "FeedbackDefinition+Default.swift",
        "FeedbackDefinition.swift",
        "GearDefinition.swift",
        "Partial.swift",
        "ReactiveStream.swift",
        "Reducer.swift",
        "SpinDefinition.swift",
        "StateRenderer.swift",
        "Weakify.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpinCombineTests",
      "module_type" : "SwiftTarget",
      "name" : "SpinCombineTests",
      "path" : "Tests/CombineTests",
      "sources" : [
        "AnyPublisher+ReactiveStreamTests.swift",
        "AnyPublisher+streamFromSpinTests.swift",
        "AnyPublisher+subscribe.swift",
        "DispatchQueue+currentLabel.swift",
        "FeedbackTests.swift",
        "GearTests.swift",
        "SpinIntegrationTests.swift",
        "SwiftUISpinTests.swift",
        "UISpinTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SpinCombine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpinCombine",
      "module_type" : "SwiftTarget",
      "name" : "SpinCombine",
      "path" : "Sources/Combine",
      "product_memberships" : [
        "SpinCombine"
      ],
      "sources" : [
        "AnyPublisher+ReactiveStream.swift",
        "AnyPublisher+streamFromSpin.swift",
        "AnyScheduler.swift",
        "DispatchQueue+Executer.swift",
        "Feedback.swift",
        "Gear.swift",
        "OperationQueue+Executer.swift",
        "RunLoop+Executer.swift",
        "Spin.swift",
        "Spinner.swift",
        "SwiftUISpin.swift",
        "UISpin.swift"
      ],
      "target_dependencies" : [
        "SpinCommon"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ReactiveCocoa/ReactiveSwift
Fetching https://github.com/ReactiveX/RxSwift
[1/52488] Fetching reactiveswift
[7875/105164] Fetching reactiveswift, rxswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift from cache (3.62s)
Fetched https://github.com/ReactiveX/RxSwift from cache (4.52s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (6.45s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift
Computed https://github.com/ReactiveCocoa/ReactiveSwift at 6.7.0 (0.64s)
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] Compiling ReactiveSwift Observer.swift
[10/199] Compiling ReactiveSwift Operators.swift
[11/199] Compiling ReactiveSwift Reduce.swift
[12/199] Compiling ReactiveSwift ScanMap.swift
[13/199] Compiling ReactiveSwift SkipFirst.swift
[14/199] Compiling ReactiveSwift SkipRepeats.swift
[15/205] Compiling ReactiveSwift LazyMap.swift
[16/205] Compiling ReactiveSwift Map.swift
[17/205] Compiling ReactiveSwift MapError.swift
[18/205] Compiling ReactiveSwift Materialize.swift
[19/205] Compiling ReactiveSwift MaterializeAsResult.swift
[20/205] Compiling ReactiveSwift ObserveOn.swift
[21/205] Compiling SpinCommon SpinDefinition.swift
[22/206] Compiling ReactiveSwift Lifetime.swift
[23/206] Compiling ReactiveSwift AttemptMap.swift
[24/206] Compiling ReactiveSwift Atomic.swift
[25/206] Compiling ReactiveSwift Bag.swift
[26/206] Compiling SpinCommon StateRenderer.swift
[27/206] Compiling ReactiveSwift Collect.swift
[28/206] Compiling ReactiveSwift CollectEvery.swift
[29/206] Compiling ReactiveSwift CombinePrevious.swift
[30/206] Compiling ReactiveSwift Action.swift
[31/206] Compiling SpinCommon Weakify.swift
[32/206] Compiling ReactiveSwift CompactMap.swift
[33/206] Compiling ReactiveSwift Debounce.swift
[34/206] Compiling ReactiveSwift Delay.swift
[35/206] Compiling ReactiveSwift Dematerialize.swift
[36/206] Compiling ReactiveSwift DematerializeResults.swift
[37/206] Compiling ReactiveSwift Filter.swift
[38/206] 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>(
[39/206] Compiling ReactiveSwift Flatten.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/206] Compiling ReactiveSwift FoundationExtensions.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>(
[49/207] Emitting module ReactiveSwift
[53/207] Compiling ReactiveSwift Deprecations+Removals.swift
[54/207] Compiling ReactiveSwift Disposable.swift
[55/207] Compiling ReactiveSwift Event.swift
[56/207] Compiling ReactiveSwift EventLogger.swift
[57/207] Compiling RxSwift SerialDisposable.swift
[58/207] Compiling RxSwift ShareReplayScope.swift
[59/207] Compiling RxSwift Single.swift
[60/207] Compiling RxSwift SingleAssignmentDisposable.swift
[61/207] Compiling RxSwift SingleAsync.swift
[62/207] Compiling RxSwift Sink.swift
[63/207] Compiling RxSwift Skip.swift
[64/207] Compiling RxSwift SkipUntil.swift
[65/207] Compiling RxSwift SkipWhile.swift
[66/207] Compiling RxSwift StartWith.swift
[67/207] Compiling RxSwift SubjectType.swift
[68/207] Compiling RxSwift SubscribeOn.swift
[69/207] Compiling RxSwift SubscriptionDisposable.swift
[70/207] Compiling RxSwift SwiftSupport.swift
[71/207] Compiling RxSwift Switch.swift
[72/207] Compiling RxSwift SwitchIfEmpty.swift
[73/207] Compiling RxSwift SynchronizedDisposeType.swift
[74/207] Compiling RxSwift SynchronizedOnType.swift
[75/225] Compiling ReactiveSwift UniqueValues.swift
[76/225] Compiling ReactiveSwift Optional.swift
[77/225] Compiling ReactiveSwift Property.swift
[78/225] Compiling ReactiveSwift Reactive.swift
[79/225] Compiling ReactiveSwift ResultExtensions.swift
[80/225] Compiling ReactiveSwift Scheduler.swift
[81/225] Compiling ReactiveSwift Signal.Observer.swift
[82/225] Compiling ReactiveSwift Signal.swift
[83/225] Compiling ReactiveSwift SignalProducer.swift
[84/225] Compiling ReactiveSwift UnidirectionalBinding.swift
[85/225] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[86/225] Compiling ReactiveSwift ValidatingProperty.swift
[87/225] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[88/225] Compiling RxSwift PrimitiveSequence.swift
[89/225] Compiling RxSwift PriorityQueue.swift
[90/225] Compiling RxSwift Producer.swift
[91/225] Compiling RxSwift PublishSubject.swift
[92/225] Compiling RxSwift Queue.swift
[93/225] Compiling RxSwift Range.swift
[94/225] Compiling RxSwift GroupBy.swift
[95/225] Compiling RxSwift GroupedObservable.swift
[96/225] Compiling RxSwift HistoricalScheduler.swift
[97/225] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[98/225] Compiling RxSwift ImmediateSchedulerType.swift
[99/225] Compiling RxSwift InfiniteSequence.swift
[100/225] Compiling RxSwift InvocableScheduledItem.swift
[101/225] Compiling RxSwift InvocableType.swift
[102/225] Compiling RxSwift Just.swift
[103/225] Compiling RxSwift Lock.swift
[104/225] Compiling RxSwift LockOwnerType.swift
[105/225] Compiling RxSwift MainScheduler.swift
[106/225] Compiling RxSwift Map.swift
[107/225] Compiling RxSwift Materialize.swift
[108/225] Compiling RxSwift Maybe.swift
[109/225] Compiling RxSwift Merge.swift
[110/225] Compiling RxSwift Multicast.swift
[111/225] Compiling RxSwift Never.swift
[112/225] Compiling RxSwift NopDisposable.swift
[113/225] Compiling RxSwift Dematerialize.swift
[114/225] Compiling RxSwift Deprecated.swift
[115/225] Compiling RxSwift DispatchQueue+Extensions.swift
[116/225] Compiling RxSwift DispatchQueueConfiguration.swift
[117/225] Compiling RxSwift Disposable.swift
[118/225] Compiling RxSwift Disposables.swift
[119/225] Compiling RxSwift DisposeBag.swift
[120/225] Compiling RxSwift DisposeBase.swift
[121/225] Compiling RxSwift DistinctUntilChanged.swift
[122/225] Compiling RxSwift Do.swift
[123/225] Compiling RxSwift ElementAt.swift
[124/225] Compiling RxSwift Empty.swift
[125/225] Compiling RxSwift Enumerated.swift
[126/225] Compiling RxSwift Error.swift
[127/225] Compiling RxSwift Errors.swift
[128/225] Compiling RxSwift Event.swift
[129/225] Compiling RxSwift Filter.swift
[130/225] Compiling RxSwift First.swift
[131/225] Compiling RxSwift Generate.swift
[132/225] Compiling RxSwift Reactive.swift
[133/225] Compiling RxSwift RecursiveLock.swift
[134/225] Compiling RxSwift RecursiveScheduler.swift
[135/225] Compiling RxSwift Reduce.swift
[136/225] Compiling RxSwift RefCountDisposable.swift
[137/225] Compiling RxSwift Repeat.swift
[138/225] Compiling RxSwift ReplaySubject.swift
[139/225] Compiling RxSwift RetryWhen.swift
[140/225] Compiling RxSwift Rx.swift
[141/225] Compiling RxSwift RxMutableBox.swift
[142/225] Compiling RxSwift Sample.swift
[143/225] Compiling RxSwift Scan.swift
[144/225] Compiling RxSwift ScheduledDisposable.swift
[145/225] Compiling RxSwift ScheduledItem.swift
[146/225] Compiling RxSwift ScheduledItemType.swift
[147/225] Compiling RxSwift SchedulerServices+Emulation.swift
[148/225] Compiling RxSwift SchedulerType.swift
[149/225] Compiling RxSwift Sequence.swift
[150/225] Compiling RxSwift SerialDispatchQueueScheduler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[151/225] 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.1) 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.1) 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) {
[165/225] Compiling ReactiveSwift SkipWhile.swift
[166/225] Compiling ReactiveSwift TakeFirst.swift
[167/225] Compiling ReactiveSwift TakeLast.swift
[168/225] Compiling ReactiveSwift TakeWhile.swift
[169/225] Compiling ReactiveSwift Throttle.swift
[170/225] Compiling ReactiveSwift UnaryAsyncOperator.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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.1) 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) {
[202/237] 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 |
[203/237] 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 |
[204/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 |
[205/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 |
[206/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 |
[207/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 |
[208/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 |
[209/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 |
[210/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[211/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 |
[212/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 |
[213/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 |
[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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/59] Compiling SpinCommon SpinDefinition.swift
[3/59] Compiling SpinCommon StateRenderer.swift
[4/193] Compiling RxSwift ConcurrentMainScheduler.swift
[5/193] Compiling RxSwift ConnectableObservableType.swift
[6/193] Compiling RxSwift Concat.swift
[7/193] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[8/193] Compiling RxSwift CombineLatest+arity.swift
[9/193] Compiling RxSwift CombineLatest.swift
[10/193] Compiling RxSwift Completable.swift
[11/193] Compiling RxSwift CompositeDisposable.swift
[12/193] Compiling SpinCommon Weakify.swift
[13/193] 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>(
[14/193] Compiling RxSwift CompactMap.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>(
[15/193] Compiling RxSwift Completable+AndThen.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>(
[17/194] Compiling RxSwift Amb.swift
[18/194] Compiling RxSwift AnonymousDisposable.swift
[19/194] Compiling RxSwift AnonymousObserver.swift
[20/194] Compiling RxSwift AnyObserver.swift
[21/194] Compiling RxSwift AsMaybe.swift
[22/194] Compiling RxSwift AsSingle.swift
[23/212] Compiling RxSwift Debug.swift
[24/212] Compiling RxSwift DefaultIfEmpty.swift
[25/212] Compiling RxSwift Deferred.swift
[26/212] Compiling RxSwift Delay.swift
[27/212] Compiling RxSwift DelaySubscription.swift
[28/212] Compiling RxSwift AddRef.swift
[29/212] Compiling RxSwift AsyncLock.swift
[30/212] Compiling RxSwift AsyncSubject.swift
[31/212] Compiling RxSwift AtomicInt.swift
[32/212] Compiling RxSwift Bag+Rx.swift
[33/212] Compiling RxSwift Bag.swift
[34/212] Compiling RxSwift BehaviorSubject.swift
[35/212] 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 |
[36/212] 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 |
[37/212] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/213] 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 |
[39/213] 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 |
[40/213] 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 |
[41/213] 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 |
[42/213] 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 |
[43/213] 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 |
[44/213] 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 |
[45/213] 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 |
[46/213] 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 |
[47/213] 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 |
[48/213] Emitting module ReactiveSwift
[49/213] Compiling RxSwift BinaryDisposable.swift
[50/213] Compiling RxSwift BooleanDisposable.swift
[51/213] Compiling RxSwift Buffer.swift
[52/213] Compiling RxSwift Cancelable.swift
[53/213] Compiling RxSwift Catch.swift
[54/213] Compiling RxSwift CombineLatest+Collection.swift
BUILD FAILURE 6.1 linux