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
After switching the compiler option Strict Concurrency Checking to Complete, I received the warning below:
⚠️ Non-sendable type '(inout APIClient.Configuration) -> Void' passed in call to nonisolated initializer 'init(baseURL:_:)' cannot cross actor boundary.
Just informing, I don't know how important it is.
Xcode 14.0 beta 5 | Get 1.0.1
The text was updated successfully, but these errors were encountered:
I see more warnings with a Complete mode enabled in Xcode 14.0. I'm not yet sure how to address them all. They are all false positives as far as I can tell.
Hello 👋🏻
After switching the compiler option
Strict Concurrency Checking
toComplete
, I received the warning below:Just informing, I don't know how important it is.
Xcode
14.0
beta 5 | Get1.0.1
The text was updated successfully, but these errors were encountered: