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
Passing argument of non-sendable type 'Value' outside of main actor-isolated context may introduce data races
I'd open a PR to fix but I don't know enough about Swift concurrency yet to know how.
The text was updated successfully, but these errors were encountered:
When Strict concurrency checking is set to
Complete
,this line of code - https://github.com/lukepistrol/TaskTrigger/blob/main/Sources/TaskTrigger/TaskTriggerViewModifier.swift#L36 has a warning.
The text was updated successfully, but these errors were encountered: