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 NetDiagnosis, reference 1.1.2 (40e048), with Swift 6.0 for Linux on 4 Nov 2024 09:05:28 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/453jerry/NetDiagnosis.git
Reference: 1.1.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/453jerry/NetDiagnosis
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at 40e048e Merge pull request #8 from 453jerry/feature/support_swift_5_5-5_9
Cloned https://github.com/453jerry/NetDiagnosis.git
Revision (git rev-parse @):
40e048e69956e671a88f5a7fa9d829e5fd960546
SUCCESS checkout https://github.com/453jerry/NetDiagnosis.git at 1.1.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/453jerry/NetDiagnosis.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 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
Fetching https://github.com/apple/swift-collections.git
[1/15475] Fetching swift-collections
[2787/67833] Fetching swift-collections, rxswift
Fetched https://github.com/apple/swift-collections.git from cache (5.00s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.12s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.98s)
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Building for debugging...
[0/7] Copying PrivacyInfo.xcprivacy
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/168] 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) {
[9/188] Compiling RxSwift AsSingle.swift
[10/188] Compiling RxSwift AsyncLock.swift
[11/190] Compiling RxSwift Bag+Rx.swift
[12/190] Compiling RxSwift Bag.swift
[13/190] Emitting module InternalCollectionsUtilities
[14/190] Compiling RxSwift Binder.swift
[15/190] Compiling RxSwift BooleanDisposable.swift
[16/190] Compiling RxSwift BehaviorSubject.swift
[17/190] Compiling RxSwift BinaryDisposable.swift
[18/190] Compiling RxSwift AsyncSubject.swift
[19/190] Compiling RxSwift AtomicInt.swift
[20/190] Compiling RxSwift AddRef.swift
[21/190] Compiling RxSwift Amb.swift
[22/190] Compiling RxSwift AnonymousDisposable.swift
[23/190] Compiling RxSwift AnonymousObserver.swift
[24/190] Compiling RxSwift AnyObserver.swift
[25/190] Compiling RxSwift AsMaybe.swift
[26/190] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/190] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[30/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[31/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[32/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[33/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[34/246] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[35/246] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[36/253] Compiling OrderedCollections OrderedSet+Initializers.swift
[37/253] Compiling OrderedCollections OrderedSet+Insertions.swift
[38/253] Compiling OrderedCollections OrderedSet+Invariants.swift
[39/253] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[40/253] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[41/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[42/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[43/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[44/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[45/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[46/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[47/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[48/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[49/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[50/253] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[51/253] Compiling OrderedCollections OrderedDictionary.swift
[52/253] Compiling OrderedCollections OrderedSet+Codable.swift
[53/253] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[54/253] Compiling OrderedCollections OrderedSet+Descriptions.swift
[55/253] Compiling OrderedCollections OrderedSet+Diffing.swift
[56/253] Compiling OrderedCollections OrderedSet+Equatable.swift
[57/253] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[58/253] Compiling OrderedCollections OrderedSet+Hashable.swift
[59/253] Compiling OrderedCollections OrderedDictionary+Codable.swift
[60/253] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[61/253] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[62/253] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[63/253] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[64/253] Compiling OrderedCollections OrderedDictionary+Elements.swift
[65/253] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[66/253] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[67/253] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[68/253] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[69/253] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[70/253] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[71/253] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[72/253] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[73/253] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[74/253] Compiling OrderedCollections OrderedDictionary+Values.swift
[75/253] Compiling OrderedCollections _HashTable+Bucket.swift
[76/253] Compiling OrderedCollections _HashTable+BucketIterator.swift
[77/253] Compiling OrderedCollections _HashTable+Constants.swift
[78/253] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[79/253] Compiling OrderedCollections _HashTable+Testing.swift
[80/253] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[81/253] Compiling OrderedCollections _HashTable.swift
[82/253] Compiling OrderedCollections _Hashtable+Header.swift
[83/253] Compiling RxSwift Never.swift
[84/253] Compiling RxSwift NopDisposable.swift
[85/253] Compiling RxSwift Observable+Concurrency.swift
[86/253] Compiling RxSwift Observable.swift
[87/253] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[88/253] Compiling RxSwift ObservableConvertibleType.swift
[89/253] Compiling RxSwift ObservableType+Extensions.swift
[90/253] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[91/253] Compiling RxSwift ObservableType.swift
[92/253] Compiling RxSwift ObserveOn.swift
[93/253] Compiling RxSwift ObserverBase.swift
[94/253] Compiling RxSwift ObserverType.swift
[95/253] Compiling RxSwift OperationQueueScheduler.swift
[96/253] Compiling RxSwift Optional.swift
[97/253] Compiling RxSwift Platform.Darwin.swift
[98/253] Compiling RxSwift Platform.Linux.swift
[99/253] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[100/253] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[101/253] Compiling RxSwift PrimitiveSequence.swift
[102/253] Compiling RxSwift PriorityQueue.swift
[103/253] Compiling RxSwift SchedulerType.swift
[104/253] Compiling RxSwift Sequence.swift
[105/253] Compiling RxSwift SerialDispatchQueueScheduler.swift
[106/253] Compiling RxSwift SerialDisposable.swift
[107/253] Compiling RxSwift ShareReplayScope.swift
[108/253] Compiling RxSwift Single.swift
[109/253] Compiling RxSwift SingleAssignmentDisposable.swift
[110/253] Compiling RxSwift SingleAsync.swift
[111/253] Compiling RxSwift Sink.swift
[112/253] Compiling RxSwift Skip.swift
[113/253] Compiling RxSwift SkipUntil.swift
[114/253] Compiling RxSwift SkipWhile.swift
[115/253] Compiling RxSwift StartWith.swift
[116/253] Compiling RxSwift SubjectType.swift
[117/253] Compiling RxSwift SubscribeOn.swift
[118/253] Compiling RxSwift SubscriptionDisposable.swift
[119/253] Compiling RxSwift SwiftSupport.swift
[120/253] Compiling RxSwift Switch.swift
[121/253] Compiling RxSwift SwitchIfEmpty.swift
[122/253] Compiling RxSwift SynchronizedDisposeType.swift
[123/253] Compiling RxSwift Producer.swift
[124/253] Compiling RxSwift PublishSubject.swift
[125/253] Compiling RxSwift Queue.swift
[126/253] Compiling RxSwift Range.swift
[127/253] Compiling RxSwift Reactive.swift
[128/253] Compiling RxSwift RecursiveLock.swift
[129/253] Compiling RxSwift RecursiveScheduler.swift
[130/253] Compiling RxSwift Reduce.swift
[131/253] Compiling RxSwift RefCountDisposable.swift
[132/253] Compiling RxSwift Repeat.swift
[133/253] Compiling RxSwift ReplaySubject.swift
[134/253] Compiling RxSwift RetryWhen.swift
[135/253] Compiling RxSwift Rx.swift
[136/253] Compiling RxSwift RxMutableBox.swift
[137/253] Compiling RxSwift Sample.swift
[138/253] Compiling RxSwift Scan.swift
[139/253] Compiling RxSwift ScheduledDisposable.swift
[140/253] Compiling RxSwift ScheduledItem.swift
[141/253] Compiling RxSwift ScheduledItemType.swift
[142/253] Compiling RxSwift SchedulerServices+Emulation.swift
[143/253] Compiling OrderedCollections OrderedSet+Sendable.swift
[144/253] Compiling OrderedCollections OrderedSet+SubSequence.swift
[145/253] Compiling OrderedCollections OrderedSet+Testing.swift
[146/253] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[147/253] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[148/253] Compiling OrderedCollections OrderedSet.swift
[149/253] Compiling OrderedCollections _UnsafeBitset.swift
[150/253] Compiling RxSwift SynchronizedOnType.swift
[151/253] Compiling RxSwift SynchronizedUnsubscribeType.swift
[152/253] Compiling RxSwift TailRecursiveSink.swift
[153/253] Compiling RxSwift Take.swift
[154/253] Compiling RxSwift TakeLast.swift
[155/253] Compiling RxSwift TakeWithPredicate.swift
[156/253] Compiling RxSwift Throttle.swift
[157/253] Compiling RxSwift Timeout.swift
[158/253] Compiling RxSwift Timer.swift
[159/253] Compiling RxSwift ToArray.swift
[160/253] Compiling RxSwift Using.swift
[161/253] Compiling RxSwift VirtualTimeConverterType.swift
[162/253] Compiling RxSwift VirtualTimeScheduler.swift
[163/253] Compiling RxSwift Window.swift
[164/253] Compiling RxSwift WithLatestFrom.swift
[165/253] Compiling RxSwift WithUnretained.swift
[166/253] Compiling RxSwift Zip+Collection.swift
[167/253] Compiling RxSwift Zip+arity.swift
[168/253] Compiling RxSwift Zip.swift
[169/253] Compiling RxSwift resource_bundle_accessor.swift
[191/253] Compiling RxSwift CombineLatest.swift
[192/253] Compiling RxSwift CompactMap.swift
[193/253] Compiling RxSwift Completable+AndThen.swift
[194/253] Compiling RxSwift Completable.swift
[195/253] Compiling RxSwift CompositeDisposable.swift
[196/253] Compiling RxSwift Concat.swift
[197/253] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[198/253] Compiling RxSwift ConcurrentMainScheduler.swift
[199/253] Compiling RxSwift ConnectableObservableType.swift
[200/253] Compiling RxSwift Create.swift
[201/253] Compiling RxSwift CurrentThreadScheduler.swift
[202/253] Compiling RxSwift Date+Dispatch.swift
[203/253] Compiling RxSwift Debounce.swift
[204/253] Compiling RxSwift Debug.swift
[205/253] Compiling RxSwift Decode.swift
[206/253] Compiling RxSwift DefaultIfEmpty.swift
[207/253] Compiling RxSwift Deferred.swift
[208/253] Compiling RxSwift Delay.swift
[209/253] Compiling RxSwift DelaySubscription.swift
[210/253] Compiling RxSwift Dematerialize.swift
[211/253] Compiling RxSwift DispatchQueue+Extensions.swift
[231/253] Compiling RxSwift Multicast.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) {
/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) {
/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) {
[253/253] Emitting module OrderedCollections
BUILD FAILURE 6.0 linux