We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a817228 commit 0a214ecCopy full SHA for 0a214ec
CodeGeneration/Sources/SyntaxSupport/CompatibilityLayer.swift
@@ -312,6 +312,7 @@ public struct DeprecatedMemberInfo {
312
}
313
314
315
+ @_optimize(none) // Workaround for SIL optimizer crash (rdar://158353230)
316
private func firstIndexOfChild(named targetName: String) -> Int {
317
guard let i = children.firstIndex(where: { $0.name == targetName }) else {
318
fatalError(
0 commit comments