Swift concurrency: ‘for await’ does not compile, ‘await’ has warning
I have this code, which works and runs with Xcode 15.4 and does not produce a warning.
It is in general what is told to be valid, in this post.
I have this code, which works and runs with Xcode 15.4 and does not produce a warning.
It is in general what is told to be valid, in this post.