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

Successful build of RxOptional, reference v5.0.6 (8fc89d), with Swift 6.0 for macOS (SPM) on 6 Nov 2024 10:59:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxOptional.git
Reference: v5.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RxSwiftCommunity/RxOptional
 * tag               v5.0.6     -> FETCH_HEAD
HEAD is now at 8fc89dd 5.0.6
Cloned https://github.com/RxSwiftCommunity/RxOptional.git
Revision (git rev-parse @):
8fc89dd1d45e0207b3df29c9dd02bdb39e431f3a
SUCCESS checkout https://github.com/RxSwiftCommunity/RxOptional.git at v5.0.6
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/Quick/Quick.git
[1/1257] Fetching cwlpreconditiontesting
[203/1712] Fetching cwlpreconditiontesting, cwlcatchexception
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.91s)
[1/14728] Fetching quick
[2211/67097] Fetching quick, rxswift
[16824/86353] Fetching quick, rxswift, nimble
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (1.62s)
Fetched https://github.com/Quick/Nimble.git from cache (2.68s)
[66734/67097] Fetching quick, rxswift
Fetched https://github.com/Quick/Quick.git from cache (7.15s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (7.15s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.0.0 (0.66s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.0.0 (0.66s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.0.0 (0.65s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.65s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.64s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.0.0
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rxoptional",
      "name": "RxOptional",
      "url": "https://github.com/RxSwiftCommunity/RxOptional.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxOptional",
      "dependencies": [
        {
          "identity": "rxswift",
          "name": "RxSwift",
          "url": "https://github.com/ReactiveX/RxSwift.git",
          "version": "6.8.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/RxSwiftCommunity/RxOptional.git
[1/2302] Fetching rxoptional
Fetched https://github.com/RxSwiftCommunity/RxOptional.git from cache (1.09s)
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.77s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.50s)
Creating working copy for https://github.com/RxSwiftCommunity/RxOptional.git
Working copy of https://github.com/RxSwiftCommunity/RxOptional.git resolved at v5.0.6 (8fc89dd)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.8.0
warning: '.resolve-product-dependencies': dependency 'rxoptional' is not used by any target
Found 1 product dependencies
  - RxSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/RxSwiftCommunity/RxOptional.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/9] Write sources
[4/9] Write swift-version--7754E27361AE5C74.txt
[6/152] Compiling RxSwift AddRef.swift
[7/152] Compiling RxSwift Amb.swift
[8/152] Compiling RxSwift AnonymousDisposable.swift
[9/152] Compiling RxSwift AnonymousObserver.swift
[10/152] Compiling RxSwift AnyObserver.swift
[11/152] Compiling RxSwift AsMaybe.swift
[12/152] Compiling RxSwift AsSingle.swift
[13/152] Compiling RxSwift AsyncLock.swift
[14/152] Compiling RxSwift AsyncSubject.swift
[15/152] Compiling RxSwift AtomicInt.swift
[16/152] Compiling RxSwift Bag+Rx.swift
[17/152] Compiling RxSwift Bag.swift
[18/152] Compiling RxSwift BehaviorSubject.swift
[19/152] Compiling RxSwift BinaryDisposable.swift
[20/152] Compiling RxSwift Binder.swift
[21/152] Compiling RxSwift BooleanDisposable.swift
[22/167] Compiling RxSwift Sample.swift
[23/167] Compiling RxSwift Scan.swift
[24/167] Compiling RxSwift ScheduledDisposable.swift
[25/167] Compiling RxSwift ScheduledItem.swift
[26/167] Compiling RxSwift ScheduledItemType.swift
[27/167] Compiling RxSwift SchedulerServices+Emulation.swift
[28/167] Compiling RxSwift SchedulerType.swift
[29/167] Compiling RxSwift Sequence.swift
[30/167] Compiling RxSwift SerialDispatchQueueScheduler.swift
[31/167] Compiling RxSwift SerialDisposable.swift
[32/167] Compiling RxSwift ShareReplayScope.swift
[33/167] Compiling RxSwift Single.swift
[34/167] Compiling RxSwift SingleAssignmentDisposable.swift
[35/167] Compiling RxSwift SingleAsync.swift
[36/167] Compiling RxSwift Sink.swift
[37/167] Compiling RxSwift Buffer.swift
[38/167] Compiling RxSwift Cancelable.swift
[39/167] Compiling RxSwift Catch.swift
[40/167] Compiling RxSwift CombineLatest+Collection.swift
[41/167] Compiling RxSwift CombineLatest+arity.swift
[42/167] Compiling RxSwift CombineLatest.swift
[43/167] Compiling RxSwift CompactMap.swift
[44/167] Compiling RxSwift Completable+AndThen.swift
[45/167] Compiling RxSwift Completable.swift
[46/167] Compiling RxSwift CompositeDisposable.swift
[47/167] Compiling RxSwift Concat.swift
[48/167] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[49/167] Compiling RxSwift ConcurrentMainScheduler.swift
[50/167] Compiling RxSwift ConnectableObservableType.swift
[51/167] Compiling RxSwift Create.swift
[52/167] Compiling RxSwift CurrentThreadScheduler.swift
[53/167] Emitting module RxSwift
[54/167] Compiling RxSwift Never.swift
[55/167] Compiling RxSwift NopDisposable.swift
[56/167] Compiling RxSwift Observable.swift
[57/167] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[58/167] Compiling RxSwift ObservableConvertibleType.swift
[59/167] Compiling RxSwift ObservableType+Extensions.swift
[60/167] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[61/167] Compiling RxSwift ObservableType.swift
[62/167] Compiling RxSwift ObserveOn.swift
[63/167] Compiling RxSwift ObserverBase.swift
[64/167] Compiling RxSwift ObserverType.swift
[65/167] Compiling RxSwift OperationQueueScheduler.swift
[66/167] Compiling RxSwift Optional.swift
[67/167] Compiling RxSwift Platform.Darwin.swift
[68/167] Compiling RxSwift Platform.Linux.swift
[69/167] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[70/167] Compiling RxSwift PrimitiveSequence.swift
[71/167] Compiling RxSwift PriorityQueue.swift
[72/167] Compiling RxSwift Producer.swift
[73/167] Compiling RxSwift PublishSubject.swift
[74/167] Compiling RxSwift Queue.swift
[75/167] Compiling RxSwift Range.swift
[76/167] Compiling RxSwift Reactive.swift
[77/167] Compiling RxSwift RecursiveLock.swift
[78/167] Compiling RxSwift RecursiveScheduler.swift
[79/167] Compiling RxSwift Reduce.swift
[80/167] Compiling RxSwift RefCountDisposable.swift
[81/167] Compiling RxSwift Repeat.swift
[82/167] Compiling RxSwift ReplaySubject.swift
[83/167] Compiling RxSwift RetryWhen.swift
[84/167] Compiling RxSwift Rx.swift
[85/167] Compiling RxSwift RxMutableBox.swift
[86/167] Compiling RxSwift Do.swift
[87/167] Compiling RxSwift ElementAt.swift
[88/167] Compiling RxSwift Empty.swift
[89/167] Compiling RxSwift Enumerated.swift
[90/167] Compiling RxSwift Error.swift
[91/167] Compiling RxSwift Errors.swift
[92/167] Compiling RxSwift Event.swift
[93/167] Compiling RxSwift Filter.swift
[94/167] Compiling RxSwift First.swift
[95/167] Compiling RxSwift Generate.swift
[96/167] Compiling RxSwift GroupBy.swift
[97/167] Compiling RxSwift GroupedObservable.swift
[98/167] Compiling RxSwift HistoricalScheduler.swift
[99/167] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[100/167] Compiling RxSwift ImmediateSchedulerType.swift
[101/167] Compiling RxSwift Infallible+CombineLatest+arity.swift
[102/167] Compiling RxSwift Infallible+Create.swift
[103/167] Compiling RxSwift Infallible+Operators.swift
[104/167] Compiling RxSwift Infallible+Zip+arity.swift
[105/167] Compiling RxSwift Infallible.swift
[106/167] Compiling RxSwift InfiniteSequence.swift
[107/167] Compiling RxSwift InvocableScheduledItem.swift
[108/167] Compiling RxSwift InvocableType.swift
[109/167] Compiling RxSwift Just.swift
[110/167] Compiling RxSwift Lock.swift
[111/167] Compiling RxSwift LockOwnerType.swift
[112/167] Compiling RxSwift MainScheduler.swift
[113/167] Compiling RxSwift Map.swift
[114/167] Compiling RxSwift Materialize.swift
[115/167] Compiling RxSwift Maybe.swift
[116/167] Compiling RxSwift Merge.swift
[117/167] Compiling RxSwift Multicast.swift
[118/167] Compiling RxSwift Skip.swift
[119/167] Compiling RxSwift SkipUntil.swift
[120/167] Compiling RxSwift SkipWhile.swift
[121/167] Compiling RxSwift StartWith.swift
[122/167] Compiling RxSwift SubjectType.swift
[123/167] Compiling RxSwift SubscribeOn.swift
[124/167] Compiling RxSwift SubscriptionDisposable.swift
[125/167] Compiling RxSwift SwiftSupport.swift
[126/167] Compiling RxSwift Switch.swift
[127/167] Compiling RxSwift SwitchIfEmpty.swift
[128/167] Compiling RxSwift SynchronizedDisposeType.swift
[129/167] Compiling RxSwift SynchronizedOnType.swift
[130/167] Compiling RxSwift SynchronizedUnsubscribeType.swift
[131/167] Compiling RxSwift TailRecursiveSink.swift
[132/167] Compiling RxSwift Take.swift
[133/167] Compiling RxSwift Date+Dispatch.swift
[134/167] Compiling RxSwift Debounce.swift
[135/167] Compiling RxSwift Debug.swift
[136/167] Compiling RxSwift Decode.swift
[137/167] Compiling RxSwift DefaultIfEmpty.swift
[138/167] Compiling RxSwift Deferred.swift
[139/167] Compiling RxSwift Delay.swift
[140/167] Compiling RxSwift DelaySubscription.swift
[141/167] Compiling RxSwift Dematerialize.swift
[142/167] Compiling RxSwift DispatchQueue+Extensions.swift
[143/167] Compiling RxSwift DispatchQueueConfiguration.swift
[144/167] Compiling RxSwift Disposable.swift
[145/167] Compiling RxSwift Disposables.swift
[146/167] Compiling RxSwift DisposeBag.swift
[147/167] Compiling RxSwift DisposeBase.swift
[148/167] Compiling RxSwift DistinctUntilChanged.swift
[149/167] Compiling RxSwift TakeLast.swift
[150/167] Compiling RxSwift TakeWithPredicate.swift
[151/167] Compiling RxSwift Throttle.swift
[152/167] Compiling RxSwift Timeout.swift
[153/167] Compiling RxSwift Timer.swift
[154/167] Compiling RxSwift ToArray.swift
[155/167] Compiling RxSwift Using.swift
[156/167] Compiling RxSwift VirtualTimeConverterType.swift
[157/167] Compiling RxSwift VirtualTimeScheduler.swift
[158/167] Compiling RxSwift Window.swift
[159/167] Compiling RxSwift WithLatestFrom.swift
[160/167] Compiling RxSwift WithUnretained.swift
[161/167] Compiling RxSwift Zip+Collection.swift
[162/167] Compiling RxSwift Zip+arity.swift
[163/167] Compiling RxSwift Zip.swift
[164/173] Compiling RxRelay ReplayRelay.swift
[165/173] Compiling RxRelay Utils.swift
[166/173] Compiling RxRelay PublishRelay.swift
[167/173] Compiling RxRelay BehaviorRelay.swift
[168/173] Emitting module RxRelay
[169/173] Compiling RxRelay Observable+Bind.swift
[169/173] Compiling RxCocoaRuntime _RXDelegateProxy.m
[170/173] Compiling RxCocoaRuntime _RX.m
[171/173] Compiling RxCocoaRuntime _RXKVOObserver.m
[172/173] Compiling RxCocoaRuntime _RXObjCRuntime.m
[174/257] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[175/257] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[176/257] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[177/257] Compiling RxCocoa RxPickerViewAdapter.swift
[178/257] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[179/257] Compiling RxCocoa RxPickerViewDataSourceType.swift
[180/257] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[181/257] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[182/257] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[183/266] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[184/266] Compiling RxCocoa UINavigationController+Rx.swift
[185/266] Compiling RxCocoa UIPickerView+Rx.swift
[186/266] Compiling RxCocoa UIRefreshControl+Rx.swift
[187/266] Compiling RxCocoa UIScrollView+Rx.swift
[188/266] Compiling RxCocoa UISearchBar+Rx.swift
[189/266] Compiling RxCocoa UISearchController+Rx.swift
[190/266] Compiling RxCocoa UISegmentedControl+Rx.swift
[191/266] Compiling RxCocoa UISlider+Rx.swift
[192/266] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[193/266] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[194/266] Compiling RxCocoa RxTabBarDelegateProxy.swift
[195/266] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[196/266] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[197/266] Compiling RxCocoa RxTableViewDataSourceType.swift
[198/266] Compiling RxCocoa RxTableViewDelegateProxy.swift
[199/266] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[200/266] Compiling RxCocoa RxTarget.swift
[201/266] Compiling RxCocoa Signal.swift
[202/266] Compiling RxCocoa TextInput.swift
[203/266] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[204/266] Compiling RxCocoa UIApplication+Rx.swift
[205/266] Compiling RxCocoa UIBarButtonItem+Rx.swift
[206/266] Compiling RxCocoa UIButton+Rx.swift
[207/266] Compiling RxCocoa UICollectionView+Rx.swift
[208/266] Compiling RxCocoa UIControl+Rx.swift
[209/266] Compiling RxCocoa UIDatePicker+Rx.swift
[210/266] Emitting module RxCocoa
[211/266] Compiling RxCocoa Driver+Subscription.swift
[212/266] Compiling RxCocoa Driver.swift
[213/266] Compiling RxCocoa Infallible+Bind.swift
[214/266] Compiling RxCocoa ItemEvents.swift
[215/266] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[216/266] Compiling RxCocoa KVORepresentable+Swift.swift
[217/266] Compiling RxCocoa KVORepresentable.swift
[218/266] Compiling RxCocoa NSButton+Rx.swift
[219/266] Compiling RxCocoa NSControl+Rx.swift
[220/266] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[221/266] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[222/266] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[223/266] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[224/266] Compiling RxCocoa PublishRelay+Signal.swift
[225/266] Compiling RxCocoa RxCocoa.swift
[226/266] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[227/266] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[228/266] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[229/266] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[230/266] Compiling RxCocoa BehaviorRelay+Driver.swift
[231/266] Compiling RxCocoa ControlEvent+Driver.swift
[232/266] Compiling RxCocoa ControlEvent+Signal.swift
[233/266] Compiling RxCocoa ControlEvent.swift
[234/266] Compiling RxCocoa ControlProperty+Driver.swift
[235/266] Compiling RxCocoa ControlProperty.swift
[236/266] Compiling RxCocoa ControlTarget.swift
[237/266] Compiling RxCocoa DelegateProxy.swift
[238/266] Compiling RxCocoa DelegateProxyType.swift
[239/266] Compiling RxCocoa DispatchQueue+Extensions.swift
[240/266] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[241/266] Compiling RxCocoa NSObject+Rx.swift
[242/266] Compiling RxCocoa NSSlider+Rx.swift
[243/266] Compiling RxCocoa NSTextField+Rx.swift
[244/266] Compiling RxCocoa NSTextStorage+Rx.swift
[245/266] Compiling RxCocoa NSTextView+Rx.swift
[246/266] Compiling RxCocoa NSView+Rx.swift
[247/266] Compiling RxCocoa NotificationCenter+Rx.swift
[248/266] Compiling RxCocoa Observable+Bind.swift
[249/266] Compiling RxCocoa UIStepper+Rx.swift
[250/266] Compiling RxCocoa UISwitch+Rx.swift
[251/266] Compiling RxCocoa UITabBar+Rx.swift
[252/266] Compiling RxCocoa UITabBarController+Rx.swift
[253/266] Compiling RxCocoa UITableView+Rx.swift
[254/266] Compiling RxCocoa UITextField+Rx.swift
[255/266] Compiling RxCocoa UITextView+Rx.swift
[256/266] Compiling RxCocoa URLSession+Rx.swift
[257/266] Compiling RxCocoa WKWebView+Rx.swift
[258/266] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[259/266] Compiling RxCocoa RxTextViewDelegateProxy.swift
[260/266] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[261/266] Compiling RxCocoa SchedulerType+SharedSequence.swift
[262/266] Compiling RxCocoa SectionedViewDataSourceType.swift
[263/266] Compiling RxCocoa SharedSequence+Operators+arity.swift
[264/266] Compiling RxCocoa SharedSequence+Operators.swift
[265/266] Compiling RxCocoa SharedSequence.swift
[266/266] Compiling RxCocoa Signal+Subscription.swift
[267/274] Compiling RxOptional RxOptionalError.swift
[268/274] Compiling RxOptional Observable+Optional.swift
[269/274] Compiling RxOptional Occupiable.swift
[270/274] Emitting module RxOptional
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Occupiable.swift:11:57: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
 9 |    */
10 |
11 |   func filterEmpty() -> SharedSequence<SharingStrategy, Element> {
   |                                                         `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
12 |     return flatMap { element -> SharedSequence<SharingStrategy, Element> in
13 |       guard element.isNotEmpty else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Occupiable.swift:28:80: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
26 |    */
27 |
28 |   func catchOnEmpty(_ handler: @escaping () -> SharedSequence<SharingStrategy, Element>) -> SharedSequence<SharingStrategy, Element> {
   |                                                                                `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
29 |     return flatMap { element -> SharedSequence<SharingStrategy, Element> in
30 |       guard element.isNotEmpty else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Occupiable.swift:28:125: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
26 |    */
27 |
28 |   func catchOnEmpty(_ handler: @escaping () -> SharedSequence<SharingStrategy, Element>) -> SharedSequence<SharingStrategy, Element> {
   |                                                                                                                             `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
29 |     return flatMap { element -> SharedSequence<SharingStrategy, Element> in
30 |       guard element.isNotEmpty else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Occupiable.swift:4:54: warning: cannot use associated type 'Element' in an extension with public or '@usableFromInline' members; 'RxSwift' was not imported by this file
 2 | import RxCocoa
 3 |
 4 | public extension SharedSequenceConvertibleType where Element: Occupiable {
   |                                                      `- warning: cannot use associated type 'Element' in an extension with public or '@usableFromInline' members; 'RxSwift' was not imported by this file
 5 |   /**
 6 |    Filters out empty elements.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Optional.swift:10:55: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
 8 |    */
 9 |
10 |   func filterNil() -> SharedSequence<SharingStrategy, Element.Wrapped> {
   |                                                       `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
11 |     return flatMap { element -> SharedSequence<SharingStrategy, Element.Wrapped> in
12 |       guard let value = element.value else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Optional.swift:27:37: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
25 |    */
26 |
27 |   func replaceNilWith(_ valueOnNil: Element.Wrapped) -> SharedSequence<SharingStrategy, Element.Wrapped> {
   |                                     `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
28 |     return map { element -> Element.Wrapped in
29 |       guard let value = element.value else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Optional.swift:27:89: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
25 |    */
26 |
27 |   func replaceNilWith(_ valueOnNil: Element.Wrapped) -> SharedSequence<SharingStrategy, Element.Wrapped> {
   |                                                                                         `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
28 |     return map { element -> Element.Wrapped in
29 |       guard let value = element.value else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Optional.swift:44:78: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
42 |    */
43 |
44 |   func catchOnNil(_ handler: @escaping () -> SharedSequence<SharingStrategy, Element.Wrapped>) -> SharedSequence<SharingStrategy, Element.Wrapped> {
   |                                                                              `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
45 |     return flatMap { element -> SharedSequence<SharingStrategy, Element.Wrapped> in
46 |       guard let value = element.value else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Optional.swift:44:131: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
42 |    */
43 |
44 |   func catchOnNil(_ handler: @escaping () -> SharedSequence<SharingStrategy, Element.Wrapped>) -> SharedSequence<SharingStrategy, Element.Wrapped> {
   |                                                                                                                                   `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
45 |     return flatMap { element -> SharedSequence<SharingStrategy, Element.Wrapped> in
46 |       guard let value = element.value else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Optional.swift:3:54: warning: cannot use associated type 'Element' in an extension with public or '@usableFromInline' members; 'RxSwift' was not imported by this file
 1 | import RxCocoa
 2 |
 3 | public extension SharedSequenceConvertibleType where Element: OptionalType {
   |                                                      `- warning: cannot use associated type 'Element' in an extension with public or '@usableFromInline' members; 'RxSwift' was not imported by this file
 4 |   /**
 5 |    Unwraps and filters out `nil` elements.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
[271/274] Compiling RxOptional SharedSequence+Occupiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Occupiable.swift:11:57: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
 9 |    */
10 |
11 |   func filterEmpty() -> SharedSequence<SharingStrategy, Element> {
   |                                                         `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
12 |     return flatMap { element -> SharedSequence<SharingStrategy, Element> in
13 |       guard element.isNotEmpty else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Occupiable.swift:28:80: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
26 |    */
27 |
28 |   func catchOnEmpty(_ handler: @escaping () -> SharedSequence<SharingStrategy, Element>) -> SharedSequence<SharingStrategy, Element> {
   |                                                                                `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
29 |     return flatMap { element -> SharedSequence<SharingStrategy, Element> in
30 |       guard element.isNotEmpty else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Occupiable.swift:28:125: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
26 |    */
27 |
28 |   func catchOnEmpty(_ handler: @escaping () -> SharedSequence<SharingStrategy, Element>) -> SharedSequence<SharingStrategy, Element> {
   |                                                                                                                             `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
29 |     return flatMap { element -> SharedSequence<SharingStrategy, Element> in
30 |       guard element.isNotEmpty else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Occupiable.swift:4:54: warning: cannot use associated type 'Element' in an extension with public or '@usableFromInline' members; 'RxSwift' was not imported by this file
 2 | import RxCocoa
 3 |
 4 | public extension SharedSequenceConvertibleType where Element: Occupiable {
   |                                                      `- warning: cannot use associated type 'Element' in an extension with public or '@usableFromInline' members; 'RxSwift' was not imported by this file
 5 |   /**
 6 |    Filters out empty elements.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
[272/274] Compiling RxOptional OptionalType.swift
[273/274] Compiling RxOptional Observable+Occupiable.swift
[274/274] Compiling RxOptional SharedSequence+Optional.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Optional.swift:10:55: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
 8 |    */
 9 |
10 |   func filterNil() -> SharedSequence<SharingStrategy, Element.Wrapped> {
   |                                                       `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
11 |     return flatMap { element -> SharedSequence<SharingStrategy, Element.Wrapped> in
12 |       guard let value = element.value else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Optional.swift:27:37: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
25 |    */
26 |
27 |   func replaceNilWith(_ valueOnNil: Element.Wrapped) -> SharedSequence<SharingStrategy, Element.Wrapped> {
   |                                     `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
28 |     return map { element -> Element.Wrapped in
29 |       guard let value = element.value else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Optional.swift:27:89: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
25 |    */
26 |
27 |   func replaceNilWith(_ valueOnNil: Element.Wrapped) -> SharedSequence<SharingStrategy, Element.Wrapped> {
   |                                                                                         `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
28 |     return map { element -> Element.Wrapped in
29 |       guard let value = element.value else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Optional.swift:44:78: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
42 |    */
43 |
44 |   func catchOnNil(_ handler: @escaping () -> SharedSequence<SharingStrategy, Element.Wrapped>) -> SharedSequence<SharingStrategy, Element.Wrapped> {
   |                                                                              `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
45 |     return flatMap { element -> SharedSequence<SharingStrategy, Element.Wrapped> in
46 |       guard let value = element.value else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Optional.swift:44:131: warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
42 |    */
43 |
44 |   func catchOnNil(_ handler: @escaping () -> SharedSequence<SharingStrategy, Element.Wrapped>) -> SharedSequence<SharingStrategy, Element.Wrapped> {
   |                                                                                                                                   `- warning: cannot use associated type 'Element' here; 'RxSwift' was not imported by this file
45 |     return flatMap { element -> SharedSequence<SharingStrategy, Element.Wrapped> in
46 |       guard let value = element.value else {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
/Users/admin/builder/spi-builder-workspace/Sources/RxOptional/SharedSequence+Optional.swift:3:54: warning: cannot use associated type 'Element' in an extension with public or '@usableFromInline' members; 'RxSwift' was not imported by this file
 1 | import RxCocoa
 2 |
 3 | public extension SharedSequenceConvertibleType where Element: OptionalType {
   |                                                      `- warning: cannot use associated type 'Element' in an extension with public or '@usableFromInline' members; 'RxSwift' was not imported by this file
 4 |   /**
 5 |    Unwraps and filters out `nil` elements.
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift:12:20: note: type declared here
10 | public protocol ObservableConvertibleType {
11 |     /// Type of elements in sequence.
12 |     associatedtype Element
   |                    `- note: type declared here
13 |
14 |     /// Converts `self` to `Observable` sequence.
Build complete! (30.24s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    }
  ],
  "manifest_display_name" : "RxOptional",
  "name" : "RxOptional",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "RxOptional",
      "targets" : [
        "RxOptional"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RxOptionalTests",
      "module_type" : "SwiftTarget",
      "name" : "RxOptionalTests",
      "path" : "Tests/RxOptionalTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "OccupiableOperatorsTests.swift",
        "OptionalOperatorsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RxOptional"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxOptional",
      "module_type" : "SwiftTarget",
      "name" : "RxOptional",
      "path" : "Sources",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa"
      ],
      "product_memberships" : [
        "RxOptional"
      ],
      "sources" : [
        "RxOptional/Observable+Occupiable.swift",
        "RxOptional/Observable+Optional.swift",
        "RxOptional/Occupiable.swift",
        "RxOptional/OptionalType.swift",
        "RxOptional/RxOptionalError.swift",
        "RxOptional/SharedSequence+Occupiable.swift",
        "RxOptional/SharedSequence+Optional.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.