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;

founded 2 years ago
MODERATORS
 

There's quite a lot of background required to even begin to understand this feature completely. However, the documentation here is to-the-point and definitely useful. I like this quite a lot because it also shows how to use the migration feature, which is cool and pretty much essential if you want to adopt this in an existing project.

Could also be quite eye-opening if you have been using concurrency with the compiler feedback disabled.

(This whole per-diagnostic/feature documentation effort is just great too.)

you are viewing a single comment's thread
view the rest of the comments
[–] mattie@lemmy.world 2 points 4 months ago

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.