You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
While trying out the fix for #1204 I noticed that my rules_swift_package_manager dependencies no longer compile on recent unreleased revisions of rules_swift. I had previously been compiling with 1.18.0.
Hello,
While trying out the fix for #1204 I noticed that my
rules_swift_package_manager
dependencies no longer compile on recent unreleased revisions ofrules_swift
. I had previously been compiling with 1.18.0.I have a repro here: https://github.com/ed-irl/rules_s_p_m_rules_swift_cnio_compile_error_repro
This is the output of running
bazel build //:main
in the above repo:Confusingly, the dependency itself is able to build correctly, eg.
bazel build '@swiftpkg_swift_nio//:NIOConcurrencyHelpers'
builds successfully.I will file a bug on
rules_swift_package_manager
and cross link here as well.The text was updated successfully, but these errors were encountered: