I converted my (macOS) project to Swift 3 in Xcode 8 and I get the following warnings with several delegate methods I implement in swift classes:
Instance me
For xcode 8.1 >= and swift 3,
add @nonobjc at the beginning of method to silence this warning.