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 758d4ed commit 20fb481Copy full SHA for 20fb481
stdlib/cmake/modules/SwiftSource.cmake
@@ -483,8 +483,7 @@ 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 "-library-level" "api")
487
- list(APPEND swift_flags "-Xfrontend" "-require-explicit-availability=ignore")
+ list(APPEND swift_flags "-Xfrontend" "-library-level" "-Xfrontend" "api")
488
endif()
489
490
if("${SWIFT_SDK_${SWIFTFILE_SDK}_THREADING_PACKAGE}" STREQUAL "none")
0 commit comments