The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RxCocoaNetworking 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/gobetti/RxCocoaNetworking.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/gobetti/RxCocoaNetworking
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5577c7e Release 0.2.2
Cloned https://github.com/gobetti/RxCocoaNetworking.git
Revision (git rev-parse @):
5577c7e2570127b190996574be3031c98425687d
SUCCESS checkout https://github.com/gobetti/RxCocoaNetworking.git at master
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/Quick/Quick.git (0.30s)
Fetched https://github.com/ReactiveX/RxSwift.git (0.30s)
Fetched https://github.com/Quick/Nimble.git (0.30s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.1 (0.04s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.2 (0.57s)
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.3.1 (0.40s)
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/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.1
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 4.3.1
warning: 'rxswift': /Users/admin/builds/h8344Zi3/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/h8344Zi3/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/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rxcocoanetworking",
      "name": "RxCocoaNetworking",
      "url": "https://github.com/gobetti/RxCocoaNetworking.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxCocoaNetworking",
      "dependencies": [
        {
          "identity": "rxswift",
          "name": "RxSwift",
          "url": "https://github.com/ReactiveX/RxSwift.git",
          "version": "4.5.0",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
          "dependencies": [
          ]
        },
        {
          "identity": "quick",
          "name": "Quick",
          "url": "https://github.com/Quick/Quick.git",
          "version": "1.3.4",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Quick",
          "dependencies": [
            {
              "identity": "nimble",
              "name": "Nimble",
              "url": "https://github.com/Quick/Nimble.git",
              "version": "7.3.4",
              "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "nimble",
          "name": "Nimble",
          "url": "https://github.com/Quick/Nimble.git",
          "version": "7.3.4",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Nimble",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/gobetti/RxCocoaNetworking.git
[1/402] Fetching rxcocoanetworking
Fetched https://github.com/gobetti/RxCocoaNetworking.git (0.28s)
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/Quick/Quick.git (0.29s)
Fetched https://github.com/ReactiveX/RxSwift.git (0.35s)
Fetched https://github.com/Quick/Nimble.git (0.35s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (0.02s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 4.5.0 (0.46s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.03s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
Creating working copy for https://github.com/gobetti/RxCocoaNetworking.git
Working copy of https://github.com/gobetti/RxCocoaNetworking.git resolved at master
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 4.5.0
warning: '.resolve-product-dependencies': dependency 'rxcocoanetworking' is not used by any target
Found 3 product dependencies
  - RxSwift
  - Quick
  - Nimble
========================================
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/136] Compiling RxSwift AddRef.swift
[2/136] Compiling RxSwift Amb.swift
[3/136] Compiling RxSwift AnonymousDisposable.swift
[4/136] Compiling RxSwift AnonymousObserver.swift
[5/136] Compiling RxSwift AnyObserver.swift
[6/136] Compiling RxSwift AsMaybe.swift
[7/136] Compiling RxSwift AsSingle.swift
[8/136] Compiling RxSwift AsyncLock.swift
[9/136] Compiling RxSwift AsyncSubject.swift
[10/136] Compiling RxSwift Bag+Rx.swift
[11/136] Compiling RxSwift Bag.swift
[12/136] Compiling RxSwift BehaviorSubject.swift
[13/136] Compiling RxSwift BinaryDisposable.swift
[14/136] Compiling RxSwift BooleanDisposable.swift
[15/136] Compiling RxSwift Buffer.swift
[16/136] Compiling RxSwift Cancelable.swift
[17/136] Compiling RxSwift Catch.swift
[18/136] Compiling RxSwift CombineLatest+Collection.swift
[19/136] Compiling RxSwift CombineLatest+arity.swift
[20/154] Compiling RxSwift HistoricalScheduler.swift
[21/154] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[22/154] Compiling RxSwift ImmediateSchedulerType.swift
[23/154] Compiling RxSwift InfiniteSequence.swift
[24/154] Compiling RxSwift InvocableScheduledItem.swift
[25/154] Compiling RxSwift InvocableType.swift
[26/154] Compiling RxSwift Just.swift
[27/154] Compiling RxSwift Lock.swift
[28/154] Compiling RxSwift LockOwnerType.swift
[29/154] Compiling RxSwift MainScheduler.swift
[30/154] Compiling RxSwift Map.swift
[31/154] Compiling RxSwift Materialize.swift
[32/154] Compiling RxSwift Maybe.swift
[33/154] Compiling RxSwift Merge.swift
[34/154] Compiling RxSwift Multicast.swift
[35/154] Compiling RxSwift Never.swift
[36/154] Compiling RxSwift NopDisposable.swift
[37/154] Compiling RxSwift Observable.swift
[38/154] Compiling RxSwift ObservableConvertibleType.swift
[39/154] Compiling RxSwift DispatchQueue+Extensions.swift
[40/154] Compiling RxSwift DispatchQueueConfiguration.swift
[41/154] Compiling RxSwift Disposable.swift
[42/154] Compiling RxSwift Disposables.swift
[43/154] Compiling RxSwift DisposeBag.swift
[44/154] Compiling RxSwift DisposeBase.swift
[45/154] Compiling RxSwift DistinctUntilChanged.swift
[46/154] Compiling RxSwift Do.swift
[47/154] Compiling RxSwift ElementAt.swift
[48/154] Compiling RxSwift Empty.swift
[49/154] Compiling RxSwift Enumerated.swift
[50/154] Compiling RxSwift Error.swift
[51/154] Compiling RxSwift Errors.swift
[52/154] Compiling RxSwift Event.swift
[53/154] Compiling RxSwift Filter.swift
[54/154] Compiling RxSwift First.swift
[55/154] Compiling RxSwift Generate.swift
[56/154] Compiling RxSwift GroupBy.swift
[57/154] Compiling RxSwift GroupedObservable.swift
[58/154] Compiling RxSwift ShareReplayScope.swift
[59/154] Compiling RxSwift Single.swift
[60/154] Compiling RxSwift SingleAssignmentDisposable.swift
[61/154] Compiling RxSwift SingleAsync.swift
[62/154] Compiling RxSwift Sink.swift
[63/154] Compiling RxSwift Skip.swift
[64/154] Compiling RxSwift SkipUntil.swift
[65/154] Compiling RxSwift SkipWhile.swift
[66/154] Compiling RxSwift StartWith.swift
[67/154] Compiling RxSwift String+Rx.swift
[68/154] Compiling RxSwift SubjectType.swift
[69/154] Compiling RxSwift SubscribeOn.swift
[70/154] Compiling RxSwift SubscriptionDisposable.swift
[71/154] Compiling RxSwift SwiftSupport.swift
[72/154] Compiling RxSwift Switch.swift
[73/154] Compiling RxSwift SwitchIfEmpty.swift
[74/154] Compiling RxSwift SynchronizedDisposeType.swift
[75/154] Compiling RxSwift SynchronizedOnType.swift
[76/154] Emitting module RxSwift
[77/154] Compiling RxSwift RecursiveScheduler.swift
[78/154] Compiling RxSwift Reduce.swift
[79/154] Compiling RxSwift RefCountDisposable.swift
[80/154] Compiling RxSwift Repeat.swift
[81/154] Compiling RxSwift ReplaySubject.swift
[82/154] Compiling RxSwift RetryWhen.swift
[83/154] Compiling RxSwift Rx.swift
[84/154] Compiling RxSwift RxMutableBox.swift
[85/154] Compiling RxSwift Sample.swift
[86/154] Compiling RxSwift Scan.swift
[87/154] Compiling RxSwift ScheduledDisposable.swift
[88/154] Compiling RxSwift ScheduledItem.swift
[89/154] Compiling RxSwift ScheduledItemType.swift
[90/154] Compiling RxSwift SchedulerServices+Emulation.swift
[91/154] Compiling RxSwift SchedulerType.swift
[92/154] Compiling RxSwift Sequence.swift
[93/154] Compiling RxSwift SerialDispatchQueueScheduler.swift
[94/154] Compiling RxSwift SerialDisposable.swift
[95/154] Compiling RxSwift ObservableType+Extensions.swift
[96/154] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[97/154] Compiling RxSwift ObservableType.swift
[98/154] Compiling RxSwift ObserveOn.swift
[99/154] Compiling RxSwift ObserverBase.swift
[100/154] Compiling RxSwift ObserverType.swift
[101/154] Compiling RxSwift OperationQueueScheduler.swift
[102/154] Compiling RxSwift Optional.swift
[103/154] Compiling RxSwift Platform.Darwin.swift
[104/154] Compiling RxSwift Platform.Linux.swift
[105/154] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[106/154] Compiling RxSwift PrimitiveSequence.swift
[107/154] Compiling RxSwift PriorityQueue.swift
[108/154] Compiling RxSwift Producer.swift
[109/154] Compiling RxSwift PublishSubject.swift
[110/154] Compiling RxSwift Queue.swift
[111/154] Compiling RxSwift Range.swift
[112/154] Compiling RxSwift Reactive.swift
[113/154] Compiling RxSwift RecursiveLock.swift
[114/154] Compiling RxSwift CombineLatest.swift
[115/154] Compiling RxSwift Completable+AndThen.swift
[116/154] Compiling RxSwift Completable.swift
[117/154] Compiling RxSwift CompositeDisposable.swift
[118/154] Compiling RxSwift Concat.swift
[119/154] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[120/154] Compiling RxSwift ConcurrentMainScheduler.swift
[121/154] Compiling RxSwift ConnectableObservableType.swift
[122/154] Compiling RxSwift Create.swift
[123/154] Compiling RxSwift CurrentThreadScheduler.swift
[124/154] Compiling RxSwift Debounce.swift
[125/154] Compiling RxSwift Debug.swift
[126/154] Compiling RxSwift DefaultIfEmpty.swift
[127/154] Compiling RxSwift Deferred.swift
[128/154] Compiling RxSwift Delay.swift
[129/154] Compiling RxSwift DelaySubscription.swift
[130/154] Compiling RxSwift Dematerialize.swift
[131/154] Compiling RxSwift Deprecated.swift
[132/154] Compiling RxSwift DeprecationWarner.swift
[133/154] Compiling RxSwift SynchronizedUnsubscribeType.swift
[134/154] Compiling RxSwift TailRecursiveSink.swift
[135/154] Compiling RxSwift Take.swift
[136/154] Compiling RxSwift TakeLast.swift
[137/154] Compiling RxSwift TakeUntil.swift
[138/154] Compiling RxSwift TakeWhile.swift
[139/154] Compiling RxSwift Throttle.swift
[140/154] Compiling RxSwift Timeout.swift
[141/154] Compiling RxSwift Timer.swift
[142/154] Compiling RxSwift ToArray.swift
[143/154] Compiling RxSwift Using.swift
[144/154] Compiling RxSwift VirtualTimeConverterType.swift
[145/154] Compiling RxSwift VirtualTimeScheduler.swift
[146/154] Compiling RxSwift Window.swift
[147/154] Compiling RxSwift WithLatestFrom.swift
[148/154] Compiling RxSwift Zip+Collection.swift
[149/154] Compiling RxSwift Zip+arity.swift
[150/154] Compiling RxSwift Zip.swift
[150/154] Compiling RxCocoaRuntime _RX.m
[151/154] Compiling RxCocoaRuntime _RXDelegateProxy.m
[152/154] Compiling RxCocoaRuntime _RXKVOObserver.m
[153/154] Compiling RxCocoaRuntime _RXObjCRuntime.m
[155/249] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[156/249] Compiling RxCocoa UIImageView+Rx.swift
[157/249] Compiling RxCocoa UILabel+Rx.swift
[158/249] Compiling RxCocoa UINavigationController+Rx.swift
[159/249] Compiling RxCocoa UINavigationItem+Rx.swift
[160/249] Compiling RxCocoa UIPageControl+Rx.swift
[161/249] Compiling RxCocoa UIPickerView+Rx.swift
[162/249] Compiling RxCocoa UIProgressView+Rx.swift
[163/249] Compiling RxCocoa UIRefreshControl+Rx.swift
[164/249] Compiling RxCocoa UIScrollView+Rx.swift
[165/249] Compiling RxCocoa UISearchBar+Rx.swift
[166/249] Compiling RxCocoa UISearchController+Rx.swift
[167/249] Compiling RxCocoa UISegmentedControl+Rx.swift
[168/262] Compiling RxCocoa UISlider+Rx.swift
[169/262] Compiling RxCocoa UIStepper+Rx.swift
[170/262] Compiling RxCocoa UISwitch+Rx.swift
[171/262] Compiling RxCocoa UITabBar+Rx.swift
[172/262] Compiling RxCocoa UITabBarController+Rx.swift
[173/262] Compiling RxCocoa UITabBarItem+Rx.swift
[174/262] Compiling RxCocoa UITableView+Rx.swift
[175/262] Compiling RxCocoa UITextField+Rx.swift
[176/262] Compiling RxCocoa UITextView+Rx.swift
[177/262] Compiling RxCocoa UIView+Rx.swift
[178/262] Compiling RxCocoa UIViewController+Rx.swift
[179/262] Compiling RxCocoa UIWebView+Rx.swift
[180/262] Compiling RxCocoa URLSession+Rx.swift
[181/262] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[182/262] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[183/262] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[184/262] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[185/262] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[186/262] Compiling RxCocoa RxPickerViewAdapter.swift
[187/262] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[188/262] Compiling RxCocoa RxPickerViewDataSourceType.swift
[189/262] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[190/262] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[191/262] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[192/262] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[193/262] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[194/262] Compiling RxCocoa RxTabBarDelegateProxy.swift
[195/262] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[196/262] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[197/262] Compiling RxCocoa RxTableViewDataSourceType.swift
[198/262] Compiling RxCocoa RxTableViewDelegateProxy.swift
[199/262] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[200/262] Compiling RxCocoa RxTarget.swift
[201/262] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[202/262] Compiling RxCocoa RxTextViewDelegateProxy.swift
[203/262] Compiling RxCocoa RxWebViewDelegateProxy.swift
[204/262] Compiling RxCocoa SchedulerType+SharedSequence.swift
[205/262] Compiling RxCocoa SectionedViewDataSourceType.swift
[206/262] Compiling RxCocoa SharedSequence+Operators+arity.swift
[207/262] Compiling RxCocoa SharedSequence+Operators.swift
[208/262] Compiling RxCocoa SharedSequence.swift
[209/262] Compiling RxCocoa Signal+Subscription.swift
[210/262] Compiling RxCocoa Signal.swift
[211/262] Compiling RxCocoa TextInput.swift
[212/262] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[213/262] Compiling RxCocoa UIAlertAction+Rx.swift
[214/262] Compiling RxCocoa UIApplication+Rx.swift
[215/262] Compiling RxCocoa UIBarButtonItem+Rx.swift
[216/262] Compiling RxCocoa UIButton+Rx.swift
[217/262] Compiling RxCocoa UICollectionView+Rx.swift
[218/262] Compiling RxCocoa UIControl+Rx.swift
[219/262] Compiling RxCocoa UIDatePicker+Rx.swift
[220/262] Compiling RxCocoa NSSlider+Rx.swift
[221/262] Compiling RxCocoa NSTextField+Rx.swift
[222/262] Compiling RxCocoa NSTextStorage+Rx.swift
[223/262] Compiling RxCocoa NSView+Rx.swift
[224/262] Compiling RxCocoa NotificationCenter+Rx.swift
[225/262] Compiling RxCocoa Observable+Bind.swift
[226/262] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[227/262] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[228/262] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[229/262] Compiling RxCocoa PublishRelay+Signal.swift
[230/262] Compiling RxCocoa PublishRelay.swift
[231/262] Compiling RxCocoa RxCocoa.swift
[232/262] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[233/262] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[234/262] Compiling RxCocoa BehaviorRelay+Driver.swift
[235/262] Compiling RxCocoa BehaviorRelay.swift
[236/262] Compiling RxCocoa Binder.swift
[237/262] Compiling RxCocoa ControlEvent+Driver.swift
[238/262] Compiling RxCocoa ControlEvent+Signal.swift
[239/262] Compiling RxCocoa ControlEvent.swift
[240/262] Compiling RxCocoa ControlProperty+Driver.swift
[241/262] Compiling RxCocoa ControlProperty.swift
[242/262] Compiling RxCocoa ControlTarget.swift
[243/262] Compiling RxCocoa DelegateProxy.swift
[244/262] Compiling RxCocoa DelegateProxyType.swift
[245/262] Compiling RxCocoa Deprecated.swift
[246/262] Compiling RxCocoa DispatchQueue+Extensions.swift
[247/262] Compiling RxCocoa Driver+Subscription.swift
[248/262] Emitting module RxCocoa
[249/262] Compiling RxCocoa Driver.swift
[250/262] Compiling RxCocoa ItemEvents.swift
[251/262] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[252/262] Compiling RxCocoa KVORepresentable+Swift.swift
[253/262] Compiling RxCocoa KVORepresentable.swift
[254/262] Compiling RxCocoa KeyPathBinder.swift
[255/262] Compiling RxCocoa Logging.swift
[256/262] Compiling RxCocoa NSButton+Rx.swift
[257/262] Compiling RxCocoa NSControl+Rx.swift
[258/262] Compiling RxCocoa NSImageView+Rx.swift
[259/262] Compiling RxCocoa NSLayoutConstraint+Rx.swift
[260/262] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[261/262] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[262/262] Compiling RxCocoa NSObject+Rx.swift
[263/269] Compiling RxCocoaNetworking Stub.swift
[264/269] Compiling RxCocoaNetworking ReactiveURLSessionProtocol.swift
[265/269] Compiling RxCocoaNetworking Provider.swift
[266/269] Compiling RxCocoaNetworking URLRequest+Extensions.swift
[267/269] Emitting module RxCocoaNetworking
[268/269] Compiling RxCocoaNetworking TargetType.swift
[269/269] Compiling RxCocoaNetworking Task.swift
Build complete! (18.87s)
warning: 'rxswift': /Users/admin/builds/h8344Zi3/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/h8344Zi3/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.