From f017bfff7eaeedf29dd0aaf01777b277ef00b1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Sat, 29 Nov 2025 12:19:10 +0100 Subject: [PATCH] Warn about missing explicit target dependencies (#6361) Don't err as SwiftWarningControl would currently cause a failure. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33adea7ed..4254c0947 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ spm_build_plugins: swift build -c release --product SwiftLintBuildToolPlugin spm_test: - swift test --parallel -Xswiftc -DDISABLE_FOCUSED_EXAMPLES + swift test --parallel --explicit-target-dependency-import-check warn -Xswiftc -DDISABLE_FOCUSED_EXAMPLES write_xcodebuild_log: xcodebuild -scheme swiftlint clean build-for-testing -destination "platform=macOS" > xcodebuild.log