Hello, I'm interested in using sandboxed mode to achieve something like strict deps, as mentioned in #344 .
With sandboxed mode enabled, however, SDK's provided by Xcode (eg. SwiftUI) are unresolvable. I am not sure how I would go about adding bazel targets for these SDK dependencies.
Is there a convenient way to resolve them in sandboxed mode?
Thank you!