|
1113 | 1113 | "scheme": "Prelude-iOS",
|
1114 | 1114 | "destination": "generic/platform=iOS",
|
1115 | 1115 | "configuration": "Release",
|
1116 |
| - "tags": "sourcekit-disabled" |
| 1116 | + "tags": "sourcekit-disabled", |
| 1117 | + "xfail": [ |
| 1118 | + { |
| 1119 | + "issue": "rdar://problem/68759819", |
| 1120 | + "compatibility": ["4.0"], |
| 1121 | + "branch": "master", |
| 1122 | + "configuration": "debug" |
| 1123 | + } |
| 1124 | + ] |
1117 | 1125 | },
|
1118 | 1126 | {
|
1119 | 1127 | "action": "BuildXcodeProjectScheme",
|
1120 | 1128 | "project": "Prelude.xcodeproj",
|
1121 | 1129 | "scheme": "Prelude-UIKit-iOS",
|
1122 | 1130 | "destination": "generic/platform=iOS",
|
1123 | 1131 | "configuration": "Release",
|
1124 |
| - "tags": "sourcekit-disabled" |
| 1132 | + "tags": "sourcekit-disabled", |
| 1133 | + "xfail": [ |
| 1134 | + { |
| 1135 | + "issue": "rdar://problem/68759819", |
| 1136 | + "compatibility": ["4.0"], |
| 1137 | + "branch": "master", |
| 1138 | + "configuration": "debug" |
| 1139 | + } |
| 1140 | + ] |
1125 | 1141 | }
|
1126 | 1142 | ]
|
1127 | 1143 | },
|
|
1151 | 1167 | "scheme": "ReactiveExtensions-iOS",
|
1152 | 1168 | "destination": "generic/platform=iOS",
|
1153 | 1169 | "configuration": "Release",
|
1154 |
| - "tags": "sourcekit-disabled" |
| 1170 | + "tags": "sourcekit-disabled", |
| 1171 | + "xfail": [ |
| 1172 | + { |
| 1173 | + "issue": "rdar://problem/68759819", |
| 1174 | + "compatibility": ["4.0", "5.1"], |
| 1175 | + "branch": "master", |
| 1176 | + "configuration": "debug" |
| 1177 | + } |
| 1178 | + ] |
1155 | 1179 | },
|
1156 | 1180 | {
|
1157 | 1181 | "action": "BuildXcodeProjectScheme",
|
|
0 commit comments