diff --git a/projects.json b/projects.json index af6a4b0e..9a52f73c 100755 --- a/projects.json +++ b/projects.json @@ -1076,8 +1076,7 @@ "compatibility": "5.0", "branch": [ "release/6.0", - "release/6.1", - "release/6.2" + "release/6.1" ], "job": [ "source-compat" @@ -3461,8 +3460,19 @@ "compatibility": "5.7", "branch": [ "release/6.0", - "release/6.1", - "release/6.2" + "release/6.1" + ], + "job": [ + "source-compat" + ] + }, + { + "issue": "https://github.com/swiftlang/swift/issues/85215", + "platform": "Darwin", + "compatibility": "5.7", + "configuration": "release", + "branch": [ + "main" ], "job": [ "source-compat" @@ -4640,7 +4650,15 @@ "action": "BuildSwiftPackage", "build_tests": "true", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://164019335", + "compatibility": ["5.10"], + "branch": ["main", "release/6.2"], + "job": ["source-compat"] + } + ] } ] }, @@ -5431,7 +5449,8 @@ "compatibility": ["5.10"], "branch": ["main"], "job": ["source-compat"], - "platform": "Darwin" + "platform": "Darwin", + "configuration": "release" } ] }