Unfortunately it looks like the speed-up effect that I got from
changing the target before was because UIKit suggestions weren't even
coming out. Test has been updated to fail if UIViewController is not
suggested.
Before this commit a UIKit completion: ~850ms
After this commit a UIKit completion: ~5948 ms
Unfortunately it looks like the speed-up effect that I got from changing the target before was because UIKit suggestions weren't even coming out. Test has been updated to fail if UIViewController is not suggested.
Before this commit a UIKit completion: ~850ms After this commit a UIKit completion: ~5948 ms
Not yet sure what the best thing to do here is.