cgrindel / rules_spm

Provide a means for integrating external Swift packages built by Swift Package Manager into Bazel build using rules_swift.
Apache License 2.0
58 stars 13 forks source link

Figure out how to get Vapor example to run on MacOS, again. #141

Open cgrindel opened 2 years ago

cgrindel commented 2 years ago

It appears that swift-crypto has been configured not to build on MacOS by default. It was changed in this PR. It seems to suggest that the built files are not actually used on MacOS.

The rules_spm rules need to detect this case and not generate the Bazel libraries for these non-existent targets.