Provide a means for integrating external Swift packages built by Swift Package Manager into Bazel build using rules_swift.
58
stars
13
forks
source link
Cannot include package with binary (not executable) library target #175
Open
pswaminathan opened 2 years ago
Example is Braze. Here, BrazeKit is a binary target. The Package.swift points to a zip file with an XCFramework
spm_pkg
declaration:Traceback:
Even if I just wanted to use BrazeUI, the traceback is the same.