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 Cause-Logic-Effect, reference 7.2.1 (fab229), with Swift 6.0 for Linux on 5 Nov 2024 02:53:18 UTC.

Build Command

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