Skip to content

Commit fa52f39

Browse files
committed
[Regex] Downgrade implicit import warning to remark
Temporarily downgrade the warning "unable to perform implicit import of '_StringProcessing' module: no such module found" to a remark to suppress some unuseful build noise. rdar://92588458
1 parent 9213d0b commit fa52f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/DiagnosticsFrontend.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ WARNING(emit_reference_dependencies_without_primary_file,none,
149149

150150
WARNING(warn_implicit_concurrency_import_failed,none,
151151
"unable to perform implicit import of \"_Concurrency\" module: no such module found", ())
152-
WARNING(warn_implicit_string_processing_import_failed,none,
153-
"unable to perform implicit import of \"_StringProcessing\" module: no such module found", ())
152+
REMARK(warn_implicit_string_processing_import_failed,none,
153+
"unable to perform implicit import of \"_StringProcessing\" module: no such module found", ())
154154

155155
ERROR(error_module_name_required,none, "-module-name is required", ())
156156
ERROR(error_bad_module_name,none,

0 commit comments

Comments
 (0)