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 bb7f378 commit 79adcabCopy full SHA for 79adcab
projects.json
@@ -1015,10 +1015,24 @@
1015
"action": "BuildSwiftPackage",
1016
"build_tests": "true",
1017
"configuration": "release",
1018
- "tags": "sourcekit-disabled swiftpm"
+ "tags": "sourcekit-disabled swiftpm",
1019
+ "xfail": [
1020
+ {
1021
+ "issue": "https://github.com/swiftlang/swift/issues/78635",
1022
+ "compatibility": "6.1",
1023
+ "branch": ["main"],
1024
+ }
1025
+ ]
1026
},
1027
{
- "action": "TestSwiftPackage"
1028
+ "action": "TestSwiftPackage",
1029
1030
1031
1032
1033
1034
1035
1036
}
1037
]
1038
0 commit comments