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
$ bazel build @@rules_swift_package_manager++swift_deps+swiftpkg_swift_cassandra_client//:Clibuv.rspm_c
external/rules_swift_package_manager++swift_deps+swiftpkg_swift_cassandra_client/Sources/Clibuv/libuv/src/timer.c:21:10: fatal error: 'uv.h' file not found
21 | #include "uv.h"
I think this is because swift-cassandra-client uses custom sources paths and excludes which causes rules_swiftpm to skip using <Target>/include has a public_includes path.