Max Howell
Max Howell
Specifically the target that the script needs to depend on is called `SwiftPM`, not `Basic`. To determine this we can either depend on SwiftPM in swift-sh or parse the output...
I’ve been trying to figure out how we can make this work. Without depending on libSwiftPM ourselves (which is not stable, so would be a maintenance headache) it is a...
It did work, but seemingly has stopped working. The completion scheme is not meant to be run, but is autogenerated by Xcode. It is required to get complete, but apparently...
> Wouldn't this be a nicer approach? I would not like this approach no. I need my terminal to be useful, not waiting for things, not to mention there are...
IIRC the trick was building a dylib or framework of the deps and providing that as a include/link path to the executable binary but not actually linking it. I was...
Supposedly fixed in 2.1.0, please confirm.
We parse the output from dump-package to try and get these things, probs needs updating since we switched to swift-package-tools version 5.1
I agree with your suggested approach.
Sounds good to me, as an argument you can pass that would generate the executable in the same dir.
The curse of open source. Wasted half an hour on this.