The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RxRetroSwift with Swift 5.10 for Linux.

Build Command

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

Build Machine: Linux 1