``` @Spyable internal protocol MyHapticsProtocol { func send(_ style: UIImpactFeedbackGenerator.FeedbackStyle) func send(_ type: UINotificationFeedbackGenerator.FeedbackType) } ``` results in a bunch `Invalid redeclaration of ...` warnings