The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it
Incase your project is having swift classes /library:, Please ensure below settings are as follows:
Project/Target settings -> build Settings
1. Defines Module -> YES
2. Always embed Swift Standard libraries -> YES
It solved my problem.