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 ae28d66 commit ddd1079Copy full SHA for ddd1079
stdlib/cmake/modules/SwiftSource.cmake
@@ -634,6 +634,8 @@ function(_compile_swift_files
634
list(APPEND swift_flags "-enable-experimental-feature" "SE427NoInferenceOnExtension")
635
list(APPEND swift_flags "-enable-experimental-feature" "AllowUnsafeAttribute")
636
list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
637
+ list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependence")
638
+
639
list(APPEND swift_flags "-enable-upcoming-feature" "MemberImportVisibility")
640
641
if (SWIFT_STDLIB_ENABLE_STRICT_CONCURRENCY_COMPLETE)
0 commit comments