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