The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftOCA, reference main (0221a6), with Swift 6.1 for macOS (SPM) on 21 Apr 2026 11:54:00 UTC.

Build Command

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

Build Log

<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[828/924] Compiling SwiftOCA BoundedProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[829/924] Compiling SwiftOCA ListProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[830/924] Compiling SwiftOCA MapProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[831/924] Compiling SwiftOCA Property.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[832/924] Compiling SwiftOCA VectorProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[833/924] Compiling SwiftOCA Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[834/924] Compiling SwiftOCA Command.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[835/924] Compiling SwiftOCA Header.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[836/924] Compiling SwiftOCA KeepAlive.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[837/924] Compiling SwiftOCA MessageType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[838/924] Compiling SwiftOCA Notification1.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[839/924] Compiling SwiftOCA Notification2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[840/924] Compiling SwiftOCA Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[841/924] Compiling SwiftOCA Ocp1CFSocketConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[868/924] Compiling SwiftOCA Gain.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[869/924] Compiling SwiftOCA IdentificationActuator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[870/924] Compiling SwiftOCA Mute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[871/924] Compiling SwiftOCA MediaClockDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[872/924] Compiling SwiftOCA MediaDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[873/924] Compiling SwiftOCA MediaStreamDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[874/924] Compiling SwiftOCA MiscFrameworkDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[875/924] Compiling SwiftOCA ModelDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[876/924] Compiling SwiftOCA NetworkApplicationDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[877/924] Compiling SwiftOCA NetworkDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[878/924] Compiling SwiftOCA PowerManagerDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[879/924] Compiling SwiftOCA ProgrammingDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[880/924] Compiling SwiftOCA SearchDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[881/924] Compiling SwiftOCA TaskManagerDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[882/924] Compiling SwiftOCA TimeDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[883/924] Compiling SwiftOCA WellKnownObjectNumbers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[884/924] Compiling SwiftOCA WorkerDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[885/924] Compiling SwiftOCA Sensor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[886/924] Compiling SwiftOCA TemperatureSensor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[887/924] Compiling SwiftOCA Worker.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[888/924] Compiling SwiftOCA ApplicationNetworkDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[889/924] Compiling SwiftOCA BaseDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[890/924] Compiling SwiftOCA CommandSetDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[891/924] Compiling SwiftOCA CounterDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[892/924] Compiling SwiftOCA DataSetDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[893/924] Compiling SwiftOCA DeviceManagerDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[894/924] Compiling SwiftOCA EventDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[895/924] Compiling SwiftOCA FirmwareManagerDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[896/924] Compiling SwiftOCA LibraryManagerDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[897/924] Compiling SwiftOCA LoggingDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[898/924] Compiling SwiftOCA ManagerDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[899/924] Compiling SwiftOCA UnkeyedOcp1EncodingContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[900/924] Compiling SwiftOCA Ocp1Encoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[901/924] Compiling SwiftOCA Ocp1EncoderImpl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[902/924] Compiling SwiftOCA Ocp1EncodingState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[903/924] Compiling SwiftOCA Ocp1CoderAPI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[904/924] Compiling SwiftOCA Ocp1Connection+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[905/924] Compiling SwiftOCA Ocp1Connection+Connect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[906/924] Compiling SwiftOCA Ocp1Connection+Messages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[907/924] Compiling SwiftOCA Ocp1Connection+Objects.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[908/924] Compiling SwiftOCA Ocp1Connection+Subscribe.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[909/924] Compiling SwiftOCA Ocp1Connection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[910/924] Compiling SwiftOCA Ocp1ConnectionMonitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[911/924] Compiling SwiftOCA Ocp1MessageBatcher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[912/924] Compiling SwiftOCA ReflectionMirror.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/swhitty/FlyingFox
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/spacenation/swiftui-sliders
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/1024jp/GzipSwift
[1/1557] Fetching gzipswift
[235/3089] Fetching gzipswift, swiftui-sliders
[312/3381] Fetching gzipswift, swiftui-sliders, socketaddress
[593/4163] Fetching gzipswift, swiftui-sliders, socketaddress, anycodable
[818/10121] Fetching gzipswift, swiftui-sliders, socketaddress, anycodable, flyingfox
[2718/21249] Fetching gzipswift, swiftui-sliders, socketaddress, anycodable, flyingfox, sqlite.swift
[2936/22139] Fetching gzipswift, swiftui-sliders, socketaddress, anycodable, flyingfox, sqlite.swift, asyncextensions
Fetched https://github.com/spacenation/swiftui-sliders from cache (1.15s)
Fetched https://github.com/swhitty/FlyingFox from cache (1.15s)
Fetched https://github.com/Flight-School/AnyCodable from cache (1.15s)
[6523/13867] Fetching gzipswift, socketaddress, sqlite.swift, asyncextensions
Fetching https://github.com/apple/swift-atomics from cache
Fetching https://github.com/apple/swift-system from cache
Fetching https://github.com/apple/swift-log from cache
Fetched https://github.com/1024jp/GzipSwift from cache (1.57s)
Fetched https://github.com/lhoward/AsyncExtensions from cache (1.57s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.57s)
Fetched https://github.com/PADL/SocketAddress from cache (1.57s)
Fetching https://github.com/apple/swift-async-algorithms
Fetched https://github.com/apple/swift-atomics from cache (0.67s)
Fetched https://github.com/apple/swift-system from cache (0.94s)
Fetched https://github.com/apple/swift-log from cache (1.07s)
[1/6247] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (1.13s)
Computing version for https://github.com/spacenation/swiftui-sliders
Computed https://github.com/spacenation/swiftui-sliders at 2.1.0 (5.20s)
Computing version for https://github.com/swhitty/FlyingFox
Computed https://github.com/swhitty/FlyingFox at 0.26.2 (0.47s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.16.0 (0.48s)
Fetching https://github.com/sqlcipher/SQLCipher.swift
Fetching https://github.com/stephencelis/CSQLite
[1/123] Fetching sqlcipher.swift
[84/323] Fetching sqlcipher.swift, csqlite
Fetched https://github.com/sqlcipher/SQLCipher.swift from cache (1.26s)
Fetched https://github.com/stephencelis/CSQLite from cache (1.26s)
Computing version for https://github.com/1024jp/GzipSwift
warning: 'gzipswift': /Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "GzipSwift",
 7 |     products: [
Computed https://github.com/1024jp/GzipSwift at 6.1.0 (1.79s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.61s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.52s)
Computing version for https://github.com/stephencelis/CSQLite
Computed https://github.com/stephencelis/CSQLite at 3.50.4 (0.48s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.5.0 (0.47s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (0.47s)
Computing version for https://github.com/sqlcipher/SQLCipher.swift
Computed https://github.com/sqlcipher/SQLCipher.swift at 4.14.0 (0.46s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.5 (0.45s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.60s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.3 (2.18s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.58s)
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.3.0
Creating working copy for https://github.com/PADL/SocketAddress
Working copy of https://github.com/PADL/SocketAddress resolved at 0.5.0
Creating working copy for https://github.com/spacenation/swiftui-sliders
Working copy of https://github.com/spacenation/swiftui-sliders resolved at 2.1.0
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/lhoward/AsyncExtensions
Working copy of https://github.com/lhoward/AsyncExtensions resolved at 0.9.5
Creating working copy for https://github.com/sqlcipher/SQLCipher.swift
Working copy of https://github.com/sqlcipher/SQLCipher.swift resolved at 4.14.0
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 6.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.1.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.16.0
Creating working copy for https://github.com/stephencelis/CSQLite
Working copy of https://github.com/stephencelis/CSQLite resolved at 3.50.4
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/swhitty/FlyingFox
Working copy of https://github.com/swhitty/FlyingFox resolved at 0.26.2
warning: 'gzipswift': /Users/admin/builder/spi-builder-workspace/.build/checkouts/GzipSwift/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "GzipSwift",
 7 |     products: [
Downloading binary artifact https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.14.0/SQLCipher.xcframework.zip
[16375/49594657] Downloading https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.14.0/SQLCipher.xcframework.zip
Downloaded https://github.com/sqlcipher/SQLCipher.swift/releases/download/4.14.0/SQLCipher.xcframework.zip (2.70s)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/13] Write swift-version-2F0A5646E1D333AE.txt
[2/192] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[3/192] Compiling InternalCollectionsUtilities _SortedCollection.swift
[4/193] Compiling SQLite Value.swift
[5/193] Compiling SystemPackage FilePath.swift
[6/193] Compiling SystemPackage FilePathComponentView.swift
[7/193] Compiling SystemPackage FilePathComponents.swift
[8/193] Compiling Logging MetadataProvider.swift
[9/193] Compiling SystemPackage FilePathSyntax.swift
[10/193] Compiling SystemPackage FilePathTemp.swift
[11/194] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/194] Compiling SystemPackage FilePathTempPosix.swift
[13/194] Compiling SystemPackage FilePathTempWindows.swift
[14/194] Compiling SystemPackage FilePathWindows.swift
[15/194] Compiling SystemPackage FilePermissions.swift
[20/194] Compiling SQLite SQLiteFeature.swift
[21/194] Compiling SQLite SQLiteVersion.swift
[22/194] Compiling SQLite Statement.swift
[23/194] Compiling SQLite URIQueryParameter.swift
[24/194] Compiling SystemPackage RawBuffer.swift
[25/194] Compiling SystemPackage Syscalls.swift
[26/194] Compiling SystemPackage WindowsSyscallAdapters.swift
[27/197] Compiling Atomics Unmanaged extensions.swift
[31/197] Compiling SystemPackage Constants.swift
[32/197] Compiling SystemPackage Exports.swift
[33/197] Compiling SystemPackage Mocking.swift
[34/197] Compiling AnyCodable AnyDecodable.swift
[35/197] Compiling AnyCodable AnyCodable.swift
[36/197] Emitting module AnyCodable
[37/197] Compiling AnyCodable AnyEncodable.swift
[38/197] Emitting module Gzip
[39/197] Compiling Gzip Data+Gzip.swift
[40/197] Compiling SQLite RTree.swift
[41/197] Compiling SystemPackage FilePathString.swift
[69/203] Emitting module FlyingSocks
[70/203] Emitting module InternalCollectionsUtilities
[77/203] Compiling Logging LogHandler.swift
[78/203] Compiling Logging LogEvent.swift
[79/203] Compiling Logging Locks.swift
[80/203] Compiling Logging Logging.swift
[81/203] Emitting module Logging
[95/214] Compiling SystemPackage MachPort.swift
[96/214] Compiling SystemPackage PlatformString.swift
[97/214] Compiling SystemPackage SystemString.swift
[98/248] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[99/248] Compiling ContainersPreview BorrowingSequence.swift
[100/248] Compiling ContainersPreview Producer+Filter.swift
[101/248] Compiling ContainersPreview Drain+Map.swift
[102/248] Compiling ContainersPreview Drain+Reduce.swift
[103/248] Compiling ContainersPreview Drain.swift
[104/248] Compiling ContainersPreview RandomAccessContainer.swift
[105/248] Compiling ContainersPreview RangeExpression2.swift
[106/248] Compiling ContainersPreview RangeReplaceableContainer.swift
[107/248] Compiling ContainersPreview Producer.swift
[108/248] Compiling ContainersPreview Borrow.swift
[109/248] Compiling ContainersPreview Box.swift
[110/376] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[111/376] Compiling OrderedCollections _HashTable.swift
[112/376] Compiling OrderedCollections OrderedDictionary+Elements.swift
[113/376] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[114/376] Compiling OrderedCollections _HashTable+Bucket.swift
[115/376] Compiling OrderedCollections _HashTable+BucketIterator.swift
[116/376] Compiling OrderedCollections _HashTable+Constants.swift
[117/376] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[118/376] Compiling OrderedCollections _HashTable+Testing.swift
[119/376] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[120/376] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[121/376] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[122/376] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[126/376] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[127/376] Compiling OrderedCollections OrderedSet+Codable.swift
[128/376] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[129/376] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[130/376] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[131/376] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[132/376] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[141/379] Emitting module Sliders
[142/379] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[143/379] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[144/379] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[145/379] Compiling OrderedCollections OrderedSet+Sendable.swift
[146/379] Compiling OrderedCollections _Hashtable+Header.swift
[147/379] Compiling OrderedCollections OrderedDictionary+Codable.swift
[148/379] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[149/379] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[150/379] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[151/379] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[152/379] Compiling HeapModule _HeapNode.swift
[153/379] Emitting module ContainersPreview
[155/379] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[156/379] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[157/379] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[158/457] Compiling HashTreeCollections TreeSet+Equatable.swift
[159/457] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[160/457] Compiling HashTreeCollections TreeSet+Extras.swift
[161/457] Compiling HashTreeCollections _AncestorHashSlots.swift
[162/457] Compiling HashTreeCollections _Bitmap.swift
[163/457] Compiling HashTreeCollections _Bucket.swift
[164/457] Compiling HashTreeCollections _Hash.swift
[165/457] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[166/457] Compiling HashTreeCollections TreeSet+Sequence.swift
[167/457] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[168/457] Compiling HashTreeCollections _RawHashNode.swift
[169/457] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[170/457] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[171/457] Compiling HashTreeCollections _HashNode.swift
[172/457] Compiling HashTreeCollections _HashNodeHeader.swift
[173/457] Compiling HashTreeCollections _HashSlot.swift
[174/457] Compiling HashTreeCollections _HashStack.swift
[175/457] Compiling HashTreeCollections _HashTreeIterator.swift
[176/457] Compiling HashTreeCollections _HashTreeStatistics.swift
[177/457] Compiling HashTreeCollections _HashNode+Structural filter.swift
[178/457] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[179/457] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[183/457] Compiling HashTreeCollections TreeSet+Filter.swift
[184/457] Compiling HashTreeCollections TreeSet+Hashable.swift
[185/457] Compiling HashTreeCollections _HashNode+Initializers.swift
[186/457] Compiling HashTreeCollections _HashNode+Invariants.swift
[187/457] Compiling HashTreeCollections _HashNode+Lookups.swift
[188/457] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[189/457] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[190/457] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[191/457] Compiling HashTreeCollections _HashNode+Storage.swift
[192/457] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[193/457] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[198/457] Compiling HashTreeCollections _HashLevel.swift
[199/457] Compiling HashTreeCollections _HashNode+Builder.swift
[200/457] Compiling HashTreeCollections _HashNode+Debugging.swift
[201/464] Compiling HeapModule Heap.swift
[202/464] Compiling HeapModule Heap+Invariants.swift
[203/464] Compiling HeapModule Heap+UnsafeHandle.swift
[204/464] Compiling HeapModule Heap+Descriptions.swift
[209/464] Emitting module SQLite
[210/464] Emitting module HeapModule
[217/464] Emitting module SystemPackage
[218/464] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[219/464] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[220/464] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[221/464] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[222/464] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[223/464] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[224/525] Compiling BitCollections BitArray+Hashable.swift
[225/525] Compiling BitCollections BitArray+Initializers.swift
[226/525] Compiling BitCollections BitArray+Invariants.swift
[227/525] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[228/525] Compiling BitCollections BitArray+RandomBits.swift
[229/525] Compiling BitCollections BitSet+Codable.swift
[230/528] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[231/528] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[232/528] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[233/528] Compiling BitCollections BitArray+Fill.swift
[236/528] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[237/528] Compiling BitCollections BitSet+CustomReflectable.swift
[242/616] Compiling DequeModule Deque+Testing.swift
[243/616] Compiling DequeModule Deque._Storage.swift
[244/616] Compiling DequeModule UniqueDeque+Insertions.swift
[245/616] Compiling DequeModule Deque+Hashable.swift
[249/616] Compiling DequeModule RigidDeque+Experimental.swift
[250/616] Compiling DequeModule Deque+Codable.swift
[251/616] Compiling DequeModule Deque+Collection.swift
[252/616] Compiling DequeModule Deque+CustomReflectable.swift
[255/616] Compiling DequeModule Deque+Descriptions.swift
[256/616] Compiling DequeModule Deque+Equatable.swift
[257/616] Compiling DequeModule RigidDeque+Removals.swift
[258/616] Compiling DequeModule RigidDeque+Replacements.swift
[259/616] Compiling DequeModule RigidDeque+Consumption.swift
[260/616] Compiling DequeModule RigidDeque+Container.swift
[261/616] Compiling DequeModule RigidDeque+Descriptions.swift
[262/616] Compiling DequeModule RigidDeque+Equatable.swift
[265/616] Compiling DequeModule RigidDeque+Prepend.swift
[266/616] Compiling DequeModule Deque._UnsafeHandle.swift
[267/616] Compiling DequeModule Deque.swift
[268/616] Compiling DequeModule _DequeBuffer.swift
[269/616] Compiling DequeModule _DequeBufferHeader.swift
[270/616] Compiling DequeModule RigidDeque+Append.swift
[271/616] Compiling DequeModule UniqueDeque+Equatable.swift
[272/616] Compiling DequeModule UniqueDeque+Experimental.swift
[273/616] Compiling DequeModule UniqueDeque+Hashable.swift
[274/616] Compiling DequeModule UniqueDeque+Initializers.swift
[275/620] Compiling DequeModule RigidDeque+Hashable.swift
[276/620] Compiling DequeModule RigidDeque+Initializers.swift
[277/620] Compiling DequeModule RigidDeque+Insertions.swift
[279/620] Compiling DequeModule UniqueDeque+Prepend.swift
[280/620] Compiling DequeModule UniqueDeque+Removals.swift
[281/620] Compiling DequeModule UniqueDeque+Replacements.swift
[282/620] Compiling DequeModule UniqueDeque.swift
[283/620] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[284/620] Compiling HashTreeCollections TreeDictionary+Filter.swift
[285/620] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[286/620] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[287/620] Compiling HashTreeCollections TreeDictionary+Keys.swift
[288/620] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[289/620] Compiling HashTreeCollections TreeDictionary+Merge.swift
[290/620] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[291/620] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[292/620] Compiling HashTreeCollections TreeDictionary+Values.swift
[293/620] Compiling _RopeModule Rope+Remove.swift
[294/620] Compiling _RopeModule Rope+RemoveSubrange.swift
[295/620] Compiling _RopeModule Rope+Split.swift
[296/620] Compiling _RopeModule Optional Utilities.swift
[297/620] Compiling _RopeModule String Utilities.swift
[298/620] Compiling _RopeModule String.Index+ABI.swift
[299/628] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[300/628] Compiling DequeModule Deque+Extras.swift
[305/628] Compiling DequeModule _UnsafeDequeSegments.swift
[306/628] Compiling FlyingFox JSONPredicatePattern.swift
[307/628] Compiling FlyingFox NonisolatedUnsafe.swift
[308/628] Compiling BitCollections BitSet.Counted.swift
[309/628] Compiling BitCollections BitSet.Index.swift
[310/628] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[315/628] Compiling DequeModule _DequeSlot.swift
[316/628] Compiling DequeModule _UnsafeDequeHandle.swift
[318/628] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[319/628] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[320/628] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[321/628] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[322/628] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[323/634] Emitting module Atomics
[336/634] Compiling DequeModule UniqueDeque+Descriptions.swift
[349/634] Compiling DequeModule RigidDeque+Testing.swift
[350/634] Compiling DequeModule RigidDeque.swift
[351/634] Compiling DequeModule UniqueDeque+Append.swift
[352/634] Compiling DequeModule UniqueDeque+Consumption.swift
[353/634] Compiling DequeModule UniqueDeque+Container.swift
[360/634] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[361/634] Emitting module BitCollections
[370/634] Compiling BitCollections BitSet.swift
[371/634] Compiling BitCollections Range+Utilities.swift
[372/634] Compiling BitCollections Slice+Utilities.swift
[373/634] Compiling BitCollections UInt+Tricks.swift
[374/634] Compiling BitCollections _Word.swift
[375/634] Compiling OrderedCollections _UnsafeBitset.swift
[392/634] Compiling BitCollections BitSet._UnsafeHandle.swift
[410/634] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[411/634] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[412/634] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[413/634] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[414/634] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[415/634] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[416/634] Compiling HashTreeCollections TreeSet.swift
[517/639] Emitting module SocketAddress
[518/639] Compiling SocketAddress Utils.swift
[519/639] Compiling SocketAddress SocketAddress.swift
[544/639] Emitting module FlyingFox
[581/639] Compiling FlyingFox WSFrame.swift
[582/639] Compiling FlyingFox WSFrameEncoder.swift
[583/639] Compiling FlyingFox WSFrameValidator.swift
[584/639] Compiling FlyingFox WSHandler.swift
[585/639] Compiling FlyingFox WSMessage.swift
[619/639] Emitting module _RopeModule
[620/639] Emitting module OrderedCollections
[621/639] Emitting module DequeModule
[627/694] Emitting module HashTreeCollections
[628/694] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[629/694] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[630/694] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[631/694] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[632/694] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[633/694] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[634/699] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[635/699] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[636/699] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[637/699] Compiling AsyncAlgorithms AsyncShareSequence.swift
[638/699] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[639/699] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[640/705] Compiling Collections HashTreeCollections reexports.swift
[641/705] Compiling Collections HeapModule reexports.swift
[642/705] Compiling Collections OrderedCollections reexports.swift
[643/705] Compiling Collections DequeModule reexports.swift
[644/705] Emitting module Collections
[645/705] Compiling Collections BitCollections reexports.swift
[646/705] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[647/705] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[648/705] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[649/705] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[650/705] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[651/705] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[652/705] Compiling AsyncAlgorithms DebounceStorage.swift
[653/705] Compiling AsyncAlgorithms Dictionary.swift
[654/705] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[655/705] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[656/705] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[657/705] Compiling AsyncAlgorithms Disconnected.swift
[658/705] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[659/705] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[660/705] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[661/705] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[662/705] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[663/705] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[664/705] Compiling AsyncAlgorithms _TinyArray.swift
[665/705] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[666/705] Compiling AsyncAlgorithms Locking.swift
[667/705] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[668/705] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[669/705] Compiling AsyncAlgorithms MergeStateMachine.swift
[670/738] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[671/738] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[672/738] Compiling AsyncAlgorithms AsyncChannel.swift
[673/738] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[674/738] Compiling AsyncAlgorithms ChannelStateMachine.swift
[675/738] Compiling AsyncAlgorithms ChannelStorage.swift
[676/738] Compiling AsyncAlgorithms UnsafeTransfer.swift
[677/738] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[678/738] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[679/738] Compiling AsyncAlgorithms ZipStateMachine.swift
[680/738] Compiling AsyncAlgorithms ZipStorage.swift
[681/738] Emitting module AsyncAlgorithms
[682/738] Compiling AsyncExtensions AsyncSequence+Assign.swift
[683/738] Compiling AsyncExtensions AsyncSequence+Collect.swift
[684/738] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[685/741] Compiling AsyncExtensions AsyncMulticastSequence.swift
[686/741] Compiling AsyncExtensions AsyncPrependSequence.swift
[687/741] Compiling AsyncExtensions AsyncScanSequence.swift
[688/741] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[689/741] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[690/741] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[691/741] Compiling AsyncAlgorithms CombineLatestStorage.swift
[692/741] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[693/741] Compiling AsyncAlgorithms DebounceStateMachine.swift
[694/741] Compiling AsyncAlgorithms MergeStorage.swift
[695/741] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[696/741] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[697/741] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[698/741] Compiling AsyncAlgorithms Rethrow.swift
[699/741] Compiling AsyncAlgorithms SetAlgebra.swift
[700/741] Emitting module AsyncExtensions
[701/741] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[702/741] Compiling AsyncExtensions Streamed.swift
[703/741] Compiling AsyncExtensions AsyncMergeSequence.swift
[704/741] Compiling AsyncExtensions MergeStateMachine.swift
[705/741] Compiling AsyncExtensions AsyncTimerSequence.swift
[706/741] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
[707/741] Compiling AsyncExtensions AsyncMapToResultSequence.swift
[708/741] Compiling AsyncExtensions AsyncReplaySubject.swift
[709/741] Compiling AsyncExtensions AsyncSubject.swift
[710/741] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[711/741] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[712/741] Compiling AsyncExtensions Locking.swift
[713/741] Compiling AsyncExtensions Regulator.swift
[714/741] Compiling AsyncExtensions Result+ErrorMechanism.swift
[715/741] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[716/741] Compiling AsyncExtensions AsyncSequence+Share.swift
[717/741] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
[718/741] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
[719/741] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
[720/741] Compiling AsyncExtensions Termination.swift
[721/741] Compiling AsyncExtensions AsyncEmptySequence.swift
[722/741] Compiling AsyncExtensions AsyncFailSequence.swift
[723/741] Compiling AsyncExtensions AsyncJustSequence.swift
[724/741] Compiling AsyncExtensions AsyncStream+Pipe.swift
[725/741] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
[726/741] Compiling AsyncExtensions AsyncBufferedChannel.swift
[727/741] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
[728/741] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
[729/741] Compiling AsyncExtensions AsyncPassthroughSubject.swift
[730/871] Compiling SwiftOCA ConnectionBroker.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[731/871] Compiling SwiftOCA DNSServiceBrowser.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[732/871] Compiling SwiftOCA NetServiceBrowser.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[733/871] Compiling SwiftOCA NetworkAdvertisingServiceBrowser.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[734/871] Compiling SwiftOCA ClassRegistry.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[735/871] Compiling SwiftOCA Connection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[736/871] Compiling SwiftOCA Data+Hex.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[737/871] Compiling SwiftOCA Data+IntegerCodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[738/871] Compiling SwiftOCA LengthTaggedData16.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[739/871] Compiling SwiftOCA LengthTaggedData32.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[740/871] Compiling SwiftOCA Locking.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[741/871] Compiling SwiftOCA Sequence+AsyncMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[742/871] Compiling SwiftOCA SocketAddressHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[743/871] Compiling SwiftOCA Task+Timeout.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[744/871] Compiling SwiftOCA TimeHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCA/Browsing/ConnectionBroker.swift:597:22: error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
590 |   /// - Throws: `Ocp1Error.notConnected` if no connection exists or the device is not connected
591 |   /// - Throws: Any error thrown by the closure
592 |   public func withDeviceConnection<T>(
    |                                    `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
593 |     _ device: DeviceIdentifier,
594 |     body: (_ connection: Ocp1Connection) async throws -> T
595 |   ) async throws -> T {
596 |     let connection = try _getRegisteredConnection(for: device)
597 |     return try await body(connection.connection)
    |                      `- error: non-sendable result type 'T' cannot be sent from nonisolated context in call to parameter 'body'
598 |   }
599 |
[745/885] Compiling SwiftOCA Ocp1FlyingFoxConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[746/885] Compiling SwiftOCA Ocp1FlyingSocksConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[747/885] Compiling SwiftOCA Ocp1IORingConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[748/885] Compiling SwiftOCA Ocp1MachPortConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[749/885] Compiling SwiftOCA Ocp1MachPortSupport.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[750/885] Compiling SwiftOCA Ocp1NWConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[751/885] Compiling SwiftOCA KeyedBinaryDecodingContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[752/885] Compiling SwiftOCA SingleValueBinaryDecodingContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[753/885] Compiling SwiftOCA UnkeyedBinaryDecodingContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[754/885] Compiling SwiftOCA Ocp1Decoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[755/885] Compiling SwiftOCA Ocp1DecoderImpl.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[756/885] Compiling SwiftOCA Ocp1DecodingState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[757/885] Compiling SwiftOCA KeyedOcp1EncodingContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[758/885] Compiling SwiftOCA SingleValueOcp1EncodingContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1MachPortSupport.swift:561:7: warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
559 |     }
560 |     if shouldDestroy {
561 |       mach_port_destroy(mach_task_self_, port)
    |       `- warning: 'mach_port_destroy' was deprecated in macOS 12.0: Inherently unsafe API: instead manage rights with mach_port_destruct(), mach_port_deallocate() or mach_port_mod_refs()
562 |     }
563 |   }
[759/885] Compiling SwiftOCA UnsafeMutablePointer+PropertyBasePointer.swift
[760/885] Compiling SwiftOCA Weak.swift
[761/885] Compiling SwiftOCA Array2D.swift
[762/885] Compiling SwiftOCA List2D.swift
[763/885] Compiling SwiftOCA Agent.swift
[764/885] Compiling SwiftOCA CounterNotifier.swift
[765/885] Compiling SwiftOCA CounterSetAgent.swift
[766/885] Compiling SwiftOCA EventHandler.swift
[767/885] Compiling SwiftOCA Group.swift
[768/885] Compiling SwiftOCA MediaClock3.swift
[769/885] Compiling SwiftOCA PhysicalPosition.swift
[770/885] Compiling SwiftOCA TimeSource.swift
[771/885] Compiling SwiftOCA ApplicationNetwork.swift
[772/885] Compiling SwiftOCA ControlNetwork.swift
[773/885] Compiling SwiftOCA MediaTransportNetwork.swift
[774/885] Compiling SwiftOCA SubscriptionManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[775/885] Compiling SwiftOCA TaskManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[776/885] Compiling SwiftOCA MediaTransportApplication.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[777/885] Compiling SwiftOCA NetworkApplication.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[778/885] Compiling SwiftOCA NetworkInterface.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[779/885] Compiling SwiftOCA Root+Commands.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[780/885] Compiling SwiftOCA Root+JSON.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[781/885] Compiling SwiftOCA Root.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[782/885] Compiling SwiftOCA Actuator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[783/885] Compiling SwiftOCA BasicActuators.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[784/885] Compiling SwiftOCA Frequency.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[785/885] Compiling SwiftOCA Gain.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[786/885] Compiling SwiftOCA IdentificationActuator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[787/885] Compiling SwiftOCA Mute.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/ControlClasses/Root+JSON.swift:33:74: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
31 |   func reencodeAsValidJSONObject(_ value: some Codable) throws -> any Sendable {
32 |     let data = try encode(value)
33 |     return try JSONDecoder().decode(AnyDecodable.self, from: data).value as! any Sendable
   |                                                                          `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
34 |   }
35 | }
[788/885] Compiling SwiftOCA Dataset.swift
[789/885] Compiling SwiftOCA Log.swift
[790/885] Compiling SwiftOCA AudioProcessingManager.swift
[791/885] Compiling SwiftOCA CodingManager.swift
[792/885] Compiling SwiftOCA DeviceManager.swift
[793/885] Compiling SwiftOCA DeviceTimeManager.swift
[794/885] Compiling SwiftOCA DiagnosticManager.swift
[795/885] Compiling SwiftOCA FirmwareManager.swift
[796/885] Compiling SwiftOCA LibraryManager.swift
[797/885] Compiling SwiftOCA LockManager.swift
[798/885] Compiling SwiftOCA Manager.swift
[799/885] Compiling SwiftOCA MediaClockManager.swift
[800/885] Compiling SwiftOCA NetworkManager.swift
[801/885] Compiling SwiftOCA PowerManager.swift
[802/885] Compiling SwiftOCA SecurityManager.swift
[803/885] Compiling SwiftOCA MediaClockDataTypes.swift
[804/885] Compiling SwiftOCA MediaDataTypes.swift
[805/885] Compiling SwiftOCA MediaStreamDataTypes.swift
[806/885] Compiling SwiftOCA MiscFrameworkDataTypes.swift
[807/885] Compiling SwiftOCA ModelDataTypes.swift
[808/885] Compiling SwiftOCA NetworkApplicationDataTypes.swift
[809/885] Compiling SwiftOCA NetworkDataTypes.swift
[810/885] Compiling SwiftOCA PowerManagerDataTypes.swift
[811/885] Compiling SwiftOCA ProgrammingDataTypes.swift
[812/885] Compiling SwiftOCA SearchDataTypes.swift
[813/885] Compiling SwiftOCA TaskManagerDataTypes.swift
[814/885] Compiling SwiftOCA TimeDataTypes.swift
[815/885] Compiling SwiftOCA WellKnownObjectNumbers.swift
[816/885] Compiling SwiftOCA WorkerDataTypes.swift
[817/885] Compiling SwiftOCA BoundedProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[818/885] Compiling SwiftOCA ListProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[819/885] Compiling SwiftOCA MapProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[820/885] Compiling SwiftOCA Property.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[821/885] Compiling SwiftOCA VectorProperty.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[822/885] Compiling SwiftOCA Errors.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[823/885] Compiling SwiftOCA Command.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[824/885] Compiling SwiftOCA Header.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[825/885] Compiling SwiftOCA KeepAlive.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[826/885] Compiling SwiftOCA MessageType.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[827/885] Compiling SwiftOCA Notification1.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[828/885] Compiling SwiftOCA Notification2.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[829/885] Compiling SwiftOCA Response.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[830/885] Compiling SwiftOCA Ocp1CFSocketConnection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:242:11: warning: no 'async' operations occur within 'await' expression
240 |         } catch {
241 |           _send(object, .failure(error))
242 |           await object.connectionDelegate?.logger.trace(
    |           `- warning: no 'async' operations occur within 'await' expression
243 |             "set property handler for \(object) property \(propertyID) received error from device: \(error)"
244 |           )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCC/PropertyTypes/Property.swift:345:7: warning: no 'async' operations occur within 'await' expression
343 |         _send(object, .failure(error))
344 |       }
345 |       await object.connectionDelegate?.logger
    |       `- warning: no 'async' operations occur within 'await' expression
346 |         .trace(
347 |           "get property handler for \(object) property \(propertyID) received error from device: \(error)"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Backend/Ocp1CFSocketConnection.swift:23:25: warning: package import of 'CoreFoundation' was not used in package declarations
 21 |
 22 | #if swift(>=6.0)
 23 | @preconcurrency package import CoreFoundation
    |                         `- warning: package import of 'CoreFoundation' was not used in package declarations
 24 | #else
 25 | @preconcurrency
[831/885] Compiling SwiftOCA PanBalance.swift
[832/885] Compiling SwiftOCA Polarity.swift
[833/885] Compiling SwiftOCA SignalInput.swift
[834/885] Compiling SwiftOCA SignalOutput.swift
[835/885] Compiling SwiftOCA SummingPoint.swift
[836/885] Compiling SwiftOCA Switch.swift
[837/885] Compiling SwiftOCA Block.swift
[838/885] Compiling SwiftOCA Matrix.swift
[839/885] Compiling SwiftOCA DataSetWorker.swift
[840/885] Compiling SwiftOCA MediaRecorderPlayer.swift
[841/885] Compiling SwiftOCA AudioLevelSensor.swift
[842/885] Compiling SwiftOCA BasicSensors.swift
[843/885] Compiling SwiftOCA IdentificationSensor.swift
[844/885] Compiling SwiftOCA LevelSensor.swift
[845/885] Compiling SwiftOCA Sensor.swift
[846/885] Compiling SwiftOCA TemperatureSensor.swift
[847/885] Compiling SwiftOCA Worker.swift
[848/885] Compiling SwiftOCA ApplicationNetworkDataTypes.swift
[849/885] Compiling SwiftOCA BaseDataTypes.swift
[850/885] Compiling SwiftOCA CommandSetDataTypes.swift
[851/885] Compiling SwiftOCA CounterDataTypes.swift
[852/885] Compiling SwiftOCA DataSetDataTypes.swift
[853/885] Compiling SwiftOCA DeviceManagerDataTypes.swift
[854/885] Compiling SwiftOCA EventDataTypes.swift
[855/885] Compiling SwiftOCA FirmwareManagerDataTypes.swift
[856/885] Compiling SwiftOCA LibraryManagerDataTypes.swift
[857/885] Compiling SwiftOCA LoggingDataTypes.swift
[858/885] Compiling SwiftOCA ManagerDataTypes.swift
[859/885] Emitting module SwiftOCA
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[860/885] Compiling SwiftOCA UnkeyedOcp1EncodingContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[861/885] Compiling SwiftOCA Ocp1Encoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[862/885] Compiling SwiftOCA Ocp1EncoderImpl.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[863/885] Compiling SwiftOCA Ocp1EncodingState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[864/885] Compiling SwiftOCA Ocp1CoderAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[865/885] Compiling SwiftOCA Ocp1Connection+Codable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[866/885] Compiling SwiftOCA Ocp1Connection+Connect.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[867/885] Compiling SwiftOCA Ocp1Connection+Messages.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[868/885] Compiling SwiftOCA Ocp1Connection+Objects.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[869/885] Compiling SwiftOCA Ocp1Connection+Subscribe.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[870/885] Compiling SwiftOCA Ocp1Connection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[871/885] Compiling SwiftOCA Ocp1ConnectionMonitor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[872/885] Compiling SwiftOCA Ocp1MessageBatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
[873/885] Compiling SwiftOCA ReflectionMirror.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/Ocp1ConnectionMonitor.swift:145:10: warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
143 |
144 |   func receiveMessages(_ connection: Ocp1Connection) async throws {
145 |     let (isDatagram, heartbeatTime) = await (connection.isDatagram, connection.heartbeatTime)
    |          `- warning: immutable value 'isDatagram' was never used; consider replacing with '_' or removing it
146 |
147 |     do {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:24: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
 22 | // updating if the runtime internals change in future Swift versions.
 23 |
 24 | @_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
 25 | func _isClassType(_: Any.Type) -> Bool
 26 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOCA/OCP.1/ReflectionMirror/ReflectionMirror.swift:46: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
 44 | ) -> Int
 45 |
 46 | @_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
 47 | func _getDynamicType(
 48 |   _: Any,
BUILD FAILURE 6.1 macosSpm