This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build RxSmartThrottle 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 --triple x86_64-unknown-linux-gnu 2>&1

Build Log

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