Luis Padron

Results 118 comments of Luis Padron

Thanks for investigating @tjgq I can provide the first two now and look at the execution log when I get a chance: - The `--announce_rc` logs for our flags in...

I think Bazel 6 job flaked due to missing runtimes, could someone rerun this for us? Thanks

Thanks @meteorcloudy

Is this something you'd want to implement and PR @watt? We can answer questions in here if needed.

I'm not super familiar with this part of the code so maybe @cgrindel could be more helpful. I'd try updating this area first to support registry ID: https://github.com/cgrindel/rules_swift_package_manager/blob/main/gazelle/internal/swiftpkg/dependency.go and seeing...

This seems correct to me? If the API is marked unavailable for iOS 17 and you use a min of 17, should we not expect the error? Do those examples...

hmm yah I tested it out and it seems to work in Xcode with minimum iOS set to 17.2. I'm not sure here since I do not know much about...

I think next steps are to create a minimal repro of this, thinking a single `swift_library` with `@available` that we can file an issue to `rules_swift` for. I do not...

@brentleyjones were we able to get an estimate of when they think those changes will be made/if they're being prioritized? I get wanting to do it the right way first...

A current workaround: instead of using `MODULE.bazel` depend on this via `Package.swift` and use the gazelle plugin to generate `MODULE.bazel` `use_repo` delcartions.