From 2520684db79a7f232219fdc30b5d6ee4383987bd Mon Sep 17 00:00:00 2001 From: Pavel Yaskevich Date: Tue, 24 Sep 2024 09:18:35 -0700 Subject: [PATCH] Un-XFAIL Doggie in debug configuration on main Type-checking performance issue is fixed by https://github.com/swiftlang/swift/pull/63585 --- projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects.json b/projects.json index e7b3feb6..0905c30b 100755 --- a/projects.json +++ b/projects.json @@ -786,7 +786,7 @@ { "issue": "https://github.com/apple/swift/issues/70764", "compatibility": "5.0", - "branch": ["main", "release/5.9", "release/5.10", "release/6.0"], + "branch": ["release/5.9", "release/5.10", "release/6.0"], "configuration": "debug", "platform": "Darwin", "job": ["source-compat"]