Apple Watch - Invalid Swift Support - The SwiftSupport folder is missing

We’re building an app with apple watch support.

Before adding apple watch support we could build and deploy without any problems using cocoapods and fastlane on circleci servers.

After adding apple watch and apple watch extension targets to the project we’ve received an email from iTunes store saying we have to fix the following issue

“Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.”

Yet building it with the same fastlane file and cocoapods version on a local machine doesn’t reproduce this error.

Has anyone else encountered this problem as well?

Did you see this SO, is it related?

If not, can you tell me what version of Xcode you are running locally and on CircleCI?