- Disable the
await
function for clients on Swift 5.5 and introduce a newwaitFor
function instead. This is needed because theawait
function conflicts with theawait
concurrency keyword introduced in Swift 5.5 and leads to compiler error.
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.