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 Linux.

Swift 6 data race errors: 6

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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 '/host/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:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/RxSwiftCommunity/RxDataSources.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/ReactiveX/RxSwift.git
[1/51416] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.62s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.0.0 (0.56s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.0.0
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/164] Emitting module RxSwift
[8/183] Compiling RxSwift Concat.swift
/host/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)
/host/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 |
/host/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 {
/host/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 {
/host/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 {
[9/183] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/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)
/host/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 |
/host/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 {
/host/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 {
/host/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 {
[10/184] Compiling RxSwift CombineLatest+arity.swift
[11/184] Compiling RxSwift CombineLatest.swift
[12/184] Emitting module Differentiator
/host/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)
/host/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 |
/host/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 {
/host/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 {
/host/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 {
[13/184] Compiling RxSwift CompactMap.swift
[14/184] Compiling RxSwift Completable+AndThen.swift
[15/184] Compiling Differentiator SectionModel.swift
[16/184] Compiling Differentiator Optional+Extensions.swift
[17/184] Compiling Differentiator SectionModelType.swift
[18/184] Compiling RxSwift Completable.swift
[19/184] Compiling RxSwift CompositeDisposable.swift
[20/184] Compiling Differentiator Utilities.swift
[29/185] Compiling RxSwift ConcurrentMainScheduler.swift
[30/185] Compiling RxSwift ConnectableObservableType.swift
[31/185] Compiling RxSwift Create.swift
[32/185] Compiling RxSwift CurrentThreadScheduler.swift
[33/185] Compiling RxSwift Date+Dispatch.swift
[34/185] Compiling RxSwift Debounce.swift
[35/185] Compiling RxSwift Debug.swift
[36/185] Compiling RxSwift Decode.swift
[37/185] Compiling RxSwift DefaultIfEmpty.swift
[38/185] Compiling RxSwift Deferred.swift
[39/185] Compiling RxSwift Delay.swift
[40/185] Compiling RxSwift DelaySubscription.swift
[41/185] Compiling RxSwift Queue.swift
[42/185] Compiling RxSwift Range.swift
[43/185] Compiling RxSwift Reactive.swift
[44/185] Compiling RxSwift RecursiveLock.swift
[45/185] Compiling RxSwift RecursiveScheduler.swift
[46/185] Compiling RxSwift Reduce.swift
[47/185] Compiling RxSwift RefCountDisposable.swift
[48/185] Compiling RxSwift Repeat.swift
[49/185] Compiling RxSwift ReplaySubject.swift
[50/185] Compiling RxSwift RetryWhen.swift
[51/185] Compiling RxSwift Rx.swift
[52/185] Compiling RxSwift RxMutableBox.swift
[53/185] Compiling RxSwift Sample.swift
[54/185] Compiling RxSwift Scan.swift
[55/185] Compiling RxSwift ScheduledDisposable.swift
[56/185] Compiling RxSwift ScheduledItem.swift
[57/185] Compiling RxSwift ScheduledItemType.swift
[58/185] Compiling RxSwift SchedulerServices+Emulation.swift
[59/185] Compiling RxSwift SchedulerType.swift
[60/185] Compiling RxSwift Sequence.swift
[61/185] Compiling RxSwift SerialDispatchQueueScheduler.swift
[62/185] Compiling RxSwift SerialDisposable.swift
[63/185] Compiling RxSwift ShareReplayScope.swift
[64/185] Compiling RxSwift Single.swift
[65/185] Compiling RxSwift SingleAssignmentDisposable.swift
[66/185] Compiling RxSwift SingleAsync.swift
[67/185] Compiling RxSwift Sink.swift
[68/185] Compiling RxSwift Skip.swift
[69/185] Compiling RxSwift SkipUntil.swift
[70/185] Compiling RxSwift SkipWhile.swift
[71/185] Compiling RxSwift StartWith.swift
[72/185] Compiling RxSwift SubjectType.swift
[73/185] Compiling RxSwift SubscribeOn.swift
[74/185] Compiling RxSwift SubscriptionDisposable.swift
[75/185] Compiling RxSwift SwiftSupport.swift
[76/185] Compiling RxSwift Switch.swift
[77/185] Compiling RxSwift SwitchIfEmpty.swift
[78/185] Compiling RxSwift SynchronizedDisposeType.swift
[80/185] Compiling RxSwift Never.swift
[81/185] Compiling RxSwift NopDisposable.swift
[82/185] Compiling RxSwift Observable.swift
[83/185] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[84/185] Compiling RxSwift ObservableConvertibleType.swift
[85/185] Compiling RxSwift ObservableType+Extensions.swift
[86/185] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[87/185] Compiling RxSwift ObservableType.swift
[88/185] Compiling RxSwift ObserveOn.swift
[89/185] Compiling RxSwift ObserverBase.swift
[90/185] Compiling RxSwift ObserverType.swift
[91/185] Compiling RxSwift OperationQueueScheduler.swift
[92/185] Compiling RxSwift Optional.swift
[93/185] Compiling RxSwift Platform.Darwin.swift
[94/185] Compiling RxSwift Platform.Linux.swift
[95/185] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[96/185] Compiling RxSwift PrimitiveSequence.swift
[97/185] Compiling RxSwift PriorityQueue.swift
[98/185] Compiling RxSwift Producer.swift
[99/185] Compiling RxSwift PublishSubject.swift
[100/185] Compiling RxSwift AddRef.swift
[101/185] Compiling RxSwift Amb.swift
[102/185] Compiling RxSwift AnonymousDisposable.swift
[103/185] Compiling RxSwift AnonymousObserver.swift
[104/185] Compiling RxSwift AnyObserver.swift
[105/185] Compiling RxSwift AsMaybe.swift
[106/185] Compiling RxSwift AsSingle.swift
[107/185] Compiling RxSwift AsyncLock.swift
[108/185] Compiling RxSwift AsyncSubject.swift
[109/185] Compiling RxSwift AtomicInt.swift
[110/185] Compiling RxSwift Bag+Rx.swift
[111/185] Compiling RxSwift Bag.swift
[112/185] Compiling RxSwift BehaviorSubject.swift
[113/185] Compiling RxSwift BinaryDisposable.swift
[114/185] Compiling RxSwift Binder.swift
[115/185] Compiling RxSwift BooleanDisposable.swift
[116/185] Compiling RxSwift Buffer.swift
[117/185] Compiling RxSwift Cancelable.swift
[118/185] Compiling RxSwift Catch.swift
[119/185] Compiling RxSwift CombineLatest+Collection.swift
[120/185] Compiling RxSwift HistoricalScheduler.swift
[121/185] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[122/185] Compiling RxSwift ImmediateSchedulerType.swift
[123/185] Compiling RxSwift Infallible+CombineLatest+arity.swift
[124/185] Compiling RxSwift Infallible+Create.swift
[125/185] Compiling RxSwift Infallible+Operators.swift
[126/185] Compiling RxSwift Infallible+Zip+arity.swift
[127/185] Compiling RxSwift Infallible.swift
[128/185] Compiling RxSwift InfiniteSequence.swift
[129/185] Compiling RxSwift InvocableScheduledItem.swift
[130/185] Compiling RxSwift InvocableType.swift
[131/185] Compiling RxSwift Just.swift
[132/185] Compiling RxSwift Lock.swift
[133/185] Compiling RxSwift LockOwnerType.swift
[134/185] Compiling RxSwift MainScheduler.swift
[135/185] Compiling RxSwift Map.swift
[136/185] Compiling RxSwift Materialize.swift
[137/185] Compiling RxSwift Maybe.swift
[138/185] Compiling RxSwift Merge.swift
[139/185] Compiling RxSwift Multicast.swift
[140/185] Compiling RxSwift Dematerialize.swift
[141/185] Compiling RxSwift DispatchQueue+Extensions.swift
[142/185] Compiling RxSwift DispatchQueueConfiguration.swift
[143/185] Compiling RxSwift Disposable.swift
[144/185] Compiling RxSwift Disposables.swift
[145/185] Compiling RxSwift DisposeBag.swift
[146/185] Compiling RxSwift DisposeBase.swift
[147/185] Compiling RxSwift DistinctUntilChanged.swift
[148/185] Compiling RxSwift Do.swift
[149/185] Compiling RxSwift ElementAt.swift
[150/185] Compiling RxSwift Empty.swift
[151/185] Compiling RxSwift Enumerated.swift
[152/185] Compiling RxSwift Error.swift
[153/185] Compiling RxSwift Errors.swift
[154/185] Compiling RxSwift Event.swift
[155/185] Compiling RxSwift Filter.swift
[156/185] Compiling RxSwift First.swift
[157/185] Compiling RxSwift Generate.swift
[158/185] Compiling RxSwift GroupBy.swift
[159/185] Compiling RxSwift GroupedObservable.swift
[160/185] Compiling RxSwift SynchronizedOnType.swift
[161/185] Compiling RxSwift SynchronizedUnsubscribeType.swift
[162/185] Compiling RxSwift TailRecursiveSink.swift
[163/185] Compiling RxSwift Take.swift
[164/185] Compiling RxSwift TakeLast.swift
[165/185] Compiling RxSwift TakeWithPredicate.swift
[166/185] Compiling RxSwift Throttle.swift
[167/185] Compiling RxSwift Timeout.swift
[168/185] Compiling RxSwift Timer.swift
[169/185] Compiling RxSwift ToArray.swift
[170/185] Compiling RxSwift Using.swift
[171/185] Compiling RxSwift VirtualTimeConverterType.swift
[172/185] Compiling RxSwift VirtualTimeScheduler.swift
[173/185] Compiling RxSwift Window.swift
[174/185] Compiling RxSwift WithLatestFrom.swift
[175/185] Compiling RxSwift WithUnretained.swift
[176/185] Compiling RxSwift Zip+Collection.swift
[177/185] Compiling RxSwift Zip+arity.swift
[178/185] Compiling RxSwift Zip.swift
[178/186] Wrapping AST for Differentiator for debugging
[180/186] Wrapping AST for RxSwift for debugging
[182/192] Compiling RxRelay Utils.swift
[183/192] Compiling RxRelay PublishRelay.swift
[184/192] Compiling RxRelay ReplayRelay.swift
[185/192] Emitting module RxRelay
[186/192] Compiling RxRelay BehaviorRelay.swift
[187/192] Compiling RxRelay Observable+Bind.swift
[188/193] Wrapping AST for RxRelay for debugging
[190/275] Compiling RxCocoa UIButton+Rx.swift
[191/275] Compiling RxCocoa UICollectionView+Rx.swift
[192/275] Compiling RxCocoa UIControl+Rx.swift
[193/275] Compiling RxCocoa UIDatePicker+Rx.swift
[194/275] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[195/275] Compiling RxCocoa UINavigationController+Rx.swift
[196/275] Compiling RxCocoa UIPickerView+Rx.swift
[197/275] Compiling RxCocoa UIRefreshControl+Rx.swift
[198/275] Compiling RxCocoa UIScrollView+Rx.swift
[199/275] Compiling RxCocoa UISearchBar+Rx.swift
[200/275] Compiling RxCocoa UISearchController+Rx.swift
[201/286] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[202/286] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[203/286] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[204/286] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[205/286] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[206/286] Compiling RxCocoa RxPickerViewAdapter.swift
[207/286] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[208/286] Compiling RxCocoa RxPickerViewDataSourceType.swift
[209/286] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[210/286] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[211/286] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[212/286] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[213/286] Compiling RxCocoa Infallible+Bind.swift
[214/286] Compiling RxCocoa ItemEvents.swift
[215/286] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[216/286] Compiling RxCocoa KVORepresentable+Swift.swift
[217/286] Compiling RxCocoa KVORepresentable.swift
[218/286] Compiling RxCocoa NSButton+Rx.swift
[219/286] Compiling RxCocoa NSControl+Rx.swift
[220/286] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[221/286] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[222/286] Compiling RxCocoa NSObject+Rx.swift
[223/286] Compiling RxCocoa NSSlider+Rx.swift
[224/286] Compiling RxCocoa NSTextField+Rx.swift
[225/286] Emitting module RxCocoa
[226/286] Compiling RxCocoa BehaviorRelay+Driver.swift
[227/286] Compiling RxCocoa ControlEvent+Driver.swift
[228/286] Compiling RxCocoa ControlEvent+Signal.swift
[229/286] Compiling RxCocoa ControlEvent.swift
[230/286] Compiling RxCocoa ControlProperty+Driver.swift
[231/286] Compiling RxCocoa ControlProperty.swift
[232/286] Compiling RxCocoa ControlTarget.swift
[233/286] Compiling RxCocoa DelegateProxy.swift
[234/286] Compiling RxCocoa DelegateProxyType.swift
[235/286] Compiling RxCocoa DispatchQueue+Extensions.swift
[236/286] Compiling RxCocoa Driver+Subscription.swift
[237/286] Compiling RxCocoa Driver.swift
[238/286] Compiling RxCocoa NSTextStorage+Rx.swift
[239/286] Compiling RxCocoa NSTextView+Rx.swift
[240/286] Compiling RxCocoa NSView+Rx.swift
[241/286] Compiling RxCocoa NotificationCenter+Rx.swift
[242/286] Compiling RxCocoa Observable+Bind.swift
[243/286] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[244/286] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[245/286] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[246/286] Compiling RxCocoa PublishRelay+Signal.swift
[247/286] Compiling RxCocoa RxCocoa.swift
[248/286] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[249/286] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[250/286] Compiling RxCocoa UISegmentedControl+Rx.swift
[251/286] Compiling RxCocoa UISlider+Rx.swift
[252/286] Compiling RxCocoa UIStepper+Rx.swift
[253/286] Compiling RxCocoa UISwitch+Rx.swift
[254/286] Compiling RxCocoa UITabBar+Rx.swift
[255/286] Compiling RxCocoa UITabBarController+Rx.swift
[256/286] Compiling RxCocoa UITableView+Rx.swift
[257/286] Compiling RxCocoa UITextField+Rx.swift
[258/286] Compiling RxCocoa UITextView+Rx.swift
[259/286] Compiling RxCocoa URLSession+Rx.swift
[260/286] Compiling RxCocoa WKWebView+Rx.swift
[261/286] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[262/286] Compiling RxCocoa RxTabBarDelegateProxy.swift
[263/286] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[264/286] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[265/286] Compiling RxCocoa RxTableViewDataSourceType.swift
[266/286] Compiling RxCocoa RxTableViewDelegateProxy.swift
[267/286] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[268/286] Compiling RxCocoa RxTarget.swift
[269/286] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[270/286] Compiling RxCocoa RxTextViewDelegateProxy.swift
[271/286] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[272/286] Compiling RxCocoa SchedulerType+SharedSequence.swift
[273/286] Compiling RxCocoa SectionedViewDataSourceType.swift
[274/286] Compiling RxCocoa SharedSequence+Operators+arity.swift
[275/286] Compiling RxCocoa SharedSequence+Operators.swift
[276/286] Compiling RxCocoa SharedSequence.swift
[277/286] Compiling RxCocoa Signal+Subscription.swift
[278/286] Compiling RxCocoa Signal.swift
[279/286] Compiling RxCocoa TextInput.swift
[280/286] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[281/286] Compiling RxCocoa UIApplication+Rx.swift
[282/286] Compiling RxCocoa UIBarButtonItem+Rx.swift
[283/287] Wrapping AST for RxCocoa for debugging
[285/302] Compiling RxDataSources RxCollectionViewSectionedReloadDataSource.swift
[286/302] Compiling RxDataSources RxPickerViewAdapter.swift
[287/302] Compiling RxDataSources RxTableViewSectionedAnimatedDataSource.swift
[288/302] Compiling RxDataSources RxTableViewSectionedReloadDataSource.swift
[289/302] Compiling RxDataSources String+IdentifiableType.swift
/host/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 |
[290/302] Compiling RxDataSources TableViewSectionedDataSource.swift
/host/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/304] Compiling RxDataSources Deprecated.swift
/host/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 | }
/host/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 | }
[292/304] Compiling RxDataSources FloatingPointType+IdentifiableType.swift
/host/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 | }
/host/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/304] Compiling RxDataSources CollectionViewSectionedDataSource.swift
/host/spi-builder-workspace/Sources/RxDataSources/DataSources.swift:15:8: warning: associated value 'outOfBounds(indexPath:)' of 'Sendable'-conforming enum 'RxDataSourceError' has non-sendable type 'IndexPath'; this is an error in the Swift 6 language mode
13 | enum RxDataSourceError: Error {
14 |   case preconditionFailed(message: String)
15 |   case outOfBounds(indexPath: IndexPath)
   |        `- warning: associated value 'outOfBounds(indexPath:)' of 'Sendable'-conforming enum 'RxDataSourceError' has non-sendable type 'IndexPath'; this is an error in the Swift 6 language mode
16 | }
17 |
Foundation.IndexPath:1:15: note: struct 'IndexPath' does not conform to the 'Sendable' protocol
 1 | public struct IndexPath : ReferenceConvertible, Equatable, Hashable, MutableCollection, RandomAccessCollection, Comparable, ExpressibleByArrayLiteral {
   |               `- note: struct 'IndexPath' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSIndexPath
 3 |     public typealias Element = Int
/host/spi-builder-workspace/Sources/RxDataSources/DataSources.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
10 |
11 | @_exported import Differentiator
[294/304] Compiling RxDataSources DataSources.swift
/host/spi-builder-workspace/Sources/RxDataSources/DataSources.swift:15:8: warning: associated value 'outOfBounds(indexPath:)' of 'Sendable'-conforming enum 'RxDataSourceError' has non-sendable type 'IndexPath'; this is an error in the Swift 6 language mode
13 | enum RxDataSourceError: Error {
14 |   case preconditionFailed(message: String)
15 |   case outOfBounds(indexPath: IndexPath)
   |        `- warning: associated value 'outOfBounds(indexPath:)' of 'Sendable'-conforming enum 'RxDataSourceError' has non-sendable type 'IndexPath'; this is an error in the Swift 6 language mode
16 | }
17 |
Foundation.IndexPath:1:15: note: struct 'IndexPath' does not conform to the 'Sendable' protocol
 1 | public struct IndexPath : ReferenceConvertible, Equatable, Hashable, MutableCollection, RandomAccessCollection, Comparable, ExpressibleByArrayLiteral {
   |               `- note: struct 'IndexPath' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSIndexPath
 3 |     public typealias Element = Int
/host/spi-builder-workspace/Sources/RxDataSources/DataSources.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
10 |
11 | @_exported import Differentiator
[295/304] Compiling RxDataSources IntegerType+IdentifiableType.swift
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
[296/304] Compiling RxDataSources RxCollectionViewSectionedAnimatedDataSource.swift
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
[297/304] Compiling RxDataSources AnimationConfiguration.swift
[298/304] Compiling RxDataSources Array+Extensions.swift
[299/304] Emitting module RxDataSources
/host/spi-builder-workspace/Sources/RxDataSources/DataSources.swift:15:8: warning: associated value 'outOfBounds(indexPath:)' of 'Sendable'-conforming enum 'RxDataSourceError' has non-sendable type 'IndexPath'; this is an error in the Swift 6 language mode
13 | enum RxDataSourceError: Error {
14 |   case preconditionFailed(message: String)
15 |   case outOfBounds(indexPath: IndexPath)
   |        `- warning: associated value 'outOfBounds(indexPath:)' of 'Sendable'-conforming enum 'RxDataSourceError' has non-sendable type 'IndexPath'; this is an error in the Swift 6 language mode
16 | }
17 |
Foundation.IndexPath:1:15: note: struct 'IndexPath' does not conform to the 'Sendable' protocol
 1 | public struct IndexPath : ReferenceConvertible, Equatable, Hashable, MutableCollection, RandomAccessCollection, Comparable, ExpressibleByArrayLiteral {
   |               `- note: struct 'IndexPath' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSIndexPath
 3 |     public typealias Element = Int
/host/spi-builder-workspace/Sources/RxDataSources/DataSources.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 7 | //
 8 |
 9 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
10 |
11 | @_exported import Differentiator
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 | }
/host/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 |
[300/304] Compiling RxDataSources UI+SectionedViewType.swift
[301/304] Compiling RxDataSources ViewTransition.swift
[302/305] Wrapping AST for RxDataSources for debugging
[303/305] Write Objects.LinkFileList
[304/305] Linking libRxDataSources-Dynamic.so
Build complete! (37.59s)
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" : "/host/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.