Sins of Carthage: RxSwift Re-Entrancy, Undetected
When I started developing Mac apps eons ago, I only had a crappy Intel Mac Mini that took forever to compile my apps. To make this manageable, I adopted library-based development and prepared UI components as dependencies I could compile once, then link as .framework
s into the app. Carthage was a big help there, automating the process.