Method types are now required to be `(Self) -> (Args...) -> Return`, not `Self -> (Args...) -> Return`. See also https://github.com/apple/swift/pull/9454 . Fixes rdar://problem/32588152 .