Hi Max,
The warning is self explanatory so I will not explain whats happening over there. Coming to solution to dispatch the updates on Main Thread you can use @MainActor before the class keyword. This will automatically tell compiler to dispatch published updates on Main Thread.
Thanks,
Poonam