You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: address concurrency warning on onPreferenceChange
In the SDKs released with Xcode 16.2, Apple marked this closure
`@Sendable`, but *not* `@MainActor`. It's not clear if this is
intentional or if it may be revised later. The official
recommendation appears to be capturing the `Binding` and writing
to it (`Binding` is asserted to be `Sendable`).
https://stackoverflow.com/questions/79209071/xcode-16-2-beta-2-renders-onpreferencechange-unusable
0 commit comments