I am trying to run the provided SwiftUI example package using Swift Package Manager (SPM), but the project does not build or run correctly when integrated into a SwiftUI iOS application.
I followed the standard steps to add the package via SPM, and the package is successfully added to the project. However, when attempting to build or run the SwiftUI example, I encounter build/runtime issues that prevent the app from launching properly.
It appears that the example package may not be fully compatible with SwiftUI projects when used through Swift Package Manager, or there may be missing configuration steps or dependencies.