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 1bf1fee commit 0ebf98cCopy full SHA for 0ebf98c
stdlib/cmake/modules/SwiftSource.cmake
@@ -483,7 +483,8 @@ function(_compile_swift_files
483
# The standard library and overlays are built resiliently when SWIFT_STDLIB_STABLE_ABI=On.
484
if(SWIFTFILE_IS_STDLIB AND SWIFT_STDLIB_STABLE_ABI)
485
list(APPEND swift_flags "-enable-library-evolution")
486
- list(APPEND swift_flags "-Xfrontend" "-library-level" "-Xfrontend" "api")
+ list(APPEND swift_flags "-library-level" "api")
487
+ list(APPEND swift_flags "-require-explicit-availability=ignore")
488
endif()
489
490
if("${SWIFT_SDK_${SWIFTFILE_SDK}_THREADING_PACKAGE}" STREQUAL "none")
0 commit comments