Within the debug configuration, you can set specific build settings for the Hyperion framework. For example, you might want to disable bitcode for debugging purposes:
Run the tuist generate command in your project’s root directory to generate the Xcode project with the Hyperion dependency and the specified Debug configuration.
Import Hyperion in Your Code:**
In your Swift code, import the Hyperion framework:
Swift