Integrating SwiftUIComponents in Xcode Step 1: Open Your Xcode Project Launch Xcode and open your existing project or create a new one. Click on File > Add Package Dependencies... Step 2: Add the Swift Package In the Add Package window, enter the Git URL: https://github.com/Erikote04/SwiftUI-Components.git Choose a dependency rule Click Add Package. Step 3: Import and Use the Package Open any Swift file where you want to use the package. Import the module: import SwiftUIComponents Read the documentation of the styles and components that you want to use Start using the provided styles and components