Build Information
Failed to build RxTimelane, reference main (fe5dd4
), with Swift 6.0 for Linux on 27 Nov 2024 23:43:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -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/icanzilb/RxTimelane.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/icanzilb/RxTimelane
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fe5dd43 bump CP version to 3.0.2
Cloned https://github.com/icanzilb/RxTimelane.git
Revision (git rev-parse @):
fe5dd4390cfe5a6ee6c1d3f9403765a7a985ee51
SUCCESS checkout https://github.com/icanzilb/RxTimelane.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/icanzilb/RxTimelane.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -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/icanzilb/TimelaneCore
Fetching https://github.com/ReactiveX/RxSwift.git
[1/435] Fetching timelanecore
Fetched https://github.com/icanzilb/TimelaneCore from cache (0.19s)
[1/52393] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.22s)
Computing version for https://github.com/icanzilb/TimelaneCore
Computed https://github.com/icanzilb/TimelaneCore at 2.0.2 (0.90s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.89s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.8.0
Creating working copy for https://github.com/icanzilb/TimelaneCore
Working copy of https://github.com/icanzilb/TimelaneCore resolved at 2.0.2
Building for debugging...
[0/5] Write sources
[0/5] Copying PrivacyInfo.xcprivacy
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/151] Emitting module TimelaneCore
/host/spi-builder-workspace/.build/checkouts/TimelaneCore/Sources/TimelaneCore/TimelaneCore.swift:7:8: error: no such module 'os'
5 |
6 | import Foundation
7 | import os
| `- error: no such module 'os'
8 |
9 | /// A timelane logger that proxies events & values to another object.
[7/151] Compiling TimelaneCore TimelaneCore.swift
/host/spi-builder-workspace/.build/checkouts/TimelaneCore/Sources/TimelaneCore/TimelaneCore.swift:7:8: error: no such module 'os'
5 |
6 | import Foundation
7 | import os
| `- error: no such module 'os'
8 |
9 | /// A timelane logger that proxies events & values to another object.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/151] Compiling RxSwift Producer.swift
[9/151] Compiling RxSwift PublishSubject.swift
[10/151] Compiling RxSwift Queue.swift
[11/151] Compiling RxSwift Range.swift
[12/151] Compiling RxSwift Reactive.swift
[13/151] Compiling RxSwift RecursiveLock.swift
[14/151] Compiling RxSwift RecursiveScheduler.swift
[15/151] Compiling RxSwift Reduce.swift
[16/151] Compiling RxSwift RefCountDisposable.swift
[17/151] Compiling RxSwift Repeat.swift
[18/151] Compiling RxSwift ReplaySubject.swift
[19/151] Compiling RxSwift RetryWhen.swift
[20/151] Compiling RxSwift Rx.swift
[21/151] Compiling RxSwift RxMutableBox.swift
[22/151] Compiling RxSwift Sample.swift
[23/151] Compiling RxSwift Scan.swift
[24/151] Compiling RxSwift ScheduledDisposable.swift
[25/151] Compiling RxSwift ScheduledItem.swift
[26/151] Compiling RxSwift ScheduledItemType.swift
[27/151] Compiling RxSwift SchedulerServices+Emulation.swift
[28/151] Compiling RxSwift DispatchQueueConfiguration.swift
[29/151] Compiling RxSwift Disposable.swift
[30/151] Compiling RxSwift Disposables.swift
[31/151] Compiling RxSwift DisposeBag.swift
[32/151] Compiling RxSwift DisposeBase.swift
[33/151] Compiling RxSwift DistinctUntilChanged.swift
[34/151] Compiling RxSwift Do.swift
[35/151] Compiling RxSwift ElementAt.swift
[36/151] Compiling RxSwift Empty.swift
[37/151] Compiling RxSwift Enumerated.swift
[38/151] Compiling RxSwift Error.swift
[39/151] Compiling RxSwift Errors.swift
[40/151] Compiling RxSwift Event.swift
[41/151] Compiling RxSwift Filter.swift
[42/151] Compiling RxSwift First.swift
[43/151] Compiling RxSwift Generate.swift
[44/151] Compiling RxSwift GroupBy.swift
[45/151] Compiling RxSwift GroupedObservable.swift
[46/151] Compiling RxSwift HistoricalScheduler.swift
[47/151] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[48/151] Compiling RxSwift ImmediateSchedulerType.swift
[49/151] Compiling RxSwift Never.swift
[50/151] Compiling RxSwift NopDisposable.swift
[51/151] Compiling RxSwift Observable+Concurrency.swift
[52/151] Compiling RxSwift Observable.swift
[53/151] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[54/151] Compiling RxSwift ObservableConvertibleType.swift
[55/151] Compiling RxSwift ObservableType+Extensions.swift
[56/151] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[57/151] Compiling RxSwift ObservableType.swift
[58/151] Compiling RxSwift ObserveOn.swift
[59/151] Compiling RxSwift ObserverBase.swift
[60/151] Compiling RxSwift ObserverType.swift
[61/151] Compiling RxSwift OperationQueueScheduler.swift
[62/151] Compiling RxSwift Optional.swift
[63/151] Compiling RxSwift Platform.Darwin.swift
[64/151] Compiling RxSwift Platform.Linux.swift
[65/151] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[66/151] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[67/151] Compiling RxSwift PrimitiveSequence.swift
[68/151] Compiling RxSwift PriorityQueue.swift
[69/151] 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) {
[70/171] Compiling RxSwift SchedulerType.swift
[71/171] Compiling RxSwift Sequence.swift
[72/171] Compiling RxSwift SerialDispatchQueueScheduler.swift
[73/171] Compiling RxSwift SerialDisposable.swift
[74/171] Compiling RxSwift ShareReplayScope.swift
[75/171] Compiling RxSwift Single.swift
[76/171] Compiling RxSwift SingleAssignmentDisposable.swift
[77/171] Compiling RxSwift SingleAsync.swift
[78/171] Compiling RxSwift Sink.swift
[79/171] Compiling RxSwift Skip.swift
[80/171] Compiling RxSwift SkipUntil.swift
[81/171] Compiling RxSwift SkipWhile.swift
[82/171] Compiling RxSwift StartWith.swift
[83/171] Compiling RxSwift SubjectType.swift
[84/171] Compiling RxSwift SubscribeOn.swift
[85/171] Compiling RxSwift SubscriptionDisposable.swift
[86/171] Compiling RxSwift SwiftSupport.swift
[87/171] Compiling RxSwift Switch.swift
[88/171] Compiling RxSwift SwitchIfEmpty.swift
[89/171] Compiling RxSwift SynchronizedDisposeType.swift
[90/171] Compiling RxSwift CombineLatest.swift
[91/171] Compiling RxSwift CompactMap.swift
[92/171] Compiling RxSwift Completable+AndThen.swift
[93/171] Compiling RxSwift Completable.swift
[94/171] Compiling RxSwift CompositeDisposable.swift
[95/171] Compiling RxSwift Concat.swift
[96/171] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[97/171] Compiling RxSwift ConcurrentMainScheduler.swift
[98/171] Compiling RxSwift ConnectableObservableType.swift
[99/171] Compiling RxSwift Create.swift
[100/171] Compiling RxSwift CurrentThreadScheduler.swift
[101/171] Compiling RxSwift Date+Dispatch.swift
[102/171] Compiling RxSwift Debounce.swift
[103/171] Compiling RxSwift Debug.swift
[104/171] Compiling RxSwift Decode.swift
[105/171] Compiling RxSwift DefaultIfEmpty.swift
[106/171] Compiling RxSwift Deferred.swift
[107/171] Compiling RxSwift Delay.swift
[108/171] Compiling RxSwift DelaySubscription.swift
[109/171] Compiling RxSwift Dematerialize.swift
[110/171] Compiling RxSwift DispatchQueue+Extensions.swift
[111/171] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[112/171] Compiling RxSwift Infallible+CombineLatest+arity.swift
[113/171] Compiling RxSwift Infallible+Concurrency.swift
[114/171] Compiling RxSwift Infallible+Create.swift
[115/171] Compiling RxSwift Infallible+Debug.swift
[116/171] Compiling RxSwift Infallible+Operators.swift
[117/171] Compiling RxSwift Infallible+Zip+arity.swift
[118/171] Compiling RxSwift Infallible.swift
[119/171] Compiling RxSwift InfiniteSequence.swift
[120/171] Compiling RxSwift InvocableScheduledItem.swift
[121/171] Compiling RxSwift InvocableType.swift
[122/171] Compiling RxSwift Just.swift
[123/171] Compiling RxSwift Lock.swift
[124/171] Compiling RxSwift LockOwnerType.swift
[125/171] Compiling RxSwift MainScheduler.swift
[126/171] Compiling RxSwift Map.swift
[127/171] Compiling RxSwift Materialize.swift
[128/171] Compiling RxSwift Maybe.swift
[129/171] Compiling RxSwift Merge.swift
[130/171] Compiling RxSwift Multicast.swift
[131/171] 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) {
[132/171] 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) {
[133/171] 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) {
[134/171] 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) {
[135/171] 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) {
[136/171] 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) {
[137/171] 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) {
[138/171] 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) {
[139/171] 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) {
[140/171] 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) {
[141/171] 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) {
[142/171] 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) {
[143/171] 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) {
[144/171] 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) {
[145/171] 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) {
[146/171] 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) {
[147/171] 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) {
[148/171] 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) {
[149/171] 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) {
[150/171] 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) {
[151/171] 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) {
BUILD FAILURE 6.0 linux