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
Unfortunately my project isn't in a state where I can easily reproduce this issue right now. When I get a chance I'll try to get you more specific examples of problems.
Checklist
Describe the problem you'd like to have solved
Compiling in Swift 6 language mode results in concurrency errors like problems with Sendability of Credentials as discussed in this forum issue from 2022 https://community.auth0.com/t/credentialsmanager-credentials-and-sendability/95271
Describe the ideal solution
The SDK should be updated to compile without errors when used in Swift 6.
Alternatives and current workarounds
Importing with
@preconcurrency
may be a workaround but could be hiding issues in concurrent code.Additional context
No response
The text was updated successfully, but these errors were encountered: