Swift 5.5 introduced and then Swift 5.6 improved the new async-await language feature which provides structured concurrency, simplified returning of results from asynchornous method calls, etc.
While there is no need to switch to using this feature, it would be good to have alternative methods in the API with support for async-await when it would fit, so that clients could start using this API making library API simpler to use.
Swift 5.5 introduced and then Swift 5.6 improved the new async-await language feature which provides structured concurrency, simplified returning of results from asynchornous method calls, etc.
While there is no need to switch to using this feature, it would be good to have alternative methods in the API with support for async-await when it would fit, so that clients could start using this API making library API simpler to use.