The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RxNimble, reference 5.0.4 (ade31d), with Swift 6.3 for Linux on 20 Apr 2026 21:53:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mRs-/RxNimble.git
Reference: 5.0.4
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/mRs-/RxNimble
 * tag               5.0.4      -> FETCH_HEAD
HEAD is now at ade31d7 Updated Package.swift
Cloned https://github.com/mRs-/RxNimble.git
Revision (git rev-parse @):
ade31d7f902dc420f4001b202e47657f887e55bc
SUCCESS checkout https://github.com/mRs-/RxNimble.git at 5.0.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/mRs-/RxNimble.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/ReactiveX/RxSwift
Fetching https://github.com/Quick/Nimble
[1/19823] Fetching nimble
[200/74128] Fetching nimble, rxswift
Fetched https://github.com/Quick/Nimble from cache (6.16s)
Fetched https://github.com/ReactiveX/RxSwift from cache (6.34s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (6.85s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.27s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (0.78s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.41s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.23s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.75s)
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/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 9.2.1
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 5.1.3
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/28] Emitting module Nimble
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/194] 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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) {
[9/212] Compiling RxSwift Reactive.swift
[10/212] Compiling RxSwift RecursiveLock.swift
[11/212] Compiling RxSwift RecursiveScheduler.swift
[12/212] Compiling RxSwift Reduce.swift
[13/212] Compiling RxSwift RefCountDisposable.swift
[14/212] Compiling RxSwift Repeat.swift
[15/212] Compiling RxSwift ReplaySubject.swift
[16/212] Compiling RxSwift RetryWhen.swift
[17/212] Compiling RxSwift Rx.swift
[18/212] Compiling RxSwift RxMutableBox.swift
[19/212] Compiling RxSwift Sample.swift
[20/212] Compiling RxSwift Scan.swift
[21/212] Compiling RxSwift ScheduledDisposable.swift
[22/212] Compiling RxSwift ScheduledItem.swift
[23/212] Compiling RxSwift ScheduledItemType.swift
[24/212] Compiling RxSwift SchedulerServices+Emulation.swift
[25/212] Compiling RxSwift SchedulerType.swift
[26/212] Compiling RxSwift Sequence.swift
[27/212] Compiling RxSwift SerialDispatchQueueScheduler.swift
[28/212] Compiling RxSwift AnonymousDisposable.swift
[29/212] Compiling RxSwift AnonymousObserver.swift
[30/212] Compiling RxSwift AnyObserver.swift
[31/212] Compiling RxSwift AsMaybe.swift
[32/212] Compiling RxSwift AsSingle.swift
[33/212] Compiling RxSwift AsyncLock.swift
[34/212] Compiling RxSwift AsyncSubject.swift
[42/212] Compiling RxSwift SubjectType.swift
[43/212] Compiling RxSwift SubscribeOn.swift
[44/212] Compiling RxSwift SubscriptionDisposable.swift
[45/212] Compiling RxSwift SwiftSupport.swift
[46/212] Compiling RxSwift Switch.swift
[47/212] Compiling RxSwift SwitchIfEmpty.swift
[48/212] Compiling RxSwift SingleAssignmentDisposable.swift
[49/212] Compiling RxSwift SingleAsync.swift
[50/212] Compiling RxSwift Sink.swift
[51/212] Compiling RxSwift Skip.swift
[52/212] Compiling RxSwift SkipUntil.swift
[53/212] Compiling RxSwift SkipWhile.swift
[54/212] Compiling RxSwift StartWith.swift
[55/212] Compiling RxSwift GroupBy.swift
[56/212] Compiling RxSwift GroupedObservable.swift
[57/212] Compiling RxSwift HistoricalScheduler.swift
[58/212] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[59/212] Compiling RxSwift ImmediateSchedulerType.swift
[60/212] Compiling RxSwift InfiniteSequence.swift
[61/212] Compiling RxSwift InvocableScheduledItem.swift
[62/212] Compiling RxSwift InvocableType.swift
[63/212] Compiling RxSwift Just.swift
[64/212] Compiling RxSwift Lock.swift
[65/212] Compiling RxSwift LockOwnerType.swift
[66/212] Compiling RxSwift MainScheduler.swift
[67/212] Compiling RxSwift Map.swift
[68/212] Compiling RxSwift Materialize.swift
[69/212] Compiling RxSwift Maybe.swift
[70/212] Compiling RxSwift Merge.swift
[71/212] Compiling RxSwift Multicast.swift
[72/212] Compiling RxSwift Never.swift
[73/212] Compiling RxSwift NopDisposable.swift
[74/212] Compiling RxSwift Cancelable.swift
[75/212] Compiling RxSwift Catch.swift
[76/212] Compiling RxSwift CombineLatest+Collection.swift
[77/212] Compiling RxSwift SerialDisposable.swift
[78/212] Compiling RxSwift ShareReplayScope.swift
[79/212] Compiling RxSwift Single.swift
[80/212] Compiling RxSwift AtomicInt.swift
[81/212] Compiling RxSwift Bag+Rx.swift
[82/212] Compiling RxSwift Bag.swift
[83/212] Compiling RxSwift BehaviorSubject.swift
[84/212] Compiling RxSwift BinaryDisposable.swift
[85/212] Compiling RxSwift BooleanDisposable.swift
[86/212] Compiling RxSwift Buffer.swift
[92/212] Compiling RxSwift AddRef.swift
[93/212] Compiling RxSwift Amb.swift
[110/212] Compiling RxSwift SynchronizedDisposeType.swift
[111/212] Compiling RxSwift SynchronizedOnType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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.3) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) 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) {
[131/212] Compiling RxSwift Dematerialize.swift
[132/212] Compiling RxSwift Deprecated.swift
[133/212] Compiling RxSwift DispatchQueue+Extensions.swift
[134/212] Compiling RxSwift DispatchQueueConfiguration.swift
[135/212] Compiling RxSwift Disposable.swift
[136/212] Compiling RxSwift Disposables.swift
[137/212] Compiling RxSwift DisposeBag.swift
[138/212] Compiling RxSwift DisposeBase.swift
[139/212] Compiling RxSwift DistinctUntilChanged.swift
[140/212] Compiling RxSwift Do.swift
[141/212] Compiling RxSwift ElementAt.swift
[142/212] Compiling RxSwift Empty.swift
[143/212] Compiling RxSwift Enumerated.swift
[144/212] Compiling RxSwift Error.swift
[145/212] Compiling RxSwift Errors.swift
[146/212] Compiling RxSwift Event.swift
[147/212] Compiling RxSwift Filter.swift
[148/212] Compiling RxSwift First.swift
[149/212] Compiling RxSwift Generate.swift
[150/212] Compiling RxSwift Observable.swift
[151/212] Compiling RxSwift ObservableConvertibleType.swift
[152/212] Compiling RxSwift ObservableType+Extensions.swift
[153/212] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[154/212] Compiling RxSwift ObservableType.swift
[155/212] Compiling RxSwift ObserveOn.swift
[156/212] Compiling RxSwift ObserverBase.swift
[157/212] Compiling RxSwift ObserverType.swift
[158/212] Compiling RxSwift OperationQueueScheduler.swift
[159/212] Compiling RxSwift Optional.swift
[160/212] Compiling RxSwift Platform.Darwin.swift
[161/212] Compiling RxSwift Platform.Linux.swift
[162/212] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[163/212] Compiling RxSwift PrimitiveSequence.swift
[164/212] Compiling RxSwift PriorityQueue.swift
[165/212] Compiling RxSwift Producer.swift
[166/212] Compiling RxSwift PublishSubject.swift
[167/212] Compiling RxSwift Queue.swift
[168/212] Compiling RxSwift Range.swift
[169/212] Compiling RxSwift CombineLatest+arity.swift
[170/212] Compiling RxSwift CombineLatest.swift
[171/212] Compiling RxSwift CompactMap.swift
[172/212] Compiling RxSwift Completable+AndThen.swift
[173/212] Compiling RxSwift Completable.swift
[174/212] Compiling RxSwift CompositeDisposable.swift
[175/212] Compiling RxSwift Concat.swift
[176/212] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[177/212] Compiling RxSwift ConcurrentMainScheduler.swift
[178/212] Compiling RxSwift ConnectableObservableType.swift
[179/212] Compiling RxSwift Create.swift
[180/212] Compiling RxSwift CurrentThreadScheduler.swift
[181/212] Compiling RxSwift Date+Dispatch.swift
[182/212] Compiling RxSwift Debounce.swift
[183/212] Compiling RxSwift Debug.swift
[184/212] Compiling RxSwift DefaultIfEmpty.swift
[185/212] Compiling RxSwift Deferred.swift
[186/212] Compiling RxSwift Delay.swift
[187/212] Compiling RxSwift DelaySubscription.swift
[196/213] Compiling RxSwift SynchronizedUnsubscribeType.swift
[197/213] Compiling RxSwift TailRecursiveSink.swift
[198/213] Compiling RxSwift Take.swift
[199/213] Compiling RxSwift TakeLast.swift
[200/213] Compiling RxSwift TakeUntil.swift
[201/213] Compiling RxSwift TakeWhile.swift
[202/213] Compiling RxSwift Throttle.swift
[203/213] Compiling RxSwift Timeout.swift
[204/213] Compiling RxSwift Timer.swift
[205/213] Compiling RxSwift ToArray.swift
[206/213] Compiling RxSwift Using.swift
[207/213] Compiling RxSwift VirtualTimeConverterType.swift
[208/213] Compiling RxSwift VirtualTimeScheduler.swift
[209/213] Compiling RxSwift Window.swift
[210/213] Compiling RxSwift WithLatestFrom.swift
[211/213] Compiling RxSwift Zip+Collection.swift
[212/213] Compiling RxSwift Zip+arity.swift
[213/213] Compiling RxSwift Zip.swift
BUILD FAILURE 6.3 linux