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 527f31f commit f53756aCopy full SHA for f53756a
stdlib/cmake/modules/SwiftSource.cmake
@@ -465,9 +465,10 @@ function(_compile_swift_files
465
endif()
466
467
468
- # The standard library and overlays are built with -requirement-machine-protocol-signatures=verify.
+ # The standard library and overlays are built with the Requirement Machine enabled.
469
if(SWIFTFILE_IS_STDLIB)
470
list(APPEND swift_flags "-Xfrontend" "-requirement-machine-protocol-signatures=verify")
471
+ list(APPEND swift_flags "-Xfrontend" "-requirement-machine-abstract-signatures=verify")
472
473
474
# The standard library and overlays are built resiliently when SWIFT_STDLIB_STABLE_ABI=On.
0 commit comments