We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8af801 commit af94337Copy full SHA for af94337
projects.json
@@ -4501,7 +4501,15 @@
4501
"action": "BuildSwiftPackage",
4502
"build_tests": "true",
4503
"configuration": "release",
4504
- "tags": "sourcekit-disabled swiftpm"
+ "tags": "sourcekit-disabled swiftpm",
4505
+ "xfail": [
4506
+ {
4507
+ "issue": "rdar://139409616",
4508
+ "compatibility": ["5.10"],
4509
+ "branch": ["release/5.10"],
4510
+ "job": ["source-compat"]
4511
+ }
4512
+ ]
4513
}
4514
]
4515
},
0 commit comments