swift
1230045c
- Diagnose @preconcurrency imports as a strict safety issue
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
286 days ago
Diagnose @preconcurrency imports as a strict safety issue @preconcurrency imports disable Sendable checking, which can lead to data races that undermine memory safety. Diagnose such imports, and require `@safe(unchecked)` to suppress the diagnostic.
References
#78332 - Strict safety improvements
Author
DougGregor
Committer
DougGregor
Parents
55b186c9
Loading