Build Information
Failed to build RxNimble, reference 6.3.1 (c21ba0
), with Swift 6.0 for Linux on 3 Nov 2024 18:16:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/RxSwiftCommunity/RxNimble.git
Reference: 6.3.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/RxSwiftCommunity/RxNimble
* tag 6.3.1 -> FETCH_HEAD
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 6.3.1
========================================
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-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/Quick/Quick
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/ReactiveX/RxSwift
[1/52358] Fetching rxswift
[1049/67081] Fetching rxswift, quick
[25196/86299] Fetching rxswift, quick, nimble
Fetched https://github.com/Quick/Quick from cache (1.31s)
[64054/71576] Fetching rxswift, nimble
Fetched https://github.com/Quick/Nimble from cache (5.14s)
Fetched https://github.com/ReactiveX/RxSwift from cache (5.27s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 6.1.0 (0.79s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.8.0 (0.50s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 13.6.0 (3.98s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.28s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.53s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.18s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.82s)
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
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/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
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
[3/7] Copying PrivacyInfo.xcprivacy
[4/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 Completable.swift
[11/241] Compiling RxSwift CompositeDisposable.swift
[12/241] Compiling RxSwift Concat.swift
[13/241] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[14/241] Compiling RxSwift ConcurrentMainScheduler.swift
[15/241] Compiling RxSwift ConnectableObservableType.swift
[16/241] Compiling RxSwift Create.swift
[17/241] Compiling RxSwift CurrentThreadScheduler.swift
[18/241] Compiling RxSwift AddRef.swift
[19/241] Compiling RxSwift Amb.swift
[20/241] Compiling RxSwift AnonymousDisposable.swift
[21/241] Compiling RxSwift AnonymousObserver.swift
[22/241] Compiling RxSwift AnyObserver.swift
[23/241] Compiling RxSwift AsMaybe.swift
[24/241] Compiling RxSwift AsSingle.swift
[25/241] Compiling RxSwift AsyncLock.swift
[26/241] Compiling RxSwift AsyncSubject.swift
[27/241] Compiling RxSwift Date+Dispatch.swift
[28/241] Compiling RxSwift Debounce.swift
[29/241] Compiling RxSwift Debug.swift
[30/241] Compiling RxSwift Decode.swift
[31/241] Compiling RxSwift DefaultIfEmpty.swift
[32/241] Compiling RxSwift Deferred.swift
[33/241] Compiling RxSwift Delay.swift
[34/241] Compiling RxSwift DelaySubscription.swift
[35/241] Compiling RxSwift DispatchQueueConfiguration.swift
[36/241] Compiling RxSwift Disposable.swift
[37/241] Compiling RxSwift Disposables.swift
[38/241] Compiling RxSwift DisposeBag.swift
[39/241] Compiling RxSwift DisposeBase.swift
[40/241] Compiling RxSwift DistinctUntilChanged.swift
[41/241] Compiling RxSwift Do.swift
[42/241] Compiling RxSwift ElementAt.swift
[43/241] Compiling RxSwift Empty.swift
[44/241] Compiling RxSwift Enumerated.swift
[45/241] Compiling RxSwift Error.swift
[46/241] Compiling RxSwift Errors.swift
[47/241] Compiling RxSwift Event.swift
[48/241] Compiling RxSwift Filter.swift
[49/241] Compiling RxSwift First.swift
[50/241] Compiling RxSwift Generate.swift
[51/241] Compiling RxSwift GroupBy.swift
[52/241] Compiling RxSwift GroupedObservable.swift
[53/241] Compiling RxSwift HistoricalScheduler.swift
[54/241] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[55/241] Compiling RxSwift ImmediateSchedulerType.swift
[56/241] Compiling RxSwift AtomicInt.swift
[57/241] Compiling RxSwift Bag+Rx.swift
[58/241] Compiling RxSwift Bag.swift
[59/241] Compiling RxSwift BehaviorSubject.swift
[60/241] Compiling RxSwift BinaryDisposable.swift
[61/241] Compiling RxSwift Binder.swift
[62/241] Compiling RxSwift BooleanDisposable.swift
[63/241] Compiling RxSwift Buffer.swift
[64/241] Compiling RxSwift Cancelable.swift
[65/241] Compiling RxSwift Never.swift
[66/241] Compiling RxSwift NopDisposable.swift
[67/241] Compiling RxSwift Observable+Concurrency.swift
[68/241] Compiling RxSwift Observable.swift
[69/241] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[70/241] Compiling RxSwift ObservableConvertibleType.swift
[71/241] Compiling RxSwift ObservableType+Extensions.swift
[72/241] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[73/241] Compiling RxSwift ObservableType.swift
[74/241] Compiling RxSwift ObserveOn.swift
[75/241] Compiling RxSwift ObserverBase.swift
[76/241] Compiling RxSwift ObserverType.swift
[77/241] Compiling RxSwift OperationQueueScheduler.swift
[78/241] Compiling RxSwift Optional.swift
[79/241] Compiling RxSwift Platform.Darwin.swift
[80/241] Compiling RxSwift Platform.Linux.swift
[81/241] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[82/241] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[83/241] Compiling RxSwift PrimitiveSequence.swift
[84/241] Compiling RxSwift PriorityQueue.swift
[85/241] Compiling RxSwift SchedulerType.swift
[86/241] Compiling RxSwift Sequence.swift
[87/241] Compiling RxSwift SerialDispatchQueueScheduler.swift
[88/241] Compiling RxSwift SerialDisposable.swift
[89/241] Compiling RxSwift ShareReplayScope.swift
[90/241] Compiling RxSwift Single.swift
[91/241] Compiling RxSwift SingleAssignmentDisposable.swift
[92/241] Compiling RxSwift SingleAsync.swift
[93/241] Compiling RxSwift Sink.swift
[94/241] Compiling RxSwift Skip.swift
[95/241] Compiling RxSwift SkipUntil.swift
[96/241] Compiling RxSwift SkipWhile.swift
[97/241] Compiling RxSwift StartWith.swift
[98/241] Compiling RxSwift SubjectType.swift
[99/241] Compiling RxSwift SubscribeOn.swift
[100/241] Compiling RxSwift SubscriptionDisposable.swift
[101/241] Compiling RxSwift SwiftSupport.swift
[102/241] Compiling RxSwift Switch.swift
[103/241] Compiling RxSwift SwitchIfEmpty.swift
[104/241] Compiling RxSwift SynchronizedDisposeType.swift
[105/241] Compiling RxSwift Catch.swift
[106/241] Compiling RxSwift CombineLatest+Collection.swift
[107/241] Compiling RxSwift CombineLatest+arity.swift
[120/241] Compiling RxSwift CombineLatest.swift
[121/241] Compiling RxSwift CompactMap.swift
[122/241] Compiling RxSwift Completable+AndThen.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) {
/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 Nimble Requirement.swift
[154/241] Compiling Nimble AsyncAwait.swift
[155/241] Compiling Nimble AsyncTimerSequence.swift
[156/241] Compiling Nimble Errors.swift
[157/241] Compiling Nimble NimbleTimeInterval.swift
[158/241] Compiling Nimble PollAwait.swift
[159/241] Compiling Nimble SourceLocation.swift
[160/241] Compiling Nimble Stringers.swift
[189/242] Compiling RxSwift Infallible+Zip+arity.swift
[190/242] Compiling RxSwift Infallible.swift
[191/242] Compiling RxSwift InfiniteSequence.swift
[192/242] Compiling RxSwift InvocableScheduledItem.swift
[193/242] Compiling RxSwift InvocableType.swift
[194/242] Compiling RxSwift Just.swift
[195/242] Compiling RxSwift Lock.swift
[196/242] Compiling RxSwift LockOwnerType.swift
[197/242] Compiling RxSwift MainScheduler.swift
[198/242] Compiling RxSwift Map.swift
[199/242] Compiling RxSwift Materialize.swift
[200/242] Compiling RxSwift Maybe.swift
[201/242] Compiling RxSwift Merge.swift
[202/242] Compiling RxSwift Multicast.swift
[203/242] Compiling RxSwift Producer.swift
[204/242] Compiling RxSwift PublishSubject.swift
[205/242] Compiling RxSwift Queue.swift
[206/242] Compiling RxSwift Range.swift
[207/242] Compiling RxSwift Reactive.swift
[208/242] Compiling RxSwift RecursiveLock.swift
[209/242] Compiling RxSwift RecursiveScheduler.swift
[210/242] Compiling RxSwift Reduce.swift
[211/242] Compiling RxSwift RefCountDisposable.swift
[212/242] Compiling RxSwift Repeat.swift
[213/242] Compiling RxSwift ReplaySubject.swift
[214/242] Compiling RxSwift RetryWhen.swift
[215/242] Compiling RxSwift Rx.swift
[216/242] Compiling RxSwift RxMutableBox.swift
[217/242] Compiling RxSwift Sample.swift
[218/242] Compiling RxSwift Scan.swift
[219/242] Compiling RxSwift ScheduledDisposable.swift
[220/242] Compiling RxSwift ScheduledItem.swift
[221/242] Compiling RxSwift ScheduledItemType.swift
[222/242] Compiling RxSwift SchedulerServices+Emulation.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