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 38ef675 commit 6024071Copy full SHA for 6024071
stdlib/cmake/modules/SwiftSource.cmake
@@ -630,9 +630,7 @@ function(_compile_swift_files
630
list(APPEND swift_flags "-enable-experimental-feature" "SE427NoInferenceOnExtension")
631
list(APPEND swift_flags "-enable-experimental-feature" "AllowUnsafeAttribute")
632
633
- if(SWIFT_ENABLE_EXPERIMENTAL_NONESCAPABLE_TYPES)
634
- list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
635
- endif()
+ list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
636
637
list(APPEND swift_flags "-enable-experimental-feature" "ExtensionImportVisiblity")
638
0 commit comments