We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
penny-bot
1 parent d8f8ac7 commit d4e82aaCopy full SHA for d4e82aa
projects.json
@@ -4763,7 +4763,16 @@
4763
"action": "BuildSwiftPackage",
4764
"configuration": "release",
4765
"build_tests": "true",
4766
- "tags": "swiftpm"
+ "tags": "swiftpm",
4767
+ "xfail": [
4768
+ {
4769
+ "issue": "https://github.com/apple/swift-package-manager/issues/7521",
4770
+ "compatibility": ["5.9"],
4771
+ "branch": ["release/5.9"],
4772
+ "job": ["source-compat"],
4773
+ "platform": "Darwin"
4774
+ }
4775
+ ]
4776
},
4777
{
4778
"action": "TestSwiftPackage"
0 commit comments