Hacker News new | ask | show | jobs
by viktorcode 224 days ago
Data race safety is not offered by default. In Swift 6.2 you can enable strict mode and it will cover majority of data race problem, but not all.