Xcode auto completion incorrectly showing instance methods when initializing

Unlike before, now the auto-completion drop down menu displays instance methods that don't apply when you're only trying to instantiate a class. It's confusing because you now have to scroll up and down to find the correct initializer.

I hope this isn't the intended behavior?
Could you give us a concrete example code that reproduces the issue?
Xcode auto completion incorrectly showing instance methods when initializing
 
 
Q