Hello all. I am currently doing some local development with my package Kass.
However, in the "Package Dependencies" section of my test project (I'm using VSCode), it seems to be resolved to kass
(lowercase).
Right-clicking the dependency and selecting "Use Local Version" and navigating to my local version of Kass results in the following output to my terminal (with my local path redacted as {local_path}
):
* Executing task: swift: Edit Package Dependency
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift package edit --path {local_path} kass
error: 'kass': package at {local_path} is Kass but was expecting kass
I think this might be a bug in the extension, but I also think the root cause is whatever is causing it to be resolved as kass
lowercase to begin with, as that's probably what feeds that swift package edit
command.