Why can't I select only the packages that I need in Xcode 15, when I add dependencies with Swift Package Manager? For example, I want to install Firebase, but I don't need all of those dependencies that come with it. There is no checkmark next to the package name, so I can't deselect it.
You should just not add them to your target.
You can add them back with the plus button if you need to.