swift
1230045c - Diagnose @preconcurrency imports as a strict safety issue

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.
Author
Committer
Parents
Loading