From a4fe8bb2059baf2467a733d9bea441dbb7205fbf Mon Sep 17 00:00:00 2001 From: justiceadams Date: Mon, 10 Mar 2025 11:54:36 -0700 Subject: [PATCH 1/2] update grpc xfail --- projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects.json b/projects.json index c18aadbe..32e03ed7 100755 --- a/projects.json +++ b/projects.json @@ -1067,7 +1067,7 @@ "compatibility": ["5.0"], "branch": ["main"], "configuration": "release", - "platform": "Darwin", + "platform": "Linux", "job": ["source-compat"] } ] From c2aed70b455776ed4f5430d0cdb11185f248590a Mon Sep 17 00:00:00 2001 From: justiceadams Date: Mon, 10 Mar 2025 12:14:49 -0700 Subject: [PATCH 2/2] GRBD - https://github.com/swiftlang/swift/issues/79888 --- projects.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/projects.json b/projects.json index 32e03ed7..dba0c91f 100755 --- a/projects.json +++ b/projects.json @@ -1031,6 +1031,14 @@ "compatibility": ["4.2", "5.1", "5.3", "5.7"], "branch": ["main", "release/6.1"], "job": ["source-compat"] + }, + { + "issue": "https://github.com/swiftlang/swift/issues/79888", + "platform": "Darwin", + "configuration": "debug", + "compatibility": ["6.0"], + "branch": ["main", "release/6.1"], + "job": ["source-compat"] } ] },