|
385 | 385 | "workspace": "CoreStore.xcworkspace",
|
386 | 386 | "scheme": "CoreStore tvOS",
|
387 | 387 | "destination": "generic/platform=tvOS",
|
388 |
| - "configuration": "Release" |
| 388 | + "configuration": "Release", |
| 389 | + "xfail": { |
| 390 | + "compatibility": { |
| 391 | + "3.2": { |
| 392 | + "branch": { |
| 393 | + "master": "https://bugs.swift.org/browse/SR-7908", |
| 394 | + "swift-4.2-branch": "https://bugs.swift.org/browse/SR-7908" |
| 395 | + } |
| 396 | + }, |
| 397 | + "4.0": { |
| 398 | + "branch": { |
| 399 | + "master": "https://bugs.swift.org/browse/SR-7908", |
| 400 | + "swift-4.2-branch": "https://bugs.swift.org/browse/SR-7908" |
| 401 | + } |
| 402 | + } |
| 403 | + } |
| 404 | + } |
389 | 405 | },
|
390 | 406 | {
|
391 | 407 | "action": "BuildXcodeWorkspaceScheme",
|
392 | 408 | "workspace": "CoreStore.xcworkspace",
|
393 | 409 | "scheme": "CoreStore watchOS",
|
394 | 410 | "destination": "generic/platform=watchOS",
|
395 |
| - "configuration": "Release" |
| 411 | + "configuration": "Release", |
| 412 | + "xfail": { |
| 413 | + "compatibility": { |
| 414 | + "3.2": { |
| 415 | + "branch": { |
| 416 | + "master": "https://bugs.swift.org/browse/SR-7908", |
| 417 | + "swift-4.2-branch": "https://bugs.swift.org/browse/SR-7908" |
| 418 | + } |
| 419 | + }, |
| 420 | + "4.0": { |
| 421 | + "branch": { |
| 422 | + "master": "https://bugs.swift.org/browse/SR-7908", |
| 423 | + "swift-4.2-branch": "https://bugs.swift.org/browse/SR-7908" |
| 424 | + } |
| 425 | + } |
| 426 | + } |
| 427 | + } |
396 | 428 | },
|
397 | 429 | {
|
398 | 430 | "action": "BuildXcodeWorkspaceScheme",
|
|
0 commit comments