Skip to content

Commit 3c63033

Browse files
authored
Merge pull request #999 from xedin/xfail-alamofire-and-kommander
XFAIL Alamofire and kommander projects on main due to verifier crash
2 parents 5f0b008 + 962f3ab commit 3c63033

File tree

1 file changed

+90
-9
lines changed

1 file changed

+90
-9
lines changed

projects.json

Lines changed: 90 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,36 +111,81 @@
111111
"workspace": "Alamofire.xcworkspace",
112112
"scheme": "Alamofire iOS",
113113
"destination": "generic/platform=iOS",
114-
"configuration": "Release"
114+
"configuration": "Release",
115+
"xfail": [
116+
{
117+
"issue": "https://github.com/swiftlang/swift/issues/80935",
118+
"compatibility": ["5.0"],
119+
"branch": ["main"],
120+
"job": ["source-compat"],
121+
"platform": "Darwin"
122+
}
123+
]
115124
},
116125
{
117126
"action": "BuildXcodeWorkspaceScheme",
118127
"workspace": "Alamofire.xcworkspace",
119128
"scheme": "Alamofire macOS",
120129
"destination": "generic/platform=macOS",
121130
"configuration": "Release",
122-
"tags": "sourcekit-disabled"
131+
"tags": "sourcekit-disabled",
132+
"xfail": [
133+
{
134+
"issue": "https://github.com/swiftlang/swift/issues/80935",
135+
"compatibility": ["5.0"],
136+
"branch": ["main"],
137+
"job": ["source-compat"],
138+
"platform": "Darwin"
139+
}
140+
]
123141
},
124142
{
125143
"action": "BuildXcodeWorkspaceScheme",
126144
"workspace": "Alamofire.xcworkspace",
127145
"scheme": "Alamofire tvOS",
128146
"destination": "generic/platform=tvOS",
129-
"configuration": "Release"
147+
"configuration": "Release",
148+
"xfail": [
149+
{
150+
"issue": "https://github.com/swiftlang/swift/issues/80935",
151+
"compatibility": ["5.0"],
152+
"branch": ["main"],
153+
"job": ["source-compat"],
154+
"platform": "Darwin"
155+
}
156+
]
130157
},
131158
{
132159
"action": "BuildXcodeWorkspaceScheme",
133160
"workspace": "Alamofire.xcworkspace",
134161
"scheme": "Alamofire watchOS",
135162
"destination": "generic/platform=watchOS",
136-
"configuration": "Release"
163+
"configuration": "Release",
164+
"xfail": [
165+
{
166+
"issue": "https://github.com/swiftlang/swift/issues/80935",
167+
"compatibility": ["5.0"],
168+
"branch": ["main"],
169+
"job": ["source-compat"],
170+
"platform": "Darwin"
171+
}
172+
]
137173
},
138174
{
139175
"action": "BuildXcodeWorkspaceScheme",
140176
"workspace": "Alamofire.xcworkspace",
141177
"scheme": "iOS Example",
142178
"destination": "generic/platform=iOS",
143-
"configuration": "Release"
179+
"configuration": "Release",
180+
"xfail": [
181+
{
182+
"issue": "https://github.com/swiftlang/swift/issues/80935",
183+
"compatibility": ["5.0"],
184+
"branch": ["main"],
185+
"job": ["source-compat"],
186+
"platform": "Darwin"
187+
}
188+
]
144189
}
145190
]
146191
},
@@ -4059,29 +4104,65 @@
40594104
"workspace": "Kommander.xcworkspace",
40604105
"scheme": "Kommander",
40614106
"destination": "generic/platform=iOS",
4062-
"configuration": "Release"
4107+
"configuration": "Release",
4108+
"xfail": [
4109+
{
4110+
"issue": "https://github.com/swiftlang/swift/issues/80935",
4111+
"compatibility": ["4.2", "5.0"],
4112+
"branch": ["main"],
4113+
"job": ["source-compat"],
4114+
"platform": "Darwin"
4115+
}
4116+
]
40634117
},
40644118
{
40654119
"action": "BuildXcodeWorkspaceScheme",
40664120
"workspace": "Kommander.xcworkspace",
40674121
"scheme": "Kommander macOS",
40684122
"destination": "generic/platform=macOS",
40694123
"configuration": "Release",
4070-
"tags": "sourcekit-disabled"
4124+
"tags": "sourcekit-disabled",
4125+
"xfail": [
4126+
{
4127+
"issue": "https://github.com/swiftlang/swift/issues/80935",
4128+
"compatibility": ["4.2", "5.0"],
4129+
"branch": ["main"],
4130+
"job": ["source-compat"],
4131+
"platform": "Darwin"
4132+
}
4133+
]
40714134
},
40724135
{
40734136
"action": "BuildXcodeWorkspaceScheme",
40744137
"workspace": "Kommander.xcworkspace",
40754138
"scheme": "Kommander tvOS",
40764139
"destination": "generic/platform=tvOS",
4077-
"configuration": "Release"
4140+
"configuration": "Release",
4141+
"xfail": [
4142+
{
4143+
"issue": "https://github.com/swiftlang/swift/issues/80935",
4144+
"compatibility": ["4.2", "5.0"],
4145+
"branch": ["main"],
4146+
"job": ["source-compat"],
4147+
"platform": "Darwin"
4148+
}
4149+
]
40784150
},
40794151
{
40804152
"action": "BuildXcodeWorkspaceScheme",
40814153
"workspace": "Kommander.xcworkspace",
40824154
"scheme": "Kommander watchOS",
40834155
"destination": "generic/platform=watchOS",
4084-
"configuration": "Release"
4156+
"configuration": "Release",
4157+
"xfail": [
4158+
{
4159+
"issue": "https://github.com/swiftlang/swift/issues/80935",
4160+
"compatibility": ["4.2", "5.0"],
4161+
"branch": ["main"],
4162+
"job": ["source-compat"],
4163+
"platform": "Darwin"
4164+
}
4165+
]
40854166
}
40864167
]
40874168
},

0 commit comments

Comments
 (0)