Skip to content

Commit 4433c01

Browse files
committed
Un-XFAIL SRP on main with Swift 5.0 now that SR-13190 is fixed. Non-main and Swift 4 still fail.
1 parent 8a3f9fb commit 4433c01

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

projects.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,10 +2564,16 @@
25642564
"configuration": "release",
25652565
"tags": "sourcekit-disabled swiftpm",
25662566
"xfail": [
2567+
{
2568+
"issue": "https://bugs.swift.org/browse/SR-13190",
2569+
"compatibility": ["4.0"],
2570+
"branch": ["main"],
2571+
"job": ["source-compat"]
2572+
},
25672573
{
25682574
"issue": "https://bugs.swift.org/browse/SR-13190",
25692575
"compatibility": ["4.0", "5.0"],
2570-
"branch": ["main", "release/5.4", "release/5.5", "release/5.6"],
2576+
"branch": ["release/5.4", "release/5.5", "release/5.6"],
25712577
"job": ["source-compat"]
25722578
}
25732579
]

0 commit comments

Comments
 (0)