Concurrency
Async/await command line tool in Xcode 14.3
Update 10/4/2024: It appears in Xcode 15.3 nothing special is required and can use await right next to the hello world print. TLDR: add @main and rename main.swift To create a command line tool in Xcode 14.3 that uses async/await there are a few tweaks required. When we create the Read more…
You must be logged in to post a comment.