Skip to content

Add support for Swift 5.5

Latest
Compare
Choose a tag to compare
@theblixguy theblixguy released this 30 Sep 10:12
4050c52
  • Disable the await function for clients on Swift 5.5 and introduce a new waitFor function instead. This is needed because the await function conflicts with the await concurrency keyword introduced in Swift 5.5 and leads to compiler error.