swift
55b186c9
- Diagnose uses of `@unchecked Sendable` conformances, not declarations
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
286 days ago
Diagnose uses of `@unchecked Sendable` conformances, not declarations Under strict concurrency and memory safety, uses of `@unchecked Sendable` conformances are considered unsafe. Diagnose the use sites, not the declaration site.
References
#78332 - Strict safety improvements
Author
DougGregor
Committer
DougGregor
Parents
a86d942e
Loading