You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`SwiftIDEUtils.FixItApplier.applyFixes` performs some O(n^2) filtering
based on `SwiftDiagnostics.FixItMessage` messages, which we don't need.
Use the overload that directly takes an array of source edits instead.
0 commit comments