Thanks for the info @sabyankees, but I'm still having trouble running this sample code using Xcode 13 and iOS 15.1
I've changed: .controlProminence(.increased) TO .buttonStyle(.borderedProminent) (thanks @anthroDevChris)
And changed: "async" TO "Task"
And changed: var tasks = Set<Task.Handle<Void, Never>>() TO var tasks = Set<Task<Void, Never>>()
But I still get "'async' call in a function that does not support concurrency"
I don't understand what you meant by changes to 'tasks.insert'.
Could someone be even more specific to help me get started?