File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1186
1186
"scheme" : " ReactiveExtensions-iOS" ,
1187
1187
"destination" : " generic/platform=iOS" ,
1188
1188
"configuration" : " Release" ,
1189
- "tags" : " sourcekit-disabled"
1189
+ "tags" : " sourcekit-disabled" ,
1190
+ "xfail" : [
1191
+ {
1192
+ "issue" : " rdar://problem/75437284" ,
1193
+ "compatibility" : [" 5.1" ],
1194
+ "branch" : [" main" ]
1195
+ }
1196
+ ]
1190
1197
},
1191
1198
{
1192
1199
"action" : " BuildXcodeProjectScheme" ,
1193
1200
"project" : " ReactiveExtensions.xcodeproj" ,
1194
1201
"scheme" : " ReactiveExtensions-TestHelpers-iOS" ,
1195
1202
"destination" : " generic/platform=iOS" ,
1196
- "configuration" : " Release"
1203
+ "configuration" : " Release" ,
1204
+ "xfail" : [
1205
+ {
1206
+ "issue" : " rdar://problem/75437284" ,
1207
+ "compatibility" : [" 5.1" ],
1208
+ "branch" : [" main" ]
1209
+ }
1210
+ ]
1197
1211
}
1198
1212
]
1199
1213
},
Original file line number Diff line number Diff line change @@ -42,10 +42,7 @@ def main():
42
42
xcodebuild_flags = args .add_xcodebuild_flags
43
43
xcodebuild_flags += (' ' if xcodebuild_flags else '' ) + 'DEBUG_INFORMATION_FORMAT=dwarf'
44
44
45
- # FIXME: using swift-driver in the source compatibility test suite
46
- # is blocked by rdar://75486433
47
45
swift_flags = args .add_swift_flags
48
- swift_flags += (' ' if swift_flags else '' ) + '-disallow-use-new-driver'
49
46
50
47
index = json .loads (open (args .projects ).read ())
51
48
result = project_future .ProjectListBuilder (
You can’t perform that action at this time.
0 commit comments