[SE-0458] Enable strict memory safety in the Swift standard library

This commit is contained in:
Doug Gregor
2024-12-27 08:01:56 -08:00
parent 7977e4682c
commit 50d3913086
4 changed files with 4 additions and 3 deletions

View File

@@ -628,7 +628,7 @@ function(_compile_swift_files
list(APPEND swift_flags "-enable-experimental-feature" "NoncopyableGenerics2")
list(APPEND swift_flags "-enable-experimental-feature" "SuppressedAssociatedTypes")
list(APPEND swift_flags "-enable-experimental-feature" "SE427NoInferenceOnExtension")
list(APPEND swift_flags "-enable-experimental-feature" "AllowUnsafeAttribute")
list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependence")