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