swift tool in a linux machine fails to execute swift package show-dependencies command with error:
error: 'ios-webui-sdk': invalid custom path 'QueueItLib/' for target 'QueueITLibrary'
Since linux filesystem is case-sensitive, QueueItLib and QueueITLib are different. The project has QueueITLib directory, but declares target: path: "QueueItLib/",.