Has importing C libraries from frameworks improved with Swift 2?

Since you can't use bridging headers inside a framework project, importing non-modular libraries (such as common crypto or sqlite3) required creating module maps, which are inconvinient and fragile.

Has this improved with Swift 2?


Thanks in advance 😉

Bumping this question, but I'm just using normal import statements in my Swift 2.0 files to import Obj-C code.


Bridging header has been entirely unnecessary, I don't even have one.


If anyone can provide any insight on this, that'd be much appreciated.

Has importing C libraries from frameworks improved with Swift 2?
 
 
Q