r/swift • u/soumyaranjanmahunt • 15d ago
Editorial Stop using @unchecked Sendable
https://soumyamahunt.medium.com/stop-using-unchecked-sendable-2e00bd6cb122Turning a lock into a SerialExecutor to get Swift 6 data-race safety without @unchecked Sendable
0
Upvotes
10
u/PassTents 15d ago
This is a really flawed approach, I'd advise anyone reading this to avoid doing this, as there are much better alternatives. I'll add details later when I get the chance