diff --git a/cmake/modules/SwiftCompilerCapability.cmake b/cmake/modules/SwiftCompilerCapability.cmake index 7a00b319aae..6ae87e0bbaf 100644 --- a/cmake/modules/SwiftCompilerCapability.cmake +++ b/cmake/modules/SwiftCompilerCapability.cmake @@ -51,6 +51,7 @@ function(swift_get_package_cmo_support out_var) # > 6.0 : Fixed feature. swift_supports_compiler_arguments(result -package-name my-package + -enable-library-evolution -Xfrontend -package-cmo -Xfrontend -allow-non-resilient-access )