Skip to content

Commit 72357c7

Browse files
committed
Disable the _StringProcessing import in the Observation module
Fixes rdar://106374161
1 parent 8b63ce8 commit 72357c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Observation/Sources/Observation/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ add_swift_target_library(swiftObservation ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS
2828
SWIFT_COMPILE_FLAGS
2929
${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
3030
"-enable-experimental-feature" "Macros"
31+
-Xfrontend -disable-implicit-string-processing-module-import
3132

3233
C_COMPILE_FLAGS
3334
${swift_runtime_library_compile_flags}

0 commit comments

Comments
 (0)