Now I would like to migrate my ObjC framework to Swift and I got the following error: include of non-modular header inside framework module 'SOGraphDB' The references is to a header file which just define a protocol and I use this header file in some classes to use this protocol. Is seems related to the module feature but it is at the moment not quite clear how to fix, do you know a solution? UPDA