The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of RxSwift, reference main (5dd190), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 15:10:16 UTC.

Swift 6 data race errors: 46

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

10 | ///
11 | /// Forwards operations to an arbitrary underlying observer with the same `Element` type, hiding the specifics of the underlying observer type.
12 | public struct AnyObserver<Element> : ObserverType {
   |               `- note: generic struct 'AnyObserver' does not conform to the 'Sendable' protocol
13 |     /// Anonymous event handler type.
14 |     public typealias EventHandler = (Event<Element>) -> Void
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/URLSession+Rx.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RxSwift'
  8 |
  9 | import Foundation
 10 | import RxSwift
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'RxSwift'
 11 |
 12 | #if canImport(FoundationNetworking)
[278/317] Compiling RxCocoa TextInput.swift
[279/317] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[280/317] Compiling RxCocoa UIApplication+Rx.swift
[281/317] Compiling RxCocoa UIBarButtonItem+Rx.swift
[282/317] Compiling RxCocoa UIButton+Rx.swift
[283/317] Compiling RxCocoa UICollectionView+Rx.swift
[284/317] Compiling RxCocoa UIControl+Rx.swift
[285/317] Compiling RxCocoa UIDatePicker+Rx.swift
[286/317] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[287/317] Compiling RxCocoa RxTabBarDelegateProxy.swift
[288/317] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[289/317] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[290/317] Compiling RxCocoa RxTableViewDataSourceType.swift
[291/317] Compiling RxCocoa RxTableViewDelegateProxy.swift
[292/317] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[293/317] Compiling RxCocoa RxTarget.swift
[294/317] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[295/317] Compiling RxCocoa RxTextViewDelegateProxy.swift
[296/317] Compiling RxCocoa ObservableConvertibleType+Driver.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:26:10: warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |     case unknown
 25 |     /// Invalid operation was attempted.
 26 |     case invalidOperation(object: Any)
    |          `- warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:28:10: warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |     case invalidOperation(object: Any)
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
    |          `- warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:30:10: warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |     case itemsNotYetBound(object: Any)
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
    |          `- warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:36:10: warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case errorDuringSwizzling
 35 |     /// Casting error.
 36 |     case castingError(object: Any, targetType: Any.Type)
    |          `- warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 | }
 38 |
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:27:14: warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 25 |         , CustomDebugStringConvertible {
 26 |         /// Unknown error has occurred.
 27 |         case unknown(target: AnyObject)
    |              `- warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 28 |
 29 |         /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 13 | #if !DISABLE_SWIZZLING && !os(Linux)
 14 |     /// RxCocoa ObjC runtime interception mechanism.
 15 |     public enum RxCocoaInterceptionMechanism {
    |                 `- note: consider making enum 'RxCocoaInterceptionMechanism' conform to the 'Sendable' protocol
 16 |         /// Unknown message interception mechanism.
 17 |         case unknown
    :
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:57:14: warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
 57 |         case selectorNotImplemented(target: AnyObject)
    |              `- warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 58 |
 59 |         /// Core Foundation classes are usually toll free bridged. Those classes crash the program in case
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:64:14: warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 62 |         /// There is a possibility to just swizzle methods on original object, but since those won't be usual use
 63 |         /// cases for this library, then an error will just be reported for now.
 64 |         case cantInterceptCoreFoundationTollFreeBridgedObjects(target: AnyObject)
    |              `- warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 65 |
 66 |         /// Two libraries have simultaneously tried to modify ObjC runtime and that was detected. This can only
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:71:14: warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 69 |         /// To synchronize other libraries intercepting messages for an object, use `synchronized` on target object and
 70 |         /// it's meta-class.
 71 |         case threadingCollisionWithOtherInterceptionMechanism(target: AnyObject)
    |              `- warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:74:14: warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
 74 |         case savingOriginalForwardingMethodFailed(target: AnyObject)
    |              `- warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:77:14: warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
 77 |         case replacingMethodWithForwardingImplementation(target: AnyObject)
    |              `- warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 78 |
 79 |         /// Attempt to intercept one of the performance sensitive methods:
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:84:14: warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 82 |         ///    * methodSignatureForSelector:
 83 |         ///    * forwardingTargetForSelector:
 84 |         case observingPerformanceSensitiveMessages(target: AnyObject)
    |              `- warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 85 |
 86 |         /// Message implementation has unsupported return type (for example large struct). The reason why this is a error
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:91:14: warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 89 |         ///
 90 |         /// The unsupported cases should be fairly uncommon.
 91 |         case observingMessagesWithUnsupportedReturnType(target: AnyObject)
    |              `- warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 92 |     }
 93 |
[297/317] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:26:10: warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |     case unknown
 25 |     /// Invalid operation was attempted.
 26 |     case invalidOperation(object: Any)
    |          `- warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:28:10: warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |     case invalidOperation(object: Any)
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
    |          `- warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:30:10: warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |     case itemsNotYetBound(object: Any)
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
    |          `- warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:36:10: warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case errorDuringSwizzling
 35 |     /// Casting error.
 36 |     case castingError(object: Any, targetType: Any.Type)
    |          `- warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 | }
 38 |
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:27:14: warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 25 |         , CustomDebugStringConvertible {
 26 |         /// Unknown error has occurred.
 27 |         case unknown(target: AnyObject)
    |              `- warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 28 |
 29 |         /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 13 | #if !DISABLE_SWIZZLING && !os(Linux)
 14 |     /// RxCocoa ObjC runtime interception mechanism.
 15 |     public enum RxCocoaInterceptionMechanism {
    |                 `- note: consider making enum 'RxCocoaInterceptionMechanism' conform to the 'Sendable' protocol
 16 |         /// Unknown message interception mechanism.
 17 |         case unknown
    :
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:57:14: warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
 57 |         case selectorNotImplemented(target: AnyObject)
    |              `- warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 58 |
 59 |         /// Core Foundation classes are usually toll free bridged. Those classes crash the program in case
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:64:14: warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 62 |         /// There is a possibility to just swizzle methods on original object, but since those won't be usual use
 63 |         /// cases for this library, then an error will just be reported for now.
 64 |         case cantInterceptCoreFoundationTollFreeBridgedObjects(target: AnyObject)
    |              `- warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 65 |
 66 |         /// Two libraries have simultaneously tried to modify ObjC runtime and that was detected. This can only
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:71:14: warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 69 |         /// To synchronize other libraries intercepting messages for an object, use `synchronized` on target object and
 70 |         /// it's meta-class.
 71 |         case threadingCollisionWithOtherInterceptionMechanism(target: AnyObject)
    |              `- warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:74:14: warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
 74 |         case savingOriginalForwardingMethodFailed(target: AnyObject)
    |              `- warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:77:14: warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
 77 |         case replacingMethodWithForwardingImplementation(target: AnyObject)
    |              `- warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 78 |
 79 |         /// Attempt to intercept one of the performance sensitive methods:
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:84:14: warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 82 |         ///    * methodSignatureForSelector:
 83 |         ///    * forwardingTargetForSelector:
 84 |         case observingPerformanceSensitiveMessages(target: AnyObject)
    |              `- warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 85 |
 86 |         /// Message implementation has unsupported return type (for example large struct). The reason why this is a error
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:91:14: warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 89 |         ///
 90 |         /// The unsupported cases should be fairly uncommon.
 91 |         case observingMessagesWithUnsupportedReturnType(target: AnyObject)
    |              `- warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 92 |     }
 93 |
[298/317] Compiling RxCocoa ObservableConvertibleType+Signal.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:26:10: warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |     case unknown
 25 |     /// Invalid operation was attempted.
 26 |     case invalidOperation(object: Any)
    |          `- warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:28:10: warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |     case invalidOperation(object: Any)
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
    |          `- warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:30:10: warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |     case itemsNotYetBound(object: Any)
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
    |          `- warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:36:10: warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case errorDuringSwizzling
 35 |     /// Casting error.
 36 |     case castingError(object: Any, targetType: Any.Type)
    |          `- warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 | }
 38 |
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:27:14: warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 25 |         , CustomDebugStringConvertible {
 26 |         /// Unknown error has occurred.
 27 |         case unknown(target: AnyObject)
    |              `- warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 28 |
 29 |         /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 13 | #if !DISABLE_SWIZZLING && !os(Linux)
 14 |     /// RxCocoa ObjC runtime interception mechanism.
 15 |     public enum RxCocoaInterceptionMechanism {
    |                 `- note: consider making enum 'RxCocoaInterceptionMechanism' conform to the 'Sendable' protocol
 16 |         /// Unknown message interception mechanism.
 17 |         case unknown
    :
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:57:14: warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
 57 |         case selectorNotImplemented(target: AnyObject)
    |              `- warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 58 |
 59 |         /// Core Foundation classes are usually toll free bridged. Those classes crash the program in case
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:64:14: warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 62 |         /// There is a possibility to just swizzle methods on original object, but since those won't be usual use
 63 |         /// cases for this library, then an error will just be reported for now.
 64 |         case cantInterceptCoreFoundationTollFreeBridgedObjects(target: AnyObject)
    |              `- warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 65 |
 66 |         /// Two libraries have simultaneously tried to modify ObjC runtime and that was detected. This can only
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:71:14: warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 69 |         /// To synchronize other libraries intercepting messages for an object, use `synchronized` on target object and
 70 |         /// it's meta-class.
 71 |         case threadingCollisionWithOtherInterceptionMechanism(target: AnyObject)
    |              `- warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:74:14: warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
 74 |         case savingOriginalForwardingMethodFailed(target: AnyObject)
    |              `- warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:77:14: warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
 77 |         case replacingMethodWithForwardingImplementation(target: AnyObject)
    |              `- warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 78 |
 79 |         /// Attempt to intercept one of the performance sensitive methods:
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:84:14: warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 82 |         ///    * methodSignatureForSelector:
 83 |         ///    * forwardingTargetForSelector:
 84 |         case observingPerformanceSensitiveMessages(target: AnyObject)
    |              `- warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 85 |
 86 |         /// Message implementation has unsupported return type (for example large struct). The reason why this is a error
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:91:14: warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 89 |         ///
 90 |         /// The unsupported cases should be fairly uncommon.
 91 |         case observingMessagesWithUnsupportedReturnType(target: AnyObject)
    |              `- warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 92 |     }
 93 |
[299/317] Compiling RxCocoa PublishRelay+Signal.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:26:10: warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |     case unknown
 25 |     /// Invalid operation was attempted.
 26 |     case invalidOperation(object: Any)
    |          `- warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:28:10: warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |     case invalidOperation(object: Any)
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
    |          `- warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:30:10: warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |     case itemsNotYetBound(object: Any)
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
    |          `- warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:36:10: warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case errorDuringSwizzling
 35 |     /// Casting error.
 36 |     case castingError(object: Any, targetType: Any.Type)
    |          `- warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 | }
 38 |
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:27:14: warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 25 |         , CustomDebugStringConvertible {
 26 |         /// Unknown error has occurred.
 27 |         case unknown(target: AnyObject)
    |              `- warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 28 |
 29 |         /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 13 | #if !DISABLE_SWIZZLING && !os(Linux)
 14 |     /// RxCocoa ObjC runtime interception mechanism.
 15 |     public enum RxCocoaInterceptionMechanism {
    |                 `- note: consider making enum 'RxCocoaInterceptionMechanism' conform to the 'Sendable' protocol
 16 |         /// Unknown message interception mechanism.
 17 |         case unknown
    :
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:57:14: warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
 57 |         case selectorNotImplemented(target: AnyObject)
    |              `- warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 58 |
 59 |         /// Core Foundation classes are usually toll free bridged. Those classes crash the program in case
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:64:14: warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 62 |         /// There is a possibility to just swizzle methods on original object, but since those won't be usual use
 63 |         /// cases for this library, then an error will just be reported for now.
 64 |         case cantInterceptCoreFoundationTollFreeBridgedObjects(target: AnyObject)
    |              `- warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 65 |
 66 |         /// Two libraries have simultaneously tried to modify ObjC runtime and that was detected. This can only
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:71:14: warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 69 |         /// To synchronize other libraries intercepting messages for an object, use `synchronized` on target object and
 70 |         /// it's meta-class.
 71 |         case threadingCollisionWithOtherInterceptionMechanism(target: AnyObject)
    |              `- warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:74:14: warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
 74 |         case savingOriginalForwardingMethodFailed(target: AnyObject)
    |              `- warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:77:14: warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
 77 |         case replacingMethodWithForwardingImplementation(target: AnyObject)
    |              `- warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 78 |
 79 |         /// Attempt to intercept one of the performance sensitive methods:
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:84:14: warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 82 |         ///    * methodSignatureForSelector:
 83 |         ///    * forwardingTargetForSelector:
 84 |         case observingPerformanceSensitiveMessages(target: AnyObject)
    |              `- warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 85 |
 86 |         /// Message implementation has unsupported return type (for example large struct). The reason why this is a error
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:91:14: warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 89 |         ///
 90 |         /// The unsupported cases should be fairly uncommon.
 91 |         case observingMessagesWithUnsupportedReturnType(target: AnyObject)
    |              `- warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 92 |     }
 93 |
[300/317] Compiling RxCocoa RxCocoa.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:26:10: warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |     case unknown
 25 |     /// Invalid operation was attempted.
 26 |     case invalidOperation(object: Any)
    |          `- warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:28:10: warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |     case invalidOperation(object: Any)
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
    |          `- warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:30:10: warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |     case itemsNotYetBound(object: Any)
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
    |          `- warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:36:10: warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case errorDuringSwizzling
 35 |     /// Casting error.
 36 |     case castingError(object: Any, targetType: Any.Type)
    |          `- warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 | }
 38 |
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:27:14: warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 25 |         , CustomDebugStringConvertible {
 26 |         /// Unknown error has occurred.
 27 |         case unknown(target: AnyObject)
    |              `- warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 28 |
 29 |         /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 13 | #if !DISABLE_SWIZZLING && !os(Linux)
 14 |     /// RxCocoa ObjC runtime interception mechanism.
 15 |     public enum RxCocoaInterceptionMechanism {
    |                 `- note: consider making enum 'RxCocoaInterceptionMechanism' conform to the 'Sendable' protocol
 16 |         /// Unknown message interception mechanism.
 17 |         case unknown
    :
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:57:14: warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
 57 |         case selectorNotImplemented(target: AnyObject)
    |              `- warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 58 |
 59 |         /// Core Foundation classes are usually toll free bridged. Those classes crash the program in case
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:64:14: warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 62 |         /// There is a possibility to just swizzle methods on original object, but since those won't be usual use
 63 |         /// cases for this library, then an error will just be reported for now.
 64 |         case cantInterceptCoreFoundationTollFreeBridgedObjects(target: AnyObject)
    |              `- warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 65 |
 66 |         /// Two libraries have simultaneously tried to modify ObjC runtime and that was detected. This can only
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:71:14: warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 69 |         /// To synchronize other libraries intercepting messages for an object, use `synchronized` on target object and
 70 |         /// it's meta-class.
 71 |         case threadingCollisionWithOtherInterceptionMechanism(target: AnyObject)
    |              `- warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:74:14: warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
 74 |         case savingOriginalForwardingMethodFailed(target: AnyObject)
    |              `- warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:77:14: warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
 77 |         case replacingMethodWithForwardingImplementation(target: AnyObject)
    |              `- warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 78 |
 79 |         /// Attempt to intercept one of the performance sensitive methods:
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:84:14: warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 82 |         ///    * methodSignatureForSelector:
 83 |         ///    * forwardingTargetForSelector:
 84 |         case observingPerformanceSensitiveMessages(target: AnyObject)
    |              `- warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 85 |
 86 |         /// Message implementation has unsupported return type (for example large struct). The reason why this is a error
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:91:14: warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 89 |         ///
 90 |         /// The unsupported cases should be fairly uncommon.
 91 |         case observingMessagesWithUnsupportedReturnType(target: AnyObject)
    |              `- warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 92 |     }
 93 |
[301/317] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:26:10: warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |     case unknown
 25 |     /// Invalid operation was attempted.
 26 |     case invalidOperation(object: Any)
    |          `- warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:28:10: warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |     case invalidOperation(object: Any)
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
    |          `- warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:30:10: warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |     case itemsNotYetBound(object: Any)
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
    |          `- warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:36:10: warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case errorDuringSwizzling
 35 |     /// Casting error.
 36 |     case castingError(object: Any, targetType: Any.Type)
    |          `- warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 | }
 38 |
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:27:14: warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 25 |         , CustomDebugStringConvertible {
 26 |         /// Unknown error has occurred.
 27 |         case unknown(target: AnyObject)
    |              `- warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 28 |
 29 |         /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 13 | #if !DISABLE_SWIZZLING && !os(Linux)
 14 |     /// RxCocoa ObjC runtime interception mechanism.
 15 |     public enum RxCocoaInterceptionMechanism {
    |                 `- note: consider making enum 'RxCocoaInterceptionMechanism' conform to the 'Sendable' protocol
 16 |         /// Unknown message interception mechanism.
 17 |         case unknown
    :
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:57:14: warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
 57 |         case selectorNotImplemented(target: AnyObject)
    |              `- warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 58 |
 59 |         /// Core Foundation classes are usually toll free bridged. Those classes crash the program in case
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:64:14: warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 62 |         /// There is a possibility to just swizzle methods on original object, but since those won't be usual use
 63 |         /// cases for this library, then an error will just be reported for now.
 64 |         case cantInterceptCoreFoundationTollFreeBridgedObjects(target: AnyObject)
    |              `- warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 65 |
 66 |         /// Two libraries have simultaneously tried to modify ObjC runtime and that was detected. This can only
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:71:14: warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 69 |         /// To synchronize other libraries intercepting messages for an object, use `synchronized` on target object and
 70 |         /// it's meta-class.
 71 |         case threadingCollisionWithOtherInterceptionMechanism(target: AnyObject)
    |              `- warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:74:14: warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
 74 |         case savingOriginalForwardingMethodFailed(target: AnyObject)
    |              `- warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:77:14: warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
 77 |         case replacingMethodWithForwardingImplementation(target: AnyObject)
    |              `- warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 78 |
 79 |         /// Attempt to intercept one of the performance sensitive methods:
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:84:14: warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 82 |         ///    * methodSignatureForSelector:
 83 |         ///    * forwardingTargetForSelector:
 84 |         case observingPerformanceSensitiveMessages(target: AnyObject)
    |              `- warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 85 |
 86 |         /// Message implementation has unsupported return type (for example large struct). The reason why this is a error
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:91:14: warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 89 |         ///
 90 |         /// The unsupported cases should be fairly uncommon.
 91 |         case observingMessagesWithUnsupportedReturnType(target: AnyObject)
    |              `- warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 92 |     }
 93 |
[302/317] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:26:10: warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |     case unknown
 25 |     /// Invalid operation was attempted.
 26 |     case invalidOperation(object: Any)
    |          `- warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:28:10: warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |     case invalidOperation(object: Any)
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
    |          `- warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:30:10: warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |     case itemsNotYetBound(object: Any)
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
    |          `- warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:36:10: warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case errorDuringSwizzling
 35 |     /// Casting error.
 36 |     case castingError(object: Any, targetType: Any.Type)
    |          `- warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 | }
 38 |
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:27:14: warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 25 |         , CustomDebugStringConvertible {
 26 |         /// Unknown error has occurred.
 27 |         case unknown(target: AnyObject)
    |              `- warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 28 |
 29 |         /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 13 | #if !DISABLE_SWIZZLING && !os(Linux)
 14 |     /// RxCocoa ObjC runtime interception mechanism.
 15 |     public enum RxCocoaInterceptionMechanism {
    |                 `- note: consider making enum 'RxCocoaInterceptionMechanism' conform to the 'Sendable' protocol
 16 |         /// Unknown message interception mechanism.
 17 |         case unknown
    :
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:57:14: warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
 57 |         case selectorNotImplemented(target: AnyObject)
    |              `- warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 58 |
 59 |         /// Core Foundation classes are usually toll free bridged. Those classes crash the program in case
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:64:14: warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 62 |         /// There is a possibility to just swizzle methods on original object, but since those won't be usual use
 63 |         /// cases for this library, then an error will just be reported for now.
 64 |         case cantInterceptCoreFoundationTollFreeBridgedObjects(target: AnyObject)
    |              `- warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 65 |
 66 |         /// Two libraries have simultaneously tried to modify ObjC runtime and that was detected. This can only
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:71:14: warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 69 |         /// To synchronize other libraries intercepting messages for an object, use `synchronized` on target object and
 70 |         /// it's meta-class.
 71 |         case threadingCollisionWithOtherInterceptionMechanism(target: AnyObject)
    |              `- warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:74:14: warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
 74 |         case savingOriginalForwardingMethodFailed(target: AnyObject)
    |              `- warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:77:14: warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
 77 |         case replacingMethodWithForwardingImplementation(target: AnyObject)
    |              `- warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 78 |
 79 |         /// Attempt to intercept one of the performance sensitive methods:
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:84:14: warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 82 |         ///    * methodSignatureForSelector:
 83 |         ///    * forwardingTargetForSelector:
 84 |         case observingPerformanceSensitiveMessages(target: AnyObject)
    |              `- warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 85 |
 86 |         /// Message implementation has unsupported return type (for example large struct). The reason why this is a error
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:91:14: warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 89 |         ///
 90 |         /// The unsupported cases should be fairly uncommon.
 91 |         case observingMessagesWithUnsupportedReturnType(target: AnyObject)
    |              `- warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 92 |     }
 93 |
[303/317] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:26:10: warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |     case unknown
 25 |     /// Invalid operation was attempted.
 26 |     case invalidOperation(object: Any)
    |          `- warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:28:10: warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |     case invalidOperation(object: Any)
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
    |          `- warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:30:10: warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |     case itemsNotYetBound(object: Any)
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
    |          `- warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:36:10: warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case errorDuringSwizzling
 35 |     /// Casting error.
 36 |     case castingError(object: Any, targetType: Any.Type)
    |          `- warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 | }
 38 |
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:27:14: warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 25 |         , CustomDebugStringConvertible {
 26 |         /// Unknown error has occurred.
 27 |         case unknown(target: AnyObject)
    |              `- warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 28 |
 29 |         /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 13 | #if !DISABLE_SWIZZLING && !os(Linux)
 14 |     /// RxCocoa ObjC runtime interception mechanism.
 15 |     public enum RxCocoaInterceptionMechanism {
    |                 `- note: consider making enum 'RxCocoaInterceptionMechanism' conform to the 'Sendable' protocol
 16 |         /// Unknown message interception mechanism.
 17 |         case unknown
    :
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:57:14: warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
 57 |         case selectorNotImplemented(target: AnyObject)
    |              `- warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 58 |
 59 |         /// Core Foundation classes are usually toll free bridged. Those classes crash the program in case
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:64:14: warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 62 |         /// There is a possibility to just swizzle methods on original object, but since those won't be usual use
 63 |         /// cases for this library, then an error will just be reported for now.
 64 |         case cantInterceptCoreFoundationTollFreeBridgedObjects(target: AnyObject)
    |              `- warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 65 |
 66 |         /// Two libraries have simultaneously tried to modify ObjC runtime and that was detected. This can only
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:71:14: warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 69 |         /// To synchronize other libraries intercepting messages for an object, use `synchronized` on target object and
 70 |         /// it's meta-class.
 71 |         case threadingCollisionWithOtherInterceptionMechanism(target: AnyObject)
    |              `- warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:74:14: warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
 74 |         case savingOriginalForwardingMethodFailed(target: AnyObject)
    |              `- warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:77:14: warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
 77 |         case replacingMethodWithForwardingImplementation(target: AnyObject)
    |              `- warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 78 |
 79 |         /// Attempt to intercept one of the performance sensitive methods:
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:84:14: warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 82 |         ///    * methodSignatureForSelector:
 83 |         ///    * forwardingTargetForSelector:
 84 |         case observingPerformanceSensitiveMessages(target: AnyObject)
    |              `- warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 85 |
 86 |         /// Message implementation has unsupported return type (for example large struct). The reason why this is a error
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:91:14: warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 89 |         ///
 90 |         /// The unsupported cases should be fairly uncommon.
 91 |         case observingMessagesWithUnsupportedReturnType(target: AnyObject)
    |              `- warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 92 |     }
 93 |
[304/317] Compiling RxCocoa RxCollectionViewDataSourceType.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:26:10: warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |     case unknown
 25 |     /// Invalid operation was attempted.
 26 |     case invalidOperation(object: Any)
    |          `- warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:28:10: warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |     case invalidOperation(object: Any)
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
    |          `- warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:30:10: warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |     case itemsNotYetBound(object: Any)
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
    |          `- warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:36:10: warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case errorDuringSwizzling
 35 |     /// Casting error.
 36 |     case castingError(object: Any, targetType: Any.Type)
    |          `- warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 | }
 38 |
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:27:14: warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 25 |         , CustomDebugStringConvertible {
 26 |         /// Unknown error has occurred.
 27 |         case unknown(target: AnyObject)
    |              `- warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 28 |
 29 |         /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 13 | #if !DISABLE_SWIZZLING && !os(Linux)
 14 |     /// RxCocoa ObjC runtime interception mechanism.
 15 |     public enum RxCocoaInterceptionMechanism {
    |                 `- note: consider making enum 'RxCocoaInterceptionMechanism' conform to the 'Sendable' protocol
 16 |         /// Unknown message interception mechanism.
 17 |         case unknown
    :
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:57:14: warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
 57 |         case selectorNotImplemented(target: AnyObject)
    |              `- warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 58 |
 59 |         /// Core Foundation classes are usually toll free bridged. Those classes crash the program in case
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:64:14: warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 62 |         /// There is a possibility to just swizzle methods on original object, but since those won't be usual use
 63 |         /// cases for this library, then an error will just be reported for now.
 64 |         case cantInterceptCoreFoundationTollFreeBridgedObjects(target: AnyObject)
    |              `- warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 65 |
 66 |         /// Two libraries have simultaneously tried to modify ObjC runtime and that was detected. This can only
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:71:14: warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 69 |         /// To synchronize other libraries intercepting messages for an object, use `synchronized` on target object and
 70 |         /// it's meta-class.
 71 |         case threadingCollisionWithOtherInterceptionMechanism(target: AnyObject)
    |              `- warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:74:14: warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
 74 |         case savingOriginalForwardingMethodFailed(target: AnyObject)
    |              `- warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:77:14: warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
 77 |         case replacingMethodWithForwardingImplementation(target: AnyObject)
    |              `- warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 78 |
 79 |         /// Attempt to intercept one of the performance sensitive methods:
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:84:14: warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 82 |         ///    * methodSignatureForSelector:
 83 |         ///    * forwardingTargetForSelector:
 84 |         case observingPerformanceSensitiveMessages(target: AnyObject)
    |              `- warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 85 |
 86 |         /// Message implementation has unsupported return type (for example large struct). The reason why this is a error
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:91:14: warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 89 |         ///
 90 |         /// The unsupported cases should be fairly uncommon.
 91 |         case observingMessagesWithUnsupportedReturnType(target: AnyObject)
    |              `- warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 92 |     }
 93 |
[305/317] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:26:10: warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |     case unknown
 25 |     /// Invalid operation was attempted.
 26 |     case invalidOperation(object: Any)
    |          `- warning: associated value 'invalidOperation(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:28:10: warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |     case invalidOperation(object: Any)
 27 |     /// Items are not yet bound to user interface but have been requested.
 28 |     case itemsNotYetBound(object: Any)
    |          `- warning: associated value 'itemsNotYetBound(object:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:30:10: warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |     case itemsNotYetBound(object: Any)
 29 |     /// Invalid KVO Path.
 30 |     case invalidPropertyName(object: Any, propertyName: String)
    |          `- warning: associated value 'invalidPropertyName(object:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:32:10: warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 30 |     case invalidPropertyName(object: Any, propertyName: String)
 31 |     /// Invalid object on key path.
 32 |     case invalidObjectOnKeyPath(object: Any, sourceObject: AnyObject, propertyName: String)
    |          `- warning: associated value 'invalidObjectOnKeyPath(object:sourceObject:propertyName:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 33 |     /// Error during swizzling.
 34 |     case errorDuringSwizzling
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoa.swift:36:10: warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 34 |     case errorDuringSwizzling
 35 |     /// Casting error.
 36 |     case castingError(object: Any, targetType: Any.Type)
    |          `- warning: associated value 'castingError(object:targetType:)' of 'Sendable'-conforming enum 'RxCocoaError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 37 | }
 38 |
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:27:14: warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 25 |         , CustomDebugStringConvertible {
 26 |         /// Unknown error has occurred.
 27 |         case unknown(target: AnyObject)
    |              `- warning: associated value 'unknown(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 28 |
 29 |         /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:54:14: warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 13 | #if !DISABLE_SWIZZLING && !os(Linux)
 14 |     /// RxCocoa ObjC runtime interception mechanism.
 15 |     public enum RxCocoaInterceptionMechanism {
    |                 `- note: consider making enum 'RxCocoaInterceptionMechanism' conform to the 'Sendable' protocol
 16 |         /// Unknown message interception mechanism.
 17 |         case unknown
    :
 52 |         dangerous.
 53 |         */
 54 |         case objectMessagesAlreadyBeingIntercepted(target: AnyObject, interceptionMechanism: RxCocoaInterceptionMechanism)
    |              `- warning: associated value 'objectMessagesAlreadyBeingIntercepted(target:interceptionMechanism:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'RxCocoaInterceptionMechanism'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:57:14: warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 55 |
 56 |         /// Trying to observe messages for selector that isn't implemented.
 57 |         case selectorNotImplemented(target: AnyObject)
    |              `- warning: associated value 'selectorNotImplemented(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 58 |
 59 |         /// Core Foundation classes are usually toll free bridged. Those classes crash the program in case
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:64:14: warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 62 |         /// There is a possibility to just swizzle methods on original object, but since those won't be usual use
 63 |         /// cases for this library, then an error will just be reported for now.
 64 |         case cantInterceptCoreFoundationTollFreeBridgedObjects(target: AnyObject)
    |              `- warning: associated value 'cantInterceptCoreFoundationTollFreeBridgedObjects(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 65 |
 66 |         /// Two libraries have simultaneously tried to modify ObjC runtime and that was detected. This can only
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:71:14: warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 69 |         /// To synchronize other libraries intercepting messages for an object, use `synchronized` on target object and
 70 |         /// it's meta-class.
 71 |         case threadingCollisionWithOtherInterceptionMechanism(target: AnyObject)
    |              `- warning: associated value 'threadingCollisionWithOtherInterceptionMechanism(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:74:14: warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 72 |
 73 |         /// For some reason saving original method implementation under RX namespace failed.
 74 |         case savingOriginalForwardingMethodFailed(target: AnyObject)
    |              `- warning: associated value 'savingOriginalForwardingMethodFailed(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:77:14: warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 75 |
 76 |         /// Intercepting a sent message by replacing a method implementation with `_objc_msgForward` failed for some reason.
 77 |         case replacingMethodWithForwardingImplementation(target: AnyObject)
    |              `- warning: associated value 'replacingMethodWithForwardingImplementation(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 78 |
 79 |         /// Attempt to intercept one of the performance sensitive methods:
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:84:14: warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 82 |         ///    * methodSignatureForSelector:
 83 |         ///    * forwardingTargetForSelector:
 84 |         case observingPerformanceSensitiveMessages(target: AnyObject)
    |              `- warning: associated value 'observingPerformanceSensitiveMessages(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 85 |
 86 |         /// Message implementation has unsupported return type (for example large struct). The reason why this is a error
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxCocoaObjCRuntimeError+Extensions.swift:91:14: warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 89 |         ///
 90 |         /// The unsupported cases should be fairly uncommon.
 91 |         case observingMessagesWithUnsupportedReturnType(target: AnyObject)
    |              `- warning: associated value 'observingMessagesWithUnsupportedReturnType(target:)' of 'Sendable'-conforming enum 'RxCocoaObjCRuntimeError' has non-sendable type 'AnyObject'; this is an error in the Swift 6 language mode
 92 |     }
 93 |
[306/317] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:34:16: warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     public static func currentDelegate(for object: WKWebView) -> WKNavigationDelegate? {
   |                        `- note: add '@MainActor' to make static method 'currentDelegate(for:)' part of global actor 'MainActor'
34 |         object.navigationDelegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: property declared here
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:38:16: warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
37 |     public static func setCurrentDelegate(_ delegate: WKNavigationDelegate?, to object: WKWebView) {
   |                        `- note: add '@MainActor' to make static method 'setCurrentDelegate(_:to:)' part of global actor 'MainActor'
38 |         object.navigationDelegate = delegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
39 |     }
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SchedulerType+SharedSequence.swift:13:36: warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | public enum SharingScheduler {
12 |     /// Default scheduler used in SharedSequence based traits.
13 |     public private(set) static var make: () -> SchedulerType = { MainScheduler() }
   |                                    |- warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'make' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'make' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:36:21: warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             continuation.onTermination = { @Sendable termination in
35 |                 if termination == .cancelled {
36 |                     disposable.dispose()
   |                     `- warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
37 |                 }
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/RxSwift/Disposable.swift:10:17: note: protocol 'Disposable' does not conform to the 'Sendable' protocol
 8 |
 9 | /// Represents a disposable resource.
10 | public protocol Disposable {
   |                 `- note: protocol 'Disposable' does not conform to the 'Sendable' protocol
11 |     /// Dispose resource.
12 |     func dispose()
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:31:53: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
29 |             let disposable = self.asObservable()
30 |                 .subscribe(
31 |                     onNext: { value in continuation.yield(value) },
   |                                                     |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
   |                                                     `- note: main actor-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later main actor-isolated uses
32 |                     onCompleted: { continuation.finish() }
33 |                 )
[307/317] Compiling RxCocoa SchedulerType+SharedSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:34:16: warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     public static func currentDelegate(for object: WKWebView) -> WKNavigationDelegate? {
   |                        `- note: add '@MainActor' to make static method 'currentDelegate(for:)' part of global actor 'MainActor'
34 |         object.navigationDelegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: property declared here
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:38:16: warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
37 |     public static func setCurrentDelegate(_ delegate: WKNavigationDelegate?, to object: WKWebView) {
   |                        `- note: add '@MainActor' to make static method 'setCurrentDelegate(_:to:)' part of global actor 'MainActor'
38 |         object.navigationDelegate = delegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
39 |     }
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SchedulerType+SharedSequence.swift:13:36: warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | public enum SharingScheduler {
12 |     /// Default scheduler used in SharedSequence based traits.
13 |     public private(set) static var make: () -> SchedulerType = { MainScheduler() }
   |                                    |- warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'make' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'make' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:36:21: warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             continuation.onTermination = { @Sendable termination in
35 |                 if termination == .cancelled {
36 |                     disposable.dispose()
   |                     `- warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
37 |                 }
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/RxSwift/Disposable.swift:10:17: note: protocol 'Disposable' does not conform to the 'Sendable' protocol
 8 |
 9 | /// Represents a disposable resource.
10 | public protocol Disposable {
   |                 `- note: protocol 'Disposable' does not conform to the 'Sendable' protocol
11 |     /// Dispose resource.
12 |     func dispose()
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:31:53: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
29 |             let disposable = self.asObservable()
30 |                 .subscribe(
31 |                     onNext: { value in continuation.yield(value) },
   |                                                     |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
   |                                                     `- note: main actor-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later main actor-isolated uses
32 |                     onCompleted: { continuation.finish() }
33 |                 )
[308/317] Compiling RxCocoa SectionedViewDataSourceType.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:34:16: warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     public static func currentDelegate(for object: WKWebView) -> WKNavigationDelegate? {
   |                        `- note: add '@MainActor' to make static method 'currentDelegate(for:)' part of global actor 'MainActor'
34 |         object.navigationDelegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: property declared here
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:38:16: warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
37 |     public static func setCurrentDelegate(_ delegate: WKNavigationDelegate?, to object: WKWebView) {
   |                        `- note: add '@MainActor' to make static method 'setCurrentDelegate(_:to:)' part of global actor 'MainActor'
38 |         object.navigationDelegate = delegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
39 |     }
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SchedulerType+SharedSequence.swift:13:36: warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | public enum SharingScheduler {
12 |     /// Default scheduler used in SharedSequence based traits.
13 |     public private(set) static var make: () -> SchedulerType = { MainScheduler() }
   |                                    |- warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'make' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'make' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:36:21: warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             continuation.onTermination = { @Sendable termination in
35 |                 if termination == .cancelled {
36 |                     disposable.dispose()
   |                     `- warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
37 |                 }
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/RxSwift/Disposable.swift:10:17: note: protocol 'Disposable' does not conform to the 'Sendable' protocol
 8 |
 9 | /// Represents a disposable resource.
10 | public protocol Disposable {
   |                 `- note: protocol 'Disposable' does not conform to the 'Sendable' protocol
11 |     /// Dispose resource.
12 |     func dispose()
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:31:53: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
29 |             let disposable = self.asObservable()
30 |                 .subscribe(
31 |                     onNext: { value in continuation.yield(value) },
   |                                                     |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
   |                                                     `- note: main actor-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later main actor-isolated uses
32 |                     onCompleted: { continuation.finish() }
33 |                 )
[309/317] Compiling RxCocoa SharedSequence+Concurrency.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:34:16: warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     public static func currentDelegate(for object: WKWebView) -> WKNavigationDelegate? {
   |                        `- note: add '@MainActor' to make static method 'currentDelegate(for:)' part of global actor 'MainActor'
34 |         object.navigationDelegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: property declared here
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:38:16: warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
37 |     public static func setCurrentDelegate(_ delegate: WKNavigationDelegate?, to object: WKWebView) {
   |                        `- note: add '@MainActor' to make static method 'setCurrentDelegate(_:to:)' part of global actor 'MainActor'
38 |         object.navigationDelegate = delegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
39 |     }
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SchedulerType+SharedSequence.swift:13:36: warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | public enum SharingScheduler {
12 |     /// Default scheduler used in SharedSequence based traits.
13 |     public private(set) static var make: () -> SchedulerType = { MainScheduler() }
   |                                    |- warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'make' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'make' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:36:21: warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             continuation.onTermination = { @Sendable termination in
35 |                 if termination == .cancelled {
36 |                     disposable.dispose()
   |                     `- warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
37 |                 }
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/RxSwift/Disposable.swift:10:17: note: protocol 'Disposable' does not conform to the 'Sendable' protocol
 8 |
 9 | /// Represents a disposable resource.
10 | public protocol Disposable {
   |                 `- note: protocol 'Disposable' does not conform to the 'Sendable' protocol
11 |     /// Dispose resource.
12 |     func dispose()
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:31:53: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
29 |             let disposable = self.asObservable()
30 |                 .subscribe(
31 |                     onNext: { value in continuation.yield(value) },
   |                                                     |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
   |                                                     `- note: main actor-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later main actor-isolated uses
32 |                     onCompleted: { continuation.finish() }
33 |                 )
[310/317] Compiling RxCocoa SharedSequence+Operators+arity.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:34:16: warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     public static func currentDelegate(for object: WKWebView) -> WKNavigationDelegate? {
   |                        `- note: add '@MainActor' to make static method 'currentDelegate(for:)' part of global actor 'MainActor'
34 |         object.navigationDelegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: property declared here
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:38:16: warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
37 |     public static func setCurrentDelegate(_ delegate: WKNavigationDelegate?, to object: WKWebView) {
   |                        `- note: add '@MainActor' to make static method 'setCurrentDelegate(_:to:)' part of global actor 'MainActor'
38 |         object.navigationDelegate = delegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
39 |     }
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SchedulerType+SharedSequence.swift:13:36: warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | public enum SharingScheduler {
12 |     /// Default scheduler used in SharedSequence based traits.
13 |     public private(set) static var make: () -> SchedulerType = { MainScheduler() }
   |                                    |- warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'make' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'make' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:36:21: warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             continuation.onTermination = { @Sendable termination in
35 |                 if termination == .cancelled {
36 |                     disposable.dispose()
   |                     `- warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
37 |                 }
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/RxSwift/Disposable.swift:10:17: note: protocol 'Disposable' does not conform to the 'Sendable' protocol
 8 |
 9 | /// Represents a disposable resource.
10 | public protocol Disposable {
   |                 `- note: protocol 'Disposable' does not conform to the 'Sendable' protocol
11 |     /// Dispose resource.
12 |     func dispose()
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:31:53: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
29 |             let disposable = self.asObservable()
30 |                 .subscribe(
31 |                     onNext: { value in continuation.yield(value) },
   |                                                     |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
   |                                                     `- note: main actor-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later main actor-isolated uses
32 |                     onCompleted: { continuation.finish() }
33 |                 )
[311/317] Compiling RxCocoa SharedSequence+Operators.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:34:16: warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     public static func currentDelegate(for object: WKWebView) -> WKNavigationDelegate? {
   |                        `- note: add '@MainActor' to make static method 'currentDelegate(for:)' part of global actor 'MainActor'
34 |         object.navigationDelegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: property declared here
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:38:16: warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
37 |     public static func setCurrentDelegate(_ delegate: WKNavigationDelegate?, to object: WKWebView) {
   |                        `- note: add '@MainActor' to make static method 'setCurrentDelegate(_:to:)' part of global actor 'MainActor'
38 |         object.navigationDelegate = delegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
39 |     }
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SchedulerType+SharedSequence.swift:13:36: warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | public enum SharingScheduler {
12 |     /// Default scheduler used in SharedSequence based traits.
13 |     public private(set) static var make: () -> SchedulerType = { MainScheduler() }
   |                                    |- warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'make' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'make' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:36:21: warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             continuation.onTermination = { @Sendable termination in
35 |                 if termination == .cancelled {
36 |                     disposable.dispose()
   |                     `- warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
37 |                 }
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/RxSwift/Disposable.swift:10:17: note: protocol 'Disposable' does not conform to the 'Sendable' protocol
 8 |
 9 | /// Represents a disposable resource.
10 | public protocol Disposable {
   |                 `- note: protocol 'Disposable' does not conform to the 'Sendable' protocol
11 |     /// Dispose resource.
12 |     func dispose()
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:31:53: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
29 |             let disposable = self.asObservable()
30 |                 .subscribe(
31 |                     onNext: { value in continuation.yield(value) },
   |                                                     |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
   |                                                     `- note: main actor-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later main actor-isolated uses
32 |                     onCompleted: { continuation.finish() }
33 |                 )
[312/317] Compiling RxCocoa SharedSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:34:16: warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     public static func currentDelegate(for object: WKWebView) -> WKNavigationDelegate? {
   |                        `- note: add '@MainActor' to make static method 'currentDelegate(for:)' part of global actor 'MainActor'
34 |         object.navigationDelegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: property declared here
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:38:16: warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
37 |     public static func setCurrentDelegate(_ delegate: WKNavigationDelegate?, to object: WKWebView) {
   |                        `- note: add '@MainActor' to make static method 'setCurrentDelegate(_:to:)' part of global actor 'MainActor'
38 |         object.navigationDelegate = delegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
39 |     }
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SchedulerType+SharedSequence.swift:13:36: warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | public enum SharingScheduler {
12 |     /// Default scheduler used in SharedSequence based traits.
13 |     public private(set) static var make: () -> SchedulerType = { MainScheduler() }
   |                                    |- warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'make' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'make' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:36:21: warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             continuation.onTermination = { @Sendable termination in
35 |                 if termination == .cancelled {
36 |                     disposable.dispose()
   |                     `- warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
37 |                 }
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/RxSwift/Disposable.swift:10:17: note: protocol 'Disposable' does not conform to the 'Sendable' protocol
 8 |
 9 | /// Represents a disposable resource.
10 | public protocol Disposable {
   |                 `- note: protocol 'Disposable' does not conform to the 'Sendable' protocol
11 |     /// Dispose resource.
12 |     func dispose()
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:31:53: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
29 |             let disposable = self.asObservable()
30 |                 .subscribe(
31 |                     onNext: { value in continuation.yield(value) },
   |                                                     |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
   |                                                     `- note: main actor-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later main actor-isolated uses
32 |                     onCompleted: { continuation.finish() }
33 |                 )
[313/317] Compiling RxCocoa Signal+Subscription.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:34:16: warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     public static func currentDelegate(for object: WKWebView) -> WKNavigationDelegate? {
   |                        `- note: add '@MainActor' to make static method 'currentDelegate(for:)' part of global actor 'MainActor'
34 |         object.navigationDelegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: property declared here
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:38:16: warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
37 |     public static func setCurrentDelegate(_ delegate: WKNavigationDelegate?, to object: WKWebView) {
   |                        `- note: add '@MainActor' to make static method 'setCurrentDelegate(_:to:)' part of global actor 'MainActor'
38 |         object.navigationDelegate = delegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
39 |     }
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SchedulerType+SharedSequence.swift:13:36: warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | public enum SharingScheduler {
12 |     /// Default scheduler used in SharedSequence based traits.
13 |     public private(set) static var make: () -> SchedulerType = { MainScheduler() }
   |                                    |- warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'make' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'make' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:36:21: warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             continuation.onTermination = { @Sendable termination in
35 |                 if termination == .cancelled {
36 |                     disposable.dispose()
   |                     `- warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
37 |                 }
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/RxSwift/Disposable.swift:10:17: note: protocol 'Disposable' does not conform to the 'Sendable' protocol
 8 |
 9 | /// Represents a disposable resource.
10 | public protocol Disposable {
   |                 `- note: protocol 'Disposable' does not conform to the 'Sendable' protocol
11 |     /// Dispose resource.
12 |     func dispose()
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:31:53: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
29 |             let disposable = self.asObservable()
30 |                 .subscribe(
31 |                     onNext: { value in continuation.yield(value) },
   |                                                     |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
   |                                                     `- note: main actor-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later main actor-isolated uses
32 |                     onCompleted: { continuation.finish() }
33 |                 )
[314/317] Compiling RxCocoa Signal.swift
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:34:16: warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
31 |     }
32 |
33 |     public static func currentDelegate(for object: WKWebView) -> WKNavigationDelegate? {
   |                        `- note: add '@MainActor' to make static method 'currentDelegate(for:)' part of global actor 'MainActor'
34 |         object.navigationDelegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: property declared here
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: property declared here
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/RxWKNavigationDelegateProxy.swift:38:16: warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
35 |     }
36 |
37 |     public static func setCurrentDelegate(_ delegate: WKNavigationDelegate?, to object: WKWebView) {
   |                        `- note: add '@MainActor' to make static method 'setCurrentDelegate(_:to:)' part of global actor 'MainActor'
38 |         object.navigationDelegate = delegate
   |                `- warning: main actor-isolated property 'navigationDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
39 |     }
40 | }
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebView.h:94:65: note: mutation of this property is only permitted within the actor
 92 |
 93 | /*! @abstract The web view's navigation delegate. */
 94 | @property (nullable, nonatomic, weak) id <WKNavigationDelegate> navigationDelegate;
    |                                                                 `- note: mutation of this property is only permitted within the actor
 95 |
 96 | /*! @abstract The web view's user interface delegate. */
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SchedulerType+SharedSequence.swift:13:36: warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
11 | public enum SharingScheduler {
12 |     /// Default scheduler used in SharedSequence based traits.
13 |     public private(set) static var make: () -> SchedulerType = { MainScheduler() }
   |                                    |- warning: static property 'make' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                                    |- note: convert 'make' to a 'let' constant to make 'Sendable' shared state immutable
   |                                    |- note: add '@MainActor' to make static property 'make' part of global actor 'MainActor'
   |                                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 |
15 |     /**
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:36:21: warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
34 |             continuation.onTermination = { @Sendable termination in
35 |                 if termination == .cancelled {
36 |                     disposable.dispose()
   |                     `- warning: capture of 'disposable' with non-sendable type 'any Disposable' in a '@Sendable' closure; this is an error in the Swift 6 language mode
37 |                 }
38 |             }
/Users/admin/builder/spi-builder-workspace/Sources/RxSwift/Disposable.swift:10:17: note: protocol 'Disposable' does not conform to the 'Sendable' protocol
 8 |
 9 | /// Represents a disposable resource.
10 | public protocol Disposable {
   |                 `- note: protocol 'Disposable' does not conform to the 'Sendable' protocol
11 |     /// Dispose resource.
12 |     func dispose()
/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/SharedSequence+Concurrency.swift:31:53: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
29 |             let disposable = self.asObservable()
30 |                 .subscribe(
31 |                     onNext: { value in continuation.yield(value) },
   |                                                     |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
   |                                                     `- note: main actor-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later main actor-isolated uses
32 |                     onCompleted: { continuation.finish() }
33 |                 )
[314/317] Write Objects.LinkFileList
[315/317] Linking libRxTest-Dynamic.dylib
[316/317] Linking libRxCocoa-Dynamic.dylib
Build complete! (13.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RxSwift",
  "name" : "RxSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "RxSwift",
      "targets" : [
        "RxSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RxCocoa",
      "targets" : [
        "RxCocoa"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RxRelay",
      "targets" : [
        "RxRelay"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RxBlocking",
      "targets" : [
        "RxBlocking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RxTest",
      "targets" : [
        "RxTest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RxSwift-Dynamic",
      "targets" : [
        "RxSwift"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "RxCocoa-Dynamic",
      "targets" : [
        "RxCocoa"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "RxRelay-Dynamic",
      "targets" : [
        "RxRelay"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "RxBlocking-Dynamic",
      "targets" : [
        "RxBlocking"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "RxTest-Dynamic",
      "targets" : [
        "RxTest"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RxTest",
      "module_type" : "SwiftTarget",
      "name" : "RxTest",
      "path" : "Sources/RxTest",
      "product_memberships" : [
        "RxTest",
        "RxTest-Dynamic"
      ],
      "sources" : [
        "Any+Equatable.swift",
        "Bag.swift",
        "ColdObservable.swift",
        "Event+Equatable.swift",
        "HotObservable.swift",
        "Recorded+Event.swift",
        "Recorded.swift",
        "RxTest.swift",
        "Subscription.swift",
        "TestScheduler.swift",
        "TestSchedulerVirtualTimeConverter.swift",
        "TestableObservable.swift",
        "TestableObserver.swift",
        "XCTest+Rx.swift"
      ],
      "target_dependencies" : [
        "RxSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RxSwift",
      "module_type" : "SwiftTarget",
      "name" : "RxSwift",
      "path" : "Sources/RxSwift",
      "product_memberships" : [
        "RxSwift",
        "RxCocoa",
        "RxRelay",
        "RxBlocking",
        "RxTest",
        "RxSwift-Dynamic",
        "RxCocoa-Dynamic",
        "RxRelay-Dynamic",
        "RxBlocking-Dynamic",
        "RxTest-Dynamic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/RxSwift/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "AddRef.swift",
        "Amb.swift",
        "AnonymousDisposable.swift",
        "AnonymousObserver.swift",
        "AnyObserver.swift",
        "AsMaybe.swift",
        "AsSingle.swift",
        "AsyncLock.swift",
        "AsyncSubject.swift",
        "AtomicInt.swift",
        "Bag+Rx.swift",
        "Bag.swift",
        "BehaviorSubject.swift",
        "BinaryDisposable.swift",
        "Binder.swift",
        "BooleanDisposable.swift",
        "Buffer.swift",
        "Cancelable.swift",
        "Catch.swift",
        "CombineLatest+Collection.swift",
        "CombineLatest+arity.swift",
        "CombineLatest.swift",
        "CompactMap.swift",
        "Completable+AndThen.swift",
        "Completable.swift",
        "CompositeDisposable.swift",
        "Concat.swift",
        "ConcurrentDispatchQueueScheduler.swift",
        "ConcurrentMainScheduler.swift",
        "ConnectableObservableType.swift",
        "Create.swift",
        "CurrentThreadScheduler.swift",
        "Date+Dispatch.swift",
        "Debounce.swift",
        "Debug.swift",
        "Decode.swift",
        "DefaultIfEmpty.swift",
        "Deferred.swift",
        "Delay.swift",
        "DelaySubscription.swift",
        "Dematerialize.swift",
        "DispatchQueue+Extensions.swift",
        "DispatchQueueConfiguration.swift",
        "Disposable.swift",
        "Disposables.swift",
        "DisposeBag.swift",
        "DisposeBase.swift",
        "DistinctUntilChanged.swift",
        "Do.swift",
        "ElementAt.swift",
        "Empty.swift",
        "Enumerated.swift",
        "Error.swift",
        "Errors.swift",
        "Event.swift",
        "Filter.swift",
        "First.swift",
        "Generate.swift",
        "GroupBy.swift",
        "GroupedObservable.swift",
        "HistoricalScheduler.swift",
        "HistoricalSchedulerTimeConverter.swift",
        "ImmediateSchedulerType.swift",
        "Infallible+CombineLatest+Collection.swift",
        "Infallible+CombineLatest+arity.swift",
        "Infallible+Concurrency.swift",
        "Infallible+Create.swift",
        "Infallible+Debug.swift",
        "Infallible+Operators.swift",
        "Infallible+Zip+arity.swift",
        "Infallible.swift",
        "InfiniteSequence.swift",
        "InvocableScheduledItem.swift",
        "InvocableType.swift",
        "Just.swift",
        "Lock.swift",
        "LockOwnerType.swift",
        "MainScheduler.swift",
        "Map.swift",
        "Materialize.swift",
        "Maybe.swift",
        "Merge.swift",
        "Multicast.swift",
        "Never.swift",
        "NopDisposable.swift",
        "Observable+Concurrency.swift",
        "Observable.swift",
        "ObservableConvertibleType+Infallible.swift",
        "ObservableConvertibleType.swift",
        "ObservableType+Extensions.swift",
        "ObservableType+PrimitiveSequence.swift",
        "ObservableType.swift",
        "ObserveOn.swift",
        "ObserverBase.swift",
        "ObserverType.swift",
        "OperationQueueScheduler.swift",
        "Optional.swift",
        "Platform.Darwin.swift",
        "Platform.Linux.swift",
        "PrimitiveSequence+Concurrency.swift",
        "PrimitiveSequence+Zip+arity.swift",
        "PrimitiveSequence.swift",
        "PriorityQueue.swift",
        "Producer.swift",
        "PublishSubject.swift",
        "Queue.swift",
        "Range.swift",
        "Reactive.swift",
        "RecursiveLock.swift",
        "RecursiveScheduler.swift",
        "Reduce.swift",
        "RefCountDisposable.swift",
        "Repeat.swift",
        "ReplaySubject.swift",
        "RetryWhen.swift",
        "Rx.swift",
        "RxMutableBox.swift",
        "Sample.swift",
        "Scan.swift",
        "ScheduledDisposable.swift",
        "ScheduledItem.swift",
        "ScheduledItemType.swift",
        "SchedulerServices+Emulation.swift",
        "SchedulerType.swift",
        "Sequence.swift",
        "SerialDispatchQueueScheduler.swift",
        "SerialDisposable.swift",
        "ShareReplayScope.swift",
        "Single.swift",
        "SingleAssignmentDisposable.swift",
        "SingleAsync.swift",
        "Sink.swift",
        "Skip.swift",
        "SkipUntil.swift",
        "SkipWhile.swift",
        "StartWith.swift",
        "SubjectType.swift",
        "SubscribeOn.swift",
        "SubscriptionDisposable.swift",
        "SwiftSupport.swift",
        "Switch.swift",
        "SwitchIfEmpty.swift",
        "SynchronizedDisposeType.swift",
        "SynchronizedOnType.swift",
        "SynchronizedUnsubscribeType.swift",
        "TailRecursiveSink.swift",
        "Take.swift",
        "TakeLast.swift",
        "TakeWithPredicate.swift",
        "Throttle.swift",
        "Timeout.swift",
        "Timer.swift",
        "ToArray.swift",
        "Using.swift",
        "VirtualTimeConverterType.swift",
        "VirtualTimeScheduler.swift",
        "Window.swift",
        "WithLatestFrom.swift",
        "WithUnretained.swift",
        "Zip+Collection.swift",
        "Zip+arity.swift",
        "Zip.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RxRelay",
      "module_type" : "SwiftTarget",
      "name" : "RxRelay",
      "path" : "Sources/RxRelay",
      "product_memberships" : [
        "RxCocoa",
        "RxRelay",
        "RxCocoa-Dynamic",
        "RxRelay-Dynamic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/RxRelay/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BehaviorRelay.swift",
        "Observable+Bind.swift",
        "PublishRelay.swift",
        "ReplayRelay.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "RxSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RxCocoaRuntime",
      "module_type" : "ClangTarget",
      "name" : "RxCocoaRuntime",
      "path" : "Sources/RxCocoaRuntime",
      "product_memberships" : [
        "RxCocoa",
        "RxCocoa-Dynamic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/RxCocoaRuntime/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "_RX.m",
        "_RXDelegateProxy.m",
        "_RXKVOObserver.m",
        "_RXObjCRuntime.m"
      ],
      "target_dependencies" : [
        "RxSwift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RxCocoa",
      "module_type" : "SwiftTarget",
      "name" : "RxCocoa",
      "path" : "Sources/RxCocoa",
      "product_memberships" : [
        "RxCocoa",
        "RxCocoa-Dynamic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/RxCocoa/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BehaviorRelay+Driver.swift",
        "ControlEvent+Driver.swift",
        "ControlEvent+Signal.swift",
        "ControlEvent.swift",
        "ControlProperty+Driver.swift",
        "ControlProperty.swift",
        "ControlTarget.swift",
        "DelegateProxy.swift",
        "DelegateProxyType.swift",
        "DispatchQueue+Extensions.swift",
        "Driver+Subscription.swift",
        "Driver.swift",
        "Infallible+Bind.swift",
        "Infallible+Driver.swift",
        "ItemEvents.swift",
        "KVORepresentable+CoreGraphics.swift",
        "KVORepresentable+Swift.swift",
        "KVORepresentable.swift",
        "NSButton+Rx.swift",
        "NSControl+Rx.swift",
        "NSObject+Rx+KVORepresentable.swift",
        "NSObject+Rx+RawRepresentable.swift",
        "NSObject+Rx.swift",
        "NSSlider+Rx.swift",
        "NSTextField+Rx.swift",
        "NSTextStorage+Rx.swift",
        "NSTextView+Rx.swift",
        "NSView+Rx.swift",
        "NotificationCenter+Rx.swift",
        "Observable+Bind.swift",
        "ObservableConvertibleType+Driver.swift",
        "ObservableConvertibleType+SharedSequence.swift",
        "ObservableConvertibleType+Signal.swift",
        "PublishRelay+Signal.swift",
        "RxCocoa.swift",
        "RxCocoaObjCRuntimeError+Extensions.swift",
        "RxCollectionViewDataSourcePrefetchingProxy.swift",
        "RxCollectionViewDataSourceProxy.swift",
        "RxCollectionViewDataSourceType.swift",
        "RxCollectionViewDelegateProxy.swift",
        "RxCollectionViewReactiveArrayDataSource.swift",
        "RxNavigationControllerDelegateProxy.swift",
        "RxPickerViewAdapter.swift",
        "RxPickerViewDataSourceProxy.swift",
        "RxPickerViewDataSourceType.swift",
        "RxPickerViewDelegateProxy.swift",
        "RxScrollViewDelegateProxy.swift",
        "RxSearchBarDelegateProxy.swift",
        "RxSearchControllerDelegateProxy.swift",
        "RxTabBarControllerDelegateProxy.swift",
        "RxTabBarDelegateProxy.swift",
        "RxTableViewDataSourcePrefetchingProxy.swift",
        "RxTableViewDataSourceProxy.swift",
        "RxTableViewDataSourceType.swift",
        "RxTableViewDelegateProxy.swift",
        "RxTableViewReactiveArrayDataSource.swift",
        "RxTarget.swift",
        "RxTextStorageDelegateProxy.swift",
        "RxTextViewDelegateProxy.swift",
        "RxWKNavigationDelegateProxy.swift",
        "SchedulerType+SharedSequence.swift",
        "SectionedViewDataSourceType.swift",
        "SharedSequence+Concurrency.swift",
        "SharedSequence+Operators+arity.swift",
        "SharedSequence+Operators.swift",
        "SharedSequence.swift",
        "Signal+Subscription.swift",
        "Signal.swift",
        "TextInput.swift",
        "UIActivityIndicatorView+Rx.swift",
        "UIApplication+Rx.swift",
        "UIBarButtonItem+Rx.swift",
        "UIButton+Rx.swift",
        "UICollectionView+Rx.swift",
        "UIControl+Rx.swift",
        "UIDatePicker+Rx.swift",
        "UIGestureRecognizer+Rx.swift",
        "UINavigationController+Rx.swift",
        "UIPickerView+Rx.swift",
        "UIRefreshControl+Rx.swift",
        "UIScrollView+Rx.swift",
        "UISearchBar+Rx.swift",
        "UISearchController+Rx.swift",
        "UISegmentedControl+Rx.swift",
        "UISlider+Rx.swift",
        "UIStepper+Rx.swift",
        "UISwitch+Rx.swift",
        "UITabBar+Rx.swift",
        "UITabBarController+Rx.swift",
        "UITableView+Rx.swift",
        "UITextField+Rx.swift",
        "UITextView+Rx.swift",
        "URLSession+Rx.swift",
        "WKWebView+Rx.swift"
      ],
      "target_dependencies" : [
        "RxSwift",
        "RxRelay",
        "RxCocoaRuntime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RxBlocking",
      "module_type" : "SwiftTarget",
      "name" : "RxBlocking",
      "path" : "Sources/RxBlocking",
      "product_memberships" : [
        "RxBlocking",
        "RxBlocking-Dynamic"
      ],
      "sources" : [
        "AtomicInt.swift",
        "BlockingObservable+Operators.swift",
        "BlockingObservable.swift",
        "ObservableConvertibleType+Blocking.swift",
        "Platform.Darwin.swift",
        "Platform.Linux.swift",
        "RecursiveLock.swift",
        "Resources.swift",
        "RunLoopLock.swift"
      ],
      "target_dependencies" : [
        "RxSwift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.