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.
2 parents 2a55767 + f88774b commit ef37822Copy full SHA for ef37822
projects.json
@@ -3533,7 +3533,14 @@
3533
{
3534
"action": "BuildSwiftPackage",
3535
"configuration": "release",
3536
- "tags": "sourcekit-disabled swiftpm"
+ "tags": "sourcekit-disabled swiftpm",
3537
+ "xfail": [
3538
+ {
3539
+ "issue": "https://bugs.swift.org/browse/SR-15060",
3540
+ "compatibility": ["5.0", "5.2"],
3541
+ "branch": ["main"]
3542
+ }
3543
+ ]
3544
},
3545
3546
"action": "TestSwiftPackage"
0 commit comments