Skip to content

Commit 00e6a64

Browse files
authored
Merge pull request #1000 from swiftlang/revert-999-xfail-alamofire-and-kommander
Revert "XFAIL Alamofire and kommander projects on main due to verifier crash"
2 parents 3c63033 + 6f98046 commit 00e6a64

File tree

1 file changed

+9
-90
lines changed

1 file changed

+9
-90
lines changed

projects.json

Lines changed: 9 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -111,81 +111,36 @@
111111
"workspace": "Alamofire.xcworkspace",
112112
"scheme": "Alamofire iOS",
113113
"destination": "generic/platform=iOS",
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-
]
114+
"configuration": "Release"
124115
},
125116
{
126117
"action": "BuildXcodeWorkspaceScheme",
127118
"workspace": "Alamofire.xcworkspace",
128119
"scheme": "Alamofire macOS",
129120
"destination": "generic/platform=macOS",
130121
"configuration": "Release",
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-
]
122+
"tags": "sourcekit-disabled"
141123
},
142124
{
143125
"action": "BuildXcodeWorkspaceScheme",
144126
"workspace": "Alamofire.xcworkspace",
145127
"scheme": "Alamofire tvOS",
146128
"destination": "generic/platform=tvOS",
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-
]
129+
"configuration": "Release"
157130
},
158131
{
159132
"action": "BuildXcodeWorkspaceScheme",
160133
"workspace": "Alamofire.xcworkspace",
161134
"scheme": "Alamofire watchOS",
162135
"destination": "generic/platform=watchOS",
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-
]
136+
"configuration": "Release"
173137
},
174138
{
175139
"action": "BuildXcodeWorkspaceScheme",
176140
"workspace": "Alamofire.xcworkspace",
177141
"scheme": "iOS Example",
178142
"destination": "generic/platform=iOS",
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-
]
143+
"configuration": "Release"
189144
}
190145
]
191146
},
@@ -4104,65 +4059,29 @@
41044059
"workspace": "Kommander.xcworkspace",
41054060
"scheme": "Kommander",
41064061
"destination": "generic/platform=iOS",
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-
]
4062+
"configuration": "Release"
41174063
},
41184064
{
41194065
"action": "BuildXcodeWorkspaceScheme",
41204066
"workspace": "Kommander.xcworkspace",
41214067
"scheme": "Kommander macOS",
41224068
"destination": "generic/platform=macOS",
41234069
"configuration": "Release",
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-
]
4070+
"tags": "sourcekit-disabled"
41344071
},
41354072
{
41364073
"action": "BuildXcodeWorkspaceScheme",
41374074
"workspace": "Kommander.xcworkspace",
41384075
"scheme": "Kommander tvOS",
41394076
"destination": "generic/platform=tvOS",
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-
]
4077+
"configuration": "Release"
41504078
},
41514079
{
41524080
"action": "BuildXcodeWorkspaceScheme",
41534081
"workspace": "Kommander.xcworkspace",
41544082
"scheme": "Kommander watchOS",
41554083
"destination": "generic/platform=watchOS",
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-
]
4084+
"configuration": "Release"
41664085
}
41674086
]
41684087
},

0 commit comments

Comments
 (0)