[swift-users] libswift frontend ios

Joe Groff jgroff at apple.com
Mon Mar 14 11:43:57 CDT 2016


> On Mar 14, 2016, at 4:45 AM, Ramakrishna Mallireddy <ramakrishna.malli at gmail.com> wrote:
> 
> Initially I got missing module "Swift" then I provided the missing module and now I am getting error: missing module "SwiftShims".
> 
> I have searched the entire swift build generated lib folder and have not found this module except the shims folder.
> 
> How do I locate this module, In OSX also I got the same error flow  [by deleting the entire lib/swift folder to generate this error/issue] and when I provided the respective swift module & shims directory under lib/swift/shims I was able to past this error message but the same doesn't helping for iOS.

SwiftShims is a C module used by the standard library to interface with OS C code, corresponding to the headers in stdlib/public/SwiftShims. Since you've built without the Clang importer, it will be unavailable.

-Joe



More information about the swift-users mailing list