From 5bef70510d24870030b57b5d68b771d32ab83d97 Mon Sep 17 00:00:00 2001 From: Justice Adams <107649528+justice-adams-apple@users.noreply.github.com> Date: Mon, 10 Nov 2025 13:53:59 -0800 Subject: [PATCH 1/2] un-xfail distributed actors --- projects.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/projects.json b/projects.json index 81e67885..9a52f73c 100755 --- a/projects.json +++ b/projects.json @@ -3477,13 +3477,6 @@ "job": [ "source-compat" ] - }, - { - "issue": "rdar://163791748", - "platform": "Darwin", - "compatibility": "5.7", - "branch": ["main"], - "job": ["source-compat"] } ] } From 5fb16a9146d3f4656f559d37f6f623747a9d1c40 Mon Sep 17 00:00:00 2001 From: justiceadams Date: Wed, 12 Nov 2025 10:42:20 -0800 Subject: [PATCH 2/2] unxfail hummingbird and swiftlint-legacy --- projects.json | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/projects.json b/projects.json index 9a52f73c..f6e9755c 100755 --- a/projects.json +++ b/projects.json @@ -3210,15 +3210,7 @@ "branch": ["main", "release/6.0", "release/6.1", "release/6.2"], "job": ["source-compat"], "configuration": ["debug"] - }, - { - "issue": "rdar://159565344", - "compatibility": ["4.0", "4.2"], - "branch": ["main"], - "job": ["source-compat"], - "configuration": ["release"] } - ] }, { @@ -5442,17 +5434,7 @@ "action": "BuildSwiftPackage", "build_tests": "true", "configuration": "release", - "tags": "swiftpm", - "xfail": [ - { - "issue": "rdar://163680457", - "compatibility": ["5.10"], - "branch": ["main"], - "job": ["source-compat"], - "platform": "Darwin", - "configuration": "release" - } - ] + "tags": "swiftpm" } ] },