Build fails on iOS with `error: concurrency is only available in iOS 13.0.0 or newer` Likely need to add platform requirements (would lock out projects with mixed use) or add @available attribute to each function as needed.
Build fails on iOS with
error: concurrency is only available in iOS 13.0.0 or newerLikely need to add platform requirements (would lock out projects with mixed use) or add @available attribute to each function as needed.