From 662ebee200ca7c3b3f126d2774ad3c9b5173d2c8 Mon Sep 17 00:00:00 2001 From: Pavel Yaskevich Date: Mon, 30 Jun 2025 16:30:03 -0700 Subject: [PATCH] Un-XFAIL Doggie in debug configuration on main Type-checking performance issue is fixed by https://github.com/swiftlang/swift/pull/82574 --- projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects.json b/projects.json index c8c30b9a..6c0e9d18 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", "release/6.1", "release/6.2"], + "branch": ["release/5.9", "release/5.10", "release/6.0", "release/6.1", "release/6.2"], "configuration": "debug", "platform": "Darwin", "job": ["source-compat"]