|
2608 | 2608 | "workspace": "Tagged.xcworkspace",
|
2609 | 2609 | "scheme": "Tagged-Package",
|
2610 | 2610 | "destination": "generic/platform=macOS",
|
2611 |
| - "configuration": "Release" |
| 2611 | + "configuration": "Release", |
| 2612 | + "xfail": { |
| 2613 | + "compatibility": { |
| 2614 | + "4.1": { |
| 2615 | + "branch": { |
| 2616 | + "master": "https://bugs.swift.org/browse/SR-9252" |
| 2617 | + } |
| 2618 | + } |
| 2619 | + } |
| 2620 | + } |
2612 | 2621 | },
|
2613 | 2622 | {
|
2614 | 2623 | "action": "BuildXcodeWorkspaceScheme",
|
2615 | 2624 | "workspace": "Tagged.xcworkspace",
|
2616 | 2625 | "scheme": "Tagged-Package",
|
2617 | 2626 | "destination": "generic/platform=iOS",
|
2618 |
| - "configuration": "Release" |
| 2627 | + "configuration": "Release", |
| 2628 | + "xfail": { |
| 2629 | + "compatibility": { |
| 2630 | + "4.1": { |
| 2631 | + "branch": { |
| 2632 | + "master": "https://bugs.swift.org/browse/SR-9252" |
| 2633 | + } |
| 2634 | + } |
| 2635 | + } |
| 2636 | + } |
2619 | 2637 | },
|
2620 | 2638 | {
|
2621 | 2639 | "action": "BuildXcodeWorkspaceScheme",
|
2622 | 2640 | "workspace": "Tagged.xcworkspace",
|
2623 | 2641 | "scheme": "Tagged-Package",
|
2624 | 2642 | "destination": "generic/platform=tvOS",
|
2625 |
| - "configuration": "Release" |
| 2643 | + "configuration": "Release", |
| 2644 | + "xfail": { |
| 2645 | + "compatibility": { |
| 2646 | + "4.1": { |
| 2647 | + "branch": { |
| 2648 | + "master": "https://bugs.swift.org/browse/SR-9252" |
| 2649 | + } |
| 2650 | + } |
| 2651 | + } |
| 2652 | + } |
2626 | 2653 | },
|
2627 | 2654 | {
|
2628 | 2655 | "action": "BuildXcodeWorkspaceScheme",
|
2629 | 2656 | "workspace": "Tagged.xcworkspace",
|
2630 | 2657 | "scheme": "Tagged-Package",
|
2631 | 2658 | "destination": "generic/platform=watchOS",
|
2632 |
| - "configuration": "Release" |
| 2659 | + "configuration": "Release", |
| 2660 | + "xfail": { |
| 2661 | + "compatibility": { |
| 2662 | + "4.1": { |
| 2663 | + "branch": { |
| 2664 | + "master": "https://bugs.swift.org/browse/SR-9252" |
| 2665 | + } |
| 2666 | + } |
| 2667 | + } |
| 2668 | + } |
2633 | 2669 | },
|
2634 | 2670 | {
|
2635 | 2671 | "action": "BuildSwiftPackage",
|
2636 |
| - "configuration": "release" |
| 2672 | + "configuration": "release", |
| 2673 | + "xfail": { |
| 2674 | + "compatibility": { |
| 2675 | + "4.1": { |
| 2676 | + "branch": { |
| 2677 | + "master": "https://bugs.swift.org/browse/SR-9252" |
| 2678 | + } |
| 2679 | + } |
| 2680 | + } |
| 2681 | + } |
2637 | 2682 | },
|
2638 | 2683 | {
|
2639 | 2684 | "action": "TestSwiftPackage"
|
|
0 commit comments