Christopher Fuller

Results 37 comments of Christopher Fuller

I just noticed `Unable to find dependency labels for s` in the log, is it related? ``` bazelisk run //:update_build_files INFO: Analyzed target //:update_build_files (0 packages loaded, 0 targets configured)....

@cgrindel Thank you for taking time to reply. Very much appreciated 👍 The resources are in one of the dependencies.

Hi @cgrindel 👋 I published an example dependency for use in attempting to repro my issue: https://github.com/tinder-cfuller/rspm-example Since `rules_swift_package_manager` has been updated since I originally submitted my issue, I am...

@cgrindel Looking through the source code, I found usage of `declare_swift_deps_info`, which is not currently in the README instructions. Adding this has helped: ``` swift_deps.from_package( declare_swift_deps_info = True, # [!NOTE]...

Hi @cgrindel 👋 I am kindly checking in to see whether you can please look into this issue?

Thank you @cgrindel 👍 Very much appreciated! And just for my own Bazel learning, may you please clarify, would the example Bazel config you provided ultimately be code generated just...