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 Xcode project now builds with Swift 6 language mode by default. #252
Fixed
Fixed data race errors in NotificationCenter observer handlers by replacing unowned self captures with weak self to comply with Swift 6 strict concurrency. #252