Skip to content

Commit 06c8e8f

Browse files
authored
Merge pull request #80721 from swiftlang/gabroh/safe-wrappers-in-prod-on-6.2
2 parents 7f24773 + 8caef31 commit 06c8e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/Features.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ EXPERIMENTAL_FEATURE(TrailingComma, false)
457457

458458
// Import bounds safety and lifetime attributes from interop headers to
459459
// generate Swift wrappers with safe pointer types.
460-
EXPERIMENTAL_FEATURE(SafeInteropWrappers, false)
460+
EXPERIMENTAL_FEATURE(SafeInteropWrappers, true)
461461

462462
/// Ignore resilience errors due to C++ types.
463463
EXPERIMENTAL_FEATURE(AssumeResilientCxxTypes, true)

0 commit comments

Comments
 (0)