The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RxSwiftAutoRetry with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwingDev/RxSwiftAutoRetry.git
Reference: 0.9.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/SwingDev/RxSwiftAutoRetry
 * tag               0.9.1      -> FETCH_HEAD
HEAD is now at cc524c1 ignoring Carthage subdirectories
Cloned https://github.com/SwingDev/RxSwiftAutoRetry.git
Revision (git rev-parse @):
cc524c1ea78089f2e0c83595d2344ad0de8e5e09
SUCCESS checkout https://github.com/SwingDev/RxSwiftAutoRetry.git at 0.9.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/SwingDev/RxSwiftAutoRetry.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/ReactiveX/RxSwift.git
[1/51014] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (2.20s)
Computing version for https://github.com/ReactiveX/RxSwift.git
warning: 'rxswift': /Package.swift:9:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
  return array.flatMap { $0 }
               ^
/Package.swift:9:16: note: use 'compactMap(_:)' instead
  return array.flatMap { $0 }
               ^~~~~~~
               compactMap
Computed https://github.com/ReactiveX/RxSwift.git at 4.4.0 (1.34s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 4.4.0
warning: 'rxswift': /host/spi-builder-workspace/.build/checkouts/RxSwift/Package.swift:9:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
  return array.flatMap { $0 }
               ^
/host/spi-builder-workspace/.build/checkouts/RxSwift/Package.swift:9:16: note: use 'compactMap(_:)' instead
  return array.flatMap { $0 }
               ^~~~~~~
               compactMap
Building for debugging...
[0/4] Write sources
[2/4] Compiling RxAtomic RxAtomic.c
[2/4] Write swift-version-24593BA9C3E375BF.txt
[5/137] Emitting module RxSwift
[6/155] Compiling RxSwift AddRef.swift
[7/155] Compiling RxSwift Amb.swift
[8/155] Compiling RxSwift AnonymousDisposable.swift
[9/155] Compiling RxSwift AnonymousObserver.swift
[10/155] Compiling RxSwift AnyObserver.swift
[11/155] Compiling RxSwift AsMaybe.swift
[12/155] Compiling RxSwift AsSingle.swift
[13/155] Compiling RxSwift AsyncLock.swift
[14/155] Compiling RxSwift AsyncSubject.swift
[15/155] Compiling RxSwift AtomicInt.swift
[16/155] Compiling RxSwift Bag+Rx.swift
[17/155] Compiling RxSwift Bag.swift
[18/155] Compiling RxSwift BehaviorSubject.swift
[19/155] Compiling RxSwift BinaryDisposable.swift
[20/155] Compiling RxSwift BooleanDisposable.swift
[21/155] Compiling RxSwift Buffer.swift
[22/155] Compiling RxSwift Cancelable.swift
[23/155] Compiling RxSwift Catch.swift
[24/155] Compiling RxSwift CombineLatest+Collection.swift
[25/155] Compiling RxSwift ShareReplayScope.swift
[26/155] Compiling RxSwift Single.swift
[27/155] Compiling RxSwift SingleAssignmentDisposable.swift
[28/155] Compiling RxSwift SingleAsync.swift
[29/155] Compiling RxSwift Sink.swift
[30/155] Compiling RxSwift Skip.swift
[31/155] Compiling RxSwift SkipUntil.swift
[32/155] Compiling RxSwift SkipWhile.swift
[33/155] Compiling RxSwift StartWith.swift
[34/155] Compiling RxSwift String+Rx.swift
[35/155] Compiling RxSwift SubjectType.swift
[36/155] Compiling RxSwift SubscribeOn.swift
[37/155] Compiling RxSwift SubscriptionDisposable.swift
[38/155] Compiling RxSwift SwiftSupport.swift
[39/155] Compiling RxSwift Switch.swift
[40/155] Compiling RxSwift SwitchIfEmpty.swift
[41/155] Compiling RxSwift SynchronizedDisposeType.swift
[42/155] Compiling RxSwift SynchronizedOnType.swift
[43/155] Compiling RxSwift GroupedObservable.swift
[44/155] Compiling RxSwift HistoricalScheduler.swift
[45/155] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[46/155] Compiling RxSwift ImmediateSchedulerType.swift
[47/155] Compiling RxSwift InfiniteSequence.swift
[48/155] Compiling RxSwift InvocableScheduledItem.swift
[49/155] Compiling RxSwift InvocableType.swift
[50/155] Compiling RxSwift Just.swift
[51/155] Compiling RxSwift Lock.swift
[52/155] Compiling RxSwift LockOwnerType.swift
[53/155] Compiling RxSwift MainScheduler.swift
[54/155] Compiling RxSwift Map.swift
[55/155] Compiling RxSwift Materialize.swift
[56/155] Compiling RxSwift Maybe.swift
[57/155] Compiling RxSwift Merge.swift
[58/155] Compiling RxSwift Multicast.swift
[59/155] Compiling RxSwift Never.swift
[60/155] Compiling RxSwift NopDisposable.swift
[61/155] Compiling RxSwift Observable.swift
[62/155] Compiling RxSwift CombineLatest+arity.swift
[63/155] Compiling RxSwift CombineLatest.swift
[64/155] Compiling RxSwift Completable+AndThen.swift
[65/155] Compiling RxSwift Completable.swift
[66/155] Compiling RxSwift CompositeDisposable.swift
[67/155] Compiling RxSwift Concat.swift
[68/155] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[69/155] Compiling RxSwift ConcurrentMainScheduler.swift
[70/155] Compiling RxSwift ConnectableObservableType.swift
[71/155] Compiling RxSwift Create.swift
[72/155] Compiling RxSwift CurrentThreadScheduler.swift
[73/155] Compiling RxSwift Debounce.swift
[74/155] Compiling RxSwift Debug.swift
[75/155] Compiling RxSwift DefaultIfEmpty.swift
[76/155] Compiling RxSwift Deferred.swift
[77/155] Compiling RxSwift Delay.swift
[78/155] Compiling RxSwift DelaySubscription.swift
[79/155] Compiling RxSwift Dematerialize.swift
[80/155] Compiling RxSwift Deprecated.swift
[81/155] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[82/155] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[83/155] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[84/155] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[85/155] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[86/155] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[87/155] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[88/155] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[89/155] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[90/155] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[91/155] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[92/155] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[93/155] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[94/155] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[95/155] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[96/155] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[97/155] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[98/155] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[99/155] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[100/155] Compiling RxSwift RecursiveLock.swift
[101/155] Compiling RxSwift RecursiveScheduler.swift
[102/155] Compiling RxSwift Reduce.swift
[103/155] Compiling RxSwift RefCountDisposable.swift
[104/155] Compiling RxSwift Repeat.swift
[105/155] Compiling RxSwift ReplaySubject.swift
[106/155] Compiling RxSwift RetryWhen.swift
[107/155] Compiling RxSwift Rx.swift
[108/155] Compiling RxSwift RxMutableBox.swift
[109/155] Compiling RxSwift Sample.swift
[110/155] Compiling RxSwift Scan.swift
[111/155] Compiling RxSwift ScheduledDisposable.swift
[112/155] Compiling RxSwift ScheduledItem.swift
[113/155] Compiling RxSwift ScheduledItemType.swift
[114/155] Compiling RxSwift SchedulerServices+Emulation.swift
[115/155] Compiling RxSwift SchedulerType.swift
[116/155] Compiling RxSwift Sequence.swift
[117/155] Compiling RxSwift SerialDispatchQueueScheduler.swift
[118/155] Compiling RxSwift SerialDisposable.swift
[119/155] Compiling RxSwift DeprecationWarner.swift
[120/155] Compiling RxSwift DispatchQueue+Extensions.swift
[121/155] Compiling RxSwift DispatchQueueConfiguration.swift
[122/155] Compiling RxSwift Disposable.swift
[123/155] Compiling RxSwift Disposables.swift
[124/155] Compiling RxSwift DisposeBag.swift
[125/155] Compiling RxSwift DisposeBase.swift
[126/155] Compiling RxSwift DistinctUntilChanged.swift
[127/155] Compiling RxSwift Do.swift
[128/155] Compiling RxSwift ElementAt.swift
[129/155] Compiling RxSwift Empty.swift
[130/155] Compiling RxSwift Enumerated.swift
[131/155] Compiling RxSwift Error.swift
[132/155] Compiling RxSwift Errors.swift
[133/155] Compiling RxSwift Event.swift
[134/155] Compiling RxSwift Filter.swift
[135/155] Compiling RxSwift First.swift
[136/155] Compiling RxSwift Generate.swift
[137/155] Compiling RxSwift GroupBy.swift
[138/155] Compiling RxSwift SynchronizedUnsubscribeType.swift
[139/155] Compiling RxSwift TailRecursiveSink.swift
[140/155] Compiling RxSwift Take.swift
[141/155] Compiling RxSwift TakeLast.swift
[142/155] Compiling RxSwift TakeUntil.swift
[143/155] Compiling RxSwift TakeWhile.swift
[144/155] Compiling RxSwift Throttle.swift
[145/155] Compiling RxSwift Timeout.swift
[146/155] Compiling RxSwift Timer.swift
[147/155] Compiling RxSwift ToArray.swift
[148/155] Compiling RxSwift Using.swift
[149/155] Compiling RxSwift VirtualTimeConverterType.swift
[150/155] Compiling RxSwift VirtualTimeScheduler.swift
[151/155] Compiling RxSwift Window.swift
[152/155] Compiling RxSwift WithLatestFrom.swift
[153/155] Compiling RxSwift Zip+Collection.swift
[154/155] Compiling RxSwift Zip+arity.swift
[155/155] Compiling RxSwift Zip.swift
error: fatalError
warning: 'rxswift': /host/spi-builder-workspace/.build/checkouts/RxSwift/Package.swift:9:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
  return array.flatMap { $0 }
               ^
/host/spi-builder-workspace/.build/checkouts/RxSwift/Package.swift:9:16: note: use 'compactMap(_:)' instead
  return array.flatMap { $0 }
               ^~~~~~~
               compactMap
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/19] Compiling RxSwift ObservableConvertibleType.swift
[3/19] Compiling RxSwift ObservableType+Extensions.swift
[4/19] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[5/21] Compiling RxSwift ObservableType.swift
[6/21] Compiling RxSwift ObserveOn.swift
[7/21] Compiling RxSwift ObserverBase.swift
[8/31] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[9/31] Compiling RxSwift PrimitiveSequence.swift
[10/41] Compiling RxSwift Range.swift
[11/41] Compiling RxSwift Reactive.swift
[12/51] Compiling RxSwift DelaySubscription.swift
[13/51] Compiling RxSwift Dematerialize.swift
[14/51] Compiling RxSwift Deprecated.swift
[15/51] Compiling RxSwift DistinctUntilChanged.swift
[16/51] Compiling RxSwift Do.swift
[17/51] Compiling RxSwift ElementAt.swift
[18/51] Compiling RxSwift Empty.swift
[19/51] Compiling RxSwift Enumerated.swift
[20/51] Compiling RxSwift Error.swift
[21/51] Compiling RxSwift Filter.swift
[22/60] Compiling RxSwift PriorityQueue.swift
[23/60] Compiling RxSwift Producer.swift
[24/60] Compiling RxSwift ObserverType.swift
[25/60] Compiling RxSwift OperationQueueScheduler.swift
[26/60] Compiling RxSwift Optional.swift
[27/60] Compiling RxSwift PublishSubject.swift
[28/60] Compiling RxSwift Queue.swift
[29/60] Emitting module RxSwift
[30/60] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[31/60] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[32/79] Compiling RxSwift Completable+AndThen.swift
[33/79] Compiling RxSwift Completable.swift
[34/79] Compiling RxSwift Concat.swift
[35/79] Compiling RxSwift ConnectableObservableType.swift
[36/79] Compiling RxSwift Create.swift
[37/79] Compiling RxSwift Debounce.swift
[38/79] Compiling RxSwift Debug.swift
[39/79] Compiling RxSwift DefaultIfEmpty.swift
[40/79] Compiling RxSwift Deferred.swift
[41/79] Compiling RxSwift Delay.swift
[42/100] Compiling RxSwift AsyncLock.swift
[43/100] Compiling RxSwift CombineLatest.swift
[44/100] Compiling RxSwift CompositeDisposable.swift
[45/103] Compiling RxSwift CurrentThreadScheduler.swift
[46/103] Compiling RxSwift DeprecationWarner.swift
[47/103] Compiling RxSwift DispatchQueueConfiguration.swift
[48/106] Compiling RxSwift First.swift
[49/106] Compiling RxSwift Generate.swift
[50/106] Compiling RxSwift GroupBy.swift
[51/106] Compiling RxSwift GroupedObservable.swift
[52/106] Compiling RxSwift Just.swift
[53/106] Compiling RxSwift Map.swift
[54/106] Compiling RxSwift Materialize.swift
[55/106] Compiling RxSwift Maybe.swift
[56/106] Compiling RxSwift Merge.swift
[57/108] Compiling RxSwift AddRef.swift
[58/108] Compiling RxSwift Amb.swift
[59/108] Compiling RxSwift AsMaybe.swift
[60/108] Compiling RxSwift AsSingle.swift
[61/108] Compiling RxSwift AsyncSubject.swift
[62/108] Compiling RxSwift BehaviorSubject.swift
[63/108] Compiling RxSwift Buffer.swift
[64/108] Compiling RxSwift Catch.swift
[65/108] Compiling RxSwift CombineLatest+Collection.swift
[66/108] Compiling RxSwift CombineLatest+arity.swift
[67/110] Compiling RxSwift SubjectType.swift
[68/110] Compiling RxSwift SubscribeOn.swift
[69/110] Compiling RxSwift Switch.swift
[70/110] Compiling RxSwift SwitchIfEmpty.swift
[71/110] Compiling RxSwift TailRecursiveSink.swift
[72/110] Compiling RxSwift Take.swift
[73/110] Compiling RxSwift TakeLast.swift
[74/110] Compiling RxSwift TakeUntil.swift
[75/110] Compiling RxSwift TakeWhile.swift
[76/112] Compiling RxSwift ImmediateSchedulerType.swift
[77/112] Compiling RxSwift Lock.swift
[78/114] Compiling RxSwift DisposeBag.swift
[79/114] Compiling RxSwift HistoricalScheduler.swift
[80/114] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[81/116] Compiling RxSwift Scan.swift
[82/116] Compiling RxSwift Sequence.swift
[83/116] Compiling RxSwift ShareReplayScope.swift
[84/116] Compiling RxSwift Single.swift
[85/116] Compiling RxSwift SingleAsync.swift
[86/116] Compiling RxSwift Skip.swift
[87/116] Compiling RxSwift SkipUntil.swift
[88/116] Compiling RxSwift SkipWhile.swift
[89/116] Compiling RxSwift StartWith.swift
[90/117] Compiling RxSwift LockOwnerType.swift
[91/117] Compiling RxSwift RecursiveScheduler.swift
[92/118] Compiling RxSwift Sink.swift
[93/118] Compiling RxSwift String+Rx.swift
[94/118] Compiling RxSwift AnyObserver.swift
[95/118] Compiling RxSwift Multicast.swift
[96/118] Compiling RxSwift Never.swift
[97/118] Compiling RxSwift Observable.swift
[98/118] Compiling RxSwift Reduce.swift
[99/118] Compiling RxSwift Repeat.swift
[100/118] Compiling RxSwift ReplaySubject.swift
[101/118] Compiling RxSwift RetryWhen.swift
[102/118] Compiling RxSwift Rx.swift
[103/118] Compiling RxSwift Sample.swift
[104/118] Compiling RxSwift SynchronizedOnType.swift
[105/118] Compiling RxSwift RefCountDisposable.swift
[106/118] Compiling RxSwift SerialDisposable.swift
[107/118] Compiling RxSwift VirtualTimeScheduler.swift
[108/118] Compiling RxSwift Zip.swift
[109/118] Compiling RxSwift AnonymousObserver.swift
[110/118] Compiling RxSwift Throttle.swift
[111/118] Compiling RxSwift Timeout.swift
[112/118] Compiling RxSwift Timer.swift
[113/118] Compiling RxSwift ToArray.swift
[114/118] Compiling RxSwift Using.swift
[115/118] Compiling RxSwift Window.swift
[116/118] Compiling RxSwift WithLatestFrom.swift
[117/118] Compiling RxSwift Zip+Collection.swift
[118/118] Compiling RxSwift Zip+arity.swift
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2