Build Information
Failed to build RxDataSources, reference main (bbfea3
), with Swift 6.0 for Linux on 1 Nov 2024 20:29:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.56.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: $PWD
https://github.com/RxSwiftCommunity/RxDataSources.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52358] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.59s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.48s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.8.0
Building for debugging...
[0/16] Copying PrivacyInfo.xcprivacy
[0/16] Write sources
[0/16] Copying PrivacyInfo.xcprivacy
[1/16] Write sources
[8/16] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/172] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[11/192] Compiling Differentiator SectionModel.swift
[12/192] Compiling Differentiator SectionModelType.swift
[13/192] Compiling RxSwift SchedulerType.swift
[14/192] Compiling RxSwift Sequence.swift
[15/192] Compiling RxSwift SerialDispatchQueueScheduler.swift
[16/192] Compiling RxSwift SerialDisposable.swift
[17/192] Compiling RxSwift ShareReplayScope.swift
[18/192] Compiling RxSwift Single.swift
[19/192] Compiling RxSwift SingleAssignmentDisposable.swift
[20/192] Compiling RxSwift SingleAsync.swift
[21/192] Compiling RxSwift Sink.swift
[22/192] Compiling RxSwift Skip.swift
[23/192] Compiling RxSwift SkipUntil.swift
[24/192] Compiling RxSwift SkipWhile.swift
[25/192] Compiling RxSwift StartWith.swift
[26/192] Compiling RxSwift SubjectType.swift
[27/192] Compiling RxSwift SubscribeOn.swift
[28/192] Compiling RxSwift SubscriptionDisposable.swift
[29/192] Compiling RxSwift SwiftSupport.swift
[30/192] Compiling RxSwift Switch.swift
[31/192] Compiling RxSwift SwitchIfEmpty.swift
[32/192] Compiling RxSwift SynchronizedDisposeType.swift
[33/192] Compiling RxSwift DispatchQueueConfiguration.swift
[34/192] Compiling RxSwift Disposable.swift
[35/192] Compiling RxSwift Disposables.swift
[36/192] Compiling RxSwift DisposeBag.swift
[37/192] Compiling RxSwift DisposeBase.swift
[38/192] Compiling RxSwift DistinctUntilChanged.swift
[39/192] Compiling RxSwift Do.swift
[40/192] Compiling RxSwift ElementAt.swift
[41/192] Compiling RxSwift Empty.swift
[42/192] Compiling RxSwift Enumerated.swift
[43/192] Compiling RxSwift Error.swift
[44/192] Compiling RxSwift Errors.swift
[45/192] Compiling RxSwift Event.swift
[46/192] Compiling RxSwift Filter.swift
[47/192] Compiling RxSwift First.swift
[48/192] Compiling RxSwift Generate.swift
[49/192] Compiling RxSwift GroupBy.swift
[50/192] Compiling RxSwift GroupedObservable.swift
[51/192] Compiling RxSwift HistoricalScheduler.swift
[52/192] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[53/192] Compiling RxSwift ImmediateSchedulerType.swift
[54/193] Compiling RxSwift AsSingle.swift
[55/193] Compiling RxSwift AsyncLock.swift
[56/193] Compiling Differentiator Optional+Extensions.swift
[57/193] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[58/193] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[59/193] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[60/193] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[61/193] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[62/193] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[65/193] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[66/193] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[67/193] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[68/193] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[69/193] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[70/193] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[71/193] Compiling RxSwift Binder.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[72/193] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[73/193] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[74/193] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[75/193] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[76/193] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[77/193] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[78/193] Compiling RxSwift SynchronizedOnType.swift
[79/193] Compiling RxSwift SynchronizedUnsubscribeType.swift
[80/193] Compiling RxSwift TailRecursiveSink.swift
[81/193] Compiling RxSwift Take.swift
[82/193] Compiling RxSwift TakeLast.swift
[83/193] Compiling RxSwift TakeWithPredicate.swift
[84/193] Compiling RxSwift Throttle.swift
[85/193] Compiling RxSwift Timeout.swift
[86/193] Compiling RxSwift Timer.swift
[87/193] Compiling RxSwift ToArray.swift
[88/193] Compiling RxSwift Using.swift
[89/193] Compiling RxSwift VirtualTimeConverterType.swift
[90/193] Compiling RxSwift VirtualTimeScheduler.swift
[91/193] Compiling RxSwift Window.swift
[92/193] Compiling RxSwift WithLatestFrom.swift
[93/193] Compiling RxSwift WithUnretained.swift
[94/193] Compiling RxSwift Zip+Collection.swift
[95/193] Compiling RxSwift Zip+arity.swift
[96/193] Compiling RxSwift Zip.swift
[97/193] Compiling RxSwift resource_bundle_accessor.swift
[98/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 {
/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 {
/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 {
[105/193] Compiling RxSwift CombineLatest.swift
[106/193] Compiling RxSwift CompactMap.swift
[107/193] Compiling RxSwift Completable+AndThen.swift
[108/193] Compiling RxSwift Completable.swift
[109/193] Compiling RxSwift CompositeDisposable.swift
[110/193] Compiling RxSwift Concat.swift
[111/193] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[112/193] Compiling RxSwift ConcurrentMainScheduler.swift
[113/193] Compiling RxSwift ConnectableObservableType.swift
[114/193] Compiling RxSwift Create.swift
[115/193] Compiling RxSwift CurrentThreadScheduler.swift
[116/193] Compiling RxSwift Date+Dispatch.swift
[117/193] Compiling RxSwift Debounce.swift
[118/193] Compiling RxSwift Debug.swift
[119/193] Compiling RxSwift Decode.swift
[120/193] Compiling RxSwift DefaultIfEmpty.swift
[121/193] Compiling RxSwift Deferred.swift
[122/193] Compiling RxSwift Delay.swift
[123/193] Compiling RxSwift DelaySubscription.swift
[124/193] Compiling RxSwift Dematerialize.swift
[125/193] Compiling RxSwift DispatchQueue+Extensions.swift
[126/193] Compiling Differentiator Utilities.swift
[127/194] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[128/194] Compiling RxSwift Infallible+CombineLatest+arity.swift
[129/194] Compiling RxSwift Infallible+Concurrency.swift
[130/194] Compiling RxSwift Infallible+Create.swift
[131/194] Compiling RxSwift Infallible+Debug.swift
[132/194] Compiling RxSwift Infallible+Operators.swift
[133/194] Compiling RxSwift Infallible+Zip+arity.swift
[134/194] Compiling RxSwift Infallible.swift
[135/194] Compiling RxSwift InfiniteSequence.swift
[136/194] Compiling RxSwift InvocableScheduledItem.swift
[137/194] Compiling RxSwift InvocableType.swift
[138/194] Compiling RxSwift Just.swift
[139/194] Compiling RxSwift Lock.swift
[140/194] Compiling RxSwift LockOwnerType.swift
[141/194] Compiling RxSwift MainScheduler.swift
[142/194] Compiling RxSwift Map.swift
[143/194] Compiling RxSwift Materialize.swift
[144/194] Compiling RxSwift Maybe.swift
[145/194] Compiling RxSwift Merge.swift
[146/194] Compiling RxSwift Multicast.swift
[148/194] Compiling RxSwift Never.swift
[149/194] Compiling RxSwift NopDisposable.swift
[150/194] Compiling RxSwift Observable+Concurrency.swift
[151/194] Compiling RxSwift Observable.swift
[152/194] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[153/194] Compiling RxSwift ObservableConvertibleType.swift
[154/194] Compiling RxSwift ObservableType+Extensions.swift
[155/194] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[156/194] Compiling RxSwift ObservableType.swift
[157/194] Compiling RxSwift ObserveOn.swift
[158/194] Compiling RxSwift ObserverBase.swift
[159/194] Compiling RxSwift ObserverType.swift
[160/194] Compiling RxSwift OperationQueueScheduler.swift
[161/194] Compiling RxSwift Optional.swift
[162/194] Compiling RxSwift Platform.Darwin.swift
[163/194] Compiling RxSwift Platform.Linux.swift
[164/194] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[165/194] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[166/194] Compiling RxSwift PrimitiveSequence.swift
[167/194] Compiling RxSwift PriorityQueue.swift
[168/194] Compiling RxSwift Producer.swift
[169/194] Compiling RxSwift PublishSubject.swift
[170/194] Compiling RxSwift Queue.swift
[171/194] Compiling RxSwift Range.swift
[172/194] Compiling RxSwift Reactive.swift
[173/194] Compiling RxSwift RecursiveLock.swift
[174/194] Compiling RxSwift RecursiveScheduler.swift
[175/194] Compiling RxSwift Reduce.swift
[176/194] Compiling RxSwift RefCountDisposable.swift
[177/194] Compiling RxSwift Repeat.swift
[178/194] Compiling RxSwift ReplaySubject.swift
[179/194] Compiling RxSwift RetryWhen.swift
[180/194] Compiling RxSwift Rx.swift
[181/194] Compiling RxSwift RxMutableBox.swift
[182/194] Compiling RxSwift Sample.swift
[183/194] Compiling RxSwift Scan.swift
[184/194] Compiling RxSwift ScheduledDisposable.swift
[185/194] Compiling RxSwift ScheduledItem.swift
[186/194] Compiling RxSwift ScheduledItemType.swift
[187/194] Compiling RxSwift SchedulerServices+Emulation.swift
[187/194] Wrapping AST for Differentiator for debugging
BUILD FAILURE 6.0 linux