Build Information
Failed to build RxNimble, reference master (c21ba0
), with Swift 6.0 for Linux on 3 Nov 2024 18:16:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/RxSwiftCommunity/RxNimble.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/RxSwiftCommunity/RxNimble
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c21ba0c Version bump.
Cloned https://github.com/RxSwiftCommunity/RxNimble.git
Revision (git rev-parse @):
c21ba0cc2b5a73f7d5f79f0efde00b70c4364f70
SUCCESS checkout https://github.com/RxSwiftCommunity/RxNimble.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/RxSwiftCommunity/RxNimble.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Fetching https://github.com/Quick/Quick
Fetching https://github.com/Quick/Nimble
[1/14723] Fetching quick
[14724/67081] Fetching quick, rxswift
Fetched https://github.com/Quick/Quick from cache (0.62s)
[6807/52358] Fetching rxswift
[18327/71576] Fetching rxswift, nimble
Fetched https://github.com/Quick/Nimble from cache (1.97s)
[51712/52358] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift from cache (5.24s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 6.1.0 (0.50s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.8.0 (0.56s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 13.6.0 (0.66s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (1.14s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.48s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.41s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.51s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.8.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 13.6.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 6.1.0
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/PrivacyInfo.xcprivacy
Building for debugging...
[0/7] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/213] Emitting module Nimble
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/221] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[10/241] Compiling RxSwift BehaviorSubject.swift
[11/241] Compiling RxSwift BinaryDisposable.swift
[12/241] Compiling RxSwift Binder.swift
[13/241] Compiling RxSwift BooleanDisposable.swift
[14/241] Compiling RxSwift Buffer.swift
[15/241] Compiling RxSwift Cancelable.swift
[16/241] Compiling RxSwift Catch.swift
[17/241] Compiling RxSwift CombineLatest+Collection.swift
[18/241] Compiling RxSwift Create.swift
[19/241] Compiling RxSwift CurrentThreadScheduler.swift
[20/241] Compiling RxSwift Date+Dispatch.swift
[21/241] Compiling RxSwift Debounce.swift
[22/241] Compiling RxSwift Debug.swift
[23/241] Compiling RxSwift Decode.swift
[24/241] Compiling RxSwift DefaultIfEmpty.swift
[25/241] Compiling RxSwift Deferred.swift
[26/241] Compiling RxSwift Delay.swift
[27/241] Compiling RxSwift AnonymousObserver.swift
[28/241] Compiling RxSwift AnyObserver.swift
[29/241] Compiling RxSwift AsMaybe.swift
[30/241] Compiling RxSwift AsSingle.swift
[31/241] Compiling RxSwift AsyncLock.swift
[32/241] Compiling RxSwift AsyncSubject.swift
[33/241] Compiling RxSwift AtomicInt.swift
[34/241] Compiling RxSwift Bag+Rx.swift
[35/241] Compiling RxSwift Bag.swift
[36/241] Compiling RxSwift MainScheduler.swift
[37/241] Compiling RxSwift Map.swift
[38/241] Compiling RxSwift Materialize.swift
[39/241] Compiling RxSwift Maybe.swift
[40/241] Compiling RxSwift Merge.swift
[41/241] Compiling RxSwift Multicast.swift
[42/241] Compiling RxSwift AddRef.swift
[43/241] Compiling RxSwift Amb.swift
[44/241] Compiling RxSwift AnonymousDisposable.swift
[45/241] Compiling RxSwift Infallible+Zip+arity.swift
[46/241] Compiling RxSwift Infallible.swift
[47/241] Compiling RxSwift InfiniteSequence.swift
[48/241] Compiling RxSwift InvocableScheduledItem.swift
[49/241] Compiling RxSwift InvocableType.swift
[50/241] Compiling RxSwift Just.swift
[51/241] Compiling RxSwift Lock.swift
[52/241] Compiling RxSwift LockOwnerType.swift
[53/241] Compiling RxSwift CombineLatest.swift
[54/241] Compiling RxSwift CompactMap.swift
[55/241] Compiling RxSwift Completable+AndThen.swift
[56/241] Compiling RxSwift Completable.swift
[57/241] Compiling RxSwift CompositeDisposable.swift
[58/241] Compiling RxSwift Concat.swift
[59/241] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[60/241] Compiling RxSwift ConcurrentMainScheduler.swift
[61/241] Compiling RxSwift ConnectableObservableType.swift
[71/241] Compiling RxSwift DelaySubscription.swift
[72/241] Compiling RxSwift Dematerialize.swift
[73/241] Compiling RxSwift DispatchQueue+Extensions.swift
[74/241] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[75/241] Compiling RxSwift Infallible+CombineLatest+arity.swift
[76/241] Compiling RxSwift Infallible+Concurrency.swift
[77/241] Compiling RxSwift Infallible+Create.swift
[78/241] Compiling RxSwift Infallible+Debug.swift
[79/241] Compiling RxSwift Infallible+Operators.swift
[112/241] Compiling RxSwift Producer.swift
[113/241] Compiling RxSwift PublishSubject.swift
[114/241] Compiling RxSwift Queue.swift
[115/241] Compiling RxSwift Range.swift
[116/241] Compiling RxSwift Reactive.swift
[117/241] Compiling RxSwift RecursiveLock.swift
[118/241] Compiling RxSwift RecursiveScheduler.swift
[119/241] Compiling RxSwift Reduce.swift
[120/241] Compiling RxSwift RefCountDisposable.swift
[121/241] Compiling RxSwift Repeat.swift
[122/241] Compiling RxSwift ReplaySubject.swift
[123/241] Compiling RxSwift RetryWhen.swift
[124/241] Compiling RxSwift Rx.swift
[125/241] Compiling RxSwift RxMutableBox.swift
[126/241] Compiling RxSwift Sample.swift
[127/241] Compiling RxSwift Scan.swift
[128/241] Compiling RxSwift ScheduledDisposable.swift
[129/241] Compiling RxSwift ScheduledItem.swift
[130/241] Compiling RxSwift ScheduledItemType.swift
[131/241] Compiling RxSwift SchedulerServices+Emulation.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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
[152/241] Compiling Nimble Requirement.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) {
[153/241] Compiling RxSwift Never.swift
[154/241] Compiling RxSwift NopDisposable.swift
[155/241] Compiling RxSwift Observable+Concurrency.swift
[156/241] Compiling RxSwift Observable.swift
[157/241] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[158/241] Compiling RxSwift ObservableConvertibleType.swift
[159/241] Compiling RxSwift ObservableType+Extensions.swift
[160/241] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[161/241] Compiling RxSwift ObservableType.swift
[162/241] Compiling RxSwift ObserveOn.swift
[163/241] Compiling RxSwift ObserverBase.swift
[164/241] Compiling RxSwift ObserverType.swift
[165/241] Compiling RxSwift OperationQueueScheduler.swift
[166/241] Compiling RxSwift Optional.swift
[167/241] Compiling RxSwift Platform.Darwin.swift
[168/241] Compiling RxSwift Platform.Linux.swift
[169/241] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[170/241] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[171/241] Compiling RxSwift PrimitiveSequence.swift
[172/241] Compiling RxSwift PriorityQueue.swift
[173/241] Compiling RxSwift DispatchQueueConfiguration.swift
[174/241] Compiling RxSwift Disposable.swift
[175/241] Compiling RxSwift Disposables.swift
[176/241] Compiling RxSwift DisposeBag.swift
[177/241] Compiling RxSwift DisposeBase.swift
[178/241] Compiling RxSwift DistinctUntilChanged.swift
[179/241] Compiling RxSwift Do.swift
[180/241] Compiling RxSwift ElementAt.swift
[181/241] Compiling RxSwift Empty.swift
[182/241] Compiling RxSwift Enumerated.swift
[183/241] Compiling RxSwift Error.swift
[184/241] Compiling RxSwift Errors.swift
[185/241] Compiling RxSwift Event.swift
[186/241] Compiling RxSwift Filter.swift
[187/241] Compiling RxSwift First.swift
[188/241] Compiling RxSwift Generate.swift
[189/241] Compiling RxSwift GroupBy.swift
[190/241] Compiling RxSwift GroupedObservable.swift
[191/241] Compiling RxSwift HistoricalScheduler.swift
[192/241] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[193/241] Compiling RxSwift ImmediateSchedulerType.swift
[194/241] Compiling Nimble AsyncAwait.swift
[195/241] Compiling Nimble AsyncTimerSequence.swift
[196/241] Compiling Nimble Errors.swift
[197/241] Compiling Nimble NimbleTimeInterval.swift
[198/241] Compiling Nimble PollAwait.swift
[199/241] Compiling Nimble SourceLocation.swift
[200/241] Compiling Nimble Stringers.swift
[201/241] Compiling RxSwift SingleAsync.swift
[202/241] Compiling RxSwift Sink.swift
[203/241] Compiling RxSwift Skip.swift
[204/241] Compiling RxSwift SkipUntil.swift
[205/241] Compiling RxSwift SkipWhile.swift
[206/241] Compiling RxSwift StartWith.swift
[207/241] Compiling RxSwift SubjectType.swift
[208/241] Compiling RxSwift SubscribeOn.swift
[209/241] Compiling RxSwift SubscriptionDisposable.swift
[210/241] Compiling RxSwift SwiftSupport.swift
[211/241] Compiling RxSwift Switch.swift
[212/241] Compiling RxSwift SwitchIfEmpty.swift
[213/241] Compiling RxSwift SynchronizedDisposeType.swift
[223/242] Compiling RxSwift SynchronizedOnType.swift
[224/242] Compiling RxSwift SynchronizedUnsubscribeType.swift
[225/242] Compiling RxSwift TailRecursiveSink.swift
[226/242] Compiling RxSwift Take.swift
[227/242] Compiling RxSwift TakeLast.swift
[228/242] Compiling RxSwift TakeWithPredicate.swift
[229/242] Compiling RxSwift Throttle.swift
[230/242] Compiling RxSwift Timeout.swift
[231/242] Compiling RxSwift Timer.swift
[232/242] Compiling RxSwift ToArray.swift
[233/242] Compiling RxSwift Using.swift
[234/242] Compiling RxSwift VirtualTimeConverterType.swift
[235/242] Compiling RxSwift VirtualTimeScheduler.swift
[236/242] Compiling RxSwift Window.swift
[237/242] Compiling RxSwift WithLatestFrom.swift
[238/242] Compiling RxSwift WithUnretained.swift
[239/242] Compiling RxSwift Zip+Collection.swift
[240/242] Compiling RxSwift Zip+arity.swift
[241/242] Compiling RxSwift Zip.swift
[242/242] Compiling RxSwift resource_bundle_accessor.swift
BUILD FAILURE 6.0 linux