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 RxDataSources, reference 5.0.2 (90c29b), with Swift 6.0 for Linux on 1 Nov 2024 20:29:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxDataSources.git
Reference: 5.0.2
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/RxSwiftCommunity/RxDataSources
 * tag               5.0.2      -> FETCH_HEAD
HEAD is now at 90c29b4 fix: Travis CI build failed for tvOS
Submodule path 'Carthage/Checkouts/RxSwift': checked out 'c8742ed97fc2f0c015a5ea5eddefb064cd7532d2'
Submodule 'Carthage/Checkouts/RxSwift' (https://github.com/ReactiveX/RxSwift.git) registered for path 'Carthage/Checkouts/RxSwift'
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/RxSwift'...
Cloned https://github.com/RxSwiftCommunity/RxDataSources.git
Revision (git rev-parse @):
90c29b48b628479097fe775ed1966d75ac374518
SUCCESS checkout https://github.com/RxSwiftCommunity/RxDataSources.git at 5.0.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/RxSwiftCommunity/RxDataSources.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52358] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.30s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.41s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.8.0
Building for debugging...
[0/9] Copying PrivacyInfo.xcprivacy
[0/9] Write sources
[0/9] Copying PrivacyInfo.xcprivacy
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/165] 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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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/185] Compiling RxSwift DispatchQueueConfiguration.swift
[12/185] Compiling RxSwift Disposable.swift
[13/185] Compiling RxSwift Disposables.swift
[14/185] Compiling RxSwift DisposeBag.swift
[15/185] Compiling RxSwift DisposeBase.swift
[16/185] Compiling RxSwift DistinctUntilChanged.swift
[17/185] Compiling RxSwift Do.swift
[18/185] Compiling RxSwift ElementAt.swift
[19/185] Compiling RxSwift Empty.swift
[20/185] Compiling RxSwift Enumerated.swift
[21/185] Compiling RxSwift Error.swift
[22/185] Compiling RxSwift Errors.swift
[23/185] Compiling RxSwift Event.swift
[24/185] Compiling RxSwift Filter.swift
[25/185] Compiling RxSwift First.swift
[26/185] Compiling RxSwift Generate.swift
[27/185] Compiling RxSwift GroupBy.swift
[28/185] Compiling RxSwift GroupedObservable.swift
[29/185] Compiling RxSwift HistoricalScheduler.swift
[30/185] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[31/185] Compiling RxSwift ImmediateSchedulerType.swift
[32/185] Compiling RxSwift CombineLatest.swift
[33/185] Compiling RxSwift CompactMap.swift
[34/185] Compiling RxSwift Completable+AndThen.swift
[35/185] Compiling RxSwift Completable.swift
[36/185] Compiling RxSwift CompositeDisposable.swift
[37/185] Compiling RxSwift Concat.swift
[38/185] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[39/185] Compiling RxSwift ConcurrentMainScheduler.swift
[40/185] Compiling RxSwift ConnectableObservableType.swift
[41/185] Compiling RxSwift Create.swift
[42/185] Compiling RxSwift CurrentThreadScheduler.swift
[43/185] Compiling RxSwift Date+Dispatch.swift
[44/185] Compiling RxSwift Debounce.swift
[45/185] Compiling RxSwift Debug.swift
[46/185] Compiling RxSwift Decode.swift
[47/185] Compiling RxSwift DefaultIfEmpty.swift
[48/185] Compiling RxSwift Deferred.swift
[49/185] Compiling RxSwift Delay.swift
[50/185] Compiling RxSwift DelaySubscription.swift
[51/185] Compiling RxSwift Dematerialize.swift
[52/185] Compiling RxSwift DispatchQueue+Extensions.swift
[53/185] Compiling Differentiator Optional+Extensions.swift
[54/185] Compiling Differentiator SectionModelType.swift
[55/185] Compiling RxSwift AsSingle.swift
[56/185] Compiling RxSwift AsyncLock.swift
[57/185] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:25:14: warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 23 |     public enum Error : Swift.Error, CustomDebugStringConvertible {
 24 |
 25 |         case duplicateItem(item: Any)
    |              `- warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:26:14: warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
    |              `- warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
 28 |
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
[58/185] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:25:14: warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 23 |     public enum Error : Swift.Error, CustomDebugStringConvertible {
 24 |
 25 |         case duplicateItem(item: Any)
    |              `- warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:26:14: warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
    |              `- warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
 28 |
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
[59/185] Compiling Differentiator SectionModel.swift
[60/186] Compiling RxSwift AnyObserver.swift
[61/186] Compiling RxSwift AsMaybe.swift
[62/186] Emitting module Differentiator
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:25:14: warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 23 |     public enum Error : Swift.Error, CustomDebugStringConvertible {
 24 |
 25 |         case duplicateItem(item: Any)
    |              `- warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:26:14: warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
    |              `- warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
 28 |
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
[63/186] Compiling RxSwift AnonymousDisposable.swift
[64/186] Compiling RxSwift AnonymousObserver.swift
[65/186] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[66/186] Compiling RxSwift Infallible+CombineLatest+arity.swift
[67/186] Compiling RxSwift Infallible+Concurrency.swift
[68/186] Compiling RxSwift Infallible+Create.swift
[69/186] Compiling RxSwift Infallible+Debug.swift
[70/186] Compiling RxSwift Infallible+Operators.swift
[71/186] Compiling RxSwift Infallible+Zip+arity.swift
[72/186] Compiling RxSwift Infallible.swift
[73/186] Compiling RxSwift InfiniteSequence.swift
[74/186] Compiling RxSwift InvocableScheduledItem.swift
[75/186] Compiling RxSwift InvocableType.swift
[76/186] Compiling RxSwift Just.swift
[77/186] Compiling RxSwift Lock.swift
[78/186] Compiling RxSwift LockOwnerType.swift
[79/186] Compiling RxSwift MainScheduler.swift
[80/186] Compiling RxSwift Map.swift
[81/186] Compiling RxSwift Materialize.swift
[82/186] Compiling RxSwift Maybe.swift
[83/186] Compiling RxSwift Merge.swift
[84/186] Compiling RxSwift Multicast.swift
[85/186] Compiling RxSwift Producer.swift
[86/186] Compiling RxSwift PublishSubject.swift
[87/186] Compiling RxSwift Queue.swift
[88/186] Compiling RxSwift Range.swift
[89/186] Compiling RxSwift Reactive.swift
[90/186] Compiling RxSwift RecursiveLock.swift
[91/186] Compiling RxSwift RecursiveScheduler.swift
[92/186] Compiling RxSwift Reduce.swift
[93/186] Compiling RxSwift RefCountDisposable.swift
[94/186] Compiling RxSwift Repeat.swift
[95/186] Compiling RxSwift ReplaySubject.swift
[96/186] Compiling RxSwift RetryWhen.swift
[97/186] Compiling RxSwift Rx.swift
[98/186] Compiling RxSwift RxMutableBox.swift
[99/186] Compiling RxSwift Sample.swift
[100/186] Compiling RxSwift Scan.swift
[101/186] Compiling RxSwift ScheduledDisposable.swift
[102/186] Compiling RxSwift ScheduledItem.swift
[103/186] Compiling RxSwift ScheduledItemType.swift
[104/186] Compiling RxSwift SchedulerServices+Emulation.swift
[105/186] Compiling RxSwift Never.swift
[106/186] Compiling RxSwift NopDisposable.swift
[107/186] Compiling RxSwift Observable+Concurrency.swift
[108/186] Compiling RxSwift Observable.swift
[109/186] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[110/186] Compiling RxSwift ObservableConvertibleType.swift
[111/186] Compiling RxSwift ObservableType+Extensions.swift
[112/186] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[113/186] Compiling RxSwift ObservableType.swift
[114/186] Compiling RxSwift ObserveOn.swift
[115/186] Compiling RxSwift ObserverBase.swift
[116/186] Compiling RxSwift ObserverType.swift
[117/186] Compiling RxSwift OperationQueueScheduler.swift
[118/186] Compiling RxSwift Optional.swift
[119/186] Compiling RxSwift Platform.Darwin.swift
[120/186] Compiling RxSwift Platform.Linux.swift
[121/186] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[122/186] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[123/186] Compiling RxSwift PrimitiveSequence.swift
[124/186] Compiling RxSwift PriorityQueue.swift
[125/186] Compiling RxSwift SchedulerType.swift
[126/186] Compiling RxSwift Sequence.swift
[127/186] Compiling RxSwift SerialDispatchQueueScheduler.swift
[128/186] Compiling RxSwift SerialDisposable.swift
[129/186] Compiling RxSwift ShareReplayScope.swift
[130/186] Compiling RxSwift Single.swift
[131/186] Compiling RxSwift SingleAssignmentDisposable.swift
[132/186] Compiling RxSwift SingleAsync.swift
[133/186] Compiling RxSwift Sink.swift
[134/186] Compiling RxSwift Skip.swift
[135/186] Compiling RxSwift SkipUntil.swift
[136/186] Compiling RxSwift SkipWhile.swift
[137/186] Compiling RxSwift StartWith.swift
[138/186] Compiling RxSwift SubjectType.swift
[139/186] Compiling RxSwift SubscribeOn.swift
[140/186] Compiling RxSwift SubscriptionDisposable.swift
[141/186] Compiling RxSwift SwiftSupport.swift
[142/186] Compiling RxSwift Switch.swift
[143/186] Compiling RxSwift SwitchIfEmpty.swift
[144/186] Compiling RxSwift SynchronizedDisposeType.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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[153/186] Compiling RxSwift AsyncSubject.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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[154/186] Compiling RxSwift AtomicInt.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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[155/186] 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.0.2) because it has overridable members that could not be loaded in Swift 5.10
 9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[156/186] 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.0.2) because it has overridable members that could not be loaded in Swift 5.10
 9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[157/186] 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.0.2) because it has overridable members that could not be loaded in Swift 5.10
 9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[158/186] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
 9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[159/186] Compiling RxSwift Binder.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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[160/186] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
 9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[161/186] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
 9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[162/186] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
 9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[163/186] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
 9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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/186] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
 9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[165/186] Compiling RxSwift CombineLatest+arity.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 Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
   |             `- 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) {
[166/186] Compiling Differentiator Utilities.swift
[167/187] Compiling RxSwift SynchronizedOnType.swift
[168/187] Compiling RxSwift SynchronizedUnsubscribeType.swift
[169/187] Compiling RxSwift TailRecursiveSink.swift
[170/187] Compiling RxSwift Take.swift
[171/187] Compiling RxSwift TakeLast.swift
[172/187] Compiling RxSwift TakeWithPredicate.swift
[173/187] Compiling RxSwift Throttle.swift
[174/187] Compiling RxSwift Timeout.swift
[175/187] Compiling RxSwift Timer.swift
[176/187] Compiling RxSwift ToArray.swift
[177/187] Compiling RxSwift Using.swift
[178/187] Compiling RxSwift VirtualTimeConverterType.swift
[179/187] Compiling RxSwift VirtualTimeScheduler.swift
[180/187] Compiling RxSwift Window.swift
[181/187] Compiling RxSwift WithLatestFrom.swift
[182/187] Compiling RxSwift WithUnretained.swift
[183/187] Compiling RxSwift Zip+Collection.swift
[184/187] Compiling RxSwift Zip+arity.swift
[185/187] Compiling RxSwift Zip.swift
[186/187] Compiling RxSwift resource_bundle_accessor.swift
BUILD FAILURE 6.0 linux