cgrindel/rules_spm

Update `spm_xcode_toolchain.bzl` to use `DefaultInfo.files_to_run`.

Closed this issue · 0 comments

Related Slack post

I believe

swift_worker = ctx.executable._swift_worker
needs to use DefaultInfo.files_to_run similar to what I had to do in that commit.