This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 RxDataSources with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 5

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxDataSources.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RxSwiftCommunity/RxDataSources
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bbfea38 Merge pull request #407 from Fleuronic/fix-typo
Submodule path 'Carthage/Checkouts/RxSwift': checked out 'c8742ed97fc2f0c015a5ea5eddefb064cd7532d2'
Submodule 'Carthage/Checkouts/RxSwift' (https://github.com/ReactiveX/RxSwift.git) registered for path 'Carthage/Checkouts/RxSwift'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/RxSwift'...
Cloned https://github.com/RxSwiftCommunity/RxDataSources.git
Revision (git rev-parse @):
bbfea3869f5492580563c676acda729c64fa489e
SUCCESS checkout https://github.com/RxSwiftCommunity/RxDataSources.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/RxSwiftCommunity/RxDataSources.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/12] Write sources
[5/12] Write swift-version-6F35C1178C84523A.txt
[7/167] Compiling Differentiator SectionModelType.swift
[8/168] Compiling Differentiator ItemPath.swift
[9/168] Compiling Differentiator SectionModel.swift
[10/168] Compiling Differentiator IdentifiableValue.swift
[11/168] Compiling Differentiator Optional+Extensions.swift
[12/168] Compiling RxSwift AnonymousDisposable.swift
[13/168] Compiling RxSwift AnonymousObserver.swift
[14/168] Compiling Differentiator IdentifiableType.swift
[15/168] Compiling Differentiator Diff.swift
/Users/admin/builder/spi-builder-workspace/Sources/Differentiator/Diff.swift:25:14: warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 23 |     public enum Error : Swift.Error, CustomDebugStringConvertible {
 24 |
 25 |         case duplicateItem(item: Any)
    |              `- warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
/Users/admin/builder/spi-builder-workspace/Sources/Differentiator/Diff.swift:26:14: warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
    |              `- warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
 28 |
/Users/admin/builder/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/Users/admin/builder/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/Users/admin/builder/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
[16/168] Emitting module Differentiator
/Users/admin/builder/spi-builder-workspace/Sources/Differentiator/Diff.swift:25:14: warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 23 |     public enum Error : Swift.Error, CustomDebugStringConvertible {
 24 |
 25 |         case duplicateItem(item: Any)
    |              `- warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
/Users/admin/builder/spi-builder-workspace/Sources/Differentiator/Diff.swift:26:14: warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
    |              `- warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
 28 |
/Users/admin/builder/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/Users/admin/builder/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/Users/admin/builder/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
[17/168] Compiling RxSwift AddRef.swift
[18/168] Compiling RxSwift Amb.swift
[19/168] Compiling RxSwift Skip.swift
[20/168] Compiling RxSwift SkipUntil.swift
[21/168] Compiling RxSwift SkipWhile.swift
[22/168] Compiling RxSwift StartWith.swift
[23/168] Compiling RxSwift SubjectType.swift
[24/168] Compiling RxSwift SubscribeOn.swift
[25/168] Compiling RxSwift SubscriptionDisposable.swift
[26/168] Compiling RxSwift SwiftSupport.swift
[27/168] Compiling RxSwift Switch.swift
[28/168] Compiling RxSwift SwitchIfEmpty.swift
[29/168] Compiling RxSwift SynchronizedDisposeType.swift
[30/168] Compiling RxSwift SynchronizedOnType.swift
[31/168] Compiling RxSwift SynchronizedUnsubscribeType.swift
[32/168] Compiling RxSwift TailRecursiveSink.swift
[33/168] Compiling RxSwift Take.swift
[38/183] Compiling RxSwift AnyObserver.swift
[39/183] Compiling RxSwift AsMaybe.swift
[40/183] Compiling RxSwift AsSingle.swift
[41/183] Compiling RxSwift AsyncLock.swift
[42/183] Compiling RxSwift AsyncSubject.swift
[43/183] Compiling RxSwift AtomicInt.swift
[44/183] Compiling RxSwift Bag+Rx.swift
[45/183] Compiling RxSwift Bag.swift
[46/183] Compiling RxSwift BehaviorSubject.swift
[47/183] Compiling RxSwift BinaryDisposable.swift
[48/183] Compiling RxSwift Binder.swift
[49/183] Compiling RxSwift BooleanDisposable.swift
[50/183] Emitting module RxSwift
[51/183] Compiling Differentiator Utilities.swift
[52/183] Compiling RxSwift Date+Dispatch.swift
[53/183] Compiling RxSwift Debounce.swift
[54/183] Compiling RxSwift Debug.swift
[55/183] Compiling RxSwift Decode.swift
[56/183] Compiling RxSwift DefaultIfEmpty.swift
[57/183] Compiling RxSwift Deferred.swift
[58/183] Compiling RxSwift Delay.swift
[59/183] Compiling RxSwift DelaySubscription.swift
[60/183] Compiling RxSwift Dematerialize.swift
[61/183] Compiling RxSwift DispatchQueue+Extensions.swift
[62/183] Compiling RxSwift DispatchQueueConfiguration.swift
[63/183] Compiling RxSwift Disposable.swift
[64/183] Compiling RxSwift Disposables.swift
[65/183] Compiling RxSwift DisposeBag.swift
[66/183] Compiling RxSwift DisposeBase.swift
[67/183] Compiling RxSwift DistinctUntilChanged.swift
[68/183] Compiling RxSwift Buffer.swift
[69/183] Compiling RxSwift Cancelable.swift
[70/183] Compiling RxSwift Catch.swift
[71/183] Compiling RxSwift CombineLatest+Collection.swift
[72/183] Compiling RxSwift CombineLatest+arity.swift
[73/183] Compiling RxSwift CombineLatest.swift
[74/183] Compiling RxSwift CompactMap.swift
[75/183] Compiling RxSwift Completable+AndThen.swift
[76/183] Compiling RxSwift Completable.swift
[77/183] Compiling RxSwift CompositeDisposable.swift
[78/183] Compiling RxSwift Concat.swift
[79/183] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[80/183] Compiling RxSwift ConcurrentMainScheduler.swift
[81/183] Compiling RxSwift ConnectableObservableType.swift
[82/183] Compiling RxSwift Create.swift
[83/183] Compiling RxSwift CurrentThreadScheduler.swift
[84/183] Compiling RxSwift Infallible+Create.swift
[85/183] Compiling RxSwift Infallible+Operators.swift
[86/183] Compiling RxSwift Infallible+Zip+arity.swift
[87/183] Compiling RxSwift Infallible.swift
[88/183] Compiling RxSwift InfiniteSequence.swift
[89/183] Compiling RxSwift InvocableScheduledItem.swift
[90/183] Compiling RxSwift InvocableType.swift
[91/183] Compiling RxSwift Just.swift
[92/183] Compiling RxSwift Lock.swift
[93/183] Compiling RxSwift LockOwnerType.swift
[94/183] Compiling RxSwift MainScheduler.swift
[95/183] Compiling RxSwift Map.swift
[96/183] Compiling RxSwift Materialize.swift
[97/183] Compiling RxSwift Maybe.swift
[98/183] Compiling RxSwift Merge.swift
[99/183] Compiling RxSwift Multicast.swift
[100/183] Compiling RxSwift Do.swift
[101/183] Compiling RxSwift ElementAt.swift
[102/183] Compiling RxSwift Empty.swift
[103/183] Compiling RxSwift Enumerated.swift
[104/183] Compiling RxSwift Error.swift
[105/183] Compiling RxSwift Errors.swift
[106/183] Compiling RxSwift Event.swift
[107/183] Compiling RxSwift Filter.swift
[108/183] Compiling RxSwift First.swift
[109/183] Compiling RxSwift Generate.swift
[110/183] Compiling RxSwift GroupBy.swift
[111/183] Compiling RxSwift GroupedObservable.swift
[112/183] Compiling RxSwift HistoricalScheduler.swift
[113/183] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[114/183] Compiling RxSwift ImmediateSchedulerType.swift
[115/183] Compiling RxSwift Infallible+CombineLatest+arity.swift
[116/183] Compiling RxSwift Sample.swift
[117/183] Compiling RxSwift Scan.swift
[118/183] Compiling RxSwift ScheduledDisposable.swift
[119/183] Compiling RxSwift ScheduledItem.swift
[120/183] Compiling RxSwift ScheduledItemType.swift
[121/183] Compiling RxSwift SchedulerServices+Emulation.swift
[122/183] Compiling RxSwift SchedulerType.swift
[123/183] Compiling RxSwift Sequence.swift
[124/183] Compiling RxSwift SerialDispatchQueueScheduler.swift
[125/183] Compiling RxSwift SerialDisposable.swift
[126/183] Compiling RxSwift ShareReplayScope.swift
[127/183] Compiling RxSwift Single.swift
[128/183] Compiling RxSwift SingleAssignmentDisposable.swift
[129/183] Compiling RxSwift SingleAsync.swift
[130/183] Compiling RxSwift Sink.swift
[131/183] Compiling RxSwift PrimitiveSequence.swift
[132/183] Compiling RxSwift PriorityQueue.swift
[133/183] Compiling RxSwift Producer.swift
[134/183] Compiling RxSwift PublishSubject.swift
[135/183] Compiling RxSwift Queue.swift
[136/183] Compiling RxSwift Range.swift
[137/183] Compiling RxSwift Reactive.swift
[138/183] Compiling RxSwift RecursiveLock.swift
[139/183] Compiling RxSwift RecursiveScheduler.swift
[140/183] Compiling RxSwift Reduce.swift
[141/183] Compiling RxSwift RefCountDisposable.swift
[142/183] Compiling RxSwift Repeat.swift
[143/183] Compiling RxSwift ReplaySubject.swift
[144/183] Compiling RxSwift RetryWhen.swift
[145/183] Compiling RxSwift Rx.swift
[146/183] Compiling RxSwift RxMutableBox.swift
[147/183] Compiling RxSwift Never.swift
[148/183] Compiling RxSwift NopDisposable.swift
[149/183] Compiling RxSwift Observable.swift
[150/183] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[151/183] Compiling RxSwift ObservableConvertibleType.swift
[152/183] Compiling RxSwift ObservableType+Extensions.swift
[153/183] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[154/183] Compiling RxSwift ObservableType.swift
[155/183] Compiling RxSwift ObserveOn.swift
[156/183] Compiling RxSwift ObserverBase.swift
[157/183] Compiling RxSwift ObserverType.swift
[158/183] Compiling RxSwift OperationQueueScheduler.swift
[159/183] Compiling RxSwift Optional.swift
[160/183] Compiling RxSwift Platform.Darwin.swift
[161/183] Compiling RxSwift Platform.Linux.swift
[162/183] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[163/183] Compiling RxSwift TakeLast.swift
[164/183] Compiling RxSwift TakeWithPredicate.swift
[165/183] Compiling RxSwift Throttle.swift
[166/183] Compiling RxSwift Timeout.swift
[167/183] Compiling RxSwift Timer.swift
[168/183] Compiling RxSwift ToArray.swift
[169/183] Compiling RxSwift Using.swift
[170/183] Compiling RxSwift VirtualTimeConverterType.swift
[171/183] Compiling RxSwift VirtualTimeScheduler.swift
[172/183] Compiling RxSwift Window.swift
[173/183] Compiling RxSwift WithLatestFrom.swift
[174/183] Compiling RxSwift WithUnretained.swift
[175/183] Compiling RxSwift Zip+Collection.swift
[176/183] Compiling RxSwift Zip+arity.swift
[177/183] Compiling RxSwift Zip.swift
[178/189] Compiling RxRelay Utils.swift
[179/189] Compiling RxRelay BehaviorRelay.swift
[180/189] Emitting module RxRelay
[181/189] Compiling RxRelay Observable+Bind.swift
[182/189] Compiling RxRelay ReplayRelay.swift
[183/189] Compiling RxRelay PublishRelay.swift
[183/189] Compiling RxCocoaRuntime _RX.m
[184/189] Compiling RxCocoaRuntime _RXKVOObserver.m
[185/189] Compiling RxCocoaRuntime _RXDelegateProxy.m
[186/189] Compiling RxCocoaRuntime _RXObjCRuntime.m
[188/273] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[189/273] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[190/273] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[191/273] Compiling RxCocoa RxPickerViewAdapter.swift
[192/273] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[193/273] Compiling RxCocoa RxPickerViewDataSourceType.swift
[194/273] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[195/273] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[196/273] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[197/273] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[198/273] Compiling RxCocoa UINavigationController+Rx.swift
[199/273] Compiling RxCocoa UIPickerView+Rx.swift
[200/273] Compiling RxCocoa UIRefreshControl+Rx.swift
[201/273] Compiling RxCocoa UIScrollView+Rx.swift
[202/273] Compiling RxCocoa UISearchBar+Rx.swift
[203/273] Compiling RxCocoa UISearchController+Rx.swift
[204/273] Compiling RxCocoa UISegmentedControl+Rx.swift
[205/273] Compiling RxCocoa UISlider+Rx.swift
[206/282] Compiling RxCocoa Driver+Subscription.swift
[207/282] Compiling RxCocoa Driver.swift
[208/282] Compiling RxCocoa Infallible+Bind.swift
[209/282] Compiling RxCocoa ItemEvents.swift
[210/282] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[211/282] Compiling RxCocoa KVORepresentable+Swift.swift
[212/282] Compiling RxCocoa KVORepresentable.swift
[213/282] Compiling RxCocoa NSButton+Rx.swift
[214/282] Compiling RxCocoa NSControl+Rx.swift
[215/282] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[216/282] Emitting module RxCocoa
[217/282] Compiling RxCocoa BehaviorRelay+Driver.swift
[218/282] Compiling RxCocoa ControlEvent+Driver.swift
[219/282] Compiling RxCocoa ControlEvent+Signal.swift
[220/282] Compiling RxCocoa ControlEvent.swift
[221/282] Compiling RxCocoa ControlProperty+Driver.swift
[222/282] Compiling RxCocoa ControlProperty.swift
[223/282] Compiling RxCocoa ControlTarget.swift
[224/282] Compiling RxCocoa DelegateProxy.swift
[225/282] Compiling RxCocoa DelegateProxyType.swift
[226/282] Compiling RxCocoa DispatchQueue+Extensions.swift
[227/282] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[228/282] Compiling RxCocoa NSObject+Rx.swift
[229/282] Compiling RxCocoa NSSlider+Rx.swift
[230/282] Compiling RxCocoa NSTextField+Rx.swift
[231/282] Compiling RxCocoa NSTextStorage+Rx.swift
[232/282] Compiling RxCocoa NSTextView+Rx.swift
[233/282] Compiling RxCocoa NSView+Rx.swift
[234/282] Compiling RxCocoa NotificationCenter+Rx.swift
[235/282] Compiling RxCocoa Observable+Bind.swift
[236/282] Compiling RxCocoa UIStepper+Rx.swift
[237/282] Compiling RxCocoa UISwitch+Rx.swift
[238/282] Compiling RxCocoa UITabBar+Rx.swift
[239/282] Compiling RxCocoa UITabBarController+Rx.swift
[240/282] Compiling RxCocoa UITableView+Rx.swift
[241/282] Compiling RxCocoa UITextField+Rx.swift
[242/282] Compiling RxCocoa UITextView+Rx.swift
[243/282] Compiling RxCocoa URLSession+Rx.swift
[244/282] Compiling RxCocoa WKWebView+Rx.swift
[245/282] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[246/282] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[247/282] Compiling RxCocoa RxTabBarDelegateProxy.swift
[248/282] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[249/282] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[250/282] Compiling RxCocoa RxTableViewDataSourceType.swift
[251/282] Compiling RxCocoa RxTableViewDelegateProxy.swift
[252/282] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[253/282] Compiling RxCocoa RxTarget.swift
[254/282] Compiling RxCocoa Signal.swift
[255/282] Compiling RxCocoa TextInput.swift
[256/282] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[257/282] Compiling RxCocoa UIApplication+Rx.swift
[258/282] Compiling RxCocoa UIBarButtonItem+Rx.swift
[259/282] Compiling RxCocoa UIButton+Rx.swift
[260/282] Compiling RxCocoa UICollectionView+Rx.swift
[261/282] Compiling RxCocoa UIControl+Rx.swift
[262/282] Compiling RxCocoa UIDatePicker+Rx.swift
[263/282] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[264/282] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[265/282] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[266/282] Compiling RxCocoa PublishRelay+Signal.swift
[267/282] Compiling RxCocoa RxCocoa.swift
[268/282] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[269/282] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[270/282] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[271/282] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[272/282] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[273/282] Compiling RxCocoa RxTextViewDelegateProxy.swift
[274/282] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[275/282] Compiling RxCocoa SchedulerType+SharedSequence.swift
[276/282] Compiling RxCocoa SectionedViewDataSourceType.swift
[277/282] Compiling RxCocoa SharedSequence+Operators+arity.swift
[278/282] Compiling RxCocoa SharedSequence+Operators.swift
[279/282] Compiling RxCocoa SharedSequence.swift
[280/282] Compiling RxCocoa Signal+Subscription.swift
[281/298] Compiling RxDataSources String+IdentifiableType.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/String+IdentifiableType.swift:11:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension String : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public typealias Identity = String
13 |
[282/298] Compiling RxDataSources UI+SectionedViewType.swift
[283/298] Compiling RxDataSources RxTableViewSectionedAnimatedDataSource.swift
[284/298] Compiling RxDataSources RxTableViewSectionedReloadDataSource.swift
[285/298] Compiling RxDataSources TableViewSectionedDataSource.swift
[286/298] Compiling RxDataSources RxCollectionViewSectionedReloadDataSource.swift
[287/298] Compiling RxDataSources RxPickerViewAdapter.swift
[288/299] Compiling RxDataSources Deprecated.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/FloatingPointType+IdentifiableType.swift:19:1: warning: extension declares a conformance of imported type 'Float' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | }
18 |
19 | extension Float : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/FloatingPointType+IdentifiableType.swift:23:1: warning: extension declares a conformance of imported type 'Double' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
21 | }
22 |
23 | extension Double : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
[289/299] Compiling RxDataSources FloatingPointType+IdentifiableType.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/FloatingPointType+IdentifiableType.swift:19:1: warning: extension declares a conformance of imported type 'Float' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | }
18 |
19 | extension Float : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/FloatingPointType+IdentifiableType.swift:23:1: warning: extension declares a conformance of imported type 'Double' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
21 | }
22 |
23 | extension Double : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
[290/299] Emitting module RxDataSources
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/FloatingPointType+IdentifiableType.swift:19:1: warning: extension declares a conformance of imported type 'Float' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | }
18 |
19 | extension Float : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Float' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/FloatingPointType+IdentifiableType.swift:23:1: warning: extension declares a conformance of imported type 'Double' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
21 | }
22 |
23 | extension Double : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:19:1: warning: extension declares a conformance of imported type 'Int' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | }
18 |
19 | extension Int : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:23:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
21 | }
22 |
23 | extension Int8 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:27:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | }
26 |
27 | extension Int16 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:31:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
29 | }
30 |
31 | extension Int32 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:35:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
33 | }
34 |
35 | extension Int64 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
36 |
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:40:1: warning: extension declares a conformance of imported type 'UInt' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
38 |
39 |
40 | extension UInt : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
41 |
42 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:44:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
42 | }
43 |
44 | extension UInt8 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |
46 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:48:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
46 | }
47 |
48 | extension UInt16 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
49 |
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:52:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
50 | }
51 |
52 | extension UInt32 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
53 |
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:56:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
54 | }
55 |
56 | extension UInt64 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
57 |
58 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/String+IdentifiableType.swift:11:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 9 | import Foundation
10 |
11 | extension String : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |     public typealias Identity = String
13 |
[291/299] Compiling RxDataSources IntegerType+IdentifiableType.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:19:1: warning: extension declares a conformance of imported type 'Int' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | }
18 |
19 | extension Int : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:23:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
21 | }
22 |
23 | extension Int8 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:27:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | }
26 |
27 | extension Int16 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:31:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
29 | }
30 |
31 | extension Int32 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:35:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
33 | }
34 |
35 | extension Int64 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
36 |
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:40:1: warning: extension declares a conformance of imported type 'UInt' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
38 |
39 |
40 | extension UInt : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
41 |
42 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:44:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
42 | }
43 |
44 | extension UInt8 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |
46 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:48:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
46 | }
47 |
48 | extension UInt16 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
49 |
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:52:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
50 | }
51 |
52 | extension UInt32 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
53 |
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:56:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
54 | }
55 |
56 | extension UInt64 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
57 |
58 | }
[292/299] Compiling RxDataSources RxCollectionViewSectionedAnimatedDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:19:1: warning: extension declares a conformance of imported type 'Int' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
17 | }
18 |
19 | extension Int : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
20 |
21 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:23:1: warning: extension declares a conformance of imported type 'Int8' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
21 | }
22 |
23 | extension Int8 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int8' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:27:1: warning: extension declares a conformance of imported type 'Int16' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | }
26 |
27 | extension Int16 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int16' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:31:1: warning: extension declares a conformance of imported type 'Int32' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
29 | }
30 |
31 | extension Int32 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int32' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:35:1: warning: extension declares a conformance of imported type 'Int64' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
33 | }
34 |
35 | extension Int64 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'Int64' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
36 |
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:40:1: warning: extension declares a conformance of imported type 'UInt' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
38 |
39 |
40 | extension UInt : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
41 |
42 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:44:1: warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
42 | }
43 |
44 | extension UInt8 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt8' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
45 |
46 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:48:1: warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
46 | }
47 |
48 | extension UInt16 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt16' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
49 |
50 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:52:1: warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
50 | }
51 |
52 | extension UInt32 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt32' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
53 |
54 | }
/Users/admin/builder/spi-builder-workspace/Sources/RxDataSources/IntegerType+IdentifiableType.swift:56:1: warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
54 | }
55 |
56 | extension UInt64 : IdentifiableType {
   | |- warning: extension declares a conformance of imported type 'UInt64' to imported protocol 'IdentifiableType'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
57 |
58 | }
[293/299] Compiling RxDataSources AnimationConfiguration.swift
[294/299] Compiling RxDataSources Array+Extensions.swift
[295/299] Compiling RxDataSources CollectionViewSectionedDataSource.swift
[296/299] Compiling RxDataSources DataSources.swift
[297/299] Compiling RxDataSources ViewTransition.swift
[297/299] Write Objects.LinkFileList
[298/299] Linking libRxDataSources-Dynamic.dylib
Build complete! (60.57s)
Fetching https://github.com/ReactiveX/RxSwift.git
[1/51416] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (9.29s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.0.0 (0.68s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.0.0
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"
    }
  ],
  "manifest_display_name" : "RxDataSources",
  "name" : "RxDataSources",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "RxDataSources",
      "targets" : [
        "RxDataSources"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RxDataSources-Dynamic",
      "targets" : [
        "RxDataSources"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "Differentiator",
      "targets" : [
        "Differentiator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RxDataSourcesTests",
      "module_type" : "SwiftTarget",
      "name" : "RxDataSourcesTests",
      "path" : "Tests/RxDataSourcesTests",
      "sources" : [
        "AlgorithmTests.swift",
        "Array+Extensions.swift",
        "ChangeSet+TestExtensions.swift",
        "NumberSection.swift",
        "Randomizer.swift",
        "RxCollectionViewSectionedDataSource+Test.swift",
        "XCTest+Extensions.swift",
        "i.swift",
        "s.swift"
      ],
      "target_dependencies" : [
        "RxDataSources"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxDataSources",
      "module_type" : "SwiftTarget",
      "name" : "RxDataSources",
      "path" : "Sources/RxDataSources",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa"
      ],
      "product_memberships" : [
        "RxDataSources",
        "RxDataSources-Dynamic"
      ],
      "sources" : [
        "AnimationConfiguration.swift",
        "Array+Extensions.swift",
        "CollectionViewSectionedDataSource.swift",
        "DataSources.swift",
        "Deprecated.swift",
        "FloatingPointType+IdentifiableType.swift",
        "IntegerType+IdentifiableType.swift",
        "RxCollectionViewSectionedAnimatedDataSource.swift",
        "RxCollectionViewSectionedReloadDataSource.swift",
        "RxPickerViewAdapter.swift",
        "RxTableViewSectionedAnimatedDataSource.swift",
        "RxTableViewSectionedReloadDataSource.swift",
        "String+IdentifiableType.swift",
        "TableViewSectionedDataSource.swift",
        "UI+SectionedViewType.swift",
        "ViewTransition.swift"
      ],
      "target_dependencies" : [
        "Differentiator"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Differentiator",
      "module_type" : "SwiftTarget",
      "name" : "Differentiator",
      "path" : "Sources/Differentiator",
      "product_memberships" : [
        "RxDataSources",
        "RxDataSources-Dynamic",
        "Differentiator"
      ],
      "sources" : [
        "AnimatableSectionModel.swift",
        "AnimatableSectionModelType+ItemPath.swift",
        "AnimatableSectionModelType.swift",
        "Changeset.swift",
        "Diff.swift",
        "IdentifiableType.swift",
        "IdentifiableValue.swift",
        "ItemPath.swift",
        "Optional+Extensions.swift",
        "SectionModel.swift",
        "SectionModelType.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.