Every #Module represents a target located in a #SwiftPackage. There are three types:
🏗️ Core: An architecture-only module that can be reused in any app.
🔄 Commons: Shareable modules providing global logic.
🚀 Features: Modules that provide specific behavior.



