I have a project in Xcode 11 that I added Swift Package Manager dependencies to. I now realized that I no longer need one of the package dependencies I previously added to my pr
I removed the swift package, but its dependancies were still showing in the project.
I saw the swift package was still in the Frameworks folder at the bottom of left pane,
I removed it from there and the dependencies are gone.