A value with synchronized get/set.
@propertyWrapper struct Synchronized<T>
s5Utils12SynchronizedV
3AC0X
import Utils
protocol Sendable
init(wrappedValue: T)
var wrappedValue: T { get set }