Build Information
Successful build of RxSmartThrottle with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toshi0383/rxsmartthrottle.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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
Fetching https://github.com/ReactiveX/RxSwift from cache
Fetched https://github.com/ReactiveX/RxSwift (0.34s)
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.05s)
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
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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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 (0.24s)
Fetching https://github.com/ReactiveX/RxSwift from cache
Fetched https://github.com/ReactiveX/RxSwift (0.29s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 4.5.0 (0.04s)
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 master
warning: '.resolve-product-dependencies': dependency 'rxsmartthrottle' is not used by any target
Found 1 product dependencies
- RxSwift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/132] Compiling RxSwift ShareReplayScope.swift
[2/132] Compiling RxSwift Single.swift
[3/132] Compiling RxSwift SingleAssignmentDisposable.swift
[4/132] Compiling RxSwift SingleAsync.swift
[5/132] Compiling RxSwift Sink.swift
[6/132] Compiling RxSwift Skip.swift
[7/132] Compiling RxSwift SkipUntil.swift
[8/132] Compiling RxSwift SkipWhile.swift
[9/132] Compiling RxSwift StartWith.swift
[10/132] Compiling RxSwift String+Rx.swift
[11/132] Compiling RxSwift SubjectType.swift
[12/132] Compiling RxSwift SubscribeOn.swift
[13/132] Compiling RxSwift SubscriptionDisposable.swift
[14/132] Compiling RxSwift SwiftSupport.swift
[15/132] Compiling RxSwift Switch.swift
[16/132] Compiling RxSwift SwitchIfEmpty.swift
[17/132] Compiling RxSwift SynchronizedDisposeType.swift
[18/132] Compiling RxSwift SynchronizedOnType.swift
[19/150] Emitting module RxSwift
[20/150] Compiling RxSwift DispatchQueue+Extensions.swift
[21/150] Compiling RxSwift DispatchQueueConfiguration.swift
[22/150] Compiling RxSwift Disposable.swift
[23/150] Compiling RxSwift Disposables.swift
[24/150] Compiling RxSwift DisposeBag.swift
[25/150] Compiling RxSwift DisposeBase.swift
[26/150] Compiling RxSwift DistinctUntilChanged.swift
[27/150] Compiling RxSwift Do.swift
[28/150] Compiling RxSwift ElementAt.swift
[29/150] Compiling RxSwift Empty.swift
[30/150] Compiling RxSwift Enumerated.swift
[31/150] Compiling RxSwift Error.swift
[32/150] Compiling RxSwift Errors.swift
[33/150] Compiling RxSwift Event.swift
[34/150] Compiling RxSwift Filter.swift
[35/150] Compiling RxSwift First.swift
[36/150] Compiling RxSwift Generate.swift
[37/150] Compiling RxSwift GroupBy.swift
[38/150] Compiling RxSwift GroupedObservable.swift
[39/150] Compiling RxSwift AddRef.swift
[40/150] Compiling RxSwift Amb.swift
[41/150] Compiling RxSwift AnonymousDisposable.swift
[42/150] Compiling RxSwift AnonymousObserver.swift
[43/150] Compiling RxSwift AnyObserver.swift
[44/150] Compiling RxSwift AsMaybe.swift
[45/150] Compiling RxSwift AsSingle.swift
[46/150] Compiling RxSwift AsyncLock.swift
[47/150] Compiling RxSwift AsyncSubject.swift
[48/150] Compiling RxSwift Bag+Rx.swift
[49/150] Compiling RxSwift Bag.swift
[50/150] Compiling RxSwift BehaviorSubject.swift
[51/150] Compiling RxSwift BinaryDisposable.swift
[52/150] Compiling RxSwift BooleanDisposable.swift
[53/150] Compiling RxSwift Buffer.swift
[54/150] Compiling RxSwift Cancelable.swift
[55/150] Compiling RxSwift Catch.swift
[56/150] Compiling RxSwift CombineLatest+Collection.swift
[57/150] Compiling RxSwift CombineLatest+arity.swift
[58/150] Compiling RxSwift CombineLatest.swift
[59/150] Compiling RxSwift Completable+AndThen.swift
[60/150] Compiling RxSwift Completable.swift
[61/150] Compiling RxSwift CompositeDisposable.swift
[62/150] Compiling RxSwift Concat.swift
[63/150] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[64/150] Compiling RxSwift ConcurrentMainScheduler.swift
[65/150] Compiling RxSwift ConnectableObservableType.swift
[66/150] Compiling RxSwift Create.swift
[67/150] Compiling RxSwift CurrentThreadScheduler.swift
[68/150] Compiling RxSwift Debounce.swift
[69/150] Compiling RxSwift Debug.swift
[70/150] Compiling RxSwift DefaultIfEmpty.swift
[71/150] Compiling RxSwift Deferred.swift
[72/150] Compiling RxSwift Delay.swift
[73/150] Compiling RxSwift DelaySubscription.swift
[74/150] Compiling RxSwift Dematerialize.swift
[75/150] Compiling RxSwift Deprecated.swift
[76/150] Compiling RxSwift DeprecationWarner.swift
[77/150] Compiling RxSwift RecursiveScheduler.swift
[78/150] Compiling RxSwift Reduce.swift
[79/150] Compiling RxSwift RefCountDisposable.swift
[80/150] Compiling RxSwift Repeat.swift
[81/150] Compiling RxSwift ReplaySubject.swift
[82/150] Compiling RxSwift RetryWhen.swift
[83/150] Compiling RxSwift Rx.swift
[84/150] Compiling RxSwift RxMutableBox.swift
[85/150] Compiling RxSwift Sample.swift
[86/150] Compiling RxSwift Scan.swift
[87/150] Compiling RxSwift ScheduledDisposable.swift
[88/150] Compiling RxSwift ScheduledItem.swift
[89/150] Compiling RxSwift ScheduledItemType.swift
[90/150] Compiling RxSwift SchedulerServices+Emulation.swift
[91/150] Compiling RxSwift SchedulerType.swift
[92/150] Compiling RxSwift Sequence.swift
[93/150] Compiling RxSwift SerialDispatchQueueScheduler.swift
[94/150] Compiling RxSwift SerialDisposable.swift
[95/150] Compiling RxSwift ObservableType+Extensions.swift
[96/150] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[97/150] Compiling RxSwift ObservableType.swift
[98/150] Compiling RxSwift ObserveOn.swift
[99/150] Compiling RxSwift ObserverBase.swift
[100/150] Compiling RxSwift ObserverType.swift
[101/150] Compiling RxSwift OperationQueueScheduler.swift
[102/150] Compiling RxSwift Optional.swift
[103/150] Compiling RxSwift Platform.Darwin.swift
[104/150] Compiling RxSwift Platform.Linux.swift
[105/150] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[106/150] Compiling RxSwift PrimitiveSequence.swift
[107/150] Compiling RxSwift PriorityQueue.swift
[108/150] Compiling RxSwift Producer.swift
[109/150] Compiling RxSwift PublishSubject.swift
[110/150] Compiling RxSwift Queue.swift
[111/150] Compiling RxSwift Range.swift
[112/150] Compiling RxSwift Reactive.swift
[113/150] Compiling RxSwift RecursiveLock.swift
[114/150] Compiling RxSwift HistoricalScheduler.swift
[115/150] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[116/150] Compiling RxSwift ImmediateSchedulerType.swift
[117/150] Compiling RxSwift InfiniteSequence.swift
[118/150] Compiling RxSwift InvocableScheduledItem.swift
[119/150] Compiling RxSwift InvocableType.swift
[120/150] Compiling RxSwift Just.swift
[121/150] Compiling RxSwift Lock.swift
[122/150] Compiling RxSwift LockOwnerType.swift
[123/150] Compiling RxSwift MainScheduler.swift
[124/150] Compiling RxSwift Map.swift
[125/150] Compiling RxSwift Materialize.swift
[126/150] Compiling RxSwift Maybe.swift
[127/150] Compiling RxSwift Merge.swift
[128/150] Compiling RxSwift Multicast.swift
[129/150] Compiling RxSwift Never.swift
[130/150] Compiling RxSwift NopDisposable.swift
[131/150] Compiling RxSwift Observable.swift
[132/150] Compiling RxSwift ObservableConvertibleType.swift
[133/150] Compiling RxSwift SynchronizedUnsubscribeType.swift
[134/150] Compiling RxSwift TailRecursiveSink.swift
[135/150] Compiling RxSwift Take.swift
[136/150] Compiling RxSwift TakeLast.swift
[137/150] Compiling RxSwift TakeUntil.swift
[138/150] Compiling RxSwift TakeWhile.swift
[139/150] Compiling RxSwift Throttle.swift
[140/150] Compiling RxSwift Timeout.swift
[141/150] Compiling RxSwift Timer.swift
[142/150] Compiling RxSwift ToArray.swift
[143/150] Compiling RxSwift Using.swift
[144/150] Compiling RxSwift VirtualTimeConverterType.swift
[145/150] Compiling RxSwift VirtualTimeScheduler.swift
[146/150] Compiling RxSwift Window.swift
[147/150] Compiling RxSwift WithLatestFrom.swift
[148/150] Compiling RxSwift Zip+Collection.swift
[149/150] Compiling RxSwift Zip+arity.swift
[150/150] Compiling RxSwift Zip.swift
[151/152] Compiling RxSmartThrottle RxSmartThrottle.swift
[152/152] Emitting module RxSmartThrottle
Build complete! (12.49s)
warning: 'rxswift': /Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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.