From 8df9a5f3bdb1a5cc8effcd0ba099a8445231acf3 Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Fri, 14 Nov 2025 17:34:25 +0000 Subject: [PATCH] Bump revision for swift-power-assert The previous revision depended on a version of swift-syntax that had some code that should have never been accepted by the compiler. Bump the revision to a new enough version that has a new enough swift-syntax dependency. --- projects.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/projects.json b/projects.json index 6273aed1..09ca5efd 100755 --- a/projects.json +++ b/projects.json @@ -3018,8 +3018,8 @@ "maintainer": "kishikawakatsumi@mac.com", "compatibility": [ { - "version": "5.0", - "commit": "a60cb50b141d723ec51c1788fe454e93d468d5de" + "version": "5.9", + "commit": "e06a8c7588b01957228a59d5009fd24c31f6de38" } ], "platforms": [ @@ -3029,15 +3029,7 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit sourcekit-smoke", - "xfail": [ - { - "issue": "Only Supports 5.9+", - "compatibility": "5.0", - "branch": ["release/5.8"], - "job": ["source-compat"] - } - ] + "tags": "sourcekit sourcekit-smoke" }, { "action": "TestSwiftPackage"