Skip to content

Commit 0e6486e

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#251 from keith/ks/fix-mapper
Fix Mapper SwiftPM compatibility
2 parents 29d3e23 + ab364e6 commit 0e6486e

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

projects.json

+6-11
Original file line numberDiff line numberDiff line change
@@ -2525,7 +2525,11 @@
25252525
"compatibility": [
25262526
{
25272527
"version": "4.0",
2528-
"commit": "45f5726304f41e6e6ad5d3d836e89940e165f48d"
2528+
"commit": "d501cb83be55d67779dd2dc3e2dea53fdf78c39d"
2529+
},
2530+
{
2531+
"version": "4.2",
2532+
"commit": "d501cb83be55d67779dd2dc3e2dea53fdf78c39d"
25292533
}
25302534
],
25312535
"platforms": [
@@ -2563,16 +2567,7 @@
25632567
},
25642568
{
25652569
"action": "BuildSwiftPackage",
2566-
"configuration": "release",
2567-
"xfail": {
2568-
"compatibility": {
2569-
"4.0": {
2570-
"branch": {
2571-
"master": "https://bugs.swift.org/browse/SR-8250"
2572-
}
2573-
}
2574-
}
2575-
}
2570+
"configuration": "release"
25762571
},
25772572
{
25782573
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)