If I add v7.0.0 as a Package Dependency, it never fully resolves, leaving me in a state where I can't link it to my target, or import it into Swift files.
This works fine with v6.1.1
Please provide the exception or error you saw
When adding the Swift SDK as a Package Dependency, it should resolve all the packages and it should show the display name of the package. The package list should allow me to open each package and see its contents. This does not happen with v7.0.0 for me.
v6.1.1 works fine.
Please provide the environment you discovered this bug in
Using from the 7.0.0 Tag in Xcode Package Dependency screen
Anything else?
Here is how my Package Dependency screen looks when I tag it to 7.0.0:
You can see that the packages aren't fully resolved:
v6.1.1 works fine, shows up as it's name "EdgeAgentSDK" (not the slug name) :
And 6.1.1 can be found when I add it to my Target, 7.0.0 does not load fully so it's not available to this menu.
Is this a regression?
Yes
Description
If I add v7.0.0 as a Package Dependency, it never fully resolves, leaving me in a state where I can't link it to my target, or import it into Swift files.
This works fine with v6.1.1
Please provide the exception or error you saw
Please provide the environment you discovered this bug in
Anything else?
Here is how my Package Dependency screen looks when I tag it to 7.0.0:
You can see that the packages aren't fully resolved:
v6.1.1 works fine, shows up as it's name "EdgeAgentSDK" (not the slug name) :
And 6.1.1 can be found when I add it to my Target, 7.0.0 does not load fully so it's not available to this menu.