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 RxCombine, reference main (010ef6), with Swift 6.0 for Linux on 2 Nov 2024 02:55:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/CombineCommunity/RxCombine.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/CombineCommunity/RxCombine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 010ef6f typo
Cloned https://github.com/CombineCommunity/RxCombine.git
Revision (git rev-parse @):
010ef6fcca69cbbabe8ed7f52b31485b70c3a22d
SUCCESS checkout https://github.com/CombineCommunity/RxCombine.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/CombineCommunity/RxCombine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 (6.05s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (1.90s)
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/6] Copying PrivacyInfo.xcprivacy
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/150] 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) {
[8/170] Compiling RxSwift DispatchQueueConfiguration.swift
[9/170] Compiling RxSwift Disposable.swift
[10/170] Compiling RxSwift Disposables.swift
[11/170] Compiling RxSwift DisposeBag.swift
[12/170] Compiling RxSwift DisposeBase.swift
[13/170] Compiling RxSwift DistinctUntilChanged.swift
[14/170] Compiling RxSwift Do.swift
[15/170] Compiling RxSwift ElementAt.swift
[16/170] Compiling RxSwift Empty.swift
[17/170] Compiling RxSwift Enumerated.swift
[18/170] Compiling RxSwift Error.swift
[19/170] Compiling RxSwift Errors.swift
[20/170] Compiling RxSwift Event.swift
[21/170] Compiling RxSwift Filter.swift
[22/170] Compiling RxSwift First.swift
[23/170] Compiling RxSwift Generate.swift
[24/170] Compiling RxSwift GroupBy.swift
[25/170] Compiling RxSwift GroupedObservable.swift
[26/170] Compiling RxSwift HistoricalScheduler.swift
[27/170] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[28/170] Compiling RxSwift ImmediateSchedulerType.swift
[29/170] 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) {
[30/170] 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) {
[31/170] 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) {
[32/170] 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) {
[33/170] 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) {
[34/170] 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) {
[35/170] 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) {
[36/170] 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) {
[37/170] 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) {
[38/170] 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) {
[39/170] 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) {
[40/170] 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) {
[41/170] 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) {
[42/170] 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) {
[43/170] 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) {
[44/170] 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) {
[45/170] 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) {
[46/170] 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) {
[47/170] 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) {
[48/170] 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) {
[49/170] 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) {
[50/170] Compiling RxSwift Producer.swift
[51/170] Compiling RxSwift PublishSubject.swift
[52/170] Compiling RxSwift Queue.swift
[53/170] Compiling RxSwift Range.swift
[54/170] Compiling RxSwift Reactive.swift
[55/170] Compiling RxSwift RecursiveLock.swift
[56/170] Compiling RxSwift RecursiveScheduler.swift
[57/170] Compiling RxSwift Reduce.swift
[58/170] Compiling RxSwift RefCountDisposable.swift
[59/170] Compiling RxSwift Repeat.swift
[60/170] Compiling RxSwift ReplaySubject.swift
[61/170] Compiling RxSwift RetryWhen.swift
[62/170] Compiling RxSwift Rx.swift
[63/170] Compiling RxSwift RxMutableBox.swift
[64/170] Compiling RxSwift Sample.swift
[65/170] Compiling RxSwift Scan.swift
[66/170] Compiling RxSwift ScheduledDisposable.swift
[67/170] Compiling RxSwift ScheduledItem.swift
[68/170] Compiling RxSwift ScheduledItemType.swift
[69/170] Compiling RxSwift SchedulerServices+Emulation.swift
[70/170] Compiling RxSwift Never.swift
[71/170] Compiling RxSwift NopDisposable.swift
[72/170] Compiling RxSwift Observable+Concurrency.swift
[73/170] Compiling RxSwift Observable.swift
[74/170] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[75/170] Compiling RxSwift ObservableConvertibleType.swift
[76/170] Compiling RxSwift ObservableType+Extensions.swift
[77/170] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[78/170] Compiling RxSwift ObservableType.swift
[79/170] Compiling RxSwift ObserveOn.swift
[80/170] Compiling RxSwift ObserverBase.swift
[81/170] Compiling RxSwift ObserverType.swift
[82/170] Compiling RxSwift OperationQueueScheduler.swift
[83/170] Compiling RxSwift Optional.swift
[84/170] Compiling RxSwift Platform.Darwin.swift
[85/170] Compiling RxSwift Platform.Linux.swift
[86/170] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[87/170] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[88/170] Compiling RxSwift PrimitiveSequence.swift
[89/170] Compiling RxSwift PriorityQueue.swift
[90/170] Compiling RxSwift SynchronizedOnType.swift
[91/170] Compiling RxSwift SynchronizedUnsubscribeType.swift
[92/170] Compiling RxSwift TailRecursiveSink.swift
[93/170] Compiling RxSwift Take.swift
[94/170] Compiling RxSwift TakeLast.swift
[95/170] Compiling RxSwift TakeWithPredicate.swift
[96/170] Compiling RxSwift Throttle.swift
[97/170] Compiling RxSwift Timeout.swift
[98/170] Compiling RxSwift Timer.swift
[99/170] Compiling RxSwift ToArray.swift
[100/170] Compiling RxSwift Using.swift
[101/170] Compiling RxSwift VirtualTimeConverterType.swift
[102/170] Compiling RxSwift VirtualTimeScheduler.swift
[103/170] Compiling RxSwift Window.swift
[104/170] Compiling RxSwift WithLatestFrom.swift
[105/170] Compiling RxSwift WithUnretained.swift
[106/170] Compiling RxSwift Zip+Collection.swift
[107/170] Compiling RxSwift Zip+arity.swift
[108/170] Compiling RxSwift Zip.swift
[109/170] Compiling RxSwift resource_bundle_accessor.swift
[110/170] Compiling RxSwift SchedulerType.swift
[111/170] Compiling RxSwift Sequence.swift
[112/170] Compiling RxSwift SerialDispatchQueueScheduler.swift
[113/170] Compiling RxSwift SerialDisposable.swift
[114/170] Compiling RxSwift ShareReplayScope.swift
[115/170] Compiling RxSwift Single.swift
[116/170] Compiling RxSwift SingleAssignmentDisposable.swift
[117/170] Compiling RxSwift SingleAsync.swift
[118/170] Compiling RxSwift Sink.swift
[119/170] Compiling RxSwift Skip.swift
[120/170] Compiling RxSwift SkipUntil.swift
[121/170] Compiling RxSwift SkipWhile.swift
[122/170] Compiling RxSwift StartWith.swift
[123/170] Compiling RxSwift SubjectType.swift
[124/170] Compiling RxSwift SubscribeOn.swift
[125/170] Compiling RxSwift SubscriptionDisposable.swift
[126/170] Compiling RxSwift SwiftSupport.swift
[127/170] Compiling RxSwift Switch.swift
[128/170] Compiling RxSwift SwitchIfEmpty.swift
[129/170] Compiling RxSwift SynchronizedDisposeType.swift
[130/170] Compiling RxSwift CombineLatest.swift
[131/170] Compiling RxSwift CompactMap.swift
[132/170] Compiling RxSwift Completable+AndThen.swift
[133/170] Compiling RxSwift Completable.swift
[134/170] Compiling RxSwift CompositeDisposable.swift
[135/170] Compiling RxSwift Concat.swift
[136/170] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[137/170] Compiling RxSwift ConcurrentMainScheduler.swift
[138/170] Compiling RxSwift ConnectableObservableType.swift
[139/170] Compiling RxSwift Create.swift
[140/170] Compiling RxSwift CurrentThreadScheduler.swift
[141/170] Compiling RxSwift Date+Dispatch.swift
[142/170] Compiling RxSwift Debounce.swift
[143/170] Compiling RxSwift Debug.swift
[144/170] Compiling RxSwift Decode.swift
[145/170] Compiling RxSwift DefaultIfEmpty.swift
[146/170] Compiling RxSwift Deferred.swift
[147/170] Compiling RxSwift Delay.swift
[148/170] Compiling RxSwift DelaySubscription.swift
[149/170] Compiling RxSwift Dematerialize.swift
[150/170] Compiling RxSwift DispatchQueue+Extensions.swift
[151/170] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[152/170] Compiling RxSwift Infallible+CombineLatest+arity.swift
[153/170] Compiling RxSwift Infallible+Concurrency.swift
[154/170] Compiling RxSwift Infallible+Create.swift
[155/170] Compiling RxSwift Infallible+Debug.swift
[156/170] Compiling RxSwift Infallible+Operators.swift
[157/170] Compiling RxSwift Infallible+Zip+arity.swift
[158/170] Compiling RxSwift Infallible.swift
[159/170] Compiling RxSwift InfiniteSequence.swift
[160/170] Compiling RxSwift InvocableScheduledItem.swift
[161/170] Compiling RxSwift InvocableType.swift
[162/170] Compiling RxSwift Just.swift
[163/170] Compiling RxSwift Lock.swift
[164/170] Compiling RxSwift LockOwnerType.swift
[165/170] Compiling RxSwift MainScheduler.swift
[166/170] Compiling RxSwift Map.swift
[167/170] Compiling RxSwift Materialize.swift
[168/170] Compiling RxSwift Maybe.swift
[169/170] Compiling RxSwift Merge.swift
[170/170] Compiling RxSwift Multicast.swift
BUILD FAILURE 6.0 linux