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 353e31e commit e81fbe5Copy full SHA for e81fbe5
stdlib/cmake/modules/SwiftSource.cmake
@@ -632,6 +632,7 @@ function(_compile_swift_files
632
list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
633
list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependence")
634
list(APPEND swift_flags "-enable-experimental-feature" "InoutLifetimeDependence")
635
+ list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependenceMutableAccessors")
636
637
list(APPEND swift_flags "-enable-upcoming-feature" "MemberImportVisibility")
638
0 commit comments