mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The generated safe wrappers need to call unsafe code. Make sure those calls are qualified with unsafe to avoid warnings that are not actionable (users cannot fix them).