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 RxCoreLocation, reference master (8c4b30), with Swift 6.0 for Linux on 1 Nov 2024 11:41:19 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxCoreLocation.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/RxSwiftCommunity/RxCoreLocation
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8c4b301 chore: change deployment target to iOS 11
Cloned https://github.com/RxSwiftCommunity/RxCoreLocation.git
Revision (git rev-parse @):
8c4b301640e84c258018a82a105678ae287576a7
SUCCESS checkout https://github.com/RxSwiftCommunity/RxCoreLocation.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/RxSwiftCommunity/RxCoreLocation.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52358] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.17s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.42s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.8.0
Building for debugging...
[0/8] Write sources
[0/8] Copying PrivacyInfo.xcprivacy
[2/8] Write sources
[3/8] Copying PrivacyInfo.xcprivacy
[4/8] Write sources
[4/8] Copying PrivacyInfo.xcprivacy
[4/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/152] 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) {
[10/172] Compiling RxSwift DispatchQueueConfiguration.swift
[11/172] Compiling RxSwift Disposable.swift
[12/172] Compiling RxSwift Disposables.swift
[13/172] Compiling RxSwift DisposeBag.swift
[14/172] Compiling RxSwift DisposeBase.swift
[15/172] Compiling RxSwift DistinctUntilChanged.swift
[16/172] Compiling RxSwift Do.swift
[17/172] Compiling RxSwift ElementAt.swift
[18/172] Compiling RxSwift Empty.swift
[19/172] Compiling RxSwift Enumerated.swift
[20/172] Compiling RxSwift Error.swift
[21/172] Compiling RxSwift Errors.swift
[22/172] Compiling RxSwift Event.swift
[23/172] Compiling RxSwift Filter.swift
[24/172] Compiling RxSwift First.swift
[25/172] Compiling RxSwift Generate.swift
[26/172] Compiling RxSwift GroupBy.swift
[27/172] Compiling RxSwift GroupedObservable.swift
[28/172] Compiling RxSwift HistoricalScheduler.swift
[29/172] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[30/172] Compiling RxSwift ImmediateSchedulerType.swift
[31/172] Compiling RxSwift SchedulerType.swift
[32/172] Compiling RxSwift Sequence.swift
[33/172] Compiling RxSwift SerialDispatchQueueScheduler.swift
[34/172] Compiling RxSwift SerialDisposable.swift
[35/172] Compiling RxSwift ShareReplayScope.swift
[36/172] Compiling RxSwift Single.swift
[37/172] Compiling RxSwift SingleAssignmentDisposable.swift
[38/172] Compiling RxSwift SingleAsync.swift
[39/172] Compiling RxSwift Sink.swift
[40/172] Compiling RxSwift Skip.swift
[41/172] Compiling RxSwift SkipUntil.swift
[42/172] Compiling RxSwift SkipWhile.swift
[43/172] Compiling RxSwift StartWith.swift
[44/172] Compiling RxSwift SubjectType.swift
[45/172] Compiling RxSwift SubscribeOn.swift
[46/172] Compiling RxSwift SubscriptionDisposable.swift
[47/172] Compiling RxSwift SwiftSupport.swift
[48/172] Compiling RxSwift Switch.swift
[49/172] Compiling RxSwift SwitchIfEmpty.swift
[50/172] Compiling RxSwift SynchronizedDisposeType.swift
[51/172] Compiling RxSwift Producer.swift
[52/172] Compiling RxSwift PublishSubject.swift
[53/172] Compiling RxSwift Queue.swift
[54/172] Compiling RxSwift Range.swift
[55/172] Compiling RxSwift Reactive.swift
[56/172] Compiling RxSwift RecursiveLock.swift
[57/172] Compiling RxSwift RecursiveScheduler.swift
[58/172] Compiling RxSwift Reduce.swift
[59/172] Compiling RxSwift RefCountDisposable.swift
[60/172] Compiling RxSwift Repeat.swift
[61/172] Compiling RxSwift ReplaySubject.swift
[62/172] Compiling RxSwift RetryWhen.swift
[63/172] Compiling RxSwift Rx.swift
[64/172] Compiling RxSwift RxMutableBox.swift
[65/172] Compiling RxSwift Sample.swift
[66/172] Compiling RxSwift Scan.swift
[67/172] Compiling RxSwift ScheduledDisposable.swift
[68/172] Compiling RxSwift ScheduledItem.swift
[69/172] Compiling RxSwift ScheduledItemType.swift
[70/172] Compiling RxSwift SchedulerServices+Emulation.swift
[71/172] 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) {
[72/172] 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) {
[73/172] 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) {
[74/172] 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) {
[75/172] 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) {
[76/172] 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) {
[77/172] 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) {
[78/172] 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) {
[79/172] 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) {
[80/172] 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) {
[81/172] 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) {
[82/172] 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) {
[83/172] 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) {
[84/172] 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) {
[85/172] 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) {
[86/172] 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) {
[87/172] 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) {
[88/172] 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) {
[89/172] 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) {
[90/172] 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) {
[91/172] 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) {
[92/172] Compiling RxSwift Never.swift
[93/172] Compiling RxSwift NopDisposable.swift
[94/172] Compiling RxSwift Observable+Concurrency.swift
[95/172] Compiling RxSwift Observable.swift
[96/172] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[97/172] Compiling RxSwift ObservableConvertibleType.swift
[98/172] Compiling RxSwift ObservableType+Extensions.swift
[99/172] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[100/172] Compiling RxSwift ObservableType.swift
[101/172] Compiling RxSwift ObserveOn.swift
[102/172] Compiling RxSwift ObserverBase.swift
[103/172] Compiling RxSwift ObserverType.swift
[104/172] Compiling RxSwift OperationQueueScheduler.swift
[105/172] Compiling RxSwift Optional.swift
[106/172] Compiling RxSwift Platform.Darwin.swift
[107/172] Compiling RxSwift Platform.Linux.swift
[108/172] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[109/172] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[110/172] Compiling RxSwift PrimitiveSequence.swift
[111/172] Compiling RxSwift PriorityQueue.swift
[112/172] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[113/172] Compiling RxSwift Infallible+CombineLatest+arity.swift
[114/172] Compiling RxSwift Infallible+Concurrency.swift
[115/172] Compiling RxSwift Infallible+Create.swift
[116/172] Compiling RxSwift Infallible+Debug.swift
[117/172] Compiling RxSwift Infallible+Operators.swift
[118/172] Compiling RxSwift Infallible+Zip+arity.swift
[119/172] Compiling RxSwift Infallible.swift
[120/172] Compiling RxSwift InfiniteSequence.swift
[121/172] Compiling RxSwift InvocableScheduledItem.swift
[122/172] Compiling RxSwift InvocableType.swift
[123/172] Compiling RxSwift Just.swift
[124/172] Compiling RxSwift Lock.swift
[125/172] Compiling RxSwift LockOwnerType.swift
[126/172] Compiling RxSwift MainScheduler.swift
[127/172] Compiling RxSwift Map.swift
[128/172] Compiling RxSwift Materialize.swift
[129/172] Compiling RxSwift Maybe.swift
[130/172] Compiling RxSwift Merge.swift
[131/172] Compiling RxSwift Multicast.swift
[132/172] Compiling RxSwift SynchronizedOnType.swift
[133/172] Compiling RxSwift SynchronizedUnsubscribeType.swift
[134/172] Compiling RxSwift TailRecursiveSink.swift
[135/172] Compiling RxSwift Take.swift
[136/172] Compiling RxSwift TakeLast.swift
[137/172] Compiling RxSwift TakeWithPredicate.swift
[138/172] Compiling RxSwift Throttle.swift
[139/172] Compiling RxSwift Timeout.swift
[140/172] Compiling RxSwift Timer.swift
[141/172] Compiling RxSwift ToArray.swift
[142/172] Compiling RxSwift Using.swift
[143/172] Compiling RxSwift VirtualTimeConverterType.swift
[144/172] Compiling RxSwift VirtualTimeScheduler.swift
[145/172] Compiling RxSwift Window.swift
[146/172] Compiling RxSwift WithLatestFrom.swift
[147/172] Compiling RxSwift WithUnretained.swift
[148/172] Compiling RxSwift Zip+Collection.swift
[149/172] Compiling RxSwift Zip+arity.swift
[150/172] Compiling RxSwift Zip.swift
[151/172] Compiling RxSwift resource_bundle_accessor.swift
[152/172] Compiling RxSwift CombineLatest.swift
[153/172] Compiling RxSwift CompactMap.swift
[154/172] Compiling RxSwift Completable+AndThen.swift
[155/172] Compiling RxSwift Completable.swift
[156/172] Compiling RxSwift CompositeDisposable.swift
[157/172] Compiling RxSwift Concat.swift
[158/172] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[159/172] Compiling RxSwift ConcurrentMainScheduler.swift
[160/172] Compiling RxSwift ConnectableObservableType.swift
[161/172] Compiling RxSwift Create.swift
[162/172] Compiling RxSwift CurrentThreadScheduler.swift
[163/172] Compiling RxSwift Date+Dispatch.swift
[164/172] Compiling RxSwift Debounce.swift
[165/172] Compiling RxSwift Debug.swift
[166/172] Compiling RxSwift Decode.swift
[167/172] Compiling RxSwift DefaultIfEmpty.swift
[168/172] Compiling RxSwift Deferred.swift
[169/172] Compiling RxSwift Delay.swift
[170/172] Compiling RxSwift DelaySubscription.swift
[171/172] Compiling RxSwift Dematerialize.swift
[172/172] Compiling RxSwift DispatchQueue+Extensions.swift
BUILD FAILURE 6.0 linux