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
includes all private and public transitive headers.
Running bazel aquery "deps(//examples/apple/objc_interop:Printer)" confirms Private.h header that is in srcs (ie private) is part of inputs of Compiling Swift module //examples/apple/objc_interop:Printer action
Likely coming from
rules_swift/swift/toolchains/config/compile_config.bzl
Line 1450 in 69df972
Running
bazel aquery "deps(//examples/apple/objc_interop:Printer)"
confirmsPrivate.h
header that is in srcs (ie private) is part of inputs ofCompiling Swift module //examples/apple/objc_interop:Printer
actionRepro: ivan-golub#1
The text was updated successfully, but these errors were encountered: