Skip to content

Commit a40093a

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request #214 from apple/xfail-swiftpm-4.2
Also xfail Swift Package builds on 4.2
2 parents 8fe2686 + fa56824 commit a40093a

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

projects.json

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@
182182
"compatibility": {
183183
"4.0": {
184184
"branch": {
185-
"master": "https://bugs.swift.org/browse/SR-8234"
185+
"master": "https://bugs.swift.org/browse/SR-8234",
186+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8234"
186187
}
187188
}
188189
}
@@ -195,7 +196,8 @@
195196
"compatibility": {
196197
"4.0": {
197198
"branch": {
198-
"master": "https://bugs.swift.org/browse/SR-8234"
199+
"master": "https://bugs.swift.org/browse/SR-8234",
200+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8234"
199201
}
200202
}
201203
}
@@ -520,7 +522,8 @@
520522
"compatibility": {
521523
"4.0": {
522524
"branch": {
523-
"master": "https://bugs.swift.org/browse/SR-8234"
525+
"master": "https://bugs.swift.org/browse/SR-8234",
526+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8234"
524527
}
525528
}
526529
}
@@ -626,7 +629,8 @@
626629
"compatibility": {
627630
"4.0": {
628631
"branch": {
629-
"master": "https://bugs.swift.org/browse/SR-8234"
632+
"master": "https://bugs.swift.org/browse/SR-8234",
633+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8234"
630634
}
631635
}
632636
}
@@ -1064,7 +1068,8 @@
10641068
"compatibility": {
10651069
"4.0": {
10661070
"branch": {
1067-
"master": "https://bugs.swift.org/browse/SR-8234"
1071+
"master": "https://bugs.swift.org/browse/SR-8234",
1072+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8234"
10681073
}
10691074
}
10701075
}
@@ -1098,7 +1103,8 @@
10981103
"compatibility": {
10991104
"4.0": {
11001105
"branch": {
1101-
"master": "https://bugs.swift.org/browse/SR-8234"
1106+
"master": "https://bugs.swift.org/browse/SR-8234",
1107+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8234"
11021108
}
11031109
}
11041110
}
@@ -1133,7 +1139,8 @@
11331139
"compatibility": {
11341140
"4.0": {
11351141
"branch": {
1136-
"master": "https://bugs.swift.org/browse/SR-8234"
1142+
"master": "https://bugs.swift.org/browse/SR-8234",
1143+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8234"
11371144
}
11381145
}
11391146
}
@@ -1254,7 +1261,8 @@
12541261
"compatibility": {
12551262
"3.0": {
12561263
"branch": {
1257-
"master": "https://bugs.swift.org/browse/SR-8234"
1264+
"master": "https://bugs.swift.org/browse/SR-8234",
1265+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8234"
12581266
}
12591267
}
12601268
}
@@ -1339,7 +1347,8 @@
13391347
"compatibility": {
13401348
"4.0": {
13411349
"branch": {
1342-
"master": "https://bugs.swift.org/browse/SR-8234"
1350+
"master": "https://bugs.swift.org/browse/SR-8234",
1351+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8234"
13431352
}
13441353
}
13451354
}
@@ -1488,7 +1497,8 @@
14881497
"compatibility": {
14891498
"4.0": {
14901499
"branch": {
1491-
"master": "https://bugs.swift.org/browse/SR-8234"
1500+
"master": "https://bugs.swift.org/browse/SR-8234",
1501+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8234"
14921502
}
14931503
}
14941504
}
@@ -1825,7 +1835,8 @@
18251835
"compatibility": {
18261836
"4.0": {
18271837
"branch": {
1828-
"master": "https://bugs.swift.org/browse/SR-8234"
1838+
"master": "https://bugs.swift.org/browse/SR-8234",
1839+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8234"
18291840
}
18301841
}
18311842
}
@@ -2273,7 +2284,8 @@
22732284
"compatibility": {
22742285
"4.0": {
22752286
"branch": {
2276-
"master": "https://bugs.swift.org/browse/SR-8234"
2287+
"master": "https://bugs.swift.org/browse/SR-8234",
2288+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8234"
22772289
}
22782290
}
22792291
}

0 commit comments

Comments
 (0)