|
502 | 502 | "actions": [
|
503 | 503 | {
|
504 | 504 | "action": "BuildSwiftPackage",
|
505 |
| - "configuration": "release" |
| 505 | + "configuration": "release", |
| 506 | + "xfail": { |
| 507 | + "compatibility": { |
| 508 | + "4.0": { |
| 509 | + "branch": { |
| 510 | + "master": "https://bugs.swift.org/browse/SR-6907" |
| 511 | + } |
| 512 | + }, |
| 513 | + "3.1": { |
| 514 | + "branch": { |
| 515 | + "master": "https://bugs.swift.org/browse/SR-6907" |
| 516 | + } |
| 517 | + } |
| 518 | + } |
| 519 | + } |
506 | 520 | },
|
507 | 521 | {
|
508 | 522 | "action": "TestSwiftPackage"
|
|
1012 | 1026 | "workspace": "ObjectMapper.xcworkspace",
|
1013 | 1027 | "scheme": "ObjectMapper-iOS",
|
1014 | 1028 | "destination": "generic/platform=iOS",
|
1015 |
| - "configuration": "Release" |
| 1029 | + "configuration": "Release", |
| 1030 | + "xfail": { |
| 1031 | + "compatibility": { |
| 1032 | + "3.0": { |
| 1033 | + "branch": { |
| 1034 | + "master": "https://bugs.swift.org/browse/SR-6690", |
| 1035 | + "swift-4.1-branch": "https://bugs.swift.org/browse/SR-6690" |
| 1036 | + } |
| 1037 | + } |
| 1038 | + } |
| 1039 | + } |
1016 | 1040 | },
|
1017 | 1041 | {
|
1018 | 1042 | "action": "BuildXcodeWorkspaceScheme",
|
1019 | 1043 | "workspace": "ObjectMapper.xcworkspace",
|
1020 | 1044 | "scheme": "ObjectMapper-Mac",
|
1021 | 1045 | "destination": "generic/platform=macOS",
|
1022 |
| - "configuration": "Release" |
| 1046 | + "configuration": "Release", |
| 1047 | + "xfail": { |
| 1048 | + "compatibility": { |
| 1049 | + "3.0": { |
| 1050 | + "branch": { |
| 1051 | + "master": "https://bugs.swift.org/browse/SR-6690", |
| 1052 | + "swift-4.1-branch": "https://bugs.swift.org/browse/SR-6690" |
| 1053 | + } |
| 1054 | + } |
| 1055 | + } |
| 1056 | + } |
1023 | 1057 | },
|
1024 | 1058 | {
|
1025 | 1059 | "action": "BuildXcodeWorkspaceScheme",
|
1026 | 1060 | "workspace": "ObjectMapper.xcworkspace",
|
1027 | 1061 | "scheme": "ObjectMapper-tvOS",
|
1028 | 1062 | "destination": "generic/platform=tvOS",
|
1029 |
| - "configuration": "Release" |
| 1063 | + "configuration": "Release", |
| 1064 | + "xfail": { |
| 1065 | + "compatibility": { |
| 1066 | + "3.0": { |
| 1067 | + "branch": { |
| 1068 | + "master": "https://bugs.swift.org/browse/SR-6690", |
| 1069 | + "swift-4.1-branch": "https://bugs.swift.org/browse/SR-6690" |
| 1070 | + } |
| 1071 | + } |
| 1072 | + } |
| 1073 | + } |
1030 | 1074 | },
|
1031 | 1075 | {
|
1032 | 1076 | "action": "BuildXcodeWorkspaceScheme",
|
1033 | 1077 | "workspace": "ObjectMapper.xcworkspace",
|
1034 | 1078 | "scheme": "ObjectMapper-watchOS",
|
1035 | 1079 | "destination": "generic/platform=watchOS",
|
1036 |
| - "configuration": "Release" |
| 1080 | + "configuration": "Release", |
| 1081 | + "xfail": { |
| 1082 | + "compatibility": { |
| 1083 | + "3.0": { |
| 1084 | + "branch": { |
| 1085 | + "master": "https://bugs.swift.org/browse/SR-6690", |
| 1086 | + "swift-4.1-branch": "https://bugs.swift.org/browse/SR-6690" |
| 1087 | + } |
| 1088 | + } |
| 1089 | + } |
| 1090 | + } |
1037 | 1091 | }
|
1038 | 1092 | ]
|
1039 | 1093 | },
|
|
0 commit comments