Overriding Objective-C variadic methods

I've had little luck trying to determine how to override supertype methods that have a variadic in their signature when the supertype is an Objective-C imported type.

As a concrete case, consider implementing NSAssertionHandler in Swift.

Is it simply not supported & I should use an Objective-C implementation with a bridging header instead?