The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RxAlamofire 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/RxSwiftCommunity/RxAlamofire.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/RxSwiftCommunity/RxAlamofire
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b1bc0c4 chore(release): 6.1.2 [skip ci]
Cloned https://github.com/RxSwiftCommunity/RxAlamofire.git
Revision (git rev-parse @):
b1bc0c45f743fe87a2a741430ac589de9736ab66
SUCCESS checkout https://github.com/RxSwiftCommunity/RxAlamofire.git at main
Fetching https://github.com/AliSoftware/OHHTTPStubs.git from cache
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git (0.67s)
Fetched https://github.com/Alamofire/Alamofire.git (0.67s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git (0.67s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.03s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.6.0 (0.08s)
Computing version for https://github.com/Alamofire/Alamofire.git
warning: 'alamofire': /Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
                                  .iOS(.v11),
                                        ^
/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
                                  .tvOS(.v11),
                                         ^
Computed https://github.com/Alamofire/Alamofire.git at 5.8.1 (0.03s)
warning: 'alamofire': /Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
                                  .iOS(.v11),
                                        ^
/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
                                  .tvOS(.v11),
                                         ^
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.8.1
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.6.0
warning: 'alamofire': /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
                                  .iOS(.v11),
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
                                  .tvOS(.v11),
                                         ^
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rxalamofire",
      "name": "RxAlamofire",
      "url": "https://github.com/RxSwiftCommunity/RxAlamofire.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxAlamofire",
      "dependencies": [
        {
          "identity": "alamofire",
          "name": "Alamofire",
          "url": "https://github.com/Alamofire/Alamofire.git",
          "version": "5.8.1",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Alamofire",
          "dependencies": [
          ]
        },
        {
          "identity": "rxswift",
          "name": "RxSwift",
          "url": "https://github.com/ReactiveX/RxSwift.git",
          "version": "6.6.0",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
          "dependencies": [
          ]
        },
        {
          "identity": "ohhttpstubs",
          "name": "OHHTTPStubs",
          "url": "https://github.com/AliSoftware/OHHTTPStubs.git",
          "version": "9.1.0",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OHHTTPStubs",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/RxSwiftCommunity/RxAlamofire.git
[1/5409] Fetching rxalamofire
Fetched https://github.com/RxSwiftCommunity/RxAlamofire.git (0.59s)
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetching https://github.com/AliSoftware/OHHTTPStubs.git from cache
Fetching https://github.com/Alamofire/Alamofire.git from cache
Fetched https://github.com/Alamofire/Alamofire.git (0.28s)
Fetched https://github.com/AliSoftware/OHHTTPStubs.git (0.30s)
Fetched https://github.com/ReactiveX/RxSwift.git (0.30s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs.git
Computed https://github.com/AliSoftware/OHHTTPStubs.git at 9.1.0 (0.03s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.6.0 (0.03s)
Computing version for https://github.com/Alamofire/Alamofire.git
warning: 'alamofire': /Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
                                  .iOS(.v11),
                                        ^
/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
                                  .tvOS(.v11),
                                         ^
Computed https://github.com/Alamofire/Alamofire.git at 5.8.1 (0.04s)
warning: 'alamofire': /Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
                                  .iOS(.v11),
                                        ^
/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
                                  .tvOS(.v11),
                                         ^
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.8.1
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs.git
Working copy of https://github.com/AliSoftware/OHHTTPStubs.git resolved at 9.1.0
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.6.0
Creating working copy for https://github.com/RxSwiftCommunity/RxAlamofire.git
Working copy of https://github.com/RxSwiftCommunity/RxAlamofire.git resolved at main
warning: 'alamofire': /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
                                  .iOS(.v11),
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
                                  .tvOS(.v11),
                                         ^
warning: '.resolve-product-dependencies': dependency 'rxalamofire' is not used by any target
Found 3 product dependencies
  - Alamofire
  - RxSwift
  - OHHTTPStubs
========================================
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/181] Emitting module RxSwift
[2/201] Compiling RxSwift ImmediateSchedulerType.swift
[3/201] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[4/201] Compiling RxSwift Infallible+CombineLatest+arity.swift
[5/201] Compiling RxSwift Infallible+Concurrency.swift
[6/201] Compiling RxSwift Infallible+Create.swift
[7/201] Compiling RxSwift Infallible+Debug.swift
[8/201] Compiling RxSwift Infallible+Operators.swift
[9/201] Compiling RxSwift Infallible+Zip+arity.swift
[10/201] Compiling RxSwift Infallible.swift
[11/201] Compiling RxSwift InfiniteSequence.swift
[12/201] Compiling RxSwift InvocableScheduledItem.swift
[13/201] Compiling RxSwift InvocableType.swift
[14/201] Compiling RxSwift Just.swift
[15/201] Compiling RxSwift Lock.swift
[16/201] Compiling RxSwift LockOwnerType.swift
[17/201] Compiling RxSwift MainScheduler.swift
[18/201] Compiling RxSwift Map.swift
[19/201] Compiling RxSwift Materialize.swift
[20/201] Compiling RxSwift Maybe.swift
[21/201] Compiling RxSwift Merge.swift
[22/201] Compiling RxSwift AsMaybe.swift
[23/201] Compiling RxSwift AsSingle.swift
[24/201] Compiling RxSwift AsyncLock.swift
[25/201] Compiling RxSwift AsyncSubject.swift
[26/201] Compiling RxSwift AtomicInt.swift
[27/205] Emitting module Alamofire
[28/205] Compiling RxSwift AddRef.swift
[29/205] Compiling RxSwift Amb.swift
[30/205] Compiling RxSwift AnonymousDisposable.swift
[31/205] Compiling RxSwift AnonymousObserver.swift
[32/205] Compiling RxSwift AnyObserver.swift
[33/205] Compiling RxSwift Observable+Concurrency.swift
[34/205] Compiling RxSwift Observable.swift
[35/205] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[36/205] Compiling RxSwift ObservableConvertibleType.swift
[37/205] Compiling RxSwift CombineLatest+arity.swift
[38/205] Compiling RxSwift Multicast.swift
[39/205] Compiling RxSwift Never.swift
[40/205] Compiling RxSwift NopDisposable.swift
[41/205] Compiling RxSwift ObservableType+Extensions.swift
[42/205] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[43/205] Compiling RxSwift ObservableType.swift
[44/205] Compiling RxSwift ObserveOn.swift
[45/205] Compiling RxSwift ObserverBase.swift
[46/205] Compiling RxSwift SchedulerServices+Emulation.swift
[47/205] Compiling RxSwift SchedulerType.swift
[48/205] Compiling RxSwift Sequence.swift
[49/205] Compiling RxSwift SerialDispatchQueueScheduler.swift
[50/205] Compiling RxSwift SerialDisposable.swift
[51/205] Compiling RxSwift ShareReplayScope.swift
[52/205] Compiling RxSwift Single.swift
[53/205] Compiling RxSwift SingleAssignmentDisposable.swift
[54/205] Compiling RxSwift SingleAsync.swift
[55/205] Compiling RxSwift Sink.swift
[56/205] Compiling RxSwift Skip.swift
[57/205] Compiling RxSwift SkipUntil.swift
[58/205] Compiling RxSwift SkipWhile.swift
[59/205] Compiling RxSwift StartWith.swift
[60/205] Compiling RxSwift SubjectType.swift
[61/205] Compiling RxSwift SubscribeOn.swift
[62/205] Compiling RxSwift SubscriptionDisposable.swift
[63/205] Compiling RxSwift SwiftSupport.swift
[64/205] Compiling RxSwift Switch.swift
[65/205] Compiling RxSwift SwitchIfEmpty.swift
[66/205] Compiling RxSwift CombineLatest.swift
[67/205] Compiling RxSwift CompactMap.swift
[68/205] Compiling RxSwift Completable+AndThen.swift
[69/205] Compiling RxSwift Completable.swift
[70/205] Compiling RxSwift CompositeDisposable.swift
[71/205] Compiling RxSwift Concat.swift
[72/205] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[73/205] Compiling RxSwift ConcurrentMainScheduler.swift
[74/205] Compiling RxSwift ConnectableObservableType.swift
[75/205] Compiling RxSwift Create.swift
[76/205] Compiling RxSwift CurrentThreadScheduler.swift
[77/205] Compiling RxSwift Date+Dispatch.swift
[78/205] Compiling RxSwift Debounce.swift
[79/205] Compiling RxSwift Debug.swift
[80/205] Compiling RxSwift Decode.swift
[81/205] Compiling RxSwift DefaultIfEmpty.swift
[82/205] Compiling RxSwift Deferred.swift
[83/205] Compiling RxSwift Delay.swift
[84/205] Compiling RxSwift DelaySubscription.swift
[85/205] Compiling RxSwift Dematerialize.swift
[86/205] Compiling RxSwift DispatchQueue+Extensions.swift
[87/205] Compiling RxSwift PriorityQueue.swift
[88/205] Compiling RxSwift Producer.swift
[89/205] Compiling RxSwift PublishSubject.swift
[90/205] Compiling RxSwift Queue.swift
[91/205] Compiling RxSwift Range.swift
[92/205] Compiling RxSwift Reactive.swift
[93/205] Compiling RxSwift RecursiveLock.swift
[94/205] Compiling RxSwift RecursiveScheduler.swift
[95/205] Compiling RxSwift Reduce.swift
[96/205] Compiling RxSwift RefCountDisposable.swift
[97/205] Compiling RxSwift Repeat.swift
[98/205] Compiling RxSwift ReplaySubject.swift
[99/205] Compiling RxSwift RetryWhen.swift
[100/205] Compiling RxSwift Rx.swift
[101/205] Compiling RxSwift RxMutableBox.swift
[102/205] Compiling RxSwift Sample.swift
[103/205] Compiling RxSwift Scan.swift
[104/205] Compiling RxSwift ScheduledDisposable.swift
[105/205] Compiling RxSwift ScheduledItem.swift
[106/205] Compiling RxSwift ScheduledItemType.swift
[107/205] Compiling RxSwift DispatchQueueConfiguration.swift
[108/205] Compiling RxSwift Disposable.swift
[109/205] Compiling RxSwift Disposables.swift
[110/205] Compiling RxSwift DisposeBag.swift
[111/205] Compiling RxSwift DisposeBase.swift
[112/205] Compiling RxSwift DistinctUntilChanged.swift
[113/205] Compiling RxSwift Do.swift
[114/205] Compiling RxSwift ElementAt.swift
[115/205] Compiling RxSwift Empty.swift
[116/205] Compiling RxSwift Enumerated.swift
[117/205] Compiling RxSwift Error.swift
[118/205] Compiling RxSwift Errors.swift
[119/205] Compiling RxSwift Event.swift
[120/205] Compiling RxSwift Filter.swift
[121/205] Compiling RxSwift First.swift
[122/205] Compiling RxSwift Generate.swift
[123/205] Compiling RxSwift GroupBy.swift
[124/205] Compiling RxSwift GroupedObservable.swift
[125/205] Compiling RxSwift HistoricalScheduler.swift
[126/205] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[139/205] Compiling Alamofire URLEncodedFormEncoder.swift
[140/205] Compiling Alamofire URLRequest+Alamofire.swift
[141/205] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[142/205] Compiling Alamofire Validation.swift
[143/205] Compiling RxSwift Platform.Linux.swift
[144/205] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[145/205] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[146/205] Compiling RxSwift PrimitiveSequence.swift
[157/205] Compiling RxSwift Bag+Rx.swift
[158/205] Compiling RxSwift Bag.swift
[159/205] Compiling RxSwift BehaviorSubject.swift
[160/205] Compiling RxSwift BinaryDisposable.swift
[161/205] Compiling RxSwift Binder.swift
[162/205] Compiling RxSwift BooleanDisposable.swift
[163/205] Compiling RxSwift Buffer.swift
[164/205] Compiling RxSwift Cancelable.swift
[165/205] Compiling RxSwift Catch.swift
[166/205] Compiling RxSwift CombineLatest+Collection.swift
[182/205] Compiling RxSwift SynchronizedDisposeType.swift
[183/205] Compiling RxSwift SynchronizedOnType.swift
[184/205] Compiling RxSwift SynchronizedUnsubscribeType.swift
[185/205] Compiling RxSwift TailRecursiveSink.swift
[186/205] Compiling RxSwift Take.swift
[187/205] Compiling RxSwift TakeLast.swift
[188/205] Compiling RxSwift TakeWithPredicate.swift
[189/205] Compiling RxSwift Throttle.swift
[190/205] Compiling RxSwift Timeout.swift
[191/205] Compiling RxSwift Timer.swift
[192/205] Compiling RxSwift ToArray.swift
[193/205] Compiling RxSwift Using.swift
[194/205] Compiling RxSwift VirtualTimeConverterType.swift
[195/205] Compiling RxSwift VirtualTimeScheduler.swift
[196/205] Compiling RxSwift Window.swift
[197/205] Compiling RxSwift WithLatestFrom.swift
[198/205] Compiling RxSwift WithUnretained.swift
[199/205] Compiling RxSwift Zip+Collection.swift
[200/205] Compiling RxSwift Zip+arity.swift
[201/205] Compiling RxSwift Zip.swift
[202/211] Emitting module RxRelay
[203/211] Compiling RxRelay PublishRelay.swift
[204/211] Compiling RxRelay Utils.swift
[205/211] Compiling RxRelay BehaviorRelay.swift
[206/211] Compiling RxRelay ReplayRelay.swift
[207/211] Compiling RxRelay Observable+Bind.swift
[207/211] Compiling RxCocoaRuntime _RX.m
[208/211] Compiling RxCocoaRuntime _RXDelegateProxy.m
[209/211] Compiling RxCocoaRuntime _RXKVOObserver.m
[210/211] Compiling RxCocoaRuntime _RXObjCRuntime.m
[212/296] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[213/296] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[214/296] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[215/296] Compiling RxCocoa RxTabBarDelegateProxy.swift
[216/296] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[217/296] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[218/296] Compiling RxCocoa RxTableViewDataSourceType.swift
[219/296] Compiling RxCocoa RxTableViewDelegateProxy.swift
[220/296] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[221/296] Compiling RxCocoa RxTarget.swift
[222/296] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[223/296] Compiling RxCocoa RxTextViewDelegateProxy.swift
[224/307] Compiling RxCocoa UIBarButtonItem+Rx.swift
[225/307] Compiling RxCocoa UIButton+Rx.swift
[226/307] Compiling RxCocoa UICollectionView+Rx.swift
[227/307] Compiling RxCocoa UIControl+Rx.swift
[228/307] Compiling RxCocoa UIDatePicker+Rx.swift
[229/307] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[230/307] Compiling RxCocoa UINavigationController+Rx.swift
[231/307] Compiling RxCocoa UIPickerView+Rx.swift
[232/307] Compiling RxCocoa UIRefreshControl+Rx.swift
[233/307] Compiling RxCocoa UIScrollView+Rx.swift
[234/307] Compiling RxCocoa UISearchBar+Rx.swift
[235/307] Compiling RxCocoa UISearchController+Rx.swift
[236/307] Emitting module RxCocoa
[237/307] Compiling RxCocoa Infallible+Bind.swift
[238/307] Compiling RxCocoa Infallible+Driver.swift
[239/307] Compiling RxCocoa ItemEvents.swift
[240/307] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[241/307] Compiling RxCocoa KVORepresentable+Swift.swift
[242/307] Compiling RxCocoa KVORepresentable.swift
[243/307] Compiling RxCocoa NSButton+Rx.swift
[244/307] Compiling RxCocoa NSControl+Rx.swift
[245/307] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[246/307] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[247/307] Compiling RxCocoa NSObject+Rx.swift
[248/307] Compiling RxCocoa NSSlider+Rx.swift
[249/307] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[250/307] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[251/307] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[252/307] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[253/307] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[254/307] Compiling RxCocoa RxDelegateProxyCrashFix.swift
[255/307] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[256/307] Compiling RxCocoa RxPickerViewAdapter.swift
[257/307] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[258/307] Compiling RxCocoa RxPickerViewDataSourceType.swift
[259/307] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[260/307] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[261/307] Compiling RxCocoa NSTextField+Rx.swift
[262/307] Compiling RxCocoa NSTextStorage+Rx.swift
[263/307] Compiling RxCocoa NSTextView+Rx.swift
[264/307] Compiling RxCocoa NSView+Rx.swift
[265/307] Compiling RxCocoa NotificationCenter+Rx.swift
[266/307] Compiling RxCocoa Observable+Bind.swift
[267/307] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[268/307] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[269/307] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[270/307] Compiling RxCocoa PublishRelay+Signal.swift
[271/307] Compiling RxCocoa RxCocoa.swift
[272/307] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[273/307] Compiling RxCocoa BehaviorRelay+Driver.swift
[274/307] Compiling RxCocoa ControlEvent+Driver.swift
[275/307] Compiling RxCocoa ControlEvent+Signal.swift
[276/307] Compiling RxCocoa ControlEvent.swift
[277/307] Compiling RxCocoa ControlProperty+Driver.swift
[278/307] Compiling RxCocoa ControlProperty.swift
[279/307] Compiling RxCocoa ControlTarget.swift
[280/307] Compiling RxCocoa DelegateProxy.swift
[281/307] Compiling RxCocoa DelegateProxyType.swift
[282/307] Compiling RxCocoa DispatchQueue+Extensions.swift
[283/307] Compiling RxCocoa Driver+Subscription.swift
[284/307] Compiling RxCocoa Driver.swift
[285/307] Compiling RxCocoa UISegmentedControl+Rx.swift
[286/307] Compiling RxCocoa UISlider+Rx.swift
[287/307] Compiling RxCocoa UIStepper+Rx.swift
[288/307] Compiling RxCocoa UISwitch+Rx.swift
[289/307] Compiling RxCocoa UITabBar+Rx.swift
[290/307] Compiling RxCocoa UITabBarController+Rx.swift
[291/307] Compiling RxCocoa UITableView+Rx.swift
[292/307] Compiling RxCocoa UITextField+Rx.swift
[293/307] Compiling RxCocoa UITextView+Rx.swift
[294/307] Compiling RxCocoa URLSession+Rx.swift
[295/307] Compiling RxCocoa WKWebView+Rx.swift
[296/307] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[297/307] Compiling RxCocoa SchedulerType+SharedSequence.swift
[298/307] Compiling RxCocoa SectionedViewDataSourceType.swift
[299/307] Compiling RxCocoa SharedSequence+Concurrency.swift
[300/307] Compiling RxCocoa SharedSequence+Operators+arity.swift
[301/307] Compiling RxCocoa SharedSequence+Operators.swift
[302/307] Compiling RxCocoa SharedSequence.swift
[303/307] Compiling RxCocoa Signal+Subscription.swift
[304/307] Compiling RxCocoa Signal.swift
[305/307] Compiling RxCocoa TextInput.swift
[306/307] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[307/307] Compiling RxCocoa UIApplication+Rx.swift
[308/310] Compiling RxAlamofire URLSession+RxAlamofire.swift
[309/310] Emitting module RxAlamofire
[310/310] Compiling RxAlamofire RxAlamofire.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RxAlamofire/RxAlamofire.swift:1393:15: warning: 'responseJSON(queue:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:options:completionHandler:)' is deprecated: responseJSON deprecated and will be removed in Alamofire 6. Use responseDecodable instead.
      request.responseJSON { response in
              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RxAlamofire/RxAlamofire.swift:1478:47: warning: 'JSONResponseSerializer' is deprecated: JSONResponseSerializer deprecated and will be removed in Alamofire 6. Use DecodableResponseSerializer instead.
    return responseResult(responseSerializer: JSONResponseSerializer(options: options))
                                              ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RxAlamofire/RxAlamofire.swift:1489:39: warning: 'JSONResponseSerializer' is deprecated: JSONResponseSerializer deprecated and will be removed in Alamofire 6. Use DecodableResponseSerializer instead.
    return result(responseSerializer: JSONResponseSerializer(options: options))
                                      ^
Build complete! (24.89s)
warning: 'alamofire': /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
                                  .iOS(.v11),
                                        ^
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
                                  .tvOS(.v11),
                                         ^
Build complete.
Done.