Build Information
Successful build of RxDataSources, reference 5.0.2 (90c29b
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 20:37:28 UTC.
Swift 6 data race errors: 5
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/RxDataSources.git
Reference: 5.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RxSwiftCommunity/RxDataSources
* tag 5.0.2 -> FETCH_HEAD
HEAD is now at 90c29b4 fix: Travis CI build failed for tvOS
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 @):
90c29b48b628479097fe775ed1966d75ac374518
SUCCESS checkout https://github.com/RxSwiftCommunity/RxDataSources.git at 5.0.2
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52358] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.48s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.0.0 (0.75s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.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": "rxdatasources",
"name": "RxDataSources",
"url": "https://github.com/RxSwiftCommunity/RxDataSources.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxDataSources",
"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/RxDataSources.git
[1/4937] Fetching rxdatasources
Fetched https://github.com/RxSwiftCommunity/RxDataSources.git from cache (1.92s)
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.69s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.52s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.8.0
Creating working copy for https://github.com/RxSwiftCommunity/RxDataSources.git
Working copy of https://github.com/RxSwiftCommunity/RxDataSources.git resolved at 5.0.2 (90c29b4)
warning: '.resolve-product-dependencies': dependency 'rxdatasources' 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/RxDataSources.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/10] Write sources
[5/10] Write swift-version--7754E27361AE5C74.txt
[7/165] Compiling Differentiator SectionModel.swift
[8/166] Compiling Differentiator Optional+Extensions.swift
[9/166] Compiling Differentiator IdentifiableValue.swift
[10/166] Compiling Differentiator IdentifiableType.swift
[11/166] Compiling Differentiator SectionModelType.swift
[12/166] Compiling Differentiator ItemPath.swift
[13/166] Compiling RxSwift AddRef.swift
[14/166] Compiling RxSwift Amb.swift
[15/166] Compiling RxSwift AnonymousDisposable.swift
[16/166] Compiling RxSwift AnonymousObserver.swift
[17/166] 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 {
[18/166] 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 {
[19/166] Compiling Differentiator Utilities.swift
[20/166] Compiling RxSwift Skip.swift
[21/166] Compiling RxSwift SkipUntil.swift
[22/166] Compiling RxSwift SkipWhile.swift
[23/166] Compiling RxSwift StartWith.swift
[24/166] Compiling RxSwift SubjectType.swift
[25/166] Compiling RxSwift SubscribeOn.swift
[26/166] Compiling RxSwift SubscriptionDisposable.swift
[27/166] Compiling RxSwift SwiftSupport.swift
[28/166] Compiling RxSwift Switch.swift
[29/166] Compiling RxSwift SwitchIfEmpty.swift
[30/166] Compiling RxSwift SynchronizedDisposeType.swift
[31/166] Compiling RxSwift SynchronizedOnType.swift
[32/166] Compiling RxSwift SynchronizedUnsubscribeType.swift
[33/166] Compiling RxSwift TailRecursiveSink.swift
[34/166] Compiling RxSwift Take.swift
[35/181] Emitting module RxSwift
[36/181] Compiling RxSwift Never.swift
[37/181] Compiling RxSwift NopDisposable.swift
[38/181] Compiling RxSwift Observable.swift
[39/181] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[40/181] Compiling RxSwift ObservableConvertibleType.swift
[41/181] Compiling RxSwift ObservableType+Extensions.swift
[42/181] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[43/181] Compiling RxSwift ObservableType.swift
[44/181] Compiling RxSwift ObserveOn.swift
[45/181] Compiling RxSwift ObserverBase.swift
[46/181] Compiling RxSwift ObserverType.swift
[47/181] Compiling RxSwift OperationQueueScheduler.swift
[48/181] Compiling RxSwift Optional.swift
[49/181] Compiling RxSwift Platform.Darwin.swift
[50/181] Compiling RxSwift Platform.Linux.swift
[51/181] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[52/181] Compiling RxSwift PrimitiveSequence.swift
[53/181] Compiling RxSwift PriorityQueue.swift
[54/181] Compiling RxSwift Producer.swift
[55/181] Compiling RxSwift PublishSubject.swift
[56/181] Compiling RxSwift Queue.swift
[57/181] Compiling RxSwift Range.swift
[58/181] Compiling RxSwift Reactive.swift
[59/181] Compiling RxSwift RecursiveLock.swift
[60/181] Compiling RxSwift RecursiveScheduler.swift
[61/181] Compiling RxSwift Reduce.swift
[62/181] Compiling RxSwift RefCountDisposable.swift
[63/181] Compiling RxSwift Repeat.swift
[64/181] Compiling RxSwift ReplaySubject.swift
[65/181] Compiling RxSwift RetryWhen.swift
[66/181] Compiling RxSwift Rx.swift
[67/181] Compiling RxSwift RxMutableBox.swift
[68/181] Compiling RxSwift Infallible+Create.swift
[69/181] Compiling RxSwift Infallible+Operators.swift
[70/181] Compiling RxSwift Infallible+Zip+arity.swift
[71/181] Compiling RxSwift Infallible.swift
[72/181] Compiling RxSwift InfiniteSequence.swift
[73/181] Compiling RxSwift InvocableScheduledItem.swift
[74/181] Compiling RxSwift InvocableType.swift
[75/181] Compiling RxSwift Just.swift
[76/181] Compiling RxSwift Lock.swift
[77/181] Compiling RxSwift LockOwnerType.swift
[78/181] Compiling RxSwift MainScheduler.swift
[79/181] Compiling RxSwift Map.swift
[80/181] Compiling RxSwift Materialize.swift
[81/181] Compiling RxSwift Maybe.swift
[82/181] Compiling RxSwift Merge.swift
[83/181] Compiling RxSwift Multicast.swift
[84/181] Compiling RxSwift Do.swift
[85/181] Compiling RxSwift ElementAt.swift
[86/181] Compiling RxSwift Empty.swift
[87/181] Compiling RxSwift Enumerated.swift
[88/181] Compiling RxSwift Error.swift
[89/181] Compiling RxSwift Errors.swift
[90/181] Compiling RxSwift Event.swift
[91/181] Compiling RxSwift Filter.swift
[92/181] Compiling RxSwift First.swift
[93/181] Compiling RxSwift Generate.swift
[94/181] Compiling RxSwift GroupBy.swift
[95/181] Compiling RxSwift GroupedObservable.swift
[96/181] Compiling RxSwift HistoricalScheduler.swift
[97/181] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[98/181] Compiling RxSwift ImmediateSchedulerType.swift
[99/181] Compiling RxSwift Infallible+CombineLatest+arity.swift
[100/181] Compiling RxSwift Buffer.swift
[101/181] Compiling RxSwift Cancelable.swift
[102/181] Compiling RxSwift Catch.swift
[103/181] Compiling RxSwift CombineLatest+Collection.swift
[104/181] Compiling RxSwift CombineLatest+arity.swift
[105/181] Compiling RxSwift CombineLatest.swift
[106/181] Compiling RxSwift CompactMap.swift
[107/181] Compiling RxSwift Completable+AndThen.swift
[108/181] Compiling RxSwift Completable.swift
[109/181] Compiling RxSwift CompositeDisposable.swift
[110/181] Compiling RxSwift Concat.swift
[111/181] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[112/181] Compiling RxSwift ConcurrentMainScheduler.swift
[113/181] Compiling RxSwift ConnectableObservableType.swift
[114/181] Compiling RxSwift Create.swift
[115/181] Compiling RxSwift CurrentThreadScheduler.swift
[120/181] Compiling RxSwift AnyObserver.swift
[121/181] Compiling RxSwift AsMaybe.swift
[122/181] Compiling RxSwift AsSingle.swift
[123/181] Compiling RxSwift AsyncLock.swift
[124/181] Compiling RxSwift AsyncSubject.swift
[125/181] Compiling RxSwift AtomicInt.swift
[126/181] Compiling RxSwift Bag+Rx.swift
[127/181] Compiling RxSwift Bag.swift
[128/181] Compiling RxSwift BehaviorSubject.swift
[129/181] Compiling RxSwift BinaryDisposable.swift
[130/181] Compiling RxSwift Binder.swift
[131/181] Compiling RxSwift BooleanDisposable.swift
[132/181] Compiling RxSwift Date+Dispatch.swift
[133/181] Compiling RxSwift Debounce.swift
[134/181] Compiling RxSwift Debug.swift
[135/181] Compiling RxSwift Decode.swift
[136/181] Compiling RxSwift DefaultIfEmpty.swift
[137/181] Compiling RxSwift Deferred.swift
[138/181] Compiling RxSwift Delay.swift
[139/181] Compiling RxSwift DelaySubscription.swift
[140/181] Compiling RxSwift Dematerialize.swift
[141/181] Compiling RxSwift DispatchQueue+Extensions.swift
[142/181] Compiling RxSwift DispatchQueueConfiguration.swift
[143/181] Compiling RxSwift Disposable.swift
[144/181] Compiling RxSwift Disposables.swift
[145/181] Compiling RxSwift DisposeBag.swift
[146/181] Compiling RxSwift DisposeBase.swift
[147/181] Compiling RxSwift DistinctUntilChanged.swift
[148/181] Compiling RxSwift Sample.swift
[149/181] Compiling RxSwift Scan.swift
[150/181] Compiling RxSwift ScheduledDisposable.swift
[151/181] Compiling RxSwift ScheduledItem.swift
[152/181] Compiling RxSwift ScheduledItemType.swift
[153/181] Compiling RxSwift SchedulerServices+Emulation.swift
[154/181] Compiling RxSwift SchedulerType.swift
[155/181] Compiling RxSwift Sequence.swift
[156/181] Compiling RxSwift SerialDispatchQueueScheduler.swift
[157/181] Compiling RxSwift SerialDisposable.swift
[158/181] Compiling RxSwift ShareReplayScope.swift
[159/181] Compiling RxSwift Single.swift
[160/181] Compiling RxSwift SingleAssignmentDisposable.swift
[161/181] Compiling RxSwift SingleAsync.swift
[162/181] Compiling RxSwift Sink.swift
[163/181] Compiling RxSwift TakeLast.swift
[164/181] Compiling RxSwift TakeWithPredicate.swift
[165/181] Compiling RxSwift Throttle.swift
[166/181] Compiling RxSwift Timeout.swift
[167/181] Compiling RxSwift Timer.swift
[168/181] Compiling RxSwift ToArray.swift
[169/181] Compiling RxSwift Using.swift
[170/181] Compiling RxSwift VirtualTimeConverterType.swift
[171/181] Compiling RxSwift VirtualTimeScheduler.swift
[172/181] Compiling RxSwift Window.swift
[173/181] Compiling RxSwift WithLatestFrom.swift
[174/181] Compiling RxSwift WithUnretained.swift
[175/181] Compiling RxSwift Zip+Collection.swift
[176/181] Compiling RxSwift Zip+arity.swift
[177/181] Compiling RxSwift Zip.swift
[178/187] Compiling RxRelay ReplayRelay.swift
[179/187] Compiling RxRelay Utils.swift
[180/187] Compiling RxRelay PublishRelay.swift
[181/187] Compiling RxRelay BehaviorRelay.swift
[182/187] Emitting module RxRelay
[183/187] Compiling RxRelay Observable+Bind.swift
[183/187] Compiling RxCocoaRuntime _RXKVOObserver.m
[184/187] Compiling RxCocoaRuntime _RXDelegateProxy.m
[185/187] Compiling RxCocoaRuntime _RX.m
[186/187] Compiling RxCocoaRuntime _RXObjCRuntime.m
[188/271] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[189/271] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[190/271] Compiling RxCocoa RxTabBarDelegateProxy.swift
[191/271] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[192/271] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[193/271] Compiling RxCocoa RxTableViewDataSourceType.swift
[194/271] Compiling RxCocoa RxTableViewDelegateProxy.swift
[195/271] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[196/271] Compiling RxCocoa RxTarget.swift
[197/271] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[198/271] Compiling RxCocoa UINavigationController+Rx.swift
[199/271] Compiling RxCocoa UIPickerView+Rx.swift
[200/271] Compiling RxCocoa UIRefreshControl+Rx.swift
[201/271] Compiling RxCocoa UIScrollView+Rx.swift
[202/271] Compiling RxCocoa UISearchBar+Rx.swift
[203/271] Compiling RxCocoa UISearchController+Rx.swift
[204/271] Compiling RxCocoa UISegmentedControl+Rx.swift
[205/271] Compiling RxCocoa UISlider+Rx.swift
[206/280] Emitting module RxCocoa
[207/280] Compiling RxCocoa Signal.swift
[208/280] Compiling RxCocoa TextInput.swift
[209/280] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[210/280] Compiling RxCocoa UIApplication+Rx.swift
[211/280] Compiling RxCocoa UIBarButtonItem+Rx.swift
[212/280] Compiling RxCocoa UIButton+Rx.swift
[213/280] Compiling RxCocoa UICollectionView+Rx.swift
[214/280] Compiling RxCocoa UIControl+Rx.swift
[215/280] Compiling RxCocoa UIDatePicker+Rx.swift
[216/280] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[217/280] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[218/280] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[219/280] Compiling RxCocoa RxPickerViewAdapter.swift
[220/280] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[221/280] Compiling RxCocoa RxPickerViewDataSourceType.swift
[222/280] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[223/280] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[224/280] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[225/280] Compiling RxCocoa Driver+Subscription.swift
[226/280] Compiling RxCocoa Driver.swift
[227/280] Compiling RxCocoa Infallible+Bind.swift
[228/280] Compiling RxCocoa ItemEvents.swift
[229/280] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[230/280] Compiling RxCocoa KVORepresentable+Swift.swift
[231/280] Compiling RxCocoa KVORepresentable.swift
[232/280] Compiling RxCocoa NSButton+Rx.swift
[233/280] Compiling RxCocoa NSControl+Rx.swift
[234/280] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[235/280] Compiling RxCocoa BehaviorRelay+Driver.swift
[236/280] Compiling RxCocoa ControlEvent+Driver.swift
[237/280] Compiling RxCocoa ControlEvent+Signal.swift
[238/280] Compiling RxCocoa ControlEvent.swift
[239/280] Compiling RxCocoa ControlProperty+Driver.swift
[240/280] Compiling RxCocoa ControlProperty.swift
[241/280] Compiling RxCocoa ControlTarget.swift
[242/280] Compiling RxCocoa DelegateProxy.swift
[243/280] Compiling RxCocoa DelegateProxyType.swift
[244/280] Compiling RxCocoa DispatchQueue+Extensions.swift
[245/280] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[246/280] Compiling RxCocoa NSObject+Rx.swift
[247/280] Compiling RxCocoa NSSlider+Rx.swift
[248/280] Compiling RxCocoa NSTextField+Rx.swift
[249/280] Compiling RxCocoa NSTextStorage+Rx.swift
[250/280] Compiling RxCocoa NSTextView+Rx.swift
[251/280] Compiling RxCocoa NSView+Rx.swift
[252/280] Compiling RxCocoa NotificationCenter+Rx.swift
[253/280] Compiling RxCocoa Observable+Bind.swift
[254/280] Compiling RxCocoa UIStepper+Rx.swift
[255/280] Compiling RxCocoa UISwitch+Rx.swift
[256/280] Compiling RxCocoa UITabBar+Rx.swift
[257/280] Compiling RxCocoa UITabBarController+Rx.swift
[258/280] Compiling RxCocoa UITableView+Rx.swift
[259/280] Compiling RxCocoa UITextField+Rx.swift
[260/280] Compiling RxCocoa UITextView+Rx.swift
[261/280] Compiling RxCocoa URLSession+Rx.swift
[262/280] Compiling RxCocoa WKWebView+Rx.swift
[263/280] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[264/280] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[265/280] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[266/280] Compiling RxCocoa PublishRelay+Signal.swift
[267/280] Compiling RxCocoa RxCocoa.swift
[268/280] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[269/280] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[270/280] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[271/280] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[272/280] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[273/280] Compiling RxCocoa RxTextViewDelegateProxy.swift
[274/280] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[275/280] Compiling RxCocoa SchedulerType+SharedSequence.swift
[276/280] Compiling RxCocoa SectionedViewDataSourceType.swift
[277/280] Compiling RxCocoa SharedSequence+Operators+arity.swift
[278/280] Compiling RxCocoa SharedSequence+Operators.swift
[279/280] Compiling RxCocoa SharedSequence.swift
[280/280] Compiling RxCocoa Signal+Subscription.swift
[281/296] Compiling RxDataSources RxTableViewSectionedAnimatedDataSource.swift
[282/296] Compiling RxDataSources RxTableViewSectionedReloadDataSource.swift
[283/296] Compiling RxDataSources RxCollectionViewSectionedReloadDataSource.swift
[284/296] Compiling RxDataSources RxPickerViewAdapter.swift
[285/296] Compiling RxDataSources TableViewSectionedDataSource.swift
[286/296] Compiling RxDataSources UI+SectionedViewType.swift
[287/296] 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 |
[288/297] Compiling RxDataSources CollectionViewSectionedDataSource.swift
[289/297] Compiling RxDataSources DataSources.swift
[290/297] 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 | }
[291/297] 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 | }
[292/297] 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 | }
[293/297] 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 | }
[294/297] 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 |
[295/297] Compiling RxDataSources AnimationConfiguration.swift
[296/297] Compiling RxDataSources Array+Extensions.swift
[297/297] Compiling RxDataSources ViewTransition.swift
Build complete! (34.35s)
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" : "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"
],
"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",
"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.