@Property(title: "Duration")
var duration: Measurement<UnitDuration>
but will likely have to also add
extension UnitDuration: @unchecked Sendable {
}
to silence the warnings
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: