Xcode 9 can't compile

Hello, when trying to compile the project using XCode 9 (beta) I get a compiler error on SilentSafariViewController, the init method isn’t calling a designated initializer from the superclass. Is it because the pod was compiled using Swift 3.0 and not 3.2 ?
or is it something on my end?

Thanks in advance…

G