var tasks = Set<Task.Handle<Void, Never>>()

New error in XCode 13 Beta 4: "Generic parameter 'Success' could not be inferred"

No error in earlier XCode 13 Beta.

What's the fix? THe above line is from Apple example code: "DrawTogether"

Replies

var tasks = Set<Task<Void, Never>>()

Post not yet marked as solved Up vote reply of Muse Down vote reply of Muse