Build Information
Successful build of RxSmartThrottle with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.34.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toshi0383/rxsmartthrottle.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/toshi0383/rxsmartthrottle
* tag 1.0.0 -> FETCH_HEAD
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 1.0.0
Fetching https://github.com/ReactiveX/RxSwift from cache
Fetched https://github.com/ReactiveX/RxSwift from cache (0.28s)
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.47s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 4.3.1
warning: 'rxswift': /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 }
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/RxSwift/Package.swift:9:16: note: use 'compactMap(_:)' instead
return array.flatMap { $0 }
^~~~~~~
compactMap
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "rxsmartthrottle",
"name": "RxSmartThrottle",
"url": "https://github.com/toshi0383/rxsmartthrottle.git",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/rxsmartthrottle",
"dependencies": [
{
"identity": "rxswift",
"name": "RxSwift",
"url": "https://github.com/ReactiveX/RxSwift",
"version": "4.5.0",
"path": "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/toshi0383/rxsmartthrottle.git
[1/75] Fetching rxsmartthrottle
Fetched https://github.com/toshi0383/rxsmartthrottle.git from cache (0.18s)
Fetching https://github.com/ReactiveX/RxSwift from cache
Fetched https://github.com/ReactiveX/RxSwift from cache (0.22s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 4.5.0 (0.39s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 4.5.0
Creating working copy for https://github.com/toshi0383/rxsmartthrottle.git
Working copy of https://github.com/toshi0383/rxsmartthrottle.git resolved at 1.0.0 (f229cd3)
warning: '.resolve-product-dependencies': dependency 'rxsmartthrottle' is not used by any target
Found 1 product dependencies
- RxSwift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/toshi0383/rxsmartthrottle.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6044DDE57671499D.txt
[4/135] Emitting module RxSwift
[5/153] Compiling RxSwift DispatchQueue+Extensions.swift
[6/153] Compiling RxSwift DispatchQueueConfiguration.swift
[7/153] Compiling RxSwift Disposable.swift
[8/153] Compiling RxSwift Disposables.swift
[9/153] Compiling RxSwift DisposeBag.swift
[10/153] Compiling RxSwift DisposeBase.swift
[11/153] Compiling RxSwift DistinctUntilChanged.swift
[12/153] Compiling RxSwift Do.swift
[13/153] Compiling RxSwift ElementAt.swift
[14/153] Compiling RxSwift Empty.swift
[15/153] Compiling RxSwift Enumerated.swift
[16/153] Compiling RxSwift Error.swift
[17/153] Compiling RxSwift Errors.swift
[18/153] Compiling RxSwift Event.swift
[19/153] Compiling RxSwift Filter.swift
[20/153] Compiling RxSwift First.swift
[21/153] Compiling RxSwift Generate.swift
[22/153] Compiling RxSwift GroupBy.swift
[23/153] Compiling RxSwift GroupedObservable.swift
[24/153] Compiling RxSwift ObservableType+Extensions.swift
[25/153] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[26/153] Compiling RxSwift ObservableType.swift
[27/153] Compiling RxSwift ObserveOn.swift
[28/153] Compiling RxSwift ObserverBase.swift
[29/153] Compiling RxSwift ObserverType.swift
[30/153] Compiling RxSwift OperationQueueScheduler.swift
[31/153] Compiling RxSwift Optional.swift
[32/153] Compiling RxSwift Platform.Darwin.swift
[33/153] Compiling RxSwift Platform.Linux.swift
[34/153] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[35/153] Compiling RxSwift PrimitiveSequence.swift
[36/153] Compiling RxSwift PriorityQueue.swift
[37/153] Compiling RxSwift Producer.swift
[38/153] Compiling RxSwift PublishSubject.swift
[39/153] Compiling RxSwift Queue.swift
[40/153] Compiling RxSwift Range.swift
[41/153] Compiling RxSwift Reactive.swift
[42/153] Compiling RxSwift RecursiveLock.swift
[43/153] Compiling RxSwift AddRef.swift
[44/153] Compiling RxSwift Amb.swift
[45/153] Compiling RxSwift AnonymousDisposable.swift
[46/153] Compiling RxSwift AnonymousObserver.swift
[47/153] Compiling RxSwift AnyObserver.swift
[48/153] Compiling RxSwift AsMaybe.swift
[49/153] Compiling RxSwift AsSingle.swift
[50/153] Compiling RxSwift AsyncLock.swift
[51/153] Compiling RxSwift AsyncSubject.swift
[52/153] Compiling RxSwift Bag+Rx.swift
[53/153] Compiling RxSwift Bag.swift
[54/153] Compiling RxSwift BehaviorSubject.swift
[55/153] Compiling RxSwift BinaryDisposable.swift
[56/153] Compiling RxSwift BooleanDisposable.swift
[57/153] Compiling RxSwift Buffer.swift
[58/153] Compiling RxSwift Cancelable.swift
[59/153] Compiling RxSwift Catch.swift
[60/153] Compiling RxSwift CombineLatest+Collection.swift
[61/153] Compiling RxSwift CombineLatest+arity.swift
[62/153] Compiling RxSwift ShareReplayScope.swift
[63/153] Compiling RxSwift Single.swift
[64/153] Compiling RxSwift SingleAssignmentDisposable.swift
[65/153] Compiling RxSwift SingleAsync.swift
[66/153] Compiling RxSwift Sink.swift
[67/153] Compiling RxSwift Skip.swift
[68/153] Compiling RxSwift SkipUntil.swift
[69/153] Compiling RxSwift SkipWhile.swift
[70/153] Compiling RxSwift StartWith.swift
[71/153] Compiling RxSwift String+Rx.swift
[72/153] Compiling RxSwift SubjectType.swift
[73/153] Compiling RxSwift SubscribeOn.swift
[74/153] Compiling RxSwift SubscriptionDisposable.swift
[75/153] Compiling RxSwift SwiftSupport.swift
[76/153] Compiling RxSwift Switch.swift
[77/153] Compiling RxSwift SwitchIfEmpty.swift
[78/153] Compiling RxSwift SynchronizedDisposeType.swift
[79/153] Compiling RxSwift SynchronizedOnType.swift
[80/153] Compiling RxSwift HistoricalScheduler.swift
[81/153] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[82/153] Compiling RxSwift ImmediateSchedulerType.swift
[83/153] Compiling RxSwift InfiniteSequence.swift
[84/153] Compiling RxSwift InvocableScheduledItem.swift
[85/153] Compiling RxSwift InvocableType.swift
[86/153] Compiling RxSwift Just.swift
[87/153] Compiling RxSwift Lock.swift
[88/153] Compiling RxSwift LockOwnerType.swift
[89/153] Compiling RxSwift MainScheduler.swift
[90/153] Compiling RxSwift Map.swift
[91/153] Compiling RxSwift Materialize.swift
[92/153] Compiling RxSwift Maybe.swift
[93/153] Compiling RxSwift Merge.swift
[94/153] Compiling RxSwift Multicast.swift
[95/153] Compiling RxSwift Never.swift
[96/153] Compiling RxSwift NopDisposable.swift
[97/153] Compiling RxSwift Observable.swift
[98/153] Compiling RxSwift ObservableConvertibleType.swift
[99/153] Compiling RxSwift CombineLatest.swift
[100/153] Compiling RxSwift Completable+AndThen.swift
[101/153] Compiling RxSwift Completable.swift
[102/153] Compiling RxSwift CompositeDisposable.swift
[103/153] Compiling RxSwift Concat.swift
[104/153] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[105/153] Compiling RxSwift ConcurrentMainScheduler.swift
[106/153] Compiling RxSwift ConnectableObservableType.swift
[107/153] Compiling RxSwift Create.swift
[108/153] Compiling RxSwift CurrentThreadScheduler.swift
[109/153] Compiling RxSwift Debounce.swift
[110/153] Compiling RxSwift Debug.swift
[111/153] Compiling RxSwift DefaultIfEmpty.swift
[112/153] Compiling RxSwift Deferred.swift
[113/153] Compiling RxSwift Delay.swift
[114/153] Compiling RxSwift DelaySubscription.swift
[115/153] Compiling RxSwift Dematerialize.swift
[116/153] Compiling RxSwift Deprecated.swift
[117/153] Compiling RxSwift DeprecationWarner.swift
[118/153] Compiling RxSwift RecursiveScheduler.swift
[119/153] Compiling RxSwift Reduce.swift
[120/153] Compiling RxSwift RefCountDisposable.swift
[121/153] Compiling RxSwift Repeat.swift
[122/153] Compiling RxSwift ReplaySubject.swift
[123/153] Compiling RxSwift RetryWhen.swift
[124/153] Compiling RxSwift Rx.swift
[125/153] Compiling RxSwift RxMutableBox.swift
[126/153] Compiling RxSwift Sample.swift
[127/153] Compiling RxSwift Scan.swift
[128/153] Compiling RxSwift ScheduledDisposable.swift
[129/153] Compiling RxSwift ScheduledItem.swift
[130/153] Compiling RxSwift ScheduledItemType.swift
[131/153] Compiling RxSwift SchedulerServices+Emulation.swift
[132/153] Compiling RxSwift SchedulerType.swift
[133/153] Compiling RxSwift Sequence.swift
[134/153] Compiling RxSwift SerialDispatchQueueScheduler.swift
[135/153] Compiling RxSwift SerialDisposable.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
[154/155] Compiling RxSmartThrottle RxSmartThrottle.swift
[155/155] Emitting module RxSmartThrottle
Build complete! (5.19s)
warning: 'rxswift': /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/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 }
^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/RxSwift/Package.swift:9:16: note: use 'compactMap(_:)' instead
return array.flatMap { $0 }
^~~~~~~
compactMap
Build complete.
Done.