When using NSKeyedUnarchiver API with Swift, see image 1, the error occurs when compiling
It says missing argument for parameter 'error' in call, and the method definition doesn't has error parameter
When downcast it like image 2,
It compiles and runs fine.
Is it a swift compiler bug?
By the way, where should me report this bug?