mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
When trying to figure out errors from an import failure, the nullability completeness warnings would clutter the output making it difficult to identify the errors. Sprinkle the declaarations with `_Null_unspecified` to maintain the current nullability semantics and silence the warnings. NFC.