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
There's a new warning in Xcode 16: Actor-isolated property 'configuration' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Let's fix the places where this warning occurs in our codebase:
There's a new warning in Xcode 16:
Actor-isolated property 'configuration' cannot be used to satisfy nonisolated protocol requirement; this is an error in the Swift 6 language mode
Let's fix the places where this warning occurs in our codebase:
The text was updated successfully, but these errors were encountered: