@SendableProperty
- The `@SendableProperty` macro now checks for supported types to prevent a misuse with unsupported types like structs, dictionaries, and arrays - The new `@SendablePropertyUnchecked` can be used with classes and enums
Mutex