We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ad40d commit 3670664Copy full SHA for 3670664
stdlib/cmake/modules/SwiftSource.cmake
@@ -636,6 +636,7 @@ function(_compile_swift_files
636
list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
637
list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependence")
638
list(APPEND swift_flags "-enable-experimental-feature" "InoutLifetimeDependence")
639
+ list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependenceMutableAccessors")
640
641
list(APPEND swift_flags "-enable-upcoming-feature" "MemberImportVisibility")
642
0 commit comments