Xcode 9 and Carthage - stripping out llvm instrument symbols
Apparently Xcode 9 leaves in instrument symbols when packaging frameworks with your app. Let's try to deal with that
Convenient Dependency Injection in Swift
A method to use constructor based DI in Swift without having to manually wire things up every time