[swift5][client] add support for async await#10442
[swift5][client] add support for async await#10442wing328 merged 2 commits intoOpenAPITools:masterfrom
Conversation
|
The CI issue is because our bitrise config is using an old version of Xcode, Xcode 11.7.x. |
|
@4brunu nice PR 👍 What about skipping the test of new async await in the Bitwise CI for the time being and test it locally instead ? |
|
@wing328 looks good to me. |
With the release of Swift 5.5, Swift now supports async await.
This PR adds support for async await in the generated code.
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.For Windows users, please run the script in Git BASH.
master(5.3.0),6.0.x@jgavris (2017/07) @ehyche (2017/08) @Edubits (2017/09) @jaz-ah (2017/09) @4brunu (2019/11)