amzn / smoke-framework

A light-weight server-side service framework written in the Swift programming language.
Apache License 2.0
1.44k stars 41 forks source link

Final async await support #86

Closed tachyonics closed 2 years ago

tachyonics commented 2 years ago

Issue #, if available:

Description of changes:

  1. Update CI and README for Swift 5.5
  2. Move async function support into non-unscored packages
  3. Re-export non-unscored packages in unscored packages to avoid breaking anyone who imported the unscored package.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.