Merge pull request #80847 from glessard/rdar149227278-nonescapable-mutating-accessor-62

[6.2, LifetimeDependenceMutableAccessors] defensive feature flag
This commit is contained in:
Guillaume Lessard
2025-04-29 12:30:10 -07:00
committed by GitHub
3 changed files with 19 additions and 0 deletions

View File

@@ -636,6 +636,7 @@ function(_compile_swift_files
list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependence")
list(APPEND swift_flags "-enable-experimental-feature" "InoutLifetimeDependence")
list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependenceMutableAccessors")
list(APPEND swift_flags "-enable-upcoming-feature" "MemberImportVisibility")