The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftOCA, reference 0.5.0 (4e4ffb), with Swift 6.2 for macOS (SPM) on 2 Oct 2025 12:54:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

    |                                          `- warning: non-Sendable 'AnyKeyPath?'-typed result can not be returned from global actor 'OcaConnection'-isolated instance method 'lookupProperty(byName:for:)' to nonisolated context; this is an error in the Swift 6 language mode
198 |   }
199 | }
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:307:22: warning: sending 'property' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
305 |     for (_, keyPath) in await allPropertyKeyPaths {
306 |       let property = (self[keyPath: keyPath] as! any OcaPropertyRepresentable)
307 |       await property.refresh(self)
    |                      |- warning: sending 'property' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                      `- note: sending global actor 'OcaConnection'-isolated 'property' to nonisolated instance method 'refresh' risks causing data races between nonisolated and global actor 'OcaConnection'-isolated uses
308 |     }
309 |   }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:319:22: warning: sending 'property' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
317 |       // reconnection time
318 |       guard property.hasValueOrError, !property.isImmutable else { continue }
319 |       await property.refreshAndSubscribe(self)
    |                      |- warning: sending 'property' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                      `- note: sending global actor 'OcaConnection'-isolated 'property' to nonisolated instance method 'refreshAndSubscribe' risks causing data races between nonisolated and global actor 'OcaConnection'-isolated uses
320 |     }
321 |   }
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1NWConnection.swift:26:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 24 | #else
 25 | @preconcurrency
 26 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 27 | #endif
 28 | import Foundation
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[762/783] Compiling SwiftOCA Ocp1Encoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[763/783] Compiling SwiftOCA Ocp1EncoderImpl.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[764/783] Compiling SwiftOCA Ocp1EncodingState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[765/783] Compiling SwiftOCA Ocp1CoderAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[766/783] Compiling SwiftOCA Ocp1Connection+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[767/783] Compiling SwiftOCA Ocp1Connection+Connect.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[768/783] Compiling SwiftOCA Ocp1Connection+Messages.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[769/783] Compiling SwiftOCA Ocp1Connection+Objects.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[770/783] Compiling SwiftOCA Ocp1Connection+Subscribe.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[771/783] Compiling SwiftOCA Ocp1Connection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[772/783] Compiling SwiftOCA Ocp1ConnectionMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[773/783] Compiling SwiftOCA Ocp1MessageBatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[774/783] Compiling SwiftOCA ReflectionMirror.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 14 | internal import SwiftShims
 15 | #else
 16 | @_implementationOnly import SwiftShims
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution [#ImplementationOnlyDeprecated]
 17 | #endif
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:312:34: warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
310 |   /// Monitor structure for matching requests and responses
311 |   @OcaConnection
312 |   final class Monitor: Sendable, CustomStringConvertible {
    |                                  |- warning: conformance of 'Ocp1Connection.Monitor' to protocol 'CustomStringConvertible' crosses into global actor 'OcaConnection'-isolated code and can cause data races; this is an error in the Swift 6 language mode [#ConformanceIsolation]
    |                                  |- note: isolate this conformance to the global actor 'OcaConnection' with '@OcaConnection'
    |                                  `- note: turn data races into runtime errors with '@preconcurrency'
313 |     typealias Continuation = UnsafeContinuation<Ocp1Response, Error>
314 |
    :
384 |     }
385 |
386 |     var description: String {
    |         `- note: global actor 'OcaConnection'-isolated property 'description' cannot satisfy nonisolated requirement
387 |       let connectionString: String = if let connection { connection.description }
388 |       else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:19:2: warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 17 | #endif
 18 |
 19 | @_silgen_name("swift_isClassType")
    |  `- warning: symbol name 'swift_isClassType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 20 | func _isClassType(_: Any.Type) -> Bool
 21 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:41:2: warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 39 | ) -> Int
 40 |
 41 | @_silgen_name("swift_getDynamicType")
    |  `- warning: symbol name 'swift_getDynamicType' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 42 | func _getDynamicType(
 43 |   _: Any,
[#ConformanceIsolation]: <https://docs.swift.org/compiler/documentation/diagnostics/conformance-isolation>
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[775/888] Emitting module OCAEventBenchmark
[776/888] Compiling OCAEventBenchmark EventBenchmark.swift
[776/888] Write Objects.LinkFileList
[778/888] Compiling SwiftOCADevice Ocp1FlyingFoxDeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:76:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
 74 |     let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
 75 |
 76 |     try await sendOcp1EncodedMessage(AsyncSocket.Message(
    |                                                  |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
    |                                                  `- note: use 'init(peerAddress:payload:)' instead
 77 |       peerAddress: peerAddress,
 78 |       bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:208:57: warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
206 |           )
207 |           do {
208 |             try await handle(messagePduData: messagePdu.bytes, from: controller)
    |                                                         |- warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
    |                                                         `- note: use 'payload' instead
209 |           } catch {
210 |             await unlockAndRemove(controller: controller)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamDeviceEndpoint.swift:225:4: warning: '17.0' is not a valid version number for macOS
223 |   #endif
224 |
225 |   @available(macOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
    |    `- warning: '17.0' is not a valid version number for macOS
226 |   @available(iOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
227 |   @available(tvOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:191:31: warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
186 |
187 | extension OcaDevice {
188 |   static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
    |                                      `- note: parameter 'read' is implicitly non-Sendable
189 |     -> Ocp1MessageList
190 |   {
191 |     try await receiveMessages(read)
    |                               `- warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
192 |   }
193 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[779/888] Compiling SwiftOCADevice Ocp1FlyingSocksDatagramController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:76:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
 74 |     let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
 75 |
 76 |     try await sendOcp1EncodedMessage(AsyncSocket.Message(
    |                                                  |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
    |                                                  `- note: use 'init(peerAddress:payload:)' instead
 77 |       peerAddress: peerAddress,
 78 |       bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:208:57: warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
206 |           )
207 |           do {
208 |             try await handle(messagePduData: messagePdu.bytes, from: controller)
    |                                                         |- warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
    |                                                         `- note: use 'payload' instead
209 |           } catch {
210 |             await unlockAndRemove(controller: controller)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamDeviceEndpoint.swift:225:4: warning: '17.0' is not a valid version number for macOS
223 |   #endif
224 |
225 |   @available(macOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
    |    `- warning: '17.0' is not a valid version number for macOS
226 |   @available(iOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
227 |   @available(tvOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:191:31: warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
186 |
187 | extension OcaDevice {
188 |   static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
    |                                      `- note: parameter 'read' is implicitly non-Sendable
189 |     -> Ocp1MessageList
190 |   {
191 |     try await receiveMessages(read)
    |                               `- warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
192 |   }
193 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[780/888] Compiling SwiftOCADevice Ocp1FlyingSocksDatagramDeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:76:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
 74 |     let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
 75 |
 76 |     try await sendOcp1EncodedMessage(AsyncSocket.Message(
    |                                                  |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
    |                                                  `- note: use 'init(peerAddress:payload:)' instead
 77 |       peerAddress: peerAddress,
 78 |       bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:208:57: warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
206 |           )
207 |           do {
208 |             try await handle(messagePduData: messagePdu.bytes, from: controller)
    |                                                         |- warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
    |                                                         `- note: use 'payload' instead
209 |           } catch {
210 |             await unlockAndRemove(controller: controller)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamDeviceEndpoint.swift:225:4: warning: '17.0' is not a valid version number for macOS
223 |   #endif
224 |
225 |   @available(macOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
    |    `- warning: '17.0' is not a valid version number for macOS
226 |   @available(iOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
227 |   @available(tvOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:191:31: warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
186 |
187 | extension OcaDevice {
188 |   static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
    |                                      `- note: parameter 'read' is implicitly non-Sendable
189 |     -> Ocp1MessageList
190 |   {
191 |     try await receiveMessages(read)
    |                               `- warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
192 |   }
193 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[781/888] Compiling SwiftOCADevice Ocp1FlyingSocksLogging.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:76:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
 74 |     let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
 75 |
 76 |     try await sendOcp1EncodedMessage(AsyncSocket.Message(
    |                                                  |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
    |                                                  `- note: use 'init(peerAddress:payload:)' instead
 77 |       peerAddress: peerAddress,
 78 |       bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:208:57: warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
206 |           )
207 |           do {
208 |             try await handle(messagePduData: messagePdu.bytes, from: controller)
    |                                                         |- warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
    |                                                         `- note: use 'payload' instead
209 |           } catch {
210 |             await unlockAndRemove(controller: controller)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamDeviceEndpoint.swift:225:4: warning: '17.0' is not a valid version number for macOS
223 |   #endif
224 |
225 |   @available(macOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
    |    `- warning: '17.0' is not a valid version number for macOS
226 |   @available(iOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
227 |   @available(tvOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:191:31: warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
186 |
187 | extension OcaDevice {
188 |   static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
    |                                      `- note: parameter 'read' is implicitly non-Sendable
189 |     -> Ocp1MessageList
190 |   {
191 |     try await receiveMessages(read)
    |                               `- warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
192 |   }
193 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[782/888] Compiling SwiftOCADevice Ocp1FlyingSocksStreamController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:76:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
 74 |     let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
 75 |
 76 |     try await sendOcp1EncodedMessage(AsyncSocket.Message(
    |                                                  |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
    |                                                  `- note: use 'init(peerAddress:payload:)' instead
 77 |       peerAddress: peerAddress,
 78 |       bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:208:57: warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
206 |           )
207 |           do {
208 |             try await handle(messagePduData: messagePdu.bytes, from: controller)
    |                                                         |- warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
    |                                                         `- note: use 'payload' instead
209 |           } catch {
210 |             await unlockAndRemove(controller: controller)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamDeviceEndpoint.swift:225:4: warning: '17.0' is not a valid version number for macOS
223 |   #endif
224 |
225 |   @available(macOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
    |    `- warning: '17.0' is not a valid version number for macOS
226 |   @available(iOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
227 |   @available(tvOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:191:31: warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
186 |
187 | extension OcaDevice {
188 |   static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
    |                                      `- note: parameter 'read' is implicitly non-Sendable
189 |     -> Ocp1MessageList
190 |   {
191 |     try await receiveMessages(read)
    |                               `- warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
192 |   }
193 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[783/888] Compiling SwiftOCADevice Ocp1FlyingSocksStreamDeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:76:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
 74 |     let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
 75 |
 76 |     try await sendOcp1EncodedMessage(AsyncSocket.Message(
    |                                                  |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
    |                                                  `- note: use 'init(peerAddress:payload:)' instead
 77 |       peerAddress: peerAddress,
 78 |       bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:208:57: warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
206 |           )
207 |           do {
208 |             try await handle(messagePduData: messagePdu.bytes, from: controller)
    |                                                         |- warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
    |                                                         `- note: use 'payload' instead
209 |           } catch {
210 |             await unlockAndRemove(controller: controller)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamDeviceEndpoint.swift:225:4: warning: '17.0' is not a valid version number for macOS
223 |   #endif
224 |
225 |   @available(macOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
    |    `- warning: '17.0' is not a valid version number for macOS
226 |   @available(iOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
227 |   @available(tvOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:191:31: warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
186 |
187 | extension OcaDevice {
188 |   static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
    |                                      `- note: parameter 'read' is implicitly non-Sendable
189 |     -> Ocp1MessageList
190 |   {
191 |     try await receiveMessages(read)
    |                               `- warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
192 |   }
193 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[784/888] Compiling SwiftOCADevice Ocp1IORingController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:76:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
 74 |     let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
 75 |
 76 |     try await sendOcp1EncodedMessage(AsyncSocket.Message(
    |                                                  |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)' [#DeprecatedDeclaration]
    |                                                  `- note: use 'init(peerAddress:payload:)' instead
 77 |       peerAddress: peerAddress,
 78 |       bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:208:57: warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
206 |           )
207 |           do {
208 |             try await handle(messagePduData: messagePdu.bytes, from: controller)
    |                                                         |- warning: 'bytes' is deprecated: renamed to 'payload' [#DeprecatedDeclaration]
    |                                                         `- note: use 'payload' instead
209 |           } catch {
210 |             await unlockAndRemove(controller: controller)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamDeviceEndpoint.swift:225:4: warning: '17.0' is not a valid version number for macOS
223 |   #endif
224 |
225 |   @available(macOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
    |    `- warning: '17.0' is not a valid version number for macOS
226 |   @available(iOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
227 |   @available(tvOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:191:31: warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
186 |
187 | extension OcaDevice {
188 |   static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
    |                                      `- note: parameter 'read' is implicitly non-Sendable
189 |     -> Ocp1MessageList
190 |   {
191 |     try await receiveMessages(read)
    |                               `- warning: passing non-Sendable parameter 'read' to function expecting a '@Sendable' closure
192 |   }
193 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[785/895] Compiling SwiftOCADevice AudioLevelSensor.swift
[786/895] Compiling SwiftOCADevice BasicSensors.swift
[787/895] Compiling SwiftOCADevice IdentificationSensor.swift
[788/895] Compiling SwiftOCADevice LevelSensor.swift
[789/895] Compiling SwiftOCADevice Sensor.swift
[790/895] Compiling SwiftOCADevice TemperatureSensor.swift
[791/895] Compiling SwiftOCADevice Worker.swift
[792/895] Compiling SwiftOCADevice BoundedDeviceProperty.swift
[793/895] Compiling SwiftOCADevice DeviceProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFController.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFDeviceEndpoint.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:58:37: warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 56 |
 57 |   var messages: AsyncExtensions.AnyAsyncSequence<Ocp1MessageList> {
 58 |     inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
    |                                     `- warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 59 |   }
 60 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 17 | #if os(macOS) || os(iOS)
 18 |
 19 | import AsyncExtensions
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 20 | import FlyingFox
 21 | import FlyingSocks
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[794/895] Compiling SwiftOCADevice VectorDeviceProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFController.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFDeviceEndpoint.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:58:37: warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 56 |
 57 |   var messages: AsyncExtensions.AnyAsyncSequence<Ocp1MessageList> {
 58 |     inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
    |                                     `- warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 59 |   }
 60 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 17 | #if os(macOS) || os(iOS)
 18 |
 19 | import AsyncExtensions
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 20 | import FlyingFox
 21 | import FlyingSocks
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[795/895] Compiling SwiftOCADevice Ocp1CFController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFController.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFDeviceEndpoint.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:58:37: warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 56 |
 57 |   var messages: AsyncExtensions.AnyAsyncSequence<Ocp1MessageList> {
 58 |     inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
    |                                     `- warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 59 |   }
 60 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 17 | #if os(macOS) || os(iOS)
 18 |
 19 | import AsyncExtensions
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 20 | import FlyingFox
 21 | import FlyingSocks
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[796/895] Compiling SwiftOCADevice Ocp1CFDeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFController.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFDeviceEndpoint.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:58:37: warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 56 |
 57 |   var messages: AsyncExtensions.AnyAsyncSequence<Ocp1MessageList> {
 58 |     inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
    |                                     `- warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 59 |   }
 60 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 17 | #if os(macOS) || os(iOS)
 18 |
 19 | import AsyncExtensions
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 20 | import FlyingFox
 21 | import FlyingSocks
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[797/895] Compiling SwiftOCADevice DatagramProxyController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFController.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFDeviceEndpoint.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:58:37: warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 56 |
 57 |   var messages: AsyncExtensions.AnyAsyncSequence<Ocp1MessageList> {
 58 |     inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
    |                                     `- warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 59 |   }
 60 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 17 | #if os(macOS) || os(iOS)
 18 |
 19 | import AsyncExtensions
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 20 | import FlyingFox
 21 | import FlyingSocks
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[798/895] Compiling SwiftOCADevice DatagramProxyDeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFController.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFDeviceEndpoint.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:58:37: warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 56 |
 57 |   var messages: AsyncExtensions.AnyAsyncSequence<Ocp1MessageList> {
 58 |     inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
    |                                     `- warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 59 |   }
 60 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 17 | #if os(macOS) || os(iOS)
 18 |
 19 | import AsyncExtensions
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 20 | import FlyingFox
 21 | import FlyingSocks
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[799/895] Compiling SwiftOCADevice Ocp1FlyingFoxController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFController.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFDeviceEndpoint.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:58:37: warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 56 |
 57 |   var messages: AsyncExtensions.AnyAsyncSequence<Ocp1MessageList> {
 58 |     inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
    |                                     `- warning: type 'AnyAsyncSequence<Ocp1MessageList>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 59 |   }
 60 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 17 | #if os(macOS) || os(iOS)
 18 |
 19 | import AsyncExtensions
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncExtensions'
 20 | import FlyingFox
 21 | import FlyingSocks
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[800/895] Emitting module SwiftOCADevice
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFController.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/CF/Ocp1CFDeviceEndpoint.swift:24:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 22 | internal import CoreFoundation
 23 | #else
 24 | @_implementationOnly import CoreFoundation
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCADevice' may lead to instability during execution [#ImplementationOnlyDeprecated]
 25 | #endif
 26 | #if canImport(FoundationEssentials)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamDeviceEndpoint.swift:225:4: warning: '17.0' is not a valid version number for macOS
223 |   #endif
224 |
225 |   @available(macOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
    |    `- warning: '17.0' is not a valid version number for macOS
226 |   @available(iOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
227 |   @available(tvOS, deprecated: 17.0, renamed: "listenForControllersDiscarding(on:)")
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:138:16: warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
115 |     var sdRef: DNSServiceRef?
116 |
117 |     let error = txtRecordBuffer.withUnsafeBufferPointer { txtRecordBufferPointer in
    |                                                         `- note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
118 |       DNSServiceRegister(
119 |         &sdRef,
    :
136 |     }
137 |
138 |     self.sdRef = sdRef
    |                `- warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
139 |   }
140 |
[#ImplementationOnlyDeprecated]: <https://docs.swift.org/compiler/documentation/diagnostics/implementation-only-deprecated>
[800/895] Linking OCAEventBenchmark
[801/895] Applying OCAEventBenchmark
[803/895] Compiling SwiftOCADevice Ocp1IORingDeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Ocp1ControllerInternal.swift:160:52: warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
158 |     }
159 |
160 |     let responses = try await messageList.messages.asyncMap { message in
    |                                                    |- warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                                    `- note: sending 'self'-isolated value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' to nonisolated instance method 'asyncMap' risks causing races in between 'self'-isolated and nonisolated uses
161 |       try await _handle(for: endpoint, message: message)
162 |     }
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[804/895] Compiling SwiftOCADevice LocalConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Ocp1ControllerInternal.swift:160:52: warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
158 |     }
159 |
160 |     let responses = try await messageList.messages.asyncMap { message in
    |                                                    |- warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                                    `- note: sending 'self'-isolated value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' to nonisolated instance method 'asyncMap' risks causing races in between 'self'-isolated and nonisolated uses
161 |       try await _handle(for: endpoint, message: message)
162 |     }
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[805/895] Compiling SwiftOCADevice LocalController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Ocp1ControllerInternal.swift:160:52: warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
158 |     }
159 |
160 |     let responses = try await messageList.messages.asyncMap { message in
    |                                                    |- warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                                    `- note: sending 'self'-isolated value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' to nonisolated instance method 'asyncMap' risks causing races in between 'self'-isolated and nonisolated uses
161 |       try await _handle(for: endpoint, message: message)
162 |     }
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[806/895] Compiling SwiftOCADevice LocalDeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Ocp1ControllerInternal.swift:160:52: warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
158 |     }
159 |
160 |     let responses = try await messageList.messages.asyncMap { message in
    |                                                    |- warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                                    `- note: sending 'self'-isolated value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' to nonisolated instance method 'asyncMap' risks causing races in between 'self'-isolated and nonisolated uses
161 |       try await _handle(for: endpoint, message: message)
162 |     }
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[807/895] Compiling SwiftOCADevice Logger+Ocp1ControllerInternal.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Ocp1ControllerInternal.swift:160:52: warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
158 |     }
159 |
160 |     let responses = try await messageList.messages.asyncMap { message in
    |                                                    |- warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                                    `- note: sending 'self'-isolated value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' to nonisolated instance method 'asyncMap' risks causing races in between 'self'-isolated and nonisolated uses
161 |       try await _handle(for: endpoint, message: message)
162 |     }
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[808/895] Compiling SwiftOCADevice Ocp1Controller.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Ocp1ControllerInternal.swift:160:52: warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
158 |     }
159 |
160 |     let responses = try await messageList.messages.asyncMap { message in
    |                                                    |- warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                                    `- note: sending 'self'-isolated value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' to nonisolated instance method 'asyncMap' risks causing races in between 'self'-isolated and nonisolated uses
161 |       try await _handle(for: endpoint, message: message)
162 |     }
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[809/895] Compiling SwiftOCADevice Ocp1ControllerInternal.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Ocp1ControllerInternal.swift:160:52: warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
158 |     }
159 |
160 |     let responses = try await messageList.messages.asyncMap { message in
    |                                                    |- warning: sending value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                                    `- note: sending 'self'-isolated value of non-Sendable type '(any Ocp1Message) async throws -> Ocp1Response?' to nonisolated instance method 'asyncMap' risks causing races in between 'self'-isolated and nonisolated uses
161 |       try await _handle(for: endpoint, message: message)
162 |     }
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[810/895] Compiling SwiftOCADevice ConnectionBroker.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:149:5: warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
147 |
148 |   deinit {
149 |     if let sdRef {
    |     `- warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
150 |       DNSServiceRefDeallocate(sdRef)
151 |     }
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:138:16: warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
115 |     var sdRef: DNSServiceRef?
116 |
117 |     let error = txtRecordBuffer.withUnsafeBufferPointer { txtRecordBufferPointer in
    |                                                         `- note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
118 |       DNSServiceRegister(
119 |         &sdRef,
    :
136 |     }
137 |
138 |     self.sdRef = sdRef
    |                `- warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
139 |   }
140 |
[811/895] Compiling SwiftOCADevice Controller.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:149:5: warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
147 |
148 |   deinit {
149 |     if let sdRef {
    |     `- warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
150 |       DNSServiceRefDeallocate(sdRef)
151 |     }
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:138:16: warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
115 |     var sdRef: DNSServiceRef?
116 |
117 |     let error = txtRecordBuffer.withUnsafeBufferPointer { txtRecordBufferPointer in
    |                                                         `- note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
118 |       DNSServiceRegister(
119 |         &sdRef,
    :
136 |     }
137 |
138 |     self.sdRef = sdRef
    |                `- warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
139 |   }
140 |
[812/895] Compiling SwiftOCADevice ControllerDefaultSubscribing.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:149:5: warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
147 |
148 |   deinit {
149 |     if let sdRef {
    |     `- warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
150 |       DNSServiceRefDeallocate(sdRef)
151 |     }
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:138:16: warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
115 |     var sdRef: DNSServiceRef?
116 |
117 |     let error = txtRecordBuffer.withUnsafeBufferPointer { txtRecordBufferPointer in
    |                                                         `- note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
118 |       DNSServiceRegister(
119 |         &sdRef,
    :
136 |     }
137 |
138 |     self.sdRef = sdRef
    |                `- warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
139 |   }
140 |
[813/895] Compiling SwiftOCADevice DatasetStorageProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:149:5: warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
147 |
148 |   deinit {
149 |     if let sdRef {
    |     `- warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
150 |       DNSServiceRefDeallocate(sdRef)
151 |     }
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:138:16: warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
115 |     var sdRef: DNSServiceRef?
116 |
117 |     let error = txtRecordBuffer.withUnsafeBufferPointer { txtRecordBufferPointer in
    |                                                         `- note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
118 |       DNSServiceRegister(
119 |         &sdRef,
    :
136 |     }
137 |
138 |     self.sdRef = sdRef
    |                `- warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
139 |   }
140 |
[814/895] Compiling SwiftOCADevice FileDatasetStorageProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:149:5: warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
147 |
148 |   deinit {
149 |     if let sdRef {
    |     `- warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
150 |       DNSServiceRefDeallocate(sdRef)
151 |     }
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:138:16: warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
115 |     var sdRef: DNSServiceRef?
116 |
117 |     let error = txtRecordBuffer.withUnsafeBufferPointer { txtRecordBufferPointer in
    |                                                         `- note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
118 |       DNSServiceRegister(
119 |         &sdRef,
    :
136 |     }
137 |
138 |     self.sdRef = sdRef
    |                `- warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
139 |   }
140 |
[815/895] Compiling SwiftOCADevice Device.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:149:5: warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
147 |
148 |   deinit {
149 |     if let sdRef {
    |     `- warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
150 |       DNSServiceRefDeallocate(sdRef)
151 |     }
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:138:16: warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
115 |     var sdRef: DNSServiceRef?
116 |
117 |     let error = txtRecordBuffer.withUnsafeBufferPointer { txtRecordBufferPointer in
    |                                                         `- note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
118 |       DNSServiceRegister(
119 |         &sdRef,
    :
136 |     }
137 |
138 |     self.sdRef = sdRef
    |                `- warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
139 |   }
140 |
[816/895] Compiling SwiftOCADevice DeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:149:5: warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
147 |
148 |   deinit {
149 |     if let sdRef {
    |     `- warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
150 |       DNSServiceRefDeallocate(sdRef)
151 |     }
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:138:16: warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
115 |     var sdRef: DNSServiceRef?
116 |
117 |     let error = txtRecordBuffer.withUnsafeBufferPointer { txtRecordBufferPointer in
    |                                                         `- note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
118 |       DNSServiceRegister(
119 |         &sdRef,
    :
136 |     }
137 |
138 |     self.sdRef = sdRef
    |                `- warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
139 |   }
140 |
[817/895] Compiling SwiftOCADevice DeviceEndpointRegistrar.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:149:5: warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
147 |
148 |   deinit {
149 |     if let sdRef {
    |     `- warning: cannot access property 'sdRef' with a non-Sendable type 'DNSServiceRef?' (aka 'Optional<OpaquePointer>') from nonisolated deinit; this is an error in the Swift 6 language mode
150 |       DNSServiceRefDeallocate(sdRef)
151 |     }
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
1 | @frozen public enum Optional<Wrapped> : ~Copyable, ~Escapable where Wrapped : ~Copyable, Wrapped : ~Escapable {
  |                     `- note: generic enum 'Optional' does not conform to the 'Sendable' protocol
2 |     case none
3 |     case some(Wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCA/DeviceEndpointRegistrar.swift:138:16: warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
115 |     var sdRef: DNSServiceRef?
116 |
117 |     let error = txtRecordBuffer.withUnsafeBufferPointer { txtRecordBufferPointer in
    |                                                         `- note: after making a copy of 'self', only nonisolated properties of 'self' can be accessed from this init
118 |       DNSServiceRegister(
119 |         &sdRef,
    :
136 |     }
137 |
138 |     self.sdRef = sdRef
    |                `- warning: cannot access property 'sdRef' here in nonisolated initializer; this is an error in the Swift 6 language mode
139 |   }
140 |
[818/895] Compiling SwiftOCADevice Agent.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Agents/Grouper.swift:538:57: warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
536 |       var hasReconnectedAtLeastOnce = false
537 |
538 |       for try await connectionState in await connection.connectionState {
    |                                                         `- warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
539 |         var changeType: OcaGrouperStatusChangeType?
540 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
[819/895] Compiling SwiftOCADevice CounterNotifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Agents/Grouper.swift:538:57: warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
536 |       var hasReconnectedAtLeastOnce = false
537 |
538 |       for try await connectionState in await connection.connectionState {
    |                                                         `- warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
539 |         var changeType: OcaGrouperStatusChangeType?
540 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
[820/895] Compiling SwiftOCADevice CounterSetAgent.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Agents/Grouper.swift:538:57: warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
536 |       var hasReconnectedAtLeastOnce = false
537 |
538 |       for try await connectionState in await connection.connectionState {
    |                                                         `- warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
539 |         var changeType: OcaGrouperStatusChangeType?
540 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
[821/895] Compiling SwiftOCADevice Group.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Agents/Grouper.swift:538:57: warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
536 |       var hasReconnectedAtLeastOnce = false
537 |
538 |       for try await connectionState in await connection.connectionState {
    |                                                         `- warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
539 |         var changeType: OcaGrouperStatusChangeType?
540 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
[822/895] Compiling SwiftOCADevice Grouper.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Agents/Grouper.swift:538:57: warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
536 |       var hasReconnectedAtLeastOnce = false
537 |
538 |       for try await connectionState in await connection.connectionState {
    |                                                         `- warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
539 |         var changeType: OcaGrouperStatusChangeType?
540 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
[823/895] Compiling SwiftOCADevice MediaClock3.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Agents/Grouper.swift:538:57: warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
536 |       var hasReconnectedAtLeastOnce = false
537 |
538 |       for try await connectionState in await connection.connectionState {
    |                                                         `- warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
539 |         var changeType: OcaGrouperStatusChangeType?
540 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
[824/895] Compiling SwiftOCADevice TimeSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Agents/Grouper.swift:538:57: warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
536 |       var hasReconnectedAtLeastOnce = false
537 |
538 |       for try await connectionState in await connection.connectionState {
    |                                                         `- warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
539 |         var changeType: OcaGrouperStatusChangeType?
540 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
[825/895] Compiling SwiftOCADevice ApplicationNetwork.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Agents/Grouper.swift:538:57: warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
536 |       var hasReconnectedAtLeastOnce = false
537 |
538 |       for try await connectionState in await connection.connectionState {
    |                                                         `- warning: non-Sendable type 'AnyAsyncSequence<Ocp1ConnectionState>' of property 'connectionState' cannot exit global actor 'OcaConnection'-isolated context; this is an error in the Swift 6 language mode
539 |         var changeType: OcaGrouperStatusChangeType?
540 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/AsyncExtensions/Sources/Operators/AsyncSequence+EraseToAnyAsyncSequence.swift:17:15: note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
15 |
16 | /// Type erased version of an AsyncSequence.
17 | public struct AnyAsyncSequence<Element>: AsyncSequence {
   |               `- note: generic struct 'AnyAsyncSequence' does not conform to the 'Sendable' protocol
18 |   public typealias AsyncIterator = AnyAsyncIterator<Element>
19 |
[826/895] Compiling SwiftOCADevice ControlNetwork.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:136:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
134 |     root[datasetMimeTypeJSONKey] = OcaParamDatasetMimeType
135 |
136 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |   }
138 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:207:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |     root[datasetParamDatasetsJSONKey] = Array(paramDatasetONos)
206 |
207 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
208 |   }
209 |
[827/895] Compiling SwiftOCADevice MediaTransportNetwork.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:136:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
134 |     root[datasetMimeTypeJSONKey] = OcaParamDatasetMimeType
135 |
136 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |   }
138 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:207:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |     root[datasetParamDatasetsJSONKey] = Array(paramDatasetONos)
206 |
207 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
208 |   }
209 |
[828/895] Compiling SwiftOCADevice Dataset.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:136:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
134 |     root[datasetMimeTypeJSONKey] = OcaParamDatasetMimeType
135 |
136 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |   }
138 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:207:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |     root[datasetParamDatasetsJSONKey] = Array(paramDatasetONos)
206 |
207 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
208 |   }
209 |
[829/895] Compiling SwiftOCADevice FileDataset.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:136:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
134 |     root[datasetMimeTypeJSONKey] = OcaParamDatasetMimeType
135 |
136 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |   }
138 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:207:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |     root[datasetParamDatasetsJSONKey] = Array(paramDatasetONos)
206 |
207 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
208 |   }
209 |
[830/895] Compiling SwiftOCADevice Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:136:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
134 |     root[datasetMimeTypeJSONKey] = OcaParamDatasetMimeType
135 |
136 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |   }
138 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:207:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |     root[datasetParamDatasetsJSONKey] = Array(paramDatasetONos)
206 |
207 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
208 |   }
209 |
[831/895] Compiling SwiftOCADevice AudioProcessingManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:136:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
134 |     root[datasetMimeTypeJSONKey] = OcaParamDatasetMimeType
135 |
136 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |   }
138 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:207:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |     root[datasetParamDatasetsJSONKey] = Array(paramDatasetONos)
206 |
207 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
208 |   }
209 |
[832/895] Compiling SwiftOCADevice CodingManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:136:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
134 |     root[datasetMimeTypeJSONKey] = OcaParamDatasetMimeType
135 |
136 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |   }
138 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:207:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |     root[datasetParamDatasetsJSONKey] = Array(paramDatasetONos)
206 |
207 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
208 |   }
209 |
[833/895] Compiling SwiftOCADevice DeviceManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:136:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
134 |     root[datasetMimeTypeJSONKey] = OcaParamDatasetMimeType
135 |
136 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
137 |   }
138 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Dataset/Serialization.swift:207:12: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
205 |     root[datasetParamDatasetsJSONKey] = Array(paramDatasetONos)
206 |
207 |     return root
    |            `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
208 |   }
209 |
[834/895] Compiling SwiftOCADevice PortsRepresentable.swift
[835/895] Compiling SwiftOCADevice Root+Commands.swift
[836/895] Compiling SwiftOCADevice Root.swift
[837/895] Compiling SwiftOCADevice Actuator.swift
[838/895] Compiling SwiftOCADevice BasicActuators.swift
[839/895] Compiling SwiftOCADevice Frequency.swift
[840/895] Compiling SwiftOCADevice Gain.swift
[841/895] Compiling SwiftOCADevice Mute.swift
[842/895] Compiling SwiftOCADevice DeviceTimeManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Managers/SubscriptionManager.swift:137:38: warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
135 |     try await ensureWritable(by: controller, command: command)
136 |
137 |     return await subscription.events.asyncMap { event in
    |                                      |- warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                      `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaEvent) async -> OcaStatus' to nonisolated instance method 'asyncMap' risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
138 |       let returnedStatus: OcaStatus
139 |
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[843/895] Compiling SwiftOCADevice DiagnosticManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Managers/SubscriptionManager.swift:137:38: warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
135 |     try await ensureWritable(by: controller, command: command)
136 |
137 |     return await subscription.events.asyncMap { event in
    |                                      |- warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                      `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaEvent) async -> OcaStatus' to nonisolated instance method 'asyncMap' risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
138 |       let returnedStatus: OcaStatus
139 |
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[844/895] Compiling SwiftOCADevice FirmwareManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Managers/SubscriptionManager.swift:137:38: warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
135 |     try await ensureWritable(by: controller, command: command)
136 |
137 |     return await subscription.events.asyncMap { event in
    |                                      |- warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                      `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaEvent) async -> OcaStatus' to nonisolated instance method 'asyncMap' risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
138 |       let returnedStatus: OcaStatus
139 |
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[845/895] Compiling SwiftOCADevice LockManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Managers/SubscriptionManager.swift:137:38: warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
135 |     try await ensureWritable(by: controller, command: command)
136 |
137 |     return await subscription.events.asyncMap { event in
    |                                      |- warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                      `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaEvent) async -> OcaStatus' to nonisolated instance method 'asyncMap' risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
138 |       let returnedStatus: OcaStatus
139 |
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[846/895] Compiling SwiftOCADevice Manager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Managers/SubscriptionManager.swift:137:38: warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
135 |     try await ensureWritable(by: controller, command: command)
136 |
137 |     return await subscription.events.asyncMap { event in
    |                                      |- warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                      `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaEvent) async -> OcaStatus' to nonisolated instance method 'asyncMap' risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
138 |       let returnedStatus: OcaStatus
139 |
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[847/895] Compiling SwiftOCADevice MediaClockManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Managers/SubscriptionManager.swift:137:38: warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
135 |     try await ensureWritable(by: controller, command: command)
136 |
137 |     return await subscription.events.asyncMap { event in
    |                                      |- warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                      `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaEvent) async -> OcaStatus' to nonisolated instance method 'asyncMap' risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
138 |       let returnedStatus: OcaStatus
139 |
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[848/895] Compiling SwiftOCADevice NetworkManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Managers/SubscriptionManager.swift:137:38: warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
135 |     try await ensureWritable(by: controller, command: command)
136 |
137 |     return await subscription.events.asyncMap { event in
    |                                      |- warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                      `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaEvent) async -> OcaStatus' to nonisolated instance method 'asyncMap' risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
138 |       let returnedStatus: OcaStatus
139 |
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[849/895] Compiling SwiftOCADevice SubscriptionManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Managers/SubscriptionManager.swift:137:38: warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
135 |     try await ensureWritable(by: controller, command: command)
136 |
137 |     return await subscription.events.asyncMap { event in
    |                                      |- warning: sending value of non-Sendable type '(OcaEvent) async -> OcaStatus' risks causing data races; this is an error in the Swift 6 language mode [#SendingRisksDataRace]
    |                                      `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaEvent) async -> OcaStatus' to nonisolated instance method 'asyncMap' risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
138 |       let returnedStatus: OcaStatus
139 |
[#SendingRisksDataRace]: <https://docs.swift.org/compiler/documentation/diagnostics/sending-risks-data-race>
[850/895] Compiling SwiftOCADevice PanBalance.swift
[851/895] Compiling SwiftOCADevice PolarityState.swift
[852/895] Compiling SwiftOCADevice SignalInput.swift
[853/895] Compiling SwiftOCADevice SignalOutput.swift
[854/895] Compiling SwiftOCADevice SummingPoint.swift
[855/895] Compiling SwiftOCADevice Switch.swift
[856/895] Compiling SwiftOCADevice Block.swift
[857/895] Compiling SwiftOCADevice Matrix.swift
[862/898] Emitting module SwiftOCAUI
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDiscoveryView.swift:22:1: warning: extension declares a conformance of imported type 'NetService' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
20 | import SwiftUI
21 |
22 | extension NetService: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NetService' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |   public typealias ID = String
24 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/PropertyTableView.swift:79:32: warning: global actor 'OcaConnection'-isolated property 'allPropertyKeyPaths' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
77 |         }
78 |       }.task {
79 |         for property in object.allPropertyKeyPaths {
   |                                `- warning: global actor 'OcaConnection'-isolated property 'allPropertyKeyPaths' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
80 |           await (object[keyPath: property.value] as! any OcaPropertyRepresentable)
81 |             .subscribe(object)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/PropertyTableView.swift:79:32: warning: global actor 'OcaConnection'-isolated property 'allPropertyKeyPaths' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
77 |         }
78 |       }.task {
79 |         for property in object.allPropertyKeyPaths {
   |                                `- warning: global actor 'OcaConnection'-isolated property 'allPropertyKeyPaths' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
80 |           await (object[keyPath: property.value] as! any OcaPropertyRepresentable)
81 |             .subscribe(object)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/PropertyTableView.swift:79:32: warning: global actor 'OcaConnection'-isolated property 'allPropertyKeyPaths' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
77 |         }
78 |       }.task {
79 |         for property in object.allPropertyKeyPaths {
   |                                `- warning: global actor 'OcaConnection'-isolated property 'allPropertyKeyPaths' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
80 |           await (object[keyPath: property.value] as! any OcaPropertyRepresentable)
81 |             .subscribe(object)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/PropertyTableView.swift:79:32: warning: global actor 'OcaConnection'-isolated property 'allPropertyKeyPaths' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
77 |         }
78 |       }.task {
79 |         for property in object.allPropertyKeyPaths {
   |                                `- warning: global actor 'OcaConnection'-isolated property 'allPropertyKeyPaths' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
80 |           await (object[keyPath: property.value] as! any OcaPropertyRepresentable)
81 |             .subscribe(object)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDeviceView.swift:56:11: warning: main actor-isolated property 'isConnected' can not be mutated from global actor 'OcaConnection'
22 |   var connection: Ocp1Connection? = nil
23 |   @State
24 |   var isConnected = false
   |       `- note: mutation of this property is only permitted within the actor
25 |   @State
26 |   var lastError: Error? = nil
   :
54 |       Task { @OcaConnection in
55 |         if let connection {
56 |           isConnected = false
   |           |- warning: main actor-isolated property 'isConnected' can not be mutated from global actor 'OcaConnection'
   |           `- note: consider declaring an isolated method on 'MainActor' to perform the mutation
57 |           try await connection.disconnect()
58 |           self.connection = nil
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDeviceView.swift:58:16: warning: main actor-isolated property 'connection' can not be mutated from global actor 'OcaConnection'
20 | public struct OcaBonjourDeviceView: View {
21 |   @State
22 |   var connection: Ocp1Connection? = nil
   |       `- note: mutation of this property is only permitted within the actor
23 |   @State
24 |   var isConnected = false
   :
56 |           isConnected = false
57 |           try await connection.disconnect()
58 |           self.connection = nil
   |                |- warning: main actor-isolated property 'connection' can not be mutated from global actor 'OcaConnection'
   |                `- note: consider declaring an isolated method on 'MainActor' to perform the mutation
59 |         }
60 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDeviceView.swift:55:16: warning: main actor-isolated property 'connection' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
53 |     }.onDisappear {
54 |       Task { @OcaConnection in
55 |         if let connection {
   |                `- warning: main actor-isolated property 'connection' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
56 |           isConnected = false
57 |           try await connection.disconnect()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDiscoveryView.swift:22:1: warning: extension declares a conformance of imported type 'NetService' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
20 | import SwiftUI
21 |
22 | extension NetService: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NetService' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |   public typealias ID = String
24 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDeviceView.swift:56:11: warning: main actor-isolated property 'isConnected' can not be mutated from global actor 'OcaConnection'
22 |   var connection: Ocp1Connection? = nil
23 |   @State
24 |   var isConnected = false
   |       `- note: mutation of this property is only permitted within the actor
25 |   @State
26 |   var lastError: Error? = nil
   :
54 |       Task { @OcaConnection in
55 |         if let connection {
56 |           isConnected = false
   |           |- warning: main actor-isolated property 'isConnected' can not be mutated from global actor 'OcaConnection'
   |           `- note: consider declaring an isolated method on 'MainActor' to perform the mutation
57 |           try await connection.disconnect()
58 |           self.connection = nil
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDeviceView.swift:58:16: warning: main actor-isolated property 'connection' can not be mutated from global actor 'OcaConnection'
20 | public struct OcaBonjourDeviceView: View {
21 |   @State
22 |   var connection: Ocp1Connection? = nil
   |       `- note: mutation of this property is only permitted within the actor
23 |   @State
24 |   var isConnected = false
   :
56 |           isConnected = false
57 |           try await connection.disconnect()
58 |           self.connection = nil
   |                |- warning: main actor-isolated property 'connection' can not be mutated from global actor 'OcaConnection'
   |                `- note: consider declaring an isolated method on 'MainActor' to perform the mutation
59 |         }
60 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDeviceView.swift:55:16: warning: main actor-isolated property 'connection' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
53 |     }.onDisappear {
54 |       Task { @OcaConnection in
55 |         if let connection {
   |                `- warning: main actor-isolated property 'connection' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
56 |           isConnected = false
57 |           try await connection.disconnect()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDiscoveryView.swift:22:1: warning: extension declares a conformance of imported type 'NetService' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
20 | import SwiftUI
21 |
22 | extension NetService: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NetService' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |   public typealias ID = String
24 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDeviceView.swift:56:11: warning: main actor-isolated property 'isConnected' can not be mutated from global actor 'OcaConnection'
22 |   var connection: Ocp1Connection? = nil
23 |   @State
24 |   var isConnected = false
   |       `- note: mutation of this property is only permitted within the actor
25 |   @State
26 |   var lastError: Error? = nil
   :
54 |       Task { @OcaConnection in
55 |         if let connection {
56 |           isConnected = false
   |           |- warning: main actor-isolated property 'isConnected' can not be mutated from global actor 'OcaConnection'
   |           `- note: consider declaring an isolated method on 'MainActor' to perform the mutation
57 |           try await connection.disconnect()
58 |           self.connection = nil
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDeviceView.swift:58:16: warning: main actor-isolated property 'connection' can not be mutated from global actor 'OcaConnection'
20 | public struct OcaBonjourDeviceView: View {
21 |   @State
22 |   var connection: Ocp1Connection? = nil
   |       `- note: mutation of this property is only permitted within the actor
23 |   @State
24 |   var isConnected = false
   :
56 |           isConnected = false
57 |           try await connection.disconnect()
58 |           self.connection = nil
   |                |- warning: main actor-isolated property 'connection' can not be mutated from global actor 'OcaConnection'
   |                `- note: consider declaring an isolated method on 'MainActor' to perform the mutation
59 |         }
60 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDeviceView.swift:55:16: warning: main actor-isolated property 'connection' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
53 |     }.onDisappear {
54 |       Task { @OcaConnection in
55 |         if let connection {
   |                `- warning: main actor-isolated property 'connection' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
56 |           isConnected = false
57 |           try await connection.disconnect()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDiscoveryView.swift:22:1: warning: extension declares a conformance of imported type 'NetService' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
20 | import SwiftUI
21 |
22 | extension NetService: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NetService' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |   public typealias ID = String
24 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDeviceView.swift:56:11: warning: main actor-isolated property 'isConnected' can not be mutated from global actor 'OcaConnection'
22 |   var connection: Ocp1Connection? = nil
23 |   @State
24 |   var isConnected = false
   |       `- note: mutation of this property is only permitted within the actor
25 |   @State
26 |   var lastError: Error? = nil
   :
54 |       Task { @OcaConnection in
55 |         if let connection {
56 |           isConnected = false
   |           |- warning: main actor-isolated property 'isConnected' can not be mutated from global actor 'OcaConnection'
   |           `- note: consider declaring an isolated method on 'MainActor' to perform the mutation
57 |           try await connection.disconnect()
58 |           self.connection = nil
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDeviceView.swift:58:16: warning: main actor-isolated property 'connection' can not be mutated from global actor 'OcaConnection'
20 | public struct OcaBonjourDeviceView: View {
21 |   @State
22 |   var connection: Ocp1Connection? = nil
   |       `- note: mutation of this property is only permitted within the actor
23 |   @State
24 |   var isConnected = false
   :
56 |           isConnected = false
57 |           try await connection.disconnect()
58 |           self.connection = nil
   |                |- warning: main actor-isolated property 'connection' can not be mutated from global actor 'OcaConnection'
   |                `- note: consider declaring an isolated method on 'MainActor' to perform the mutation
59 |         }
60 |       }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDeviceView.swift:55:16: warning: main actor-isolated property 'connection' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
53 |     }.onDisappear {
54 |       Task { @OcaConnection in
55 |         if let connection {
   |                `- warning: main actor-isolated property 'connection' cannot be accessed from outside of the actor; this is an error in the Swift 6 language mode
56 |           isConnected = false
57 |           try await connection.disconnect()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Discovery/BonjourDiscoveryView.swift:22:1: warning: extension declares a conformance of imported type 'NetService' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
20 | import SwiftUI
21 |
22 | extension NetService: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NetService' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
23 |   public typealias ID = String
24 |
[890/900] Compiling SwiftOCAUI BasicSensorViews.swift
[891/900] Compiling SwiftOCAUI IdentificationSensorView.swift
[892/900] Compiling SwiftOCAUI LevelSensorView.swift
[893/903] Compiling OCADevice DeviceApp.swift
[894/903] Emitting module OCADevice
[894/903] Write Objects.LinkFileList
[896/903] Compiling OCABrowser resource_bundle_accessor.swift
[897/903] Compiling OCABrowser BrowserApp.swift
[898/903] Emitting module OCABrowser
[898/903] Write Objects.LinkFileList
[899/903] Linking OCADevice
[900/903] Applying OCADevice
[901/903] Linking OCABrowser
[902/903] Applying OCABrowser
Build complete! (27.14s)
warning: 'gzipswift': /Users/admin/builder/spi-builder-workspace/.build/checkouts/GzipSwift/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "GzipSwift",
 7 |     products: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics"
    },
    {
      "identity" : "socketaddress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PADL/SocketAddress"
    },
    {
      "identity" : "asyncextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lhoward/AsyncExtensions"
    },
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "identity" : "gzipswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1024jp/GzipSwift"
    },
    {
      "identity" : "flyingfox",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.20.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swhitty/FlyingFox"
    },
    {
      "identity" : "swiftui-sliders",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/spacenation/swiftui-sliders"
    }
  ],
  "manifest_display_name" : "SwiftOCA",
  "name" : "SwiftOCA",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftOCA",
      "targets" : [
        "SwiftOCA"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftOCADevice",
      "targets" : [
        "SwiftOCADevice"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftOCAUI",
      "targets" : [
        "SwiftOCAUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OCAEventBenchmark",
      "targets" : [
        "OCAEventBenchmark"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "OCADevice",
      "targets" : [
        "OCADevice"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "OCABrowser",
      "targets" : [
        "OCABrowser"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "dnssd",
      "module_type" : "SystemLibraryTarget",
      "name" : "dnssd",
      "path" : "Sources/dnssd",
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "SwiftOCAUI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCAUI",
      "path" : "Sources/SwiftOCAUI",
      "product_dependencies" : [
        "Sliders"
      ],
      "product_memberships" : [
        "SwiftOCAUI",
        "OCABrowser"
      ],
      "sources" : [
        "Conformances/Array+Extras.swift",
        "Conformances/EnvironmentValues.swift",
        "Conformances/OcaArray2D+Extras.swift",
        "Conformances/OcaDB+Linear.swift",
        "Conformances/OcaRoot+Binding.swift",
        "Conformances/OcaRoot+Identifiable.swift",
        "ViewModifiers/RefreshableToInitialState.swift",
        "ViewModifiers/ShowProgressIfWaiting.swift",
        "ViewModifiers/SystemToggleStyle.swift",
        "Views/DetailView.swift",
        "Views/Discovery/BonjourDeviceView.swift",
        "Views/Discovery/BonjourDiscoveryView.swift",
        "Views/DynamicStack.swift",
        "Views/Managers/DeviceManager.swift",
        "Views/NavigationLabel.swift",
        "Views/PropertyTableView.swift",
        "Views/Utility/DiscreteSliderView.swift",
        "Views/Utility/LogSliderView.swift",
        "Views/Utility/ScaledLegendView.swift",
        "Views/Utility/VariableSliderView.swift",
        "Views/View.swift",
        "Views/Workers/Actuators/BooleanActuatorView.swift",
        "Views/Workers/Actuators/Float32ActuatorView.swift",
        "Views/Workers/Actuators/GainView.swift",
        "Views/Workers/Actuators/MuteView.swift",
        "Views/Workers/Actuators/PanBalanceView.swift",
        "Views/Workers/Actuators/PolarityView.swift",
        "Views/Workers/BlockNavigationSplitView.swift",
        "Views/Workers/BlockNavigationStackView.swift",
        "Views/Workers/MatrixNavigationSplitView.swift",
        "Views/Workers/RootBlockView.swift",
        "Views/Workers/Sensors/BasicSensorViews.swift",
        "Views/Workers/Sensors/IdentificationSensorView.swift",
        "Views/Workers/Sensors/LevelSensorView.swift"
      ],
      "target_dependencies" : [
        "SwiftOCA"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftOCATests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCATests",
      "path" : "Tests/SwiftOCATests",
      "sources" : [
        "Ocp1MessageBatcherTests.swift",
        "SwiftOCATests.swift"
      ],
      "target_dependencies" : [
        "SwiftOCADevice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOCADeviceTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCADeviceTests",
      "path" : "Tests/SwiftOCADeviceTests",
      "sources" : [
        "SwiftOCADeviceTests.swift"
      ],
      "target_dependencies" : [
        "SwiftOCADevice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOCADevice",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCADevice",
      "path" : "Sources/SwiftOCADevice",
      "product_dependencies" : [
        "Logging",
        "Gzip",
        "FlyingFox",
        "FlyingSocks"
      ],
      "product_memberships" : [
        "SwiftOCADevice",
        "OCADevice"
      ],
      "sources" : [
        "OCA/ConnectionBroker.swift",
        "OCA/Controller.swift",
        "OCA/ControllerDefaultSubscribing.swift",
        "OCA/DatasetStorageProviders/DatasetStorageProvider.swift",
        "OCA/DatasetStorageProviders/FileDatasetStorageProvider.swift",
        "OCA/Device.swift",
        "OCA/DeviceEndpoint.swift",
        "OCA/DeviceEndpointRegistrar.swift",
        "OCC/ControlClasses/Agents/Agent.swift",
        "OCC/ControlClasses/Agents/CounterNotifier.swift",
        "OCC/ControlClasses/Agents/CounterSetAgent.swift",
        "OCC/ControlClasses/Agents/Group.swift",
        "OCC/ControlClasses/Agents/Grouper.swift",
        "OCC/ControlClasses/Agents/MediaClock3.swift",
        "OCC/ControlClasses/Agents/TimeSource.swift",
        "OCC/ControlClasses/ApplicationNetworks/ApplicationNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/ControlNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/MediaTransportNetwork.swift",
        "OCC/ControlClasses/Dataset/Dataset.swift",
        "OCC/ControlClasses/Dataset/FileDataset.swift",
        "OCC/ControlClasses/Dataset/Serialization.swift",
        "OCC/ControlClasses/Managers/AudioProcessingManager.swift",
        "OCC/ControlClasses/Managers/CodingManager.swift",
        "OCC/ControlClasses/Managers/DeviceManager.swift",
        "OCC/ControlClasses/Managers/DeviceTimeManager.swift",
        "OCC/ControlClasses/Managers/DiagnosticManager.swift",
        "OCC/ControlClasses/Managers/FirmwareManager.swift",
        "OCC/ControlClasses/Managers/LockManager.swift",
        "OCC/ControlClasses/Managers/Manager.swift",
        "OCC/ControlClasses/Managers/MediaClockManager.swift",
        "OCC/ControlClasses/Managers/NetworkManager.swift",
        "OCC/ControlClasses/Managers/SubscriptionManager.swift",
        "OCC/ControlClasses/PortsRepresentable.swift",
        "OCC/ControlClasses/Root+Commands.swift",
        "OCC/ControlClasses/Root.swift",
        "OCC/ControlClasses/Workers/Actuators/Actuator.swift",
        "OCC/ControlClasses/Workers/Actuators/BasicActuators.swift",
        "OCC/ControlClasses/Workers/Actuators/Frequency.swift",
        "OCC/ControlClasses/Workers/Actuators/Gain.swift",
        "OCC/ControlClasses/Workers/Actuators/Mute.swift",
        "OCC/ControlClasses/Workers/Actuators/PanBalance.swift",
        "OCC/ControlClasses/Workers/Actuators/PolarityState.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalInput.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalOutput.swift",
        "OCC/ControlClasses/Workers/Actuators/SummingPoint.swift",
        "OCC/ControlClasses/Workers/Actuators/Switch.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Block.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift",
        "OCC/ControlClasses/Workers/Sensors/AudioLevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/BasicSensors.swift",
        "OCC/ControlClasses/Workers/Sensors/IdentificationSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/LevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/Sensor.swift",
        "OCC/ControlClasses/Workers/Sensors/TemperatureSensor.swift",
        "OCC/ControlClasses/Workers/Worker.swift",
        "OCC/PropertyTypes/BoundedDeviceProperty.swift",
        "OCC/PropertyTypes/DeviceProperty.swift",
        "OCC/PropertyTypes/VectorDeviceProperty.swift",
        "OCP.1/Backend/CF/Ocp1CFController.swift",
        "OCP.1/Backend/CF/Ocp1CFDeviceEndpoint.swift",
        "OCP.1/Backend/DatagramProxy/DatagramProxyController.swift",
        "OCP.1/Backend/DatagramProxy/DatagramProxyDeviceEndpoint.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxDeviceEndpoint.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksLogging.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift",
        "OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamDeviceEndpoint.swift",
        "OCP.1/Backend/IORing/Ocp1IORingController.swift",
        "OCP.1/Backend/IORing/Ocp1IORingDeviceEndpoint.swift",
        "OCP.1/Backend/Local/LocalConnection.swift",
        "OCP.1/Backend/Local/LocalController.swift",
        "OCP.1/Backend/Local/LocalDeviceEndpoint.swift",
        "OCP.1/Logger+Ocp1ControllerInternal.swift",
        "OCP.1/Ocp1Controller.swift",
        "OCP.1/Ocp1ControllerInternal.swift"
      ],
      "target_dependencies" : [
        "SwiftOCA"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftOCA",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOCA",
      "path" : "Sources/SwiftOCA",
      "product_dependencies" : [
        "AsyncExtensions",
        "AnyCodable",
        "SocketAddress",
        "AsyncAlgorithms",
        "SystemPackage",
        "Logging",
        "Atomics",
        "FlyingFox",
        "FlyingSocks"
      ],
      "product_memberships" : [
        "SwiftOCA",
        "SwiftOCADevice",
        "SwiftOCAUI",
        "OCAEventBenchmark",
        "OCADevice",
        "OCABrowser"
      ],
      "sources" : [
        "OCA/Browser.swift",
        "OCA/ClassRegistry.swift",
        "OCA/Connection.swift",
        "OCA/Helpers/Data+Hex.swift",
        "OCA/Helpers/Data+IntegerCodable.swift",
        "OCA/Helpers/DeviceAddressToString.swift",
        "OCA/Helpers/LengthTaggedData16.swift",
        "OCA/Helpers/LengthTaggedData32.swift",
        "OCA/Helpers/Locking.swift",
        "OCA/Helpers/Sequence+AsyncMap.swift",
        "OCA/Helpers/Task+Timeout.swift",
        "OCA/Helpers/TimeHelpers.swift",
        "OCA/Helpers/UnsafeMutablePointer+PropertyBasePointer.swift",
        "OCA/Helpers/Weak.swift",
        "OCC/CollectionTypes/Array2D.swift",
        "OCC/CollectionTypes/List2D.swift",
        "OCC/ControlClasses/Agents/Agent.swift",
        "OCC/ControlClasses/Agents/CounterNotifier.swift",
        "OCC/ControlClasses/Agents/CounterSetAgent.swift",
        "OCC/ControlClasses/Agents/EventHandler.swift",
        "OCC/ControlClasses/Agents/Group.swift",
        "OCC/ControlClasses/Agents/Grouper.swift",
        "OCC/ControlClasses/Agents/MediaClock3.swift",
        "OCC/ControlClasses/Agents/PhysicalPosition.swift",
        "OCC/ControlClasses/Agents/TimeSource.swift",
        "OCC/ControlClasses/ApplicationNetworks/ApplicationNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/ControlNetwork.swift",
        "OCC/ControlClasses/ApplicationNetworks/MediaTransportNetwork.swift",
        "OCC/ControlClasses/Dataset/Dataset.swift",
        "OCC/ControlClasses/Dataset/Log.swift",
        "OCC/ControlClasses/Managers/AudioProcessingManager.swift",
        "OCC/ControlClasses/Managers/CodingManager.swift",
        "OCC/ControlClasses/Managers/DeviceManager.swift",
        "OCC/ControlClasses/Managers/DeviceTimeManager.swift",
        "OCC/ControlClasses/Managers/DiagnosticManager.swift",
        "OCC/ControlClasses/Managers/FirmwareManager.swift",
        "OCC/ControlClasses/Managers/LibraryManager.swift",
        "OCC/ControlClasses/Managers/LockManager.swift",
        "OCC/ControlClasses/Managers/Manager.swift",
        "OCC/ControlClasses/Managers/MediaClockManager.swift",
        "OCC/ControlClasses/Managers/NetworkManager.swift",
        "OCC/ControlClasses/Managers/PowerManager.swift",
        "OCC/ControlClasses/Managers/SecurityManager.swift",
        "OCC/ControlClasses/Managers/SubscriptionManager.swift",
        "OCC/ControlClasses/Managers/TaskManager.swift",
        "OCC/ControlClasses/Networks/MediaTransportApplication.swift",
        "OCC/ControlClasses/Networks/NetworkApplication.swift",
        "OCC/ControlClasses/Networks/NetworkInterface.swift",
        "OCC/ControlClasses/Root+Commands.swift",
        "OCC/ControlClasses/Root+JSON.swift",
        "OCC/ControlClasses/Root.swift",
        "OCC/ControlClasses/Workers/Actuators/Actuator.swift",
        "OCC/ControlClasses/Workers/Actuators/BasicActuators.swift",
        "OCC/ControlClasses/Workers/Actuators/Frequency.swift",
        "OCC/ControlClasses/Workers/Actuators/Gain.swift",
        "OCC/ControlClasses/Workers/Actuators/Mute.swift",
        "OCC/ControlClasses/Workers/Actuators/PanBalance.swift",
        "OCC/ControlClasses/Workers/Actuators/Polarity.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalInput.swift",
        "OCC/ControlClasses/Workers/Actuators/SignalOutput.swift",
        "OCC/ControlClasses/Workers/Actuators/SummingPoint.swift",
        "OCC/ControlClasses/Workers/Actuators/Switch.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Block.swift",
        "OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift",
        "OCC/ControlClasses/Workers/DataSets/DataSetWorker.swift",
        "OCC/ControlClasses/Workers/DataSets/MediaRecorderPlayer.swift",
        "OCC/ControlClasses/Workers/Sensors/AudioLevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/BasicSensors.swift",
        "OCC/ControlClasses/Workers/Sensors/IdentificationSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/LevelSensor.swift",
        "OCC/ControlClasses/Workers/Sensors/Sensor.swift",
        "OCC/ControlClasses/Workers/Sensors/TemperatureSensor.swift",
        "OCC/ControlClasses/Workers/Worker.swift",
        "OCC/ControlDataTypes/ApplicationNetworkDataTypes.swift",
        "OCC/ControlDataTypes/BaseDataTypes.swift",
        "OCC/ControlDataTypes/CommandSetDataTypes.swift",
        "OCC/ControlDataTypes/CounterDataTypes.swift",
        "OCC/ControlDataTypes/DataSetDataTypes.swift",
        "OCC/ControlDataTypes/DeviceManagerDataTypes.swift",
        "OCC/ControlDataTypes/EventDataTypes.swift",
        "OCC/ControlDataTypes/FirmwareManagerDataTypes.swift",
        "OCC/ControlDataTypes/GrouperDataTypes.swift",
        "OCC/ControlDataTypes/LibraryManagerDataTypes.swift",
        "OCC/ControlDataTypes/LoggingDataTypes.swift",
        "OCC/ControlDataTypes/ManagerDataTypes.swift",
        "OCC/ControlDataTypes/MediaClockDataTypes.swift",
        "OCC/ControlDataTypes/MediaDataTypes.swift",
        "OCC/ControlDataTypes/MediaStreamDataTypes.swift",
        "OCC/ControlDataTypes/MiscFrameworkDataTypes.swift",
        "OCC/ControlDataTypes/ModelDataTypes.swift",
        "OCC/ControlDataTypes/NetworkApplicationDataTypes.swift",
        "OCC/ControlDataTypes/NetworkDataTypes.swift",
        "OCC/ControlDataTypes/PowerManagerDataTypes.swift",
        "OCC/ControlDataTypes/ProgrammingDataTypes.swift",
        "OCC/ControlDataTypes/SearchDataTypes.swift",
        "OCC/ControlDataTypes/TaskManagerDataTypes.swift",
        "OCC/ControlDataTypes/TimeDataTypes.swift",
        "OCC/ControlDataTypes/WellKnownObjectNumbers.swift",
        "OCC/ControlDataTypes/WorkerDataTypes.swift",
        "OCC/PropertyTypes/BoundedProperty.swift",
        "OCC/PropertyTypes/ListProperty.swift",
        "OCC/PropertyTypes/MapProperty.swift",
        "OCC/PropertyTypes/Property.swift",
        "OCC/PropertyTypes/VectorProperty.swift",
        "OCF/Errors.swift",
        "OCF/Messages/Command.swift",
        "OCF/Messages/Header.swift",
        "OCF/Messages/KeepAlive.swift",
        "OCF/Messages/MessageType.swift",
        "OCF/Messages/Notification1.swift",
        "OCF/Messages/Notification2.swift",
        "OCF/Messages/Response.swift",
        "OCP.1/Backend/Ocp1CFSocketConnection.swift",
        "OCP.1/Backend/Ocp1FlyingSocksConnection.swift",
        "OCP.1/Backend/Ocp1IORingConnection.swift",
        "OCP.1/Backend/Ocp1NWConnection.swift",
        "OCP.1/Decoder/Container/KeyedBinaryDecodingContainer.swift",
        "OCP.1/Decoder/Container/SingleValueBinaryDecodingContainer.swift",
        "OCP.1/Decoder/Container/UnkeyedBinaryDecodingContainer.swift",
        "OCP.1/Decoder/Ocp1Decoder.swift",
        "OCP.1/Decoder/Ocp1DecoderImpl.swift",
        "OCP.1/Decoder/Ocp1DecodingState.swift",
        "OCP.1/Encoder/Container/KeyedOcp1EncodingContainer.swift",
        "OCP.1/Encoder/Container/SingleValueOcp1EncodingContainer.swift",
        "OCP.1/Encoder/Container/UnkeyedOcp1EncodingContainer.swift",
        "OCP.1/Encoder/Ocp1Encoder.swift",
        "OCP.1/Encoder/Ocp1EncoderImpl.swift",
        "OCP.1/Encoder/Ocp1EncodingState.swift",
        "OCP.1/Ocp1CoderAPI.swift",
        "OCP.1/Ocp1Connection+Codable.swift",
        "OCP.1/Ocp1Connection+Connect.swift",
        "OCP.1/Ocp1Connection+Messages.swift",
        "OCP.1/Ocp1Connection+Objects.swift",
        "OCP.1/Ocp1Connection+Subscribe.swift",
        "OCP.1/Ocp1Connection.swift",
        "OCP.1/Ocp1ConnectionMonitor.swift",
        "OCP.1/Ocp1MessageBatcher.swift",
        "OCP.1/ReflectionMirror/ReflectionMirror.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OCAEventBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "OCAEventBenchmark",
      "path" : "Examples/OCAEventBenchmark",
      "product_memberships" : [
        "OCAEventBenchmark"
      ],
      "sources" : [
        "EventBenchmark.swift"
      ],
      "target_dependencies" : [
        "SwiftOCA"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OCADevice",
      "module_type" : "SwiftTarget",
      "name" : "OCADevice",
      "path" : "Examples/OCADevice",
      "product_memberships" : [
        "OCADevice"
      ],
      "sources" : [
        "DeviceApp.swift"
      ],
      "target_dependencies" : [
        "SwiftOCADevice"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "OCABrowser",
      "module_type" : "SwiftTarget",
      "name" : "OCABrowser",
      "path" : "Examples/OCABrowser",
      "product_memberships" : [
        "OCABrowser"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Examples/OCABrowser/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Examples/OCABrowser/OCABrowser.entitlements",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Examples/OCABrowser/Preview Content/Preview Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BrowserApp.swift"
      ],
      "target_dependencies" : [
        "SwiftOCAUI"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Done.