This fixed things for me (on the latest version). You can use the new sugar as well now:
Task.async { await f() }
Post
Replies
Boosts
Views
Activity
The call to super.init() at the end of Coordinator.init is also redundant. That call will be made implicitly in Swift.