SWIFT_MODULE_NAMESPACE_PUSH error

My project mix objc and swift. I import the objective-c generated interface header in pch file. The error 'Expected unqualified-id' in SWIFT_MODULE_NAMESPACE_PUSH appear.

When I remove the header from pch and import it in objc file, the error disapper.

This error only appera in XCode 9 and it is fine when used in XCode 8.

SWIFT_MODULE_NAMESPACE_PUSH error
 
 
Q