From 7010fac4e16198ad2805884434671bc11cf527dc Mon Sep 17 00:00:00 2001 From: Doug Gregor Date: Fri, 5 Sep 2025 13:43:04 -0700 Subject: [PATCH] [Seista] Un-XFAIL release builds now that they are fixed Tracked by rdar://82303284, but fixed incidentally by pull request #84110. Fixes issue #57431. --- projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects.json b/projects.json index 30d4e57b..1a5b0de3 100755 --- a/projects.json +++ b/projects.json @@ -4372,7 +4372,7 @@ { "issue": "https://github.com/apple/swift/issues/57431", "compatibility": ["5.0"], - "branch": ["main", "release/6.0", "release/6.1", "release/6.2"], + "branch": ["release/6.0", "release/6.1", "release/6.2"], "job": ["source-compat"] } ]