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 7efe842 + 53aa78e commit ae7dfcbCopy full SHA for ae7dfcb
projects.json
@@ -2526,7 +2526,15 @@
2526
"scheme": "RxTest",
2527
"destination": "platform=macOS",
2528
"configuration": "Release",
2529
- "tags": "sourcekit-disabled"
+ "tags": "sourcekit-disabled",
2530
+ "xfail": [
2531
+ {
2532
+ "issue": "https://bugs.swift.org/browse/SR-14655",
2533
+ "compatibility": ["5.1"],
2534
+ "branch": ["main"],
2535
+ "configuration": "release"
2536
+ }
2537
+ ]
2538
},
2539
{
2540
"action": "BuildXcodeWorkspaceScheme",
0 commit comments