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 d8b2f2a commit 5215da6Copy full SHA for 5215da6
projects.json
@@ -3408,7 +3408,15 @@
3408
{
3409
"action": "BuildSwiftPackage",
3410
"configuration": "release",
3411
- "tags": "swiftpm"
+ "tags": "swiftpm",
3412
+ "xfail": [
3413
+ {
3414
+ "issue": "rdar://96437311",
3415
+ "compatibility": "5.0",
3416
+ "branch": ["main"],
3417
+ "job": ["source-compat"]
3418
+ }
3419
+ ]
3420
},
3421
3422
"action": "TestSwiftPackage"
0 commit comments