We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcec1cd + a62cf5f commit 99afbc1Copy full SHA for 99afbc1
include/swift/Basic/Features.def
@@ -457,7 +457,7 @@ EXPERIMENTAL_FEATURE(TrailingComma, false)
457
458
// Import bounds safety and lifetime attributes from interop headers to
459
// generate Swift wrappers with safe pointer types.
460
-EXPERIMENTAL_FEATURE(SafeInteropWrappers, false)
+EXPERIMENTAL_FEATURE(SafeInteropWrappers, true)
461
462
/// Ignore resilience errors due to C++ types.
463
EXPERIMENTAL_FEATURE(AssumeResilientCxxTypes, true)
0 commit comments