Build Information
Successful build of SwiftOCA, reference 0.4.1 (ee619b
), with Swift 6.1 for macOS (SPM) on 16 May 2025 04:18:51 UTC.
Swift 6 data race errors: 8
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:188:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
186 | protocol _OcaObjectKeyPathRepresentable: AnyObject {}
187 |
188 | extension PartialKeyPath: @unchecked
| |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
189 | Sendable {} // fix warning
190 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:165:40: warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
163 |
164 | if let jsonValue = try? await property.getJsonValue(self, flags: flags),
165 | let jsonValue = jsonValue as? [String: Sendable]
| `- warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
166 | {
167 | dict.merge(jsonValue) { current, _ in current }
[729/772] Compiling SwiftOCA NetworkApplication.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:188:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
186 | protocol _OcaObjectKeyPathRepresentable: AnyObject {}
187 |
188 | extension PartialKeyPath: @unchecked
| |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
189 | Sendable {} // fix warning
190 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:165:40: warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
163 |
164 | if let jsonValue = try? await property.getJsonValue(self, flags: flags),
165 | let jsonValue = jsonValue as? [String: Sendable]
| `- warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
166 | {
167 | dict.merge(jsonValue) { current, _ in current }
[730/772] Compiling SwiftOCA NetworkInterface.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:188:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
186 | protocol _OcaObjectKeyPathRepresentable: AnyObject {}
187 |
188 | extension PartialKeyPath: @unchecked
| |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
189 | Sendable {} // fix warning
190 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:165:40: warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
163 |
164 | if let jsonValue = try? await property.getJsonValue(self, flags: flags),
165 | let jsonValue = jsonValue as? [String: Sendable]
| `- warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
166 | {
167 | dict.merge(jsonValue) { current, _ in current }
[731/772] Compiling SwiftOCA Root+Commands.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:188:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
186 | protocol _OcaObjectKeyPathRepresentable: AnyObject {}
187 |
188 | extension PartialKeyPath: @unchecked
| |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
189 | Sendable {} // fix warning
190 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:165:40: warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
163 |
164 | if let jsonValue = try? await property.getJsonValue(self, flags: flags),
165 | let jsonValue = jsonValue as? [String: Sendable]
| `- warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
166 | {
167 | dict.merge(jsonValue) { current, _ in current }
[732/772] Compiling SwiftOCA Root+JSON.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:188:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
186 | protocol _OcaObjectKeyPathRepresentable: AnyObject {}
187 |
188 | extension PartialKeyPath: @unchecked
| |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
189 | Sendable {} // fix warning
190 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:165:40: warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
163 |
164 | if let jsonValue = try? await property.getJsonValue(self, flags: flags),
165 | let jsonValue = jsonValue as? [String: Sendable]
| `- warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
166 | {
167 | dict.merge(jsonValue) { current, _ in current }
[733/772] Compiling SwiftOCA Root.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:188:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
186 | protocol _OcaObjectKeyPathRepresentable: AnyObject {}
187 |
188 | extension PartialKeyPath: @unchecked
| |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
189 | Sendable {} // fix warning
190 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:165:40: warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
163 |
164 | if let jsonValue = try? await property.getJsonValue(self, flags: flags),
165 | let jsonValue = jsonValue as? [String: Sendable]
| `- warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
166 | {
167 | dict.merge(jsonValue) { current, _ in current }
[734/772] Compiling SwiftOCA Actuator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:188:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
186 | protocol _OcaObjectKeyPathRepresentable: AnyObject {}
187 |
188 | extension PartialKeyPath: @unchecked
| |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
189 | Sendable {} // fix warning
190 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:165:40: warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
163 |
164 | if let jsonValue = try? await property.getJsonValue(self, flags: flags),
165 | let jsonValue = jsonValue as? [String: Sendable]
| `- warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
166 | {
167 | dict.merge(jsonValue) { current, _ in current }
[735/772] Compiling SwiftOCA BasicActuators.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:188:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
186 | protocol _OcaObjectKeyPathRepresentable: AnyObject {}
187 |
188 | extension PartialKeyPath: @unchecked
| |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
189 | Sendable {} // fix warning
190 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:165:40: warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
163 |
164 | if let jsonValue = try? await property.getJsonValue(self, flags: flags),
165 | let jsonValue = jsonValue as? [String: Sendable]
| `- warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
166 | {
167 | dict.merge(jsonValue) { current, _ in current }
[736/772] Compiling SwiftOCA Frequency.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:188:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
186 | protocol _OcaObjectKeyPathRepresentable: AnyObject {}
187 |
188 | extension PartialKeyPath: @unchecked
| |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
189 | Sendable {} // fix warning
190 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:165:40: warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
163 |
164 | if let jsonValue = try? await property.getJsonValue(self, flags: flags),
165 | let jsonValue = jsonValue as? [String: Sendable]
| `- warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
166 | {
167 | dict.merge(jsonValue) { current, _ in current }
[737/772] Compiling SwiftOCA Gain.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:188:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
186 | protocol _OcaObjectKeyPathRepresentable: AnyObject {}
187 |
188 | extension PartialKeyPath: @unchecked
| |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
189 | Sendable {} // fix warning
190 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:165:40: warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
163 |
164 | if let jsonValue = try? await property.getJsonValue(self, flags: flags),
165 | let jsonValue = jsonValue as? [String: Sendable]
| `- warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
166 | {
167 | dict.merge(jsonValue) { current, _ in current }
[738/772] Compiling SwiftOCA Mute.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:188:1: warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
186 | protocol _OcaObjectKeyPathRepresentable: AnyObject {}
187 |
188 | extension PartialKeyPath: @unchecked
| |- warning: extension declares a conformance of imported type 'PartialKeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
189 | Sendable {} // fix warning
190 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root.swift:165:40: warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
163 |
164 | if let jsonValue = try? await property.getJsonValue(self, flags: flags),
165 | let jsonValue = jsonValue as? [String: Sendable]
| `- warning: conditional cast from '[String : Any]' to '[String : any Sendable]' always succeeds
166 | {
167 | dict.merge(jsonValue) { current, _ in current }
[739/772] Compiling SwiftOCA TemperatureSensor.swift
[740/772] Compiling SwiftOCA Worker.swift
[741/772] Compiling SwiftOCA ApplicationNetworkDataTypes.swift
[742/772] Compiling SwiftOCA BaseDataTypes.swift
[743/772] Compiling SwiftOCA CounterDataTypes.swift
[744/772] Compiling SwiftOCA DeviceManagerDataTypes.swift
[745/772] Compiling SwiftOCA EventDataTypes.swift
[746/772] Compiling SwiftOCA FirmwareManagerDataTypes.swift
[747/772] Compiling SwiftOCA GrouperDataTypes.swift
[748/772] Compiling SwiftOCA LibraryManagerDataTypes.swift
[749/772] Compiling SwiftOCA ManagerDataTypes.swift
[750/772] Compiling SwiftOCA MediaClockDataTypes.swift
[751/772] Compiling SwiftOCA MediaDataTypes.swift
[752/772] Compiling SwiftOCA Ocp1EncoderImpl.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/KeyPath.swift:39:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
37 | internal import SwiftShims
38 | #else
39 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
40 | #endif
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:17:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
15 | internal import SwiftShims
16 | #else
17 | @_implementationOnly import KeyPathShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
18 | @_implementationOnly import SwiftShims
19 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
16 | #else
17 | @_implementationOnly import KeyPathShims
18 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
19 | #endif
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:331:9: warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
249 | /// Monitor structure for matching requests and responses
250 | @OcaConnection
251 | final class Monitor: @unchecked Sendable, CustomStringConvertible {
| `- note: add '@preconcurrency' to the 'CustomStringConvertible' conformance to defer isolation checking to run time
252 | typealias Continuation = CheckedContinuation<Ocp1Response, Error>
253 |
:
329 | }
330 |
331 | var description: String {
| `- warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
332 | let connectionString: String = if let connection { connection.description }
333 | else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:21: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
19 | #endif
20 |
21 | @_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
22 | func _isClassType(_: Any.Type) -> Bool
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:43: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
41 | ) -> Int
42 |
43 | @_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
44 | func _getDynamicType(
45 | _: Any,
[753/772] Compiling SwiftOCA Ocp1EncodingState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/KeyPath.swift:39:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
37 | internal import SwiftShims
38 | #else
39 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
40 | #endif
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:17:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
15 | internal import SwiftShims
16 | #else
17 | @_implementationOnly import KeyPathShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
18 | @_implementationOnly import SwiftShims
19 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
16 | #else
17 | @_implementationOnly import KeyPathShims
18 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
19 | #endif
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:331:9: warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
249 | /// Monitor structure for matching requests and responses
250 | @OcaConnection
251 | final class Monitor: @unchecked Sendable, CustomStringConvertible {
| `- note: add '@preconcurrency' to the 'CustomStringConvertible' conformance to defer isolation checking to run time
252 | typealias Continuation = CheckedContinuation<Ocp1Response, Error>
253 |
:
329 | }
330 |
331 | var description: String {
| `- warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
332 | let connectionString: String = if let connection { connection.description }
333 | else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:21: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
19 | #endif
20 |
21 | @_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
22 | func _isClassType(_: Any.Type) -> Bool
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:43: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
41 | ) -> Int
42 |
43 | @_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
44 | func _getDynamicType(
45 | _: Any,
[754/772] Compiling SwiftOCA Ocp1CoderAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/KeyPath.swift:39:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
37 | internal import SwiftShims
38 | #else
39 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
40 | #endif
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:17:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
15 | internal import SwiftShims
16 | #else
17 | @_implementationOnly import KeyPathShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
18 | @_implementationOnly import SwiftShims
19 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
16 | #else
17 | @_implementationOnly import KeyPathShims
18 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
19 | #endif
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:331:9: warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
249 | /// Monitor structure for matching requests and responses
250 | @OcaConnection
251 | final class Monitor: @unchecked Sendable, CustomStringConvertible {
| `- note: add '@preconcurrency' to the 'CustomStringConvertible' conformance to defer isolation checking to run time
252 | typealias Continuation = CheckedContinuation<Ocp1Response, Error>
253 |
:
329 | }
330 |
331 | var description: String {
| `- warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
332 | let connectionString: String = if let connection { connection.description }
333 | else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:21: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
19 | #endif
20 |
21 | @_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
22 | func _isClassType(_: Any.Type) -> Bool
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:43: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
41 | ) -> Int
42 |
43 | @_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
44 | func _getDynamicType(
45 | _: Any,
[755/772] Compiling SwiftOCA Ocp1Connection+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/KeyPath.swift:39:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
37 | internal import SwiftShims
38 | #else
39 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
40 | #endif
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:17:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
15 | internal import SwiftShims
16 | #else
17 | @_implementationOnly import KeyPathShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
18 | @_implementationOnly import SwiftShims
19 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
16 | #else
17 | @_implementationOnly import KeyPathShims
18 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
19 | #endif
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:331:9: warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
249 | /// Monitor structure for matching requests and responses
250 | @OcaConnection
251 | final class Monitor: @unchecked Sendable, CustomStringConvertible {
| `- note: add '@preconcurrency' to the 'CustomStringConvertible' conformance to defer isolation checking to run time
252 | typealias Continuation = CheckedContinuation<Ocp1Response, Error>
253 |
:
329 | }
330 |
331 | var description: String {
| `- warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
332 | let connectionString: String = if let connection { connection.description }
333 | else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:21: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
19 | #endif
20 |
21 | @_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
22 | func _isClassType(_: Any.Type) -> Bool
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:43: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
41 | ) -> Int
42 |
43 | @_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
44 | func _getDynamicType(
45 | _: Any,
[756/772] Compiling SwiftOCA Ocp1Connection+Connect.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/KeyPath.swift:39:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
37 | internal import SwiftShims
38 | #else
39 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
40 | #endif
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:17:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
15 | internal import SwiftShims
16 | #else
17 | @_implementationOnly import KeyPathShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
18 | @_implementationOnly import SwiftShims
19 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
16 | #else
17 | @_implementationOnly import KeyPathShims
18 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
19 | #endif
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:331:9: warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
249 | /// Monitor structure for matching requests and responses
250 | @OcaConnection
251 | final class Monitor: @unchecked Sendable, CustomStringConvertible {
| `- note: add '@preconcurrency' to the 'CustomStringConvertible' conformance to defer isolation checking to run time
252 | typealias Continuation = CheckedContinuation<Ocp1Response, Error>
253 |
:
329 | }
330 |
331 | var description: String {
| `- warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
332 | let connectionString: String = if let connection { connection.description }
333 | else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:21: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
19 | #endif
20 |
21 | @_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
22 | func _isClassType(_: Any.Type) -> Bool
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:43: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
41 | ) -> Int
42 |
43 | @_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
44 | func _getDynamicType(
45 | _: Any,
[757/772] Compiling SwiftOCA Ocp1Connection+Messages.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/KeyPath.swift:39:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
37 | internal import SwiftShims
38 | #else
39 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
40 | #endif
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:17:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
15 | internal import SwiftShims
16 | #else
17 | @_implementationOnly import KeyPathShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
18 | @_implementationOnly import SwiftShims
19 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
16 | #else
17 | @_implementationOnly import KeyPathShims
18 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
19 | #endif
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:331:9: warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
249 | /// Monitor structure for matching requests and responses
250 | @OcaConnection
251 | final class Monitor: @unchecked Sendable, CustomStringConvertible {
| `- note: add '@preconcurrency' to the 'CustomStringConvertible' conformance to defer isolation checking to run time
252 | typealias Continuation = CheckedContinuation<Ocp1Response, Error>
253 |
:
329 | }
330 |
331 | var description: String {
| `- warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
332 | let connectionString: String = if let connection { connection.description }
333 | else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:21: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
19 | #endif
20 |
21 | @_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
22 | func _isClassType(_: Any.Type) -> Bool
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:43: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
41 | ) -> Int
42 |
43 | @_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
44 | func _getDynamicType(
45 | _: Any,
[758/772] Compiling SwiftOCA Ocp1Connection+Objects.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/KeyPath.swift:39:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
37 | internal import SwiftShims
38 | #else
39 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
40 | #endif
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:17:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
15 | internal import SwiftShims
16 | #else
17 | @_implementationOnly import KeyPathShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
18 | @_implementationOnly import SwiftShims
19 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
16 | #else
17 | @_implementationOnly import KeyPathShims
18 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
19 | #endif
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:331:9: warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
249 | /// Monitor structure for matching requests and responses
250 | @OcaConnection
251 | final class Monitor: @unchecked Sendable, CustomStringConvertible {
| `- note: add '@preconcurrency' to the 'CustomStringConvertible' conformance to defer isolation checking to run time
252 | typealias Continuation = CheckedContinuation<Ocp1Response, Error>
253 |
:
329 | }
330 |
331 | var description: String {
| `- warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
332 | let connectionString: String = if let connection { connection.description }
333 | else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:21: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
19 | #endif
20 |
21 | @_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
22 | func _isClassType(_: Any.Type) -> Bool
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:43: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
41 | ) -> Int
42 |
43 | @_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
44 | func _getDynamicType(
45 | _: Any,
[759/772] Compiling SwiftOCA Ocp1Connection+Subscribe.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/KeyPath.swift:39:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
37 | internal import SwiftShims
38 | #else
39 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
40 | #endif
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:17:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
15 | internal import SwiftShims
16 | #else
17 | @_implementationOnly import KeyPathShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
18 | @_implementationOnly import SwiftShims
19 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
16 | #else
17 | @_implementationOnly import KeyPathShims
18 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
19 | #endif
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:331:9: warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
249 | /// Monitor structure for matching requests and responses
250 | @OcaConnection
251 | final class Monitor: @unchecked Sendable, CustomStringConvertible {
| `- note: add '@preconcurrency' to the 'CustomStringConvertible' conformance to defer isolation checking to run time
252 | typealias Continuation = CheckedContinuation<Ocp1Response, Error>
253 |
:
329 | }
330 |
331 | var description: String {
| `- warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
332 | let connectionString: String = if let connection { connection.description }
333 | else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:21: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
19 | #endif
20 |
21 | @_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
22 | func _isClassType(_: Any.Type) -> Bool
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:43: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
41 | ) -> Int
42 |
43 | @_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
44 | func _getDynamicType(
45 | _: Any,
[760/772] Compiling SwiftOCA Ocp1Connection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/KeyPath.swift:39:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
37 | internal import SwiftShims
38 | #else
39 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
40 | #endif
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:17:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
15 | internal import SwiftShims
16 | #else
17 | @_implementationOnly import KeyPathShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
18 | @_implementationOnly import SwiftShims
19 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
16 | #else
17 | @_implementationOnly import KeyPathShims
18 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
19 | #endif
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:331:9: warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
249 | /// Monitor structure for matching requests and responses
250 | @OcaConnection
251 | final class Monitor: @unchecked Sendable, CustomStringConvertible {
| `- note: add '@preconcurrency' to the 'CustomStringConvertible' conformance to defer isolation checking to run time
252 | typealias Continuation = CheckedContinuation<Ocp1Response, Error>
253 |
:
329 | }
330 |
331 | var description: String {
| `- warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
332 | let connectionString: String = if let connection { connection.description }
333 | else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:21: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
19 | #endif
20 |
21 | @_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
22 | func _isClassType(_: Any.Type) -> Bool
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:43: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
41 | ) -> Int
42 |
43 | @_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
44 | func _getDynamicType(
45 | _: Any,
[761/772] Compiling SwiftOCA Ocp1ConnectionMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/KeyPath.swift:39:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
37 | internal import SwiftShims
38 | #else
39 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
40 | #endif
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:17:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
15 | internal import SwiftShims
16 | #else
17 | @_implementationOnly import KeyPathShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
18 | @_implementationOnly import SwiftShims
19 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
16 | #else
17 | @_implementationOnly import KeyPathShims
18 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
19 | #endif
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:331:9: warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
249 | /// Monitor structure for matching requests and responses
250 | @OcaConnection
251 | final class Monitor: @unchecked Sendable, CustomStringConvertible {
| `- note: add '@preconcurrency' to the 'CustomStringConvertible' conformance to defer isolation checking to run time
252 | typealias Continuation = CheckedContinuation<Ocp1Response, Error>
253 |
:
329 | }
330 |
331 | var description: String {
| `- warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
332 | let connectionString: String = if let connection { connection.description }
333 | else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:21: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
19 | #endif
20 |
21 | @_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
22 | func _isClassType(_: Any.Type) -> Bool
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:43: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
41 | ) -> Int
42 |
43 | @_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
44 | func _getDynamicType(
45 | _: Any,
[762/772] Compiling SwiftOCA KeyPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/KeyPath.swift:39:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
37 | internal import SwiftShims
38 | #else
39 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
40 | #endif
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:17:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
15 | internal import SwiftShims
16 | #else
17 | @_implementationOnly import KeyPathShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
18 | @_implementationOnly import SwiftShims
19 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
16 | #else
17 | @_implementationOnly import KeyPathShims
18 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
19 | #endif
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:331:9: warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
249 | /// Monitor structure for matching requests and responses
250 | @OcaConnection
251 | final class Monitor: @unchecked Sendable, CustomStringConvertible {
| `- note: add '@preconcurrency' to the 'CustomStringConvertible' conformance to defer isolation checking to run time
252 | typealias Continuation = CheckedContinuation<Ocp1Response, Error>
253 |
:
329 | }
330 |
331 | var description: String {
| `- warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
332 | let connectionString: String = if let connection { connection.description }
333 | else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:21: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
19 | #endif
20 |
21 | @_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
22 | func _isClassType(_: Any.Type) -> Bool
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:43: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
41 | ) -> Int
42 |
43 | @_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
44 | func _getDynamicType(
45 | _: Any,
[763/772] Compiling SwiftOCA ReflectionMirror.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/KeyPath.swift:39:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
37 | internal import SwiftShims
38 | #else
39 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
40 | #endif
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:17:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
15 | internal import SwiftShims
16 | #else
17 | @_implementationOnly import KeyPathShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
18 | @_implementationOnly import SwiftShims
19 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:18:22: warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
16 | #else
17 | @_implementationOnly import KeyPathShims
18 | @_implementationOnly import SwiftShims
| `- warning: using '@_implementationOnly' without enabling library evolution for 'SwiftOCA' may lead to instability during execution
19 | #endif
20 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1Connection.swift:331:9: warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
249 | /// Monitor structure for matching requests and responses
250 | @OcaConnection
251 | final class Monitor: @unchecked Sendable, CustomStringConvertible {
| `- note: add '@preconcurrency' to the 'CustomStringConvertible' conformance to defer isolation checking to run time
252 | typealias Continuation = CheckedContinuation<Ocp1Response, Error>
253 |
:
329 | }
330 |
331 | var description: String {
| `- warning: global actor 'OcaConnection'-isolated property 'description' cannot be used to satisfy nonisolated requirement from protocol 'CustomStringConvertible'; this is an error in the Swift 6 language mode
332 | let connectionString: String = if let connection { connection.description }
333 | else { "<null>" }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:21: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
19 | #endif
20 |
21 | @_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
22 | func _isClassType(_: Any.Type) -> Bool
23 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:43: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
41 | ) -> Int
42 |
43 | @_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
44 | func _getDynamicType(
45 | _: Any,
[764/872] Compiling OCAEventBenchmark EventBenchmark.swift
[765/872] Emitting module OCAEventBenchmark
[765/872] Write Objects.LinkFileList
[767/872] Compiling SwiftOCADevice Ocp1FlyingFoxDeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:75:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
73 | let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
74 |
75 | try await sendOcp1EncodedMessage(AsyncSocket.Message(
| |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
| `- note: use 'init(peerAddress:payload:)' instead
76 | peerAddress: peerAddress,
77 | bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:207:81: warning: 'bytes' is deprecated: renamed to 'payload'
205 | )
206 | do {
207 | let messages = try await controller.decodeMessages(from: messagePdu.bytes)
| |- warning: 'bytes' is deprecated: renamed to 'payload'
| `- note: use 'payload' instead
208 | for (message, rrq) in messages {
209 | try await controller.handle(for: self, message: message, rrq: rrq)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:193:31: warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
188 |
189 | extension OcaDevice {
190 | static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
| `- note: parameter 'read' is implicitly non-sendable
191 | -> AsyncSyncSequence<[Ocp1ControllerInternal.ControllerMessage]>
192 | {
193 | try await receiveMessages(read).async
| `- warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
194 | }
195 | }
[768/872] Compiling SwiftOCADevice Ocp1FlyingSocksDatagramController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:75:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
73 | let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
74 |
75 | try await sendOcp1EncodedMessage(AsyncSocket.Message(
| |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
| `- note: use 'init(peerAddress:payload:)' instead
76 | peerAddress: peerAddress,
77 | bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:207:81: warning: 'bytes' is deprecated: renamed to 'payload'
205 | )
206 | do {
207 | let messages = try await controller.decodeMessages(from: messagePdu.bytes)
| |- warning: 'bytes' is deprecated: renamed to 'payload'
| `- note: use 'payload' instead
208 | for (message, rrq) in messages {
209 | try await controller.handle(for: self, message: message, rrq: rrq)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:193:31: warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
188 |
189 | extension OcaDevice {
190 | static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
| `- note: parameter 'read' is implicitly non-sendable
191 | -> AsyncSyncSequence<[Ocp1ControllerInternal.ControllerMessage]>
192 | {
193 | try await receiveMessages(read).async
| `- warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
194 | }
195 | }
[769/872] Compiling SwiftOCADevice Ocp1FlyingSocksDatagramDeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:75:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
73 | let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
74 |
75 | try await sendOcp1EncodedMessage(AsyncSocket.Message(
| |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
| `- note: use 'init(peerAddress:payload:)' instead
76 | peerAddress: peerAddress,
77 | bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:207:81: warning: 'bytes' is deprecated: renamed to 'payload'
205 | )
206 | do {
207 | let messages = try await controller.decodeMessages(from: messagePdu.bytes)
| |- warning: 'bytes' is deprecated: renamed to 'payload'
| `- note: use 'payload' instead
208 | for (message, rrq) in messages {
209 | try await controller.handle(for: self, message: message, rrq: rrq)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:193:31: warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
188 |
189 | extension OcaDevice {
190 | static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
| `- note: parameter 'read' is implicitly non-sendable
191 | -> AsyncSyncSequence<[Ocp1ControllerInternal.ControllerMessage]>
192 | {
193 | try await receiveMessages(read).async
| `- warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
194 | }
195 | }
[770/872] Compiling SwiftOCADevice Ocp1FlyingSocksLogging.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:75:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
73 | let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
74 |
75 | try await sendOcp1EncodedMessage(AsyncSocket.Message(
| |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
| `- note: use 'init(peerAddress:payload:)' instead
76 | peerAddress: peerAddress,
77 | bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:207:81: warning: 'bytes' is deprecated: renamed to 'payload'
205 | )
206 | do {
207 | let messages = try await controller.decodeMessages(from: messagePdu.bytes)
| |- warning: 'bytes' is deprecated: renamed to 'payload'
| `- note: use 'payload' instead
208 | for (message, rrq) in messages {
209 | try await controller.handle(for: self, message: message, rrq: rrq)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:193:31: warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
188 |
189 | extension OcaDevice {
190 | static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
| `- note: parameter 'read' is implicitly non-sendable
191 | -> AsyncSyncSequence<[Ocp1ControllerInternal.ControllerMessage]>
192 | {
193 | try await receiveMessages(read).async
| `- warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
194 | }
195 | }
[771/872] Compiling SwiftOCADevice Ocp1FlyingSocksStreamController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:75:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
73 | let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
74 |
75 | try await sendOcp1EncodedMessage(AsyncSocket.Message(
| |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
| `- note: use 'init(peerAddress:payload:)' instead
76 | peerAddress: peerAddress,
77 | bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:207:81: warning: 'bytes' is deprecated: renamed to 'payload'
205 | )
206 | do {
207 | let messages = try await controller.decodeMessages(from: messagePdu.bytes)
| |- warning: 'bytes' is deprecated: renamed to 'payload'
| `- note: use 'payload' instead
208 | for (message, rrq) in messages {
209 | try await controller.handle(for: self, message: message, rrq: rrq)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:193:31: warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
188 |
189 | extension OcaDevice {
190 | static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
| `- note: parameter 'read' is implicitly non-sendable
191 | -> AsyncSyncSequence<[Ocp1ControllerInternal.ControllerMessage]>
192 | {
193 | try await receiveMessages(read).async
| `- warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
194 | }
195 | }
[772/872] Compiling SwiftOCADevice Ocp1FlyingSocksStreamDeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:75:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
73 | let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
74 |
75 | try await sendOcp1EncodedMessage(AsyncSocket.Message(
| |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
| `- note: use 'init(peerAddress:payload:)' instead
76 | peerAddress: peerAddress,
77 | bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:207:81: warning: 'bytes' is deprecated: renamed to 'payload'
205 | )
206 | do {
207 | let messages = try await controller.decodeMessages(from: messagePdu.bytes)
| |- warning: 'bytes' is deprecated: renamed to 'payload'
| `- note: use 'payload' instead
208 | for (message, rrq) in messages {
209 | try await controller.handle(for: self, message: message, rrq: rrq)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:193:31: warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
188 |
189 | extension OcaDevice {
190 | static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
| `- note: parameter 'read' is implicitly non-sendable
191 | -> AsyncSyncSequence<[Ocp1ControllerInternal.ControllerMessage]>
192 | {
193 | try await receiveMessages(read).async
| `- warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
194 | }
195 | }
[773/872] Compiling SwiftOCADevice Ocp1IORingController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramController.swift:75:50: warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
73 | let localAddress = localAddress != nil ? AnySocketAddress(localAddress!) : nil
74 |
75 | try await sendOcp1EncodedMessage(AsyncSocket.Message(
| |- warning: 'init(peerAddress:bytes:interfaceIndex:localAddress:)' is deprecated: replaced by 'init(peerAddress:payload:)'
| `- note: use 'init(peerAddress:payload:)' instead
76 | peerAddress: peerAddress,
77 | bytes: Array(data),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksDatagramDeviceEndpoint.swift:207:81: warning: 'bytes' is deprecated: renamed to 'payload'
205 | )
206 | do {
207 | let messages = try await controller.decodeMessages(from: messagePdu.bytes)
| |- warning: 'bytes' is deprecated: renamed to 'payload'
| `- note: use 'payload' instead
208 | for (message, rrq) in messages {
209 | try await controller.handle(for: self, message: message, rrq: rrq)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingSocksStreamController.swift:193:31: warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
188 |
189 | extension OcaDevice {
190 | static func asyncReceiveMessages(_ read: (Int) async throws -> [UInt8]) async throws
| `- note: parameter 'read' is implicitly non-sendable
191 | -> AsyncSyncSequence<[Ocp1ControllerInternal.ControllerMessage]>
192 | {
193 | try await receiveMessages(read).async
| `- warning: passing non-sendable parameter 'read' to function expecting a @Sendable closure
194 | }
195 | }
[774/879] Compiling SwiftOCADevice Serialization.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:66:37: warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
64 |
65 | var messages: AsyncExtensions.AnyAsyncSequence<ControllerMessage> {
66 | inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
| `- warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
67 | }
68 |
/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
[775/879] Compiling SwiftOCADevice VectorDeviceProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:66:37: warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
64 |
65 | var messages: AsyncExtensions.AnyAsyncSequence<ControllerMessage> {
66 | inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
| `- warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
67 | }
68 |
/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
[776/879] Compiling SwiftOCADevice Ocp1CFController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:66:37: warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
64 |
65 | var messages: AsyncExtensions.AnyAsyncSequence<ControllerMessage> {
66 | inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
| `- warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
67 | }
68 |
/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
[777/879] Compiling SwiftOCADevice Ocp1CFDeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:66:37: warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
64 |
65 | var messages: AsyncExtensions.AnyAsyncSequence<ControllerMessage> {
66 | inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
| `- warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
67 | }
68 |
/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
[778/879] Compiling SwiftOCADevice DatagramProxyController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:66:37: warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
64 |
65 | var messages: AsyncExtensions.AnyAsyncSequence<ControllerMessage> {
66 | inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
| `- warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
67 | }
68 |
/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
[779/879] Compiling SwiftOCADevice DatagramProxyDeviceEndpoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:66:37: warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
64 |
65 | var messages: AsyncExtensions.AnyAsyncSequence<ControllerMessage> {
66 | inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
| `- warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
67 | }
68 |
/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
[780/879] Compiling SwiftOCADevice Ocp1FlyingFoxController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCP.1/Backend/FlyingSocks/Ocp1FlyingFoxController.swift:66:37: warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
64 |
65 | var messages: AsyncExtensions.AnyAsyncSequence<ControllerMessage> {
66 | inputStream.ocp1DecodedMessages.eraseToAnyAsyncSequence()
| `- warning: type 'AnyAsyncSequence<(any Ocp1Message, Bool)>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
67 | }
68 |
/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
[781/879] Compiling SwiftOCADevice CodingManager.swift
[782/879] Compiling SwiftOCADevice DeviceManager.swift
[783/879] Compiling SwiftOCADevice DeviceTimeManager.swift
[784/879] Compiling SwiftOCADevice DiagnosticManager.swift
[785/879] Compiling SwiftOCADevice FirmwareManager.swift
[786/879] Compiling SwiftOCADevice LockManager.swift
[787/879] Compiling SwiftOCADevice Manager.swift
[788/879] Compiling SwiftOCADevice MediaClockManager.swift
[789/879] Compiling SwiftOCADevice NetworkManager.swift
[790/879] Compiling SwiftOCADevice SubscriptionManager.swift
[791/879] Compiling SwiftOCADevice PortsRepresentable.swift
[792/879] Compiling SwiftOCADevice Root+Commands.swift
[793/879] Compiling SwiftOCADevice Root.swift
[794/879] Compiling SwiftOCADevice Actuator.swift
[795/879] Emitting module SwiftOCADevice
[795/879] Linking OCAEventBenchmark
[796/879] Applying OCAEventBenchmark
[798/879] Compiling SwiftOCADevice IdentificationSensor.swift
[799/879] Compiling SwiftOCADevice LevelSensor.swift
[800/879] Compiling SwiftOCADevice Sensor.swift
[801/879] Compiling SwiftOCADevice TemperatureSensor.swift
[802/879] Compiling SwiftOCADevice Worker.swift
[803/879] Compiling SwiftOCADevice BoundedDeviceProperty.swift
[804/879] Compiling SwiftOCADevice DeviceProperty.swift
[805/879] Compiling SwiftOCADevice BasicActuators.swift
[806/879] Compiling SwiftOCADevice Frequency.swift
[807/879] Compiling SwiftOCADevice Gain.swift
[808/879] Compiling SwiftOCADevice Mute.swift
[809/879] Compiling SwiftOCADevice PanBalance.swift
[810/879] Compiling SwiftOCADevice PolarityState.swift
[811/879] Compiling SwiftOCADevice SignalInput.swift
[812/879] Compiling SwiftOCADevice SignalOutput.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift:425:37: warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
423 | }
424 |
425 | members = try await membersJson.asyncMap(defaultValue: nil) { objectNumber in
| |- warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') to nonisolated callee risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
426 | guard let member = await deviceDelegate.objects[objectNumber] else {
427 | if flags.contains(.ignoreUnknownObjectNumbers) { return nil }
[813/879] Compiling SwiftOCADevice SummingPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift:425:37: warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
423 | }
424 |
425 | members = try await membersJson.asyncMap(defaultValue: nil) { objectNumber in
| |- warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') to nonisolated callee risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
426 | guard let member = await deviceDelegate.objects[objectNumber] else {
427 | if flags.contains(.ignoreUnknownObjectNumbers) { return nil }
[814/879] Compiling SwiftOCADevice Switch.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift:425:37: warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
423 | }
424 |
425 | members = try await membersJson.asyncMap(defaultValue: nil) { objectNumber in
| |- warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') to nonisolated callee risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
426 | guard let member = await deviceDelegate.objects[objectNumber] else {
427 | if flags.contains(.ignoreUnknownObjectNumbers) { return nil }
[815/879] Compiling SwiftOCADevice Block.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift:425:37: warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
423 | }
424 |
425 | members = try await membersJson.asyncMap(defaultValue: nil) { objectNumber in
| |- warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') to nonisolated callee risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
426 | guard let member = await deviceDelegate.objects[objectNumber] else {
427 | if flags.contains(.ignoreUnknownObjectNumbers) { return nil }
[816/879] Compiling SwiftOCADevice Matrix.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift:425:37: warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
423 | }
424 |
425 | members = try await membersJson.asyncMap(defaultValue: nil) { objectNumber in
| |- warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') to nonisolated callee risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
426 | guard let member = await deviceDelegate.objects[objectNumber] else {
427 | if flags.contains(.ignoreUnknownObjectNumbers) { return nil }
[817/879] Compiling SwiftOCADevice AudioLevelSensor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift:425:37: warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
423 | }
424 |
425 | members = try await membersJson.asyncMap(defaultValue: nil) { objectNumber in
| |- warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') to nonisolated callee risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
426 | guard let member = await deviceDelegate.objects[objectNumber] else {
427 | if flags.contains(.ignoreUnknownObjectNumbers) { return nil }
[818/879] Compiling SwiftOCADevice BasicSensors.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCADevice/OCC/ControlClasses/Workers/BlocksAndMatrices/Matrix.swift:425:37: warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
423 | }
424 |
425 | members = try await membersJson.asyncMap(defaultValue: nil) { objectNumber in
| |- warning: sending value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending global actor 'OcaDevice'-isolated value of non-Sendable type '(OcaONo) async throws -> Member?' (aka '(UInt32) async throws -> Optional<Member>') to nonisolated callee risks causing races in between global actor 'OcaDevice'-isolated and nonisolated uses
426 | guard let member = await deviceDelegate.objects[objectNumber] else {
427 | if flags.contains(.ignoreUnknownObjectNumbers) { return nil }
[819/879] Compiling SwiftOCADevice Ocp1IORingDeviceEndpoint.swift
[820/879] Compiling SwiftOCADevice LocalConnection.swift
[821/879] Compiling SwiftOCADevice LocalController.swift
[822/879] Compiling SwiftOCADevice LocalDeviceEndpoint.swift
[823/879] Compiling SwiftOCADevice Logger+Ocp1ControllerInternal.swift
[824/879] Compiling SwiftOCADevice Ocp1Controller.swift
[825/879] Compiling SwiftOCADevice Ocp1ControllerInternal.swift
[826/879] Compiling SwiftOCADevice Controller.swift
[827/879] Compiling SwiftOCADevice ControllerDefaultSubscribing.swift
[828/879] Compiling SwiftOCADevice Device.swift
[829/879] Compiling SwiftOCADevice DeviceEndpoint.swift
[830/879] Compiling SwiftOCADevice DeviceEndpointRegistrar.swift
[831/879] Compiling SwiftOCADevice Agent.swift
[832/879] Compiling SwiftOCADevice CounterNotifier.swift
[833/879] Compiling SwiftOCADevice CounterSetAgent.swift
[834/879] Compiling SwiftOCADevice Group.swift
[835/879] Compiling SwiftOCADevice Grouper.swift
[836/879] Compiling SwiftOCADevice MediaClock3.swift
[837/879] Compiling SwiftOCADevice TimeSource.swift
[838/879] Compiling SwiftOCADevice ApplicationNetwork.swift
[839/879] Compiling SwiftOCADevice ControlNetwork.swift
[840/879] Compiling SwiftOCADevice MediaTransportNetwork.swift
[841/879] Compiling SwiftOCADevice AudioProcessingManager.swift
[842/881] Emitting module SwiftOCAUI
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Conformances/EnvironmentValues.swift:21:14: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Binding<NavigationPath>' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | private struct NavigationPathKey: EnvironmentKey {
21 | static let defaultValue = Binding<NavigationPath>(get: { NavigationPath() }, set: { _ in })
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Binding<NavigationPath>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
SwiftUICore.Binding:2:61: note: generic struct 'Binding' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | @frozen @propertyWrapper @dynamicMemberLookup public struct Binding<Value> {
| `- note: generic struct 'Binding' does not conform to the 'Sendable' protocol
3 | public var transaction: Transaction
4 | @preconcurrency public init(get: @escaping @isolated(any) @Sendable () -> Value, set: @escaping @isolated(any) @Sendable (Value) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:21:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | init(_ state: OcaProperty<T>.PropertyValue) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:21:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | init(_ state: OcaProperty<T>.PropertyValue) {
/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/Utility/DiscreteSliderView.swift:26:7: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
25 | @Binding
26 | var value: OcaBoundedPropertyValue<Value>
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 | @State
28 | var valuePublisher: CurrentValueSubject<Value, Never>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:28:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
29 |
30 | public init(_ object: OcaRoot) {
[843/884] Emitting module OCADevice
/Users/admin/builder/spi-builder-workspace/Examples/OCADevice/DeviceApp.swift:35:14: warning: static property 'testActuator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 | @main
34 | public enum DeviceApp {
35 | static var testActuator: SwiftOCADevice.OcaBooleanActuator?
| |- warning: static property 'testActuator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'testActuator' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'testActuator' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | static let port: UInt16 = 65000
37 |
/Users/admin/builder/spi-builder-workspace/Examples/OCADevice/DeviceApp.swift:150:43: warning: non-sendable type 'AnyAsyncSequence<OcaDB>' (aka 'AnyAsyncSequence<Float>') of property '$gain' cannot exit global actor 'OcaDevice'-isolated context; this is an error in the Swift 6 language mode
148 | #endif
149 | taskGroup.addTask {
150 | for try await value in await gain.$gain {
| `- warning: non-sendable type 'AnyAsyncSequence<OcaDB>' (aka 'AnyAsyncSequence<Float>') of property '$gain' cannot exit global actor 'OcaDevice'-isolated context; this is an error in the Swift 6 language mode
151 | print("gain set to \(value)!")
152 | }
/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 |
[844/884] Compiling OCADevice DeviceApp.swift
/Users/admin/builder/spi-builder-workspace/Examples/OCADevice/DeviceApp.swift:35:14: warning: static property 'testActuator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
33 | @main
34 | public enum DeviceApp {
35 | static var testActuator: SwiftOCADevice.OcaBooleanActuator?
| |- warning: static property 'testActuator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'testActuator' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'testActuator' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
36 | static let port: UInt16 = 65000
37 |
/Users/admin/builder/spi-builder-workspace/Examples/OCADevice/DeviceApp.swift:150:43: warning: non-sendable type 'AnyAsyncSequence<OcaDB>' (aka 'AnyAsyncSequence<Float>') of property '$gain' cannot exit global actor 'OcaDevice'-isolated context; this is an error in the Swift 6 language mode
148 | #endif
149 | taskGroup.addTask {
150 | for try await value in await gain.$gain {
| `- warning: non-sendable type 'AnyAsyncSequence<OcaDB>' (aka 'AnyAsyncSequence<Float>') of property '$gain' cannot exit global actor 'OcaDevice'-isolated context; this is an error in the Swift 6 language mode
151 | print("gain set to \(value)!")
152 | }
/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/Examples/OCADevice/DeviceApp.swift:168:56: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
166 |
167 | let decoded = try JSONSerialization.jsonObject(with: jsonResultData) as! [String: Any]
168 | try await OcaDevice.shared.deserialize(jsonObject: decoded)
| `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
169 | } catch {
170 | debugPrint("serialization error: \(error)")
/Users/admin/builder/spi-builder-workspace/Examples/OCADevice/DeviceApp.swift:164:82: warning: non-sendable type '[String : Any]' of property 'jsonObject' cannot exit global actor 'OcaDevice'-isolated context; this is an error in the Swift 6 language mode
162 | ) async throws {
163 | do {
164 | let jsonResultData = try await JSONSerialization.data(withJSONObject: object.jsonObject)
| `- warning: non-sendable type '[String : Any]' of property 'jsonObject' cannot exit global actor 'OcaDevice'-isolated context; this is an error in the Swift 6 language mode
165 | print(String(data: jsonResultData, encoding: .utf8)!)
166 |
[847/884] Write Objects.LinkFileList
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Conformances/EnvironmentValues.swift:21:14: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Binding<NavigationPath>' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | private struct NavigationPathKey: EnvironmentKey {
21 | static let defaultValue = Binding<NavigationPath>(get: { NavigationPath() }, set: { _ in })
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Binding<NavigationPath>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
SwiftUICore.Binding:2:61: note: generic struct 'Binding' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | @frozen @propertyWrapper @dynamicMemberLookup public struct Binding<Value> {
| `- note: generic struct 'Binding' does not conform to the 'Sendable' protocol
3 | public var transaction: Transaction
4 | @preconcurrency public init(get: @escaping @isolated(any) @Sendable () -> Value, set: @escaping @isolated(any) @Sendable (Value) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Conformances/EnvironmentValues.swift:21:14: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Binding<NavigationPath>' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | private struct NavigationPathKey: EnvironmentKey {
21 | static let defaultValue = Binding<NavigationPath>(get: { NavigationPath() }, set: { _ in })
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Binding<NavigationPath>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
SwiftUICore.Binding:2:61: note: generic struct 'Binding' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | @frozen @propertyWrapper @dynamicMemberLookup public struct Binding<Value> {
| `- note: generic struct 'Binding' does not conform to the 'Sendable' protocol
3 | public var transaction: Transaction
4 | @preconcurrency public init(get: @escaping @isolated(any) @Sendable () -> Value, set: @escaping @isolated(any) @Sendable (Value) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Conformances/EnvironmentValues.swift:21:14: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Binding<NavigationPath>' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | private struct NavigationPathKey: EnvironmentKey {
21 | static let defaultValue = Binding<NavigationPath>(get: { NavigationPath() }, set: { _ in })
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Binding<NavigationPath>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
SwiftUICore.Binding:2:61: note: generic struct 'Binding' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | @frozen @propertyWrapper @dynamicMemberLookup public struct Binding<Value> {
| `- note: generic struct 'Binding' does not conform to the 'Sendable' protocol
3 | public var transaction: Transaction
4 | @preconcurrency public init(get: @escaping @isolated(any) @Sendable () -> Value, set: @escaping @isolated(any) @Sendable (Value) -> Void)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Conformances/EnvironmentValues.swift:21:14: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Binding<NavigationPath>' may have shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | private struct NavigationPathKey: EnvironmentKey {
21 | static let defaultValue = Binding<NavigationPath>(get: { NavigationPath() }, set: { _ in })
| |- warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'Binding<NavigationPath>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
SwiftUICore.Binding:2:61: note: generic struct 'Binding' does not conform to the 'Sendable' protocol
1 | @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
2 | @frozen @propertyWrapper @dynamicMemberLookup public struct Binding<Value> {
| `- note: generic struct 'Binding' does not conform to the 'Sendable' protocol
3 | public var transaction: Transaction
4 | @preconcurrency public init(get: @escaping @isolated(any) @Sendable () -> Value, set: @escaping @isolated(any) @Sendable (Value) -> Void)
/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'; this is an error in the Swift 6 language mode
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'; this is an error in the Swift 6 language mode
| `- 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'; this is an error in the Swift 6 language mode
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'; this is an error in the Swift 6 language mode
| `- 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: expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
53 | }.onDisappear {
54 | Task { @OcaConnection in
55 | if let connection {
| |- warning: expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
| `- note: property access is 'async'
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'; this is an error in the Swift 6 language mode
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'; this is an error in the Swift 6 language mode
| `- 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'; this is an error in the Swift 6 language mode
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'; this is an error in the Swift 6 language mode
| `- 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: expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
53 | }.onDisappear {
54 | Task { @OcaConnection in
55 | if let connection {
| |- warning: expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
| `- note: property access is 'async'
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'; this is an error in the Swift 6 language mode
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'; this is an error in the Swift 6 language mode
| `- 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'; this is an error in the Swift 6 language mode
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'; this is an error in the Swift 6 language mode
| `- 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: expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
53 | }.onDisappear {
54 | Task { @OcaConnection in
55 | if let connection {
| |- warning: expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
| `- note: property access is 'async'
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'; this is an error in the Swift 6 language mode
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'; this is an error in the Swift 6 language mode
| `- 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'; this is an error in the Swift 6 language mode
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'; this is an error in the Swift 6 language mode
| `- 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: expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
53 | }.onDisappear {
54 | Task { @OcaConnection in
55 | if let connection {
| |- warning: expression is 'async' but is not marked with 'await'; this is an error in the Swift 6 language mode
| `- note: property access is 'async'
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/ViewModifiers/ShowProgressIfWaiting.swift:21:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | init(_ state: OcaProperty<T>.PropertyValue) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:21:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | init(_ state: OcaProperty<T>.PropertyValue) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:28:14: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
22 |
:
26 |
27 | func body(content: Content) -> some View {
28 | if state.hasValueOrError {
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
29 | content
30 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/RefreshableToInitialState.swift:33:26: warning: sending 'property' risks causing data races; this is an error in the Swift 6 language mode
31 | .refreshable {
32 | if let property {
33 | await property.refresh(object)
| |- warning: sending 'property' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending main actor-isolated 'property' to nonisolated instance method 'refresh' risks causing data races between nonisolated and main actor-isolated uses
34 | } else {
35 | await object.refreshAllSubscribed()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:21:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | init(_ state: OcaProperty<T>.PropertyValue) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:21:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | init(_ state: OcaProperty<T>.PropertyValue) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:28:14: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
22 |
:
26 |
27 | func body(content: Content) -> some View {
28 | if state.hasValueOrError {
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
29 | content
30 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/RefreshableToInitialState.swift:33:26: warning: sending 'property' risks causing data races; this is an error in the Swift 6 language mode
31 | .refreshable {
32 | if let property {
33 | await property.refresh(object)
| |- warning: sending 'property' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending main actor-isolated 'property' to nonisolated instance method 'refresh' risks causing data races between nonisolated and main actor-isolated uses
34 | } else {
35 | await object.refreshAllSubscribed()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:21:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | init(_ state: OcaProperty<T>.PropertyValue) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:21:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | init(_ state: OcaProperty<T>.PropertyValue) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:28:14: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
22 |
:
26 |
27 | func body(content: Content) -> some View {
28 | if state.hasValueOrError {
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
29 | content
30 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/RefreshableToInitialState.swift:33:26: warning: sending 'property' risks causing data races; this is an error in the Swift 6 language mode
31 | .refreshable {
32 | if let property {
33 | await property.refresh(object)
| |- warning: sending 'property' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending main actor-isolated 'property' to nonisolated instance method 'refresh' risks causing data races between nonisolated and main actor-isolated uses
34 | } else {
35 | await object.refreshAllSubscribed()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:21:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | init(_ state: OcaProperty<T>.PropertyValue) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:21:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | init(_ state: OcaProperty<T>.PropertyValue) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/ShowProgressIfWaiting.swift:28:14: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 | import SwiftUI
19 |
20 | private struct ShowProgressIfWaitingViewModifier<T: Codable>: ViewModifier {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
21 | let state: OcaProperty<T>.PropertyValue
22 |
:
26 |
27 | func body(content: Content) -> some View {
28 | if state.hasValueOrError {
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
29 | content
30 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/ViewModifiers/RefreshableToInitialState.swift:33:26: warning: sending 'property' risks causing data races; this is an error in the Swift 6 language mode
31 | .refreshable {
32 | if let property {
33 | await property.refresh(object)
| |- warning: sending 'property' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending main actor-isolated 'property' to nonisolated instance method 'refresh' risks causing data races between nonisolated and main actor-isolated uses
34 | } else {
35 | await object.refreshAllSubscribed()
[870/884] Compiling SwiftOCAUI BasicSensorViews.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:28:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
29 |
30 | public init(_ object: OcaRoot) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:31:15: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
29 |
30 | public init(_ object: OcaRoot) {
31 | _object = State(wrappedValue: object as! OcaGenericBasicSensor<T>)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
32 | }
33 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:31:42: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
29 |
30 | public init(_ object: OcaRoot) {
31 | _object = State(wrappedValue: object as! OcaGenericBasicSensor<T>)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
32 | }
33 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:35:36: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
33 |
34 | public var body: some View {
35 | Text(String(describing: object.reading))
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
36 | .showProgressIfWaiting(object.reading)
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:36:8: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
34 | public var body: some View {
35 | Text(String(describing: object.reading))
36 | .showProgressIfWaiting(object.reading)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:36:8: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
34 | public var body: some View {
35 | Text(String(describing: object.reading))
36 | .showProgressIfWaiting(object.reading)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:36:8: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
34 | public var body: some View {
35 | Text(String(describing: object.reading))
36 | .showProgressIfWaiting(object.reading)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:36:37: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
34 | public var body: some View {
35 | Text(String(describing: object.reading))
36 | .showProgressIfWaiting(object.reading)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/IdentificationSensorView.swift:54:19: warning: non-sendable type 'OcaIdentificationState' of property 'isIdentifying' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
25 |
26 | @Observable
27 | private final class OcaIdentificationState: ObservableObject {
| `- note: class 'OcaIdentificationState' does not conform to the 'Sendable' protocol
28 | var state: Bool = false
29 |
:
52 | try? await object.onIdentify { _, _ in
53 | Task {
54 | await isIdentifying.beginIdentifying()
| `- warning: non-sendable type 'OcaIdentificationState' of property 'isIdentifying' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
55 | }
56 | }
[871/884] Compiling SwiftOCAUI IdentificationSensorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:28:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
29 |
30 | public init(_ object: OcaRoot) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:31:15: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
29 |
30 | public init(_ object: OcaRoot) {
31 | _object = State(wrappedValue: object as! OcaGenericBasicSensor<T>)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
32 | }
33 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:31:42: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
29 |
30 | public init(_ object: OcaRoot) {
31 | _object = State(wrappedValue: object as! OcaGenericBasicSensor<T>)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
32 | }
33 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:35:36: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
33 |
34 | public var body: some View {
35 | Text(String(describing: object.reading))
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
36 | .showProgressIfWaiting(object.reading)
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:36:8: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
34 | public var body: some View {
35 | Text(String(describing: object.reading))
36 | .showProgressIfWaiting(object.reading)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:36:8: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
34 | public var body: some View {
35 | Text(String(describing: object.reading))
36 | .showProgressIfWaiting(object.reading)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:36:8: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
34 | public var body: some View {
35 | Text(String(describing: object.reading))
36 | .showProgressIfWaiting(object.reading)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:36:37: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
34 | public var body: some View {
35 | Text(String(describing: object.reading))
36 | .showProgressIfWaiting(object.reading)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/IdentificationSensorView.swift:54:19: warning: non-sendable type 'OcaIdentificationState' of property 'isIdentifying' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
25 |
26 | @Observable
27 | private final class OcaIdentificationState: ObservableObject {
| `- note: class 'OcaIdentificationState' does not conform to the 'Sendable' protocol
28 | var state: Bool = false
29 |
:
52 | try? await object.onIdentify { _, _ in
53 | Task {
54 | await isIdentifying.beginIdentifying()
| `- warning: non-sendable type 'OcaIdentificationState' of property 'isIdentifying' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
55 | }
56 | }
[872/884] Compiling SwiftOCAUI LevelSensorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:28:7: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
29 |
30 | public init(_ object: OcaRoot) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:31:15: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
29 |
30 | public init(_ object: OcaRoot) {
31 | _object = State(wrappedValue: object as! OcaGenericBasicSensor<T>)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
32 | }
33 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:31:42: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
29 |
30 | public init(_ object: OcaRoot) {
31 | _object = State(wrappedValue: object as! OcaGenericBasicSensor<T>)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
32 | }
33 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:35:36: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
33 |
34 | public var body: some View {
35 | Text(String(describing: object.reading))
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
36 | .showProgressIfWaiting(object.reading)
37 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:36:8: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
34 | public var body: some View {
35 | Text(String(describing: object.reading))
36 | .showProgressIfWaiting(object.reading)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:36:8: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
34 | public var body: some View {
35 | Text(String(describing: object.reading))
36 | .showProgressIfWaiting(object.reading)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:36:8: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
34 | public var body: some View {
35 | Text(String(describing: object.reading))
36 | .showProgressIfWaiting(object.reading)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/BasicSensorViews.swift:36:37: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | }
25 |
26 | public struct OcaGenericBasicSensorView<T: Codable & Comparable>: OcaView {
| `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
27 | @State
28 | var object: OcaGenericBasicSensor<T>
:
34 | public var body: some View {
35 | Text(String(describing: object.reading))
36 | .showProgressIfWaiting(object.reading)
| `- warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
37 | }
38 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Workers/Sensors/IdentificationSensorView.swift:54:19: warning: non-sendable type 'OcaIdentificationState' of property 'isIdentifying' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
25 |
26 | @Observable
27 | private final class OcaIdentificationState: ObservableObject {
| `- note: class 'OcaIdentificationState' does not conform to the 'Sendable' protocol
28 | var state: Bool = false
29 |
:
52 | try? await object.onIdentify { _, _ in
53 | Task {
54 | await isIdentifying.beginIdentifying()
| `- warning: non-sendable type 'OcaIdentificationState' of property 'isIdentifying' cannot exit main actor-isolated context; this is an error in the Swift 6 language mode
55 | }
56 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Utility/DiscreteSliderView.swift:26:7: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
25 | @Binding
26 | var value: OcaBoundedPropertyValue<Value>
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 | @State
28 | var valuePublisher: CurrentValueSubject<Value, Never>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Utility/DiscreteSliderView.swift:34:80: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
:
32 | _value = value
33 | _valuePublisher =
34 | State(initialValue: CurrentValueSubject<Value, Never>(value.wrappedValue.value))
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
35 | }
36 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Utility/DiscreteSliderView.swift:40:17: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
:
38 | ValueSlider(
39 | value: Binding<Value>(get: { valuePublisher.value }, set: { valuePublisher.send($0) }),
40 | in: value.range
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
41 | )
42 | .onReceive(
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Utility/DiscreteSliderView.swift:46:13: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
:
44 | .debounce(for: .seconds(delay), scheduler: RunLoop.main)
45 | ) { newValue in
46 | value.value = newValue
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
47 | }
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Utility/DiscreteSliderView.swift:26:7: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
25 | @Binding
26 | var value: OcaBoundedPropertyValue<Value>
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 | @State
28 | var valuePublisher: CurrentValueSubject<Value, Never>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Utility/DiscreteSliderView.swift:34:80: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
:
32 | _value = value
33 | _valuePublisher =
34 | State(initialValue: CurrentValueSubject<Value, Never>(value.wrappedValue.value))
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
35 | }
36 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Utility/DiscreteSliderView.swift:40:17: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
:
38 | ValueSlider(
39 | value: Binding<Value>(get: { valuePublisher.value }, set: { valuePublisher.send($0) }),
40 | in: value.range
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
41 | )
42 | .onReceive(
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Utility/DiscreteSliderView.swift:46:13: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
:
44 | .debounce(for: .seconds(delay), scheduler: RunLoop.main)
45 | ) { newValue in
46 | value.value = newValue
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
47 | }
48 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Utility/DiscreteSliderView.swift:26:7: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
25 | @Binding
26 | var value: OcaBoundedPropertyValue<Value>
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 | @State
28 | var valuePublisher: CurrentValueSubject<Value, Never>
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Utility/DiscreteSliderView.swift:34:80: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
:
32 | _value = value
33 | _valuePublisher =
34 | State(initialValue: CurrentValueSubject<Value, Never>(value.wrappedValue.value))
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
35 | }
36 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Utility/DiscreteSliderView.swift:40:17: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
:
38 | ValueSlider(
39 | value: Binding<Value>(get: { valuePublisher.value }, set: { valuePublisher.send($0) }),
40 | in: value.range
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
41 | )
42 | .onReceive(
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCAUI/Views/Utility/DiscreteSliderView.swift:46:13: warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
20 | import SwiftUI
21 |
22 | struct OcaDiscreteSliderView<Value: FixedWidthInteger & Codable>: View
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
23 | where Value.Stride: FixedWidthInteger
24 | {
:
44 | .debounce(for: .seconds(delay), scheduler: RunLoop.main)
45 | ) { newValue in
46 | value.value = newValue
| `- warning: type 'Value' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
47 | }
48 | }
[880/887] Compiling OCABrowser resource_bundle_accessor.swift
[881/887] Emitting module OCABrowser
[882/887] Compiling OCABrowser BrowserApp.swift
/Users/admin/builder/spi-builder-workspace/Examples/OCABrowser/BrowserApp.swift:30:10: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
28 |
29 | init() {
30 | Task {
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
31 | await withTaskGroup(of: Void.self) { [self] group in
| `- note: closure captures 'self' which is accessible to code in the current task
32 | group.addTask { [self] in
33 | for await result in udpBrowser.channel {
/Users/admin/builder/spi-builder-workspace/Examples/OCABrowser/BrowserApp.swift:32:23: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
30 | Task {
31 | await withTaskGroup(of: Void.self) { [self] group in
32 | group.addTask { [self] in
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
33 | for await result in udpBrowser.channel {
| `- note: closure captures 'self' which is accessible to code in the current task
34 | Task { @MainActor in
35 | switch result {
/Users/admin/builder/spi-builder-workspace/Examples/OCABrowser/BrowserApp.swift:46:23: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
44 | }
45 | }
46 | group.addTask { [self] in
| `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
47 | for await result in tcpBrowser.channel {
| `- note: closure captures 'self' which is accessible to code in the current task
48 | Task { @MainActor in
49 | switch result {
/Users/admin/builder/spi-builder-workspace/Examples/OCABrowser/BrowserApp.swift:37:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
35 | switch result {
36 | case let .didFind(netService):
37 | services.append(netService)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
38 | case let .didRemove(netService):
39 | services.removeAll(where: { $0 == netService })
/Users/admin/builder/spi-builder-workspace/Examples/OCABrowser/BrowserApp.swift:51:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
49 | switch result {
50 | case let .didFind(netService):
51 | services.append(netService)
| |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
52 | case let .didRemove(netService):
53 | services.removeAll(where: { $0 == netService })
[882/887] Write Objects.LinkFileList
[883/887] Linking OCADevice
[884/887] Applying OCADevice
[885/887] Linking OCABrowser
[886/887] Applying OCABrowser
Build complete! (25.55s)
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" : "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" : [
"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",
"FlyingFox",
"FlyingSocks"
],
"product_memberships" : [
"SwiftOCADevice",
"OCADevice"
],
"sources" : [
"OCA/Controller.swift",
"OCA/ControllerDefaultSubscribing.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/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/Serialization.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/OCF/Data+Hex.swift",
"OCA/OCF/Data+IntegerCodable.swift",
"OCA/OCF/DeviceAddressToString.swift",
"OCA/OCF/LengthTaggedData.swift",
"OCA/OCF/Locking.swift",
"OCA/OCF/Sequence+AsyncMap.swift",
"OCA/OCF/Task+Timeout.swift",
"OCA/OCF/UnsafeMutablePointer+PropertyBasePointer.swift",
"OCA/OCF/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/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/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/CounterDataTypes.swift",
"OCC/ControlDataTypes/DeviceManagerDataTypes.swift",
"OCC/ControlDataTypes/EventDataTypes.swift",
"OCC/ControlDataTypes/FirmwareManagerDataTypes.swift",
"OCC/ControlDataTypes/GrouperDataTypes.swift",
"OCC/ControlDataTypes/LibraryManagerDataTypes.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/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/ReflectionMirror/KeyPath.swift",
"OCP.1/ReflectionMirror/ReflectionMirror.swift"
],
"target_dependencies" : [
"KeyPathShims"
],
"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"
},
{
"c99name" : "KeyPathShims",
"module_type" : "SwiftTarget",
"name" : "KeyPathShims",
"path" : "Sources/KeyPathShims",
"product_memberships" : [
"SwiftOCA",
"SwiftOCADevice",
"SwiftOCAUI",
"OCAEventBenchmark",
"OCADevice",
"OCABrowser"
],
"sources" : [
"KeyPathShims.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.