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 main (92f603), with Swift 6.0 for Linux on 15 Jan 2025 20:47:01 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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/453jerry/NetDiagnosis.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/453jerry/NetDiagnosis
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 92f603e Merge pull request #9 from mredig/mredig/close-socket
Cloned https://github.com/453jerry/NetDiagnosis.git
Revision (git rev-parse @):
92f603e2acdbed2534f5499328668b9ab32fbed3
SUCCESS checkout https://github.com/453jerry/NetDiagnosis.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/453jerry/NetDiagnosis.git
https://github.com/453jerry/NetDiagnosis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.6.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    }
  ],
  "manifest_display_name" : "NetDiagnosis",
  "name" : "NetDiagnosis",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "NetDiagnosis",
      "targets" : [
        "NetDiagnosis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RxNetDiagnosis",
      "targets" : [
        "RxNetDiagnosis"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxNetDiagnosis",
      "module_type" : "SwiftTarget",
      "name" : "RxNetDiagnosis",
      "path" : "Sources/RxNetDiagnosis",
      "product_dependencies" : [
        "RxSwift"
      ],
      "product_memberships" : [
        "RxNetDiagnosis"
      ],
      "sources" : [
        "Pinger+Rx.swift"
      ],
      "target_dependencies" : [
        "NetDiagnosis"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetDiagnosisTests",
      "module_type" : "SwiftTarget",
      "name" : "NetDiagnosisTests",
      "path" : "Tests/NetDiagnosisTests",
      "sources" : [
        "NetDiagnosisTests.swift"
      ],
      "target_dependencies" : [
        "NetDiagnosis"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetDiagnosis",
      "module_type" : "SwiftTarget",
      "name" : "NetDiagnosis",
      "path" : "Sources/NetDiagnosis",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "NetDiagnosis",
        "RxNetDiagnosis"
      ],
      "sources" : [
        "IPAddr.swift",
        "Pinger+Sockopt.swift",
        "Pinger+Trace.swift",
        "Pinger.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
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 -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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52436] Fetching rxswift
[4196/68046] Fetching rxswift, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.91s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.03s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.70s)
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] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/168] Emitting module InternalCollectionsUtilities
[9/170] Compiling RxSwift ObservableType.swift
[10/170] Compiling RxSwift ObserveOn.swift
[11/170] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/170] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/170] Compiling RxSwift Never.swift
[14/170] Compiling RxSwift NopDisposable.swift
[15/170] Compiling RxSwift Observable+Concurrency.swift
[16/170] Compiling RxSwift ObserverBase.swift
[17/170] Compiling RxSwift ObserverType.swift
[18/170] Compiling RxSwift OperationQueueScheduler.swift
[19/170] Compiling RxSwift Optional.swift
[20/170] Compiling RxSwift ObservableConvertibleType.swift
[21/170] Compiling RxSwift ObservableType+Extensions.swift
[22/170] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[23/170] Compiling RxSwift Observable.swift
[24/170] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[25/170] Compiling RxSwift Platform.Darwin.swift
[26/170] Compiling RxSwift Platform.Linux.swift
[28/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[29/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[30/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[31/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[32/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[33/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[34/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[35/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[36/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[37/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[38/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[39/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[40/233] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[41/233] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[42/233] Compiling OrderedCollections OrderedDictionary.swift
[43/233] Compiling OrderedCollections OrderedSet+Codable.swift
[44/233] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[45/233] Compiling OrderedCollections OrderedSet+Descriptions.swift
[46/233] Compiling OrderedCollections OrderedSet+Diffing.swift
[47/233] Compiling OrderedCollections OrderedSet+Equatable.swift
[48/233] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[49/233] Compiling OrderedCollections OrderedSet+Hashable.swift
[50/233] Compiling OrderedCollections OrderedSet+Initializers.swift
[51/233] Compiling OrderedCollections OrderedSet+Insertions.swift
[52/233] Compiling OrderedCollections OrderedSet+Invariants.swift
[53/233] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[54/233] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[55/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[56/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[57/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[58/233] Compiling OrderedCollections OrderedDictionary+Codable.swift
[59/233] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[60/233] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[61/233] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[62/233] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[63/233] Compiling OrderedCollections OrderedDictionary+Elements.swift
[64/233] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[65/233] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[66/233] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[67/233] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[68/233] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[69/233] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[70/233] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[71/233] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[72/233] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[73/233] Compiling OrderedCollections OrderedDictionary+Values.swift
[74/233] Compiling OrderedCollections _HashTable+Bucket.swift
[75/233] Compiling OrderedCollections _HashTable+BucketIterator.swift
[76/233] Compiling OrderedCollections _HashTable+Constants.swift
[77/233] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[78/233] Compiling OrderedCollections _HashTable+Testing.swift
[79/233] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[80/233] Compiling OrderedCollections _HashTable.swift
[81/233] Compiling OrderedCollections _Hashtable+Header.swift
[82/233] Compiling OrderedCollections OrderedSet+Sendable.swift
[83/233] Compiling OrderedCollections OrderedSet+SubSequence.swift
[84/233] Compiling OrderedCollections OrderedSet+Testing.swift
[85/233] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[86/233] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[87/233] Compiling OrderedCollections OrderedSet.swift
[88/233] Compiling OrderedCollections _UnsafeBitset.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[109/253] Compiling RxSwift CombineLatest.swift
[110/253] Compiling RxSwift CompactMap.swift
[111/253] Compiling RxSwift Completable+AndThen.swift
[112/253] Compiling RxSwift Completable.swift
[113/253] Compiling RxSwift CompositeDisposable.swift
[114/253] Compiling RxSwift Concat.swift
[115/253] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[116/253] Compiling RxSwift ConcurrentMainScheduler.swift
[117/253] Compiling RxSwift ConnectableObservableType.swift
[118/253] Compiling RxSwift Create.swift
[119/253] Compiling RxSwift CurrentThreadScheduler.swift
[120/253] Compiling RxSwift Date+Dispatch.swift
[121/253] Compiling RxSwift Debounce.swift
[122/253] Compiling RxSwift Debug.swift
[123/253] Compiling RxSwift Decode.swift
[124/253] Compiling RxSwift DefaultIfEmpty.swift
[125/253] Compiling RxSwift Deferred.swift
[126/253] Compiling RxSwift Delay.swift
[127/253] Compiling RxSwift DelaySubscription.swift
[128/253] Compiling RxSwift Dematerialize.swift
[129/253] Compiling RxSwift DispatchQueue+Extensions.swift
[130/253] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[131/253] Compiling RxSwift Infallible+CombineLatest+arity.swift
[132/253] Compiling RxSwift Infallible+Concurrency.swift
[133/253] Compiling RxSwift Infallible+Create.swift
[134/253] Compiling RxSwift Infallible+Debug.swift
[135/253] Compiling RxSwift Infallible+Operators.swift
[136/253] Compiling RxSwift Infallible+Zip+arity.swift
[137/253] Compiling RxSwift Infallible.swift
[138/253] Compiling RxSwift InfiniteSequence.swift
[139/253] Compiling RxSwift InvocableScheduledItem.swift
[140/253] Compiling RxSwift InvocableType.swift
[141/253] Compiling RxSwift Just.swift
[142/253] Compiling RxSwift Lock.swift
[143/253] Compiling RxSwift LockOwnerType.swift
[144/253] Compiling RxSwift MainScheduler.swift
[145/253] Compiling RxSwift Map.swift
[146/253] Compiling RxSwift Materialize.swift
[147/253] Compiling RxSwift Maybe.swift
[148/253] Compiling RxSwift Merge.swift
[149/253] Compiling RxSwift Multicast.swift
[150/253] Compiling RxSwift Producer.swift
[151/253] Compiling RxSwift PublishSubject.swift
[152/253] Compiling RxSwift Queue.swift
[153/253] Compiling RxSwift Range.swift
[154/253] Compiling RxSwift Reactive.swift
[155/253] Compiling RxSwift RecursiveLock.swift
[156/253] Compiling RxSwift RecursiveScheduler.swift
[157/253] Compiling RxSwift Reduce.swift
[158/253] Compiling RxSwift RefCountDisposable.swift
[159/253] Compiling RxSwift Repeat.swift
[160/253] Compiling RxSwift ReplaySubject.swift
[161/253] Compiling RxSwift RetryWhen.swift
[162/253] Compiling RxSwift Rx.swift
[163/253] Compiling RxSwift RxMutableBox.swift
[164/253] Compiling RxSwift Sample.swift
[165/253] Compiling RxSwift Scan.swift
[166/253] Compiling RxSwift ScheduledDisposable.swift
[167/253] Compiling RxSwift ScheduledItem.swift
[168/253] Compiling RxSwift ScheduledItemType.swift
[169/253] Compiling RxSwift SchedulerServices+Emulation.swift
[190/253] Compiling RxSwift DispatchQueueConfiguration.swift
[191/253] Compiling RxSwift Disposable.swift
[192/253] Compiling RxSwift Disposables.swift
[193/253] Compiling RxSwift DisposeBag.swift
[194/253] Compiling RxSwift DisposeBase.swift
[195/253] Compiling RxSwift DistinctUntilChanged.swift
[196/253] Compiling RxSwift Do.swift
[197/253] Compiling RxSwift ElementAt.swift
[198/253] Compiling RxSwift Empty.swift
[199/253] Compiling RxSwift Enumerated.swift
[200/253] Compiling RxSwift Error.swift
[201/253] Compiling RxSwift Errors.swift
[202/253] Compiling RxSwift Event.swift
[203/253] Compiling RxSwift Filter.swift
[204/253] Compiling RxSwift First.swift
[205/253] Compiling RxSwift Generate.swift
[206/253] Compiling RxSwift GroupBy.swift
[207/253] Compiling RxSwift GroupedObservable.swift
[208/253] Compiling RxSwift HistoricalScheduler.swift
[209/253] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[210/253] Compiling RxSwift ImmediateSchedulerType.swift
[211/253] 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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) {
[233/253] Emitting module OrderedCollections
[235/260] Compiling NetDiagnosis Pinger.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
  6 | //
  7 |
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 | import Foundation
 10 |
[236/260] Compiling NetDiagnosis Utilities.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
  6 | //
  7 |
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 | import Foundation
 10 |
[237/260] Compiling NetDiagnosis Pinger+Trace.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
  6 | //
  7 |
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 | import Foundation
 10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[238/260] Emitting module NetDiagnosis
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
  6 | //
  7 |
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 | import Foundation
 10 |
[239/260] Compiling NetDiagnosis Pinger+Sockopt.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
  6 | //
  7 |
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 | import Foundation
 10 |
[240/260] Compiling NetDiagnosis IPAddr.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
  6 | //
  7 |
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 | import Foundation
 10 |
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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[3/18] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[4/18] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[5/164] Compiling RxSwift Deferred.swift
[6/164] Compiling RxSwift Delay.swift
[7/164] Emitting module InternalCollectionsUtilities
[8/164] Compiling RxSwift Debounce.swift
[9/164] Compiling RxSwift Debug.swift
[10/164] Compiling RxSwift Completable.swift
[11/164] Compiling RxSwift CompositeDisposable.swift
[12/164] Compiling RxSwift Concat.swift
[13/164] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[14/164] Compiling RxSwift ConcurrentMainScheduler.swift
[15/164] Compiling RxSwift Decode.swift
[16/164] Compiling RxSwift DefaultIfEmpty.swift
[17/164] Compiling RxSwift ConnectableObservableType.swift
[18/164] Compiling RxSwift Create.swift
[19/164] Compiling RxSwift CurrentThreadScheduler.swift
[20/164] Compiling RxSwift Date+Dispatch.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/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.3) 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.3) 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) {
[23/240] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[24/240] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[25/240] Compiling OrderedCollections OrderedDictionary+Values.swift
[26/240] Compiling OrderedCollections OrderedDictionary.swift
[27/240] Compiling OrderedCollections OrderedSet+Codable.swift
[28/240] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[29/240] Compiling OrderedCollections OrderedSet+Descriptions.swift
[30/240] Compiling OrderedCollections OrderedSet+Diffing.swift
[31/240] Compiling OrderedCollections OrderedSet+Equatable.swift
[32/240] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[33/240] Compiling OrderedCollections OrderedSet+Hashable.swift
[34/240] Compiling OrderedCollections OrderedSet+Initializers.swift
[35/240] Compiling OrderedCollections OrderedSet+Insertions.swift
[36/240] Compiling OrderedCollections OrderedSet+Invariants.swift
[37/240] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[38/240] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[39/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[40/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[41/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[42/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[43/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[52/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[53/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[54/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[55/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[56/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[57/247] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[58/247] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[59/247] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[60/247] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[61/247] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[62/247] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[63/247] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[67/247] Compiling OrderedCollections _HashTable+Bucket.swift
[68/247] Compiling OrderedCollections _HashTable+BucketIterator.swift
[69/247] Compiling OrderedCollections _HashTable+Constants.swift
[70/247] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[71/247] Compiling OrderedCollections _HashTable+Testing.swift
[72/247] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[73/247] Compiling OrderedCollections _HashTable.swift
[74/247] Compiling OrderedCollections _Hashtable+Header.swift
[75/247] Compiling OrderedCollections OrderedDictionary+Codable.swift
[76/247] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[77/247] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[78/247] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[79/247] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[80/247] Compiling OrderedCollections OrderedDictionary+Elements.swift
[81/247] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[82/247] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[98/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[99/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[100/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[101/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[102/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[111/247] Compiling RxSwift Producer.swift
[112/247] Compiling RxSwift PublishSubject.swift
[113/247] Compiling RxSwift Queue.swift
[114/247] Compiling RxSwift Range.swift
[115/247] Compiling RxSwift Reactive.swift
[116/247] Compiling RxSwift RecursiveLock.swift
[117/247] Compiling RxSwift RecursiveScheduler.swift
[118/247] Compiling RxSwift Reduce.swift
[119/247] Compiling RxSwift RefCountDisposable.swift
[120/247] Compiling RxSwift Repeat.swift
[121/247] Compiling RxSwift ReplaySubject.swift
[122/247] Compiling RxSwift RetryWhen.swift
[123/247] Compiling RxSwift Rx.swift
[124/247] Compiling RxSwift RxMutableBox.swift
[125/247] Compiling RxSwift Sample.swift
[126/247] Compiling RxSwift Scan.swift
[127/247] Compiling RxSwift ScheduledDisposable.swift
[128/247] Compiling RxSwift ScheduledItem.swift
[129/247] Compiling RxSwift ScheduledItemType.swift
[130/247] Compiling RxSwift SchedulerServices+Emulation.swift
[131/247] Compiling RxSwift Never.swift
[132/247] Compiling RxSwift NopDisposable.swift
[133/247] Compiling RxSwift Observable+Concurrency.swift
[134/247] Compiling RxSwift Observable.swift
[135/247] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[136/247] Compiling RxSwift ObservableConvertibleType.swift
[137/247] Compiling RxSwift ObservableType+Extensions.swift
[138/247] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[139/247] Compiling RxSwift ObservableType.swift
[140/247] Compiling RxSwift ObserveOn.swift
[141/247] Compiling RxSwift ObserverBase.swift
[142/247] Compiling RxSwift ObserverType.swift
[143/247] Compiling RxSwift OperationQueueScheduler.swift
[144/247] Compiling RxSwift Optional.swift
[145/247] Compiling RxSwift Platform.Darwin.swift
[146/247] Compiling RxSwift Platform.Linux.swift
[147/247] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[148/247] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[149/247] Compiling RxSwift PrimitiveSequence.swift
[150/247] Compiling RxSwift PriorityQueue.swift
[151/247] Compiling RxSwift SchedulerType.swift
[152/247] Compiling RxSwift Sequence.swift
[153/247] Compiling RxSwift SerialDispatchQueueScheduler.swift
[154/247] Compiling RxSwift SerialDisposable.swift
[155/247] Compiling RxSwift ShareReplayScope.swift
[156/247] Compiling RxSwift Single.swift
[157/247] Compiling RxSwift SingleAssignmentDisposable.swift
[158/247] Compiling RxSwift SingleAsync.swift
[159/247] Compiling RxSwift Sink.swift
[160/247] Compiling RxSwift Skip.swift
[161/247] Compiling RxSwift SkipUntil.swift
[162/247] Compiling RxSwift SkipWhile.swift
[163/247] Compiling RxSwift StartWith.swift
[164/247] Compiling RxSwift SubjectType.swift
[165/247] Compiling RxSwift SubscribeOn.swift
[166/247] Compiling RxSwift SubscriptionDisposable.swift
[167/247] Compiling RxSwift SwiftSupport.swift
[168/247] Compiling RxSwift Switch.swift
[169/247] Compiling RxSwift SwitchIfEmpty.swift
[170/247] 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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.3) 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) {
[183/247] Compiling OrderedCollections OrderedSet+Sendable.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.3) 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.3) 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) {
[184/247] Compiling OrderedCollections OrderedSet+SubSequence.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.3) 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.3) 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) {
[185/247] Compiling OrderedCollections OrderedSet+Testing.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.3) 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.3) 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) {
[186/247] Compiling OrderedCollections OrderedSet+UnorderedView.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.3) 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.3) 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) {
[187/247] Compiling OrderedCollections OrderedSet+UnstableInternals.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.3) 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.3) 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) {
[188/247] Compiling OrderedCollections OrderedSet.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.3) 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.3) 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) {
[189/247] Compiling OrderedCollections _UnsafeBitset.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.3) 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.3) 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) {
[190/247] 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.3) 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.3) 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) {
[191/247] 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.3) 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.3) 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) {
[207/247] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[208/247] Compiling RxSwift Infallible+CombineLatest+arity.swift
[209/247] Compiling RxSwift Infallible+Concurrency.swift
[210/247] Compiling RxSwift Infallible+Create.swift
[211/247] Compiling RxSwift Infallible+Debug.swift
[212/247] Compiling RxSwift Infallible+Operators.swift
[213/247] Compiling RxSwift Infallible+Zip+arity.swift
[214/247] Compiling RxSwift Infallible.swift
[215/247] Compiling RxSwift InfiniteSequence.swift
[216/247] Compiling RxSwift InvocableScheduledItem.swift
[217/247] Compiling RxSwift InvocableType.swift
[218/247] Compiling RxSwift Just.swift
[219/247] Compiling RxSwift Lock.swift
[220/247] Compiling RxSwift LockOwnerType.swift
[221/247] Compiling RxSwift MainScheduler.swift
[222/247] Compiling RxSwift Map.swift
[223/247] Compiling RxSwift Materialize.swift
[224/247] Compiling RxSwift Maybe.swift
[225/247] Compiling RxSwift Merge.swift
[226/247] Compiling RxSwift Multicast.swift
[227/247] Emitting module OrderedCollections
[229/254] Compiling RxSwift SynchronizedOnType.swift
[230/254] Compiling RxSwift SynchronizedUnsubscribeType.swift
[231/254] Compiling RxSwift TailRecursiveSink.swift
[232/254] Compiling RxSwift Take.swift
[233/254] Compiling RxSwift TakeLast.swift
[234/254] Compiling RxSwift TakeWithPredicate.swift
[235/254] Compiling RxSwift Throttle.swift
[236/254] Compiling RxSwift Timeout.swift
[237/254] Compiling RxSwift Timer.swift
[238/254] Compiling RxSwift ToArray.swift
[239/254] Compiling RxSwift Using.swift
[240/254] Compiling RxSwift VirtualTimeConverterType.swift
[241/254] Compiling RxSwift VirtualTimeScheduler.swift
[242/254] Compiling RxSwift Window.swift
[243/254] Compiling RxSwift WithLatestFrom.swift
[244/254] Compiling RxSwift WithUnretained.swift
[245/254] Compiling RxSwift Zip+Collection.swift
[246/254] Compiling RxSwift Zip+arity.swift
[247/254] Compiling RxSwift Zip.swift
[248/254] Compiling RxSwift resource_bundle_accessor.swift
BUILD FAILURE 6.0 linux