Segmentation fault SWIFT

Hi
I am using CocoaLumberJack for logging purpose in my Swift Project. When i am using DDlog.addLogger() the build is failing, and i am getting this error :

Command Failed due to signal segmentation fault 11

PS - If i comment out the addLogger(), the project builds fine.

If someone could help me out here.

Thanks
Rohit Nihal

Segmentation faults are bugs. It’s what happens when the compiler crashes while trying to compile your code, rather than successfully processing your code and presenting error messages to tell the developer what went wrong… which makes it really difficult to make a suggestion on what you should do next.