ed-irl
ed-irl
I am unable to fetch/build native dependencies using `MODULE.bazel`: ``` ➜ missing_exe_repro bazel build '@maven//:io_grpc_protoc_gen_grpc_java_osx_aarch_64' INFO: Analyzed target @@rules_jvm_external~~maven~maven//:io_grpc_protoc_gen_grpc_java_osx_aarch_64 (0 packages loaded, 2 targets configured). ERROR: /private/var/tmp/_bazel_ekohlwey/88ee695263d2a36f7f8768dd0ebcf2dd/external/rules_jvm_external~~maven~maven/BUILD:221:6: @@rules_jvm_external~~maven~maven//:io_grpc_protoc_gen_grpc_java_osx_aarch_64: missing input...
A new `Package.resolved` format was seemingly released in xcode 15.3. The format seems to be the same for the purposes of the pins in my repo, which are all remote....
Hello, [SwiftLint](https://github.com/realm/SwiftLint) is an application that can do static analysis of Swift files in order to improve code quality. The analyze command (which offers some additional capabilities compared to the...
Hello, I have a project where I frequently see the following (and similar) warnings: ``` warning: Previous run of "import_indexstores" had output: warning: error: invalid index store directory /var/tmp/path/to/some/module.indexstore warning:...
Hello, I was wondering if it is possible to obtain a backtrace (see https://github.com/apple/swift/blob/main/docs/Backtracing.rst) in the failure report of Xcode tests run via Bazel? Merely setting `env = {"SWIFT_BACKTRACE":"enable=yes"}` doesn't...
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....
See https://github.com/bazelbuild/rules_swift/issues/1210. I have a repro of the issue 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: ``` Computing main repo mapping: Loading:...
I would like to be able to define and use multiple Kotlin toolchains in my project, which uses bzlmod. I would like to be able to have one toolchain with...
Hello, I have a project where I rely on Swift NIO directly within my library. I also have some code that uses swift GRPC. The swift_proto_library rule contributes a bunch...
Repro here: https://github.com/ed-irl/bazel-ios-codesigning-repro. You must make some changes to the repo code (outlined in the README.md) attempt to run the signed app on a device to reproduce the bug. The...