Build Information
Successful build of RxDataSources, reference main (bbfea3
), with Swift 6.1 for Linux on 26 Apr 2025 14:43:09 UTC.
Swift 6 data race errors: 5
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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.1
Building package at path: $PWD
https://github.com/RxSwiftCommunity/RxDataSources.git
https://github.com/RxSwiftCommunity/RxDataSources.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52676] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.33s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (4.79s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Building for debugging...
[0/16] Write sources
[0/16] Copying PrivacyInfo.xcprivacy
[0/16] Write sources
[8/16] Write swift-version-24593BA9C3E375BF.txt
[10/172] Emitting module RxSwift
[11/192] Compiling Differentiator SectionModelType.swift
[12/193] Compiling Differentiator Optional+Extensions.swift
[13/193] Compiling RxSwift Infallible+Zip+arity.swift
[14/193] Compiling RxSwift Infallible.swift
[15/193] Compiling Differentiator SectionModel.swift
[16/193] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[17/193] Compiling RxSwift Infallible+CombineLatest+arity.swift
[18/193] Compiling RxSwift Infallible+Concurrency.swift
[19/193] Compiling RxSwift Infallible+Create.swift
[20/193] 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 {
[21/193] Compiling RxSwift Infallible+Debug.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 {
[22/193] Compiling RxSwift Infallible+Operators.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 {
[23/193] Compiling Differentiator Utilities.swift
[32/194] Compiling RxSwift InfiniteSequence.swift
[33/194] Compiling RxSwift InvocableScheduledItem.swift
[34/194] Compiling RxSwift InvocableType.swift
[35/194] Compiling RxSwift Just.swift
[36/194] Compiling RxSwift Lock.swift
[37/194] Compiling RxSwift LockOwnerType.swift
[38/194] Compiling RxSwift MainScheduler.swift
[39/194] Compiling RxSwift Map.swift
[40/194] Compiling RxSwift Materialize.swift
[41/194] Compiling RxSwift Maybe.swift
[42/194] Compiling RxSwift Merge.swift
[43/194] Compiling RxSwift Multicast.swift
[44/194] Compiling RxSwift AddRef.swift
[45/194] Compiling RxSwift Amb.swift
[46/194] Compiling RxSwift AnonymousDisposable.swift
[47/194] Compiling RxSwift AnonymousObserver.swift
[48/194] Compiling RxSwift AnyObserver.swift
[49/194] Compiling RxSwift AsMaybe.swift
[50/194] Compiling RxSwift AsSingle.swift
[51/194] Compiling RxSwift AsyncLock.swift
[52/194] Compiling RxSwift AsyncSubject.swift
[53/194] Compiling RxSwift AtomicInt.swift
[54/194] Compiling RxSwift Bag+Rx.swift
[55/194] Compiling RxSwift Bag.swift
[56/194] Compiling RxSwift BehaviorSubject.swift
[57/194] Compiling RxSwift BinaryDisposable.swift
[58/194] Compiling RxSwift Binder.swift
[59/194] Compiling RxSwift BooleanDisposable.swift
[60/194] Compiling RxSwift Buffer.swift
[61/194] Compiling RxSwift Cancelable.swift
[62/194] Compiling RxSwift Catch.swift
[63/194] Compiling RxSwift CombineLatest+Collection.swift
[64/194] Compiling RxSwift CombineLatest+arity.swift
[65/194] Compiling RxSwift Producer.swift
[66/194] Compiling RxSwift PublishSubject.swift
[67/194] Compiling RxSwift Queue.swift
[68/194] Compiling RxSwift Range.swift
[69/194] Compiling RxSwift Reactive.swift
[70/194] Compiling RxSwift RecursiveLock.swift
[71/194] Compiling RxSwift RecursiveScheduler.swift
[72/194] Compiling RxSwift Reduce.swift
[73/194] Compiling RxSwift RefCountDisposable.swift
[74/194] Compiling RxSwift Repeat.swift
[75/194] Compiling RxSwift ReplaySubject.swift
[76/194] Compiling RxSwift RetryWhen.swift
[77/194] Compiling RxSwift Rx.swift
[78/194] Compiling RxSwift RxMutableBox.swift
[79/194] Compiling RxSwift Sample.swift
[80/194] Compiling RxSwift Scan.swift
[81/194] Compiling RxSwift ScheduledDisposable.swift
[82/194] Compiling RxSwift ScheduledItem.swift
[83/194] Compiling RxSwift ScheduledItemType.swift
[84/194] Compiling RxSwift SchedulerServices+Emulation.swift
[85/194] Compiling RxSwift Never.swift
[86/194] Compiling RxSwift NopDisposable.swift
[87/194] Compiling RxSwift Observable+Concurrency.swift
[88/194] Compiling RxSwift Observable.swift
[89/194] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[90/194] Compiling RxSwift ObservableConvertibleType.swift
[91/194] Compiling RxSwift ObservableType+Extensions.swift
[92/194] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[93/194] Compiling RxSwift ObservableType.swift
[94/194] Compiling RxSwift ObserveOn.swift
[95/194] Compiling RxSwift ObserverBase.swift
[96/194] Compiling RxSwift ObserverType.swift
[97/194] Compiling RxSwift OperationQueueScheduler.swift
[98/194] Compiling RxSwift Optional.swift
[99/194] Compiling RxSwift Platform.Darwin.swift
[100/194] Compiling RxSwift Platform.Linux.swift
[101/194] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[102/194] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[103/194] Compiling RxSwift PrimitiveSequence.swift
[104/194] Compiling RxSwift PriorityQueue.swift
[105/194] Compiling RxSwift DispatchQueueConfiguration.swift
[106/194] Compiling RxSwift Disposable.swift
[107/194] Compiling RxSwift Disposables.swift
[108/194] Compiling RxSwift DisposeBag.swift
[109/194] Compiling RxSwift DisposeBase.swift
[110/194] Compiling RxSwift DistinctUntilChanged.swift
[111/194] Compiling RxSwift Do.swift
[112/194] Compiling RxSwift ElementAt.swift
[113/194] Compiling RxSwift Empty.swift
[114/194] Compiling RxSwift Enumerated.swift
[115/194] Compiling RxSwift Error.swift
[116/194] Compiling RxSwift Errors.swift
[117/194] Compiling RxSwift Event.swift
[118/194] Compiling RxSwift Filter.swift
[119/194] Compiling RxSwift First.swift
[120/194] Compiling RxSwift Generate.swift
[121/194] Compiling RxSwift GroupBy.swift
[122/194] Compiling RxSwift GroupedObservable.swift
[123/194] Compiling RxSwift HistoricalScheduler.swift
[124/194] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[125/194] Compiling RxSwift ImmediateSchedulerType.swift
[126/194] Compiling RxSwift SchedulerType.swift
[127/194] Compiling RxSwift Sequence.swift
[128/194] Compiling RxSwift SerialDispatchQueueScheduler.swift
[129/194] Compiling RxSwift SerialDisposable.swift
[130/194] Compiling RxSwift ShareReplayScope.swift
[131/194] Compiling RxSwift Single.swift
[132/194] Compiling RxSwift SingleAssignmentDisposable.swift
[133/194] Compiling RxSwift SingleAsync.swift
[134/194] Compiling RxSwift Sink.swift
[135/194] Compiling RxSwift Skip.swift
[136/194] Compiling RxSwift SkipUntil.swift
[137/194] Compiling RxSwift SkipWhile.swift
[138/194] Compiling RxSwift StartWith.swift
[139/194] Compiling RxSwift SubjectType.swift
[140/194] Compiling RxSwift SubscribeOn.swift
[141/194] Compiling RxSwift SubscriptionDisposable.swift
[142/194] Compiling RxSwift SwiftSupport.swift
[143/194] Compiling RxSwift Switch.swift
[144/194] Compiling RxSwift SwitchIfEmpty.swift
[145/194] Compiling RxSwift SynchronizedDisposeType.swift
[146/194] Compiling RxSwift CombineLatest.swift
[147/194] Compiling RxSwift CompactMap.swift
[148/194] Compiling RxSwift Completable+AndThen.swift
[149/194] Compiling RxSwift Completable.swift
[150/194] Compiling RxSwift CompositeDisposable.swift
[151/194] Compiling RxSwift Concat.swift
[152/194] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[153/194] Compiling RxSwift ConcurrentMainScheduler.swift
[154/194] Compiling RxSwift ConnectableObservableType.swift
[155/194] Compiling RxSwift Create.swift
[156/194] Compiling RxSwift CurrentThreadScheduler.swift
[157/194] Compiling RxSwift Date+Dispatch.swift
[158/194] Compiling RxSwift Debounce.swift
[159/194] Compiling RxSwift Debug.swift
[160/194] Compiling RxSwift Decode.swift
[161/194] Compiling RxSwift DefaultIfEmpty.swift
[162/194] Compiling RxSwift Deferred.swift
[163/194] Compiling RxSwift Delay.swift
[164/194] Compiling RxSwift DelaySubscription.swift
[165/194] Compiling RxSwift Dematerialize.swift
[166/194] Compiling RxSwift DispatchQueue+Extensions.swift
[167/194] Wrapping AST for Differentiator for debugging
[169/194] Compiling RxSwift SynchronizedOnType.swift
[170/194] Compiling RxSwift SynchronizedUnsubscribeType.swift
[171/194] Compiling RxSwift TailRecursiveSink.swift
[172/194] Compiling RxSwift Take.swift
[173/194] Compiling RxSwift TakeLast.swift
[174/194] Compiling RxSwift TakeWithPredicate.swift
[175/194] Compiling RxSwift Throttle.swift
[176/194] Compiling RxSwift Timeout.swift
[177/194] Compiling RxSwift Timer.swift
[178/194] Compiling RxSwift ToArray.swift
[179/194] Compiling RxSwift Using.swift
[180/194] Compiling RxSwift VirtualTimeConverterType.swift
[181/194] Compiling RxSwift VirtualTimeScheduler.swift
[182/194] Compiling RxSwift Window.swift
[183/194] Compiling RxSwift WithLatestFrom.swift
[184/194] Compiling RxSwift WithUnretained.swift
[185/194] Compiling RxSwift Zip+Collection.swift
[186/194] Compiling RxSwift Zip+arity.swift
[187/194] Compiling RxSwift Zip.swift
[188/194] Compiling RxSwift resource_bundle_accessor.swift
[189/195] Wrapping AST for RxSwift for debugging
[191/202] Compiling RxRelay PublishRelay.swift
[192/202] Compiling RxRelay ReplayRelay.swift
[193/202] Compiling RxRelay Utils.swift
[194/202] Compiling RxRelay resource_bundle_accessor.swift
[195/202] Emitting module RxRelay
[196/202] Compiling RxRelay BehaviorRelay.swift
[197/202] Compiling RxRelay Observable+Bind.swift
[198/203] Wrapping AST for RxRelay for debugging
[200/288] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[201/288] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[202/288] Compiling RxCocoa RxTabBarDelegateProxy.swift
[203/288] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[204/288] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[205/288] Compiling RxCocoa RxTableViewDataSourceType.swift
[206/288] Compiling RxCocoa RxTableViewDelegateProxy.swift
[207/288] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[208/288] Compiling RxCocoa RxTarget.swift
[209/288] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[210/288] Compiling RxCocoa RxTextViewDelegateProxy.swift
[211/288] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[212/299] Emitting module RxCocoa
[213/299] Compiling RxCocoa UIButton+Rx.swift
[214/299] Compiling RxCocoa UICollectionView+Rx.swift
[215/299] Compiling RxCocoa UIControl+Rx.swift
[216/299] Compiling RxCocoa UIDatePicker+Rx.swift
[217/299] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[218/299] Compiling RxCocoa UINavigationController+Rx.swift
[219/299] Compiling RxCocoa UIPickerView+Rx.swift
[220/299] Compiling RxCocoa UIRefreshControl+Rx.swift
[221/299] Compiling RxCocoa UIScrollView+Rx.swift
[222/299] Compiling RxCocoa UISearchBar+Rx.swift
[223/299] Compiling RxCocoa UISearchController+Rx.swift
[224/299] Compiling RxCocoa UISegmentedControl+Rx.swift
[225/299] Compiling RxCocoa BehaviorRelay+Driver.swift
[226/299] Compiling RxCocoa ControlEvent+Driver.swift
[227/299] Compiling RxCocoa ControlEvent+Signal.swift
[228/299] Compiling RxCocoa ControlEvent.swift
[229/299] Compiling RxCocoa ControlProperty+Driver.swift
[230/299] Compiling RxCocoa ControlProperty.swift
[231/299] Compiling RxCocoa ControlTarget.swift
[232/299] Compiling RxCocoa DelegateProxy.swift
[233/299] Compiling RxCocoa DelegateProxyType.swift
[234/299] Compiling RxCocoa DispatchQueue+Extensions.swift
[235/299] Compiling RxCocoa Driver+Subscription.swift
[236/299] Compiling RxCocoa Driver.swift
[237/299] Compiling RxCocoa Infallible+Bind.swift
[238/299] Compiling RxCocoa Infallible+Driver.swift
[239/299] Compiling RxCocoa ItemEvents.swift
[240/299] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[241/299] Compiling RxCocoa KVORepresentable+Swift.swift
[242/299] Compiling RxCocoa KVORepresentable.swift
[243/299] Compiling RxCocoa NSButton+Rx.swift
[244/299] Compiling RxCocoa NSControl+Rx.swift
[245/299] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[246/299] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[247/299] Compiling RxCocoa NSObject+Rx.swift
[248/299] Compiling RxCocoa NSSlider+Rx.swift
[249/299] Compiling RxCocoa NSTextField+Rx.swift
[250/299] Compiling RxCocoa NSTextStorage+Rx.swift
[251/299] Compiling RxCocoa NSTextView+Rx.swift
[252/299] Compiling RxCocoa NSView+Rx.swift
[253/299] Compiling RxCocoa NotificationCenter+Rx.swift
[254/299] Compiling RxCocoa Observable+Bind.swift
[255/299] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[256/299] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[257/299] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[258/299] Compiling RxCocoa PublishRelay+Signal.swift
[259/299] Compiling RxCocoa RxCocoa.swift
[260/299] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[261/299] Compiling RxCocoa UISlider+Rx.swift
[262/299] Compiling RxCocoa UIStepper+Rx.swift
[263/299] Compiling RxCocoa UISwitch+Rx.swift
[264/299] Compiling RxCocoa UITabBar+Rx.swift
[265/299] Compiling RxCocoa UITabBarController+Rx.swift
[266/299] Compiling RxCocoa UITableView+Rx.swift
[267/299] Compiling RxCocoa UITextField+Rx.swift
[268/299] Compiling RxCocoa UITextView+Rx.swift
[269/299] Compiling RxCocoa URLSession+Rx.swift
[270/299] Compiling RxCocoa WKWebView+Rx.swift
[271/299] Compiling RxCocoa resource_bundle_accessor.swift
[272/299] Compiling RxCocoa SchedulerType+SharedSequence.swift
[273/299] Compiling RxCocoa SectionedViewDataSourceType.swift
[274/299] Compiling RxCocoa SharedSequence+Concurrency.swift
[275/299] Compiling RxCocoa SharedSequence+Operators+arity.swift
[276/299] Compiling RxCocoa SharedSequence+Operators.swift
[277/299] Compiling RxCocoa SharedSequence.swift
[278/299] Compiling RxCocoa Signal+Subscription.swift
[279/299] Compiling RxCocoa Signal.swift
[280/299] Compiling RxCocoa TextInput.swift
[281/299] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[282/299] Compiling RxCocoa UIApplication+Rx.swift
[283/299] Compiling RxCocoa UIBarButtonItem+Rx.swift
[284/299] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[285/299] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[286/299] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[287/299] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[288/299] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[289/299] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[290/299] Compiling RxCocoa RxPickerViewAdapter.swift
[291/299] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[292/299] Compiling RxCocoa RxPickerViewDataSourceType.swift
[293/299] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[294/299] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[295/299] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[296/300] Wrapping AST for RxCocoa for debugging
[298/315] Compiling RxDataSources RxTableViewSectionedAnimatedDataSource.swift
[299/315] Compiling RxDataSources RxTableViewSectionedReloadDataSource.swift
[300/317] 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 |
[301/317] 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 |
[302/317] Compiling RxDataSources AnimationConfiguration.swift
[303/317] Compiling RxDataSources Array+Extensions.swift
[304/317] Emitting module RxDataSources
/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 |
[305/317] Compiling RxDataSources CollectionViewSectionedDataSource.swift
[306/317] Compiling RxDataSources DataSources.swift
[307/317] Compiling RxDataSources RxCollectionViewSectionedReloadDataSource.swift
[308/317] Compiling RxDataSources RxPickerViewAdapter.swift
[309/317] 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 | }
[310/317] 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 | }
[311/317] 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 | }
[312/317] 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 | }
[313/317] Compiling RxDataSources UI+SectionedViewType.swift
[314/317] Compiling RxDataSources ViewTransition.swift
[315/318] Wrapping AST for RxDataSources for debugging
[316/318] Write Objects.LinkFileList
[317/318] Linking libRxDataSources-Dynamic.so
Build complete! (22.00s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.