Ossus Library
Ossus Library
Can you paste the whole error? 5.3.5 seems build fine on M Macs.
How are you building it? It works fine for me from Xcode for targets Mac and iOS, also from the Terminal with `swift build`.
Even if `authorizeEmbedded` is set to false?
Can you reproduce with a debug logger and paste the logs here? ``` oauth2.logger = OAuth2DebugLogger(.trace) ```
You need to hold on to your OAuth2 instance somewhere else in your app. The authorizer view shouldnt own it.
Do you still see this issue? Sounds like Swift 6 warning, which is better now.
Appears to work fine for me with the older Xcode 26 beta 2. Did you try to do clean-all and then to build again?
The [OAuth2App sample app](https://github.com/p2/OAuth2App) uses OAuth2 as a Swift Package does that work for you?