Skip to content

5.16.0

Choose a tag to compare

@onevcat onevcat released this 03 Apr 01:57
52a03eb

Changed

  • 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