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
The catches _are_ exhaustive, and the cast to NSError will never fail, but since it is SwiftFoundation.NSError (and not ObjC NSError) the macOS build cannot detect that. Fix by catching all errors instead.
0 commit comments