This crash has been a blocking issue I used the following steps to reproduce the issue:
I created a framework using Swift3/Xcode 8.1 and was consuming it in an Objective-C/Xcode 8.1 project. To fix this issue I had to enable Always Embed Swift Standard Libraries option under Build Options.
Always Embed Swift Standard Libraries
Build Options
Have a look at this screenshot: