From 03fffb25e2d777462b719cb4964249c30b19d58f Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 5 Feb 2026 18:57:00 +0100 Subject: [PATCH] Set max_compatibility_level=3 for rules_swift (#8920) This is necessary to be compatible with both rules_swift 2.x and 3.x. --- MODULE.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/MODULE.bazel b/MODULE.bazel index c4d4f1019..d6416265c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -50,6 +50,7 @@ bazel_dep( bazel_dep( name = "rules_swift", version = "2.1.1", + max_compatibility_level = 3, repo_name = "build_bazel_rules_swift", ) bazel_dep(