Module compiled with Swift 5.2.2 cannot be imported by the Swift 5.3 compiler

As iOS 14 is releasing so i was trying to test beta version by downloading xcode 12 and compile the code so while compiling code i was getting below error can any one help me with this or any one has face such issue and solved can please help me

this error i am facing in xcode 12 beta version:

Module compiled with Swift 5.2.2 cannot be imported by the Swift 5.3 compiler: /Users/tfnswcoeqa/fmsonscpms/FMS/FMS/NSWTNetworking/SAPFrameworks/SAPFoundation.framework/Modules/SAPFoundation.swiftmodule/x8664-apple-ios-simulator.swiftmodule
Seems you are using a framework with binary compiled with Swift 5.2.2.
  • Compile the framework by yourself using Swift 5.3

or
  • Contact to the author of the framework and get a version compatible to Swift 5.3

Should probably contact SAP support.
Module compiled with Swift 5.2.2 cannot be imported by the Swift 5.3 compiler
 
 
Q