Build Information
Failed to build RxDataSources, reference 5.0.2 (90c29b
), with Swift 6.0 for Linux on 28 Nov 2024 05:21:04 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.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/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-4606859-1":/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.git
[1/52393] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (3.85s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.47s)
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 Differentiator SectionModelType.swift
[12/186] Compiling RxSwift ObservableConvertibleType+Infallible.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 {
[13/186] Compiling RxSwift ObservableConvertibleType.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 {
[14/186] Compiling RxSwift Never.swift
[15/186] Compiling RxSwift NopDisposable.swift
[16/186] Compiling RxSwift Observable+Concurrency.swift
[17/186] Compiling RxSwift Observable.swift
[20/186] Compiling RxSwift ObservableType+Extensions.swift
[21/186] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[22/186] Compiling RxSwift ObservableType.swift
[23/186] Compiling RxSwift ObserveOn.swift
[24/186] Compiling RxSwift ObserverBase.swift
[25/186] Compiling RxSwift ObserverType.swift
[26/186] Compiling RxSwift OperationQueueScheduler.swift
[27/186] Compiling RxSwift Optional.swift
[28/186] Compiling RxSwift Platform.Darwin.swift
[29/186] Compiling RxSwift Platform.Linux.swift
[30/186] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[31/186] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[32/186] Compiling RxSwift PrimitiveSequence.swift
[33/186] Compiling RxSwift PriorityQueue.swift
[34/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 {
[41/186] Compiling Differentiator SectionModel.swift
[42/186] Compiling Differentiator Optional+Extensions.swift
[43/186] Compiling Differentiator Utilities.swift
[44/187] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[45/187] Compiling RxSwift Infallible+CombineLatest+arity.swift
[46/187] Compiling RxSwift Infallible+Concurrency.swift
[47/187] Compiling RxSwift Infallible+Create.swift
[48/187] Compiling RxSwift Infallible+Debug.swift
[49/187] Compiling RxSwift Infallible+Operators.swift
[50/187] Compiling RxSwift Infallible+Zip+arity.swift
[51/187] Compiling RxSwift Infallible.swift
[52/187] Compiling RxSwift InfiniteSequence.swift
[53/187] Compiling RxSwift InvocableScheduledItem.swift
[54/187] Compiling RxSwift InvocableType.swift
[55/187] Compiling RxSwift Just.swift
[56/187] Compiling RxSwift Lock.swift
[57/187] Compiling RxSwift LockOwnerType.swift
[58/187] Compiling RxSwift MainScheduler.swift
[59/187] Compiling RxSwift Map.swift
[60/187] Compiling RxSwift Materialize.swift
[61/187] Compiling RxSwift Maybe.swift
[62/187] Compiling RxSwift Merge.swift
[63/187] Compiling RxSwift Multicast.swift
[64/187] Compiling RxSwift SchedulerType.swift
[65/187] Compiling RxSwift Sequence.swift
[66/187] Compiling RxSwift SerialDispatchQueueScheduler.swift
[67/187] Compiling RxSwift SerialDisposable.swift
[68/187] Compiling RxSwift ShareReplayScope.swift
[69/187] Compiling RxSwift Single.swift
[70/187] Compiling RxSwift SingleAssignmentDisposable.swift
[71/187] Compiling RxSwift SingleAsync.swift
[72/187] Compiling RxSwift Sink.swift
[73/187] Compiling RxSwift Skip.swift
[74/187] Compiling RxSwift SkipUntil.swift
[75/187] Compiling RxSwift SkipWhile.swift
[76/187] Compiling RxSwift StartWith.swift
[77/187] Compiling RxSwift SubjectType.swift
[78/187] Compiling RxSwift SubscribeOn.swift
[79/187] Compiling RxSwift SubscriptionDisposable.swift
[80/187] Compiling RxSwift SwiftSupport.swift
[81/187] Compiling RxSwift Switch.swift
[82/187] Compiling RxSwift SwitchIfEmpty.swift
[83/187] Compiling RxSwift SynchronizedDisposeType.swift
[84/187] Compiling RxSwift Producer.swift
[85/187] Compiling RxSwift PublishSubject.swift
[86/187] Compiling RxSwift Queue.swift
[87/187] Compiling RxSwift Range.swift
[88/187] Compiling RxSwift Reactive.swift
[89/187] Compiling RxSwift RecursiveLock.swift
[90/187] Compiling RxSwift RecursiveScheduler.swift
[91/187] Compiling RxSwift Reduce.swift
[92/187] Compiling RxSwift RefCountDisposable.swift
[93/187] Compiling RxSwift Repeat.swift
[94/187] Compiling RxSwift ReplaySubject.swift
[95/187] Compiling RxSwift RetryWhen.swift
[96/187] Compiling RxSwift Rx.swift
[97/187] Compiling RxSwift RxMutableBox.swift
[98/187] Compiling RxSwift Sample.swift
[99/187] Compiling RxSwift Scan.swift
[100/187] Compiling RxSwift ScheduledDisposable.swift
[101/187] Compiling RxSwift ScheduledItem.swift
[102/187] Compiling RxSwift ScheduledItemType.swift
[103/187] Compiling RxSwift SchedulerServices+Emulation.swift
[104/187] Compiling RxSwift AddRef.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) {
[105/187] Compiling RxSwift Amb.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) {
[106/187] Compiling RxSwift AnonymousDisposable.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) {
[107/187] Compiling RxSwift AnonymousObserver.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) {
[108/187] Compiling RxSwift AnyObserver.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) {
[109/187] Compiling RxSwift AsMaybe.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) {
[110/187] Compiling RxSwift AsSingle.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) {
[111/187] Compiling RxSwift AsyncLock.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) {
[112/187] 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) {
[113/187] 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) {
[114/187] 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) {
[115/187] 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) {
[116/187] 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) {
[117/187] 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) {
[118/187] 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) {
[119/187] 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) {
[120/187] 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) {
[121/187] 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) {
[122/187] 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) {
[123/187] 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) {
[124/187] 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) {
[126/187] Compiling RxSwift CombineLatest.swift
[127/187] Compiling RxSwift CompactMap.swift
[128/187] Compiling RxSwift Completable+AndThen.swift
[129/187] Compiling RxSwift Completable.swift
[130/187] Compiling RxSwift CompositeDisposable.swift
[131/187] Compiling RxSwift Concat.swift
[132/187] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[133/187] Compiling RxSwift ConcurrentMainScheduler.swift
[134/187] Compiling RxSwift ConnectableObservableType.swift
[135/187] Compiling RxSwift Create.swift
[136/187] Compiling RxSwift CurrentThreadScheduler.swift
[137/187] Compiling RxSwift Date+Dispatch.swift
[138/187] Compiling RxSwift Debounce.swift
[139/187] Compiling RxSwift Debug.swift
[140/187] Compiling RxSwift Decode.swift
[141/187] Compiling RxSwift DefaultIfEmpty.swift
[142/187] Compiling RxSwift Deferred.swift
[143/187] Compiling RxSwift Delay.swift
[144/187] Compiling RxSwift DelaySubscription.swift
[145/187] Compiling RxSwift Dematerialize.swift
[146/187] Compiling RxSwift DispatchQueue+Extensions.swift
[147/187] Compiling RxSwift DispatchQueueConfiguration.swift
[148/187] Compiling RxSwift Disposable.swift
[149/187] Compiling RxSwift Disposables.swift
[150/187] Compiling RxSwift DisposeBag.swift
[151/187] Compiling RxSwift DisposeBase.swift
[152/187] Compiling RxSwift DistinctUntilChanged.swift
[153/187] Compiling RxSwift Do.swift
[154/187] Compiling RxSwift ElementAt.swift
[155/187] Compiling RxSwift Empty.swift
[156/187] Compiling RxSwift Enumerated.swift
[157/187] Compiling RxSwift Error.swift
[158/187] Compiling RxSwift Errors.swift
[159/187] Compiling RxSwift Event.swift
[160/187] Compiling RxSwift Filter.swift
[161/187] Compiling RxSwift First.swift
[162/187] Compiling RxSwift Generate.swift
[163/187] Compiling RxSwift GroupBy.swift
[164/187] Compiling RxSwift GroupedObservable.swift
[165/187] Compiling RxSwift HistoricalScheduler.swift
[166/187] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[167/187] Compiling RxSwift ImmediateSchedulerType.swift
[168/187] Compiling RxSwift SynchronizedOnType.swift
[169/187] Compiling RxSwift SynchronizedUnsubscribeType.swift
[170/187] Compiling RxSwift TailRecursiveSink.swift
[171/187] Compiling RxSwift Take.swift
[172/187] Compiling RxSwift TakeLast.swift
[173/187] Compiling RxSwift TakeWithPredicate.swift
[174/187] Compiling RxSwift Throttle.swift
[175/187] Compiling RxSwift Timeout.swift
[176/187] Compiling RxSwift Timer.swift
[177/187] Compiling RxSwift ToArray.swift
[178/187] Compiling RxSwift Using.swift
[179/187] Compiling RxSwift VirtualTimeConverterType.swift
[180/187] Compiling RxSwift VirtualTimeScheduler.swift
[181/187] Compiling RxSwift Window.swift
[182/187] Compiling RxSwift WithLatestFrom.swift
[183/187] Compiling RxSwift WithUnretained.swift
[184/187] Compiling RxSwift Zip+Collection.swift
[185/187] Compiling RxSwift Zip+arity.swift
[186/187] Compiling RxSwift Zip.swift
[187/187] Compiling RxSwift resource_bundle_accessor.swift
BUILD FAILURE 6.0 linux