What is the correct way to work with CredentialsManager in Swift Concurrency? #864
Closed
6 tasks done
Labels
bug
This points to a verified bug in the code
Checklist
Description
The only information I can find on this is a forum post from 2 years ago in which we're directed to Github, but the option to ask a question here redirects us back to the forum so I'm opening it here as a bug https://community.auth0.com/t/credentialsmanager-credentials-and-sendability/95271
Simply initialising
CredentialsManager
causes strict concurrency checking to surface a warning that this code will no longer compile in Swift 6. What's the recommended way to work withCredentialsManager
with strict concurrency checking enabled or in Swift 6?Reproduction
Initialise
CredentialsManager
Additional context
No response
Auth0.swift version
2.8.0
Platform
iOS
Platform version(s)
16.0
Xcode version
15.4
Package manager
Swift Package Manager
The text was updated successfully, but these errors were encountered: