this post was submitted on 15 Aug 2025
1 points (100.0% liked)
Swift
494 readers
1 users here now
This group focus on the content related to the development of Apple Eco-system software. So feel free to share and talk about, for example;
- Swift
- Xcode
- macOS, iOS, iPadOS...etc.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, not bad. But if you’re having issues around this topic it might mean that you’re not fully up to speed on how to write certain code. I usually encounter a waterfall of issues when I’m being too stubborn to just implement a basic structure or two to handle some asynchronous tasks.
I think many people do have issues here though. And a lot stem from using concurrency without the compiler feedback enabled. This is one of the greatest things about this feature: it fixes a surprising amount of code that is wrong today.