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-4606859-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: 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/SwingDev/RxSwiftAutoRetry
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c09f105 Merge pull request #18 from SwingDev/i/update_rxswift5
Cloned https://github.com/SwingDev/RxSwiftAutoRetry.git
Revision (git rev-parse @):
c09f105096da1962b092c2a99278daa748af725c
SUCCESS checkout https://github.com/SwingDev/RxSwiftAutoRetry.git at master
========================================
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-4606859-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 (1.90s)
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.08s)
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
[3/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 GroupedObservable.swift
[26/155] Compiling RxSwift HistoricalScheduler.swift
[27/155] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[28/155] Compiling RxSwift ImmediateSchedulerType.swift
[29/155] Compiling RxSwift InfiniteSequence.swift
[30/155] Compiling RxSwift InvocableScheduledItem.swift
[31/155] Compiling RxSwift InvocableType.swift
[32/155] Compiling RxSwift Just.swift
[33/155] Compiling RxSwift Lock.swift
[34/155] Compiling RxSwift LockOwnerType.swift
[35/155] Compiling RxSwift MainScheduler.swift
[36/155] Compiling RxSwift Map.swift
[37/155] Compiling RxSwift Materialize.swift
[38/155] Compiling RxSwift Maybe.swift
[39/155] Compiling RxSwift Merge.swift
[40/155] Compiling RxSwift Multicast.swift
[41/155] Compiling RxSwift Never.swift
[42/155] Compiling RxSwift NopDisposable.swift
[43/155] Compiling RxSwift Observable.swift
[44/155] Compiling RxSwift ShareReplayScope.swift
[45/155] Compiling RxSwift Single.swift
[46/155] Compiling RxSwift SingleAssignmentDisposable.swift
[47/155] Compiling RxSwift SingleAsync.swift
[48/155] Compiling RxSwift Sink.swift
[49/155] Compiling RxSwift Skip.swift
[50/155] Compiling RxSwift SkipUntil.swift
[51/155] Compiling RxSwift SkipWhile.swift
[52/155] Compiling RxSwift StartWith.swift
[53/155] Compiling RxSwift String+Rx.swift
[54/155] Compiling RxSwift SubjectType.swift
[55/155] Compiling RxSwift SubscribeOn.swift
[56/155] Compiling RxSwift SubscriptionDisposable.swift
[57/155] Compiling RxSwift SwiftSupport.swift
[58/155] Compiling RxSwift Switch.swift
[59/155] Compiling RxSwift SwitchIfEmpty.swift
[60/155] Compiling RxSwift SynchronizedDisposeType.swift
[61/155] Compiling RxSwift SynchronizedOnType.swift
[62/155] Compiling RxSwift DeprecationWarner.swift
[63/155] Compiling RxSwift DispatchQueue+Extensions.swift
[64/155] Compiling RxSwift DispatchQueueConfiguration.swift
[65/155] Compiling RxSwift Disposable.swift
[66/155] Compiling RxSwift Disposables.swift
[67/155] Compiling RxSwift DisposeBag.swift
[68/155] Compiling RxSwift DisposeBase.swift
[69/155] Compiling RxSwift DistinctUntilChanged.swift
[70/155] Compiling RxSwift Do.swift
[71/155] Compiling RxSwift ElementAt.swift
[72/155] Compiling RxSwift Empty.swift
[73/155] Compiling RxSwift Enumerated.swift
[74/155] Compiling RxSwift Error.swift
[75/155] Compiling RxSwift Errors.swift
[76/155] Compiling RxSwift Event.swift
[77/155] Compiling RxSwift Filter.swift
[78/155] Compiling RxSwift First.swift
[79/155] Compiling RxSwift Generate.swift
[80/155] Compiling RxSwift GroupBy.swift
[81/155] Compiling RxSwift CombineLatest+arity.swift
[82/155] Compiling RxSwift CombineLatest.swift
[83/155] Compiling RxSwift Completable+AndThen.swift
[84/155] Compiling RxSwift Completable.swift
[85/155] Compiling RxSwift CompositeDisposable.swift
[86/155] Compiling RxSwift Concat.swift
[87/155] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[88/155] Compiling RxSwift ConcurrentMainScheduler.swift
[89/155] Compiling RxSwift ConnectableObservableType.swift
[90/155] Compiling RxSwift Create.swift
[91/155] Compiling RxSwift CurrentThreadScheduler.swift
[92/155] Compiling RxSwift Debounce.swift
[93/155] Compiling RxSwift Debug.swift
[94/155] Compiling RxSwift DefaultIfEmpty.swift
[95/155] Compiling RxSwift Deferred.swift
[96/155] Compiling RxSwift Delay.swift
[97/155] Compiling RxSwift DelaySubscription.swift
[98/155] Compiling RxSwift Dematerialize.swift
[99/155] Compiling RxSwift Deprecated.swift
[100/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[101/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[102/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[103/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[104/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[105/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[106/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[107/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[108/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[109/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[110/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[111/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[112/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[113/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[114/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[115/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[116/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[117/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[118/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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[119/155] Compiling RxSwift RecursiveLock.swift
[120/155] Compiling RxSwift RecursiveScheduler.swift
[121/155] Compiling RxSwift Reduce.swift
[122/155] Compiling RxSwift RefCountDisposable.swift
[123/155] Compiling RxSwift Repeat.swift
[124/155] Compiling RxSwift ReplaySubject.swift
[125/155] Compiling RxSwift RetryWhen.swift
[126/155] Compiling RxSwift Rx.swift
[127/155] Compiling RxSwift RxMutableBox.swift
[128/155] Compiling RxSwift Sample.swift
[129/155] Compiling RxSwift Scan.swift
[130/155] Compiling RxSwift ScheduledDisposable.swift
[131/155] Compiling RxSwift ScheduledItem.swift
[132/155] Compiling RxSwift ScheduledItemType.swift
[133/155] Compiling RxSwift SchedulerServices+Emulation.swift
[134/155] Compiling RxSwift SchedulerType.swift
[135/155] Compiling RxSwift Sequence.swift
[136/155] Compiling RxSwift SerialDispatchQueueScheduler.swift
[137/155] Compiling RxSwift SerialDisposable.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/21] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[9/21] Compiling RxSwift PrimitiveSequence.swift
[10/41] Compiling RxSwift PublishSubject.swift
[11/41] Compiling RxSwift Queue.swift
[12/51] Compiling RxSwift Range.swift
[13/51] Compiling RxSwift Reactive.swift
[14/60] Compiling RxSwift DelaySubscription.swift
[15/60] Compiling RxSwift Dematerialize.swift
[16/60] Compiling RxSwift Deprecated.swift
[17/60] Compiling RxSwift DistinctUntilChanged.swift
[18/60] Compiling RxSwift Do.swift
[19/60] Compiling RxSwift ElementAt.swift
[20/60] Compiling RxSwift Empty.swift
[21/60] Compiling RxSwift Enumerated.swift
[22/60] Compiling RxSwift Error.swift
[23/60] Compiling RxSwift Filter.swift
[24/69] Compiling RxSwift First.swift
[25/69] Compiling RxSwift Generate.swift
[26/69] Compiling RxSwift GroupBy.swift
[27/69] Compiling RxSwift GroupedObservable.swift
[28/69] Compiling RxSwift Just.swift
[29/69] Compiling RxSwift Map.swift
[30/69] Compiling RxSwift Materialize.swift
[31/69] Compiling RxSwift Maybe.swift
[32/69] Compiling RxSwift Merge.swift
[33/78] Compiling RxSwift ObserverType.swift
[34/78] Compiling RxSwift OperationQueueScheduler.swift
[35/78] Compiling RxSwift Optional.swift
[36/78] Compiling RxSwift PriorityQueue.swift
[37/78] Compiling RxSwift Producer.swift
[38/78] Emitting module RxSwift
[39/78] 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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[40/78] 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
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[41/98] Compiling RxSwift Completable+AndThen.swift
[42/98] Compiling RxSwift Completable.swift
[43/98] Compiling RxSwift Concat.swift
[44/98] Compiling RxSwift ConnectableObservableType.swift
[45/98] Compiling RxSwift Create.swift
[46/98] Compiling RxSwift Debounce.swift
[47/98] Compiling RxSwift Debug.swift
[48/98] Compiling RxSwift DefaultIfEmpty.swift
[49/98] Compiling RxSwift Deferred.swift
[50/98] Compiling RxSwift Delay.swift
[51/98] Compiling RxSwift AddRef.swift
[52/98] Compiling RxSwift Amb.swift
[53/98] Compiling RxSwift AsMaybe.swift
[54/98] Compiling RxSwift AsSingle.swift
[55/98] Compiling RxSwift AsyncSubject.swift
[56/98] Compiling RxSwift BehaviorSubject.swift
[57/98] Compiling RxSwift Buffer.swift
[58/98] Compiling RxSwift Catch.swift
[59/98] Compiling RxSwift CombineLatest+Collection.swift
[60/98] Compiling RxSwift CombineLatest+arity.swift
[61/102] Compiling RxSwift Scan.swift
[62/102] Compiling RxSwift Sequence.swift
[63/102] Compiling RxSwift ShareReplayScope.swift
[64/102] Compiling RxSwift Single.swift
[65/102] Compiling RxSwift SingleAsync.swift
[66/102] Compiling RxSwift Skip.swift
[67/102] Compiling RxSwift SkipUntil.swift
[68/102] Compiling RxSwift SkipWhile.swift
[69/102] Compiling RxSwift StartWith.swift
[70/104] Compiling RxSwift SubjectType.swift
[71/104] Compiling RxSwift SubscribeOn.swift
[72/104] Compiling RxSwift Switch.swift
[73/104] Compiling RxSwift SwitchIfEmpty.swift
[74/104] Compiling RxSwift TailRecursiveSink.swift
[75/104] Compiling RxSwift Take.swift
[76/104] Compiling RxSwift TakeLast.swift
[77/104] Compiling RxSwift TakeUntil.swift
[78/104] Compiling RxSwift TakeWhile.swift
[79/106] Compiling RxSwift Multicast.swift
[80/106] Compiling RxSwift Never.swift
[81/106] Compiling RxSwift Observable.swift
[82/106] Compiling RxSwift Reduce.swift
[83/106] Compiling RxSwift Repeat.swift
[84/106] Compiling RxSwift ReplaySubject.swift
[85/106] Compiling RxSwift RetryWhen.swift
[86/106] Compiling RxSwift Rx.swift
[87/106] Compiling RxSwift Sample.swift
[88/108] Compiling RxSwift CurrentThreadScheduler.swift
[89/108] Compiling RxSwift CombineLatest.swift
[90/108] Compiling RxSwift CompositeDisposable.swift
[91/108] Compiling RxSwift DeprecationWarner.swift
[92/112] Compiling RxSwift ImmediateSchedulerType.swift
[93/112] Compiling RxSwift Lock.swift
[94/114] Compiling RxSwift HistoricalScheduler.swift
[95/114] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[96/116] Compiling RxSwift DispatchQueueConfiguration.swift
[97/116] Compiling RxSwift DisposeBag.swift
[98/117] Compiling RxSwift LockOwnerType.swift
[99/117] Compiling RxSwift RecursiveScheduler.swift
[100/117] Compiling RxSwift RefCountDisposable.swift
[101/117] Compiling RxSwift SerialDisposable.swift
[102/118] Compiling RxSwift Sink.swift
[103/118] Compiling RxSwift String+Rx.swift
[104/118] Compiling RxSwift SynchronizedOnType.swift
[105/118] Compiling RxSwift AnyObserver.swift
[106/118] Compiling RxSwift VirtualTimeScheduler.swift
[107/118] Compiling RxSwift Zip.swift
[108/118] Compiling RxSwift AsyncLock.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 1