Luis Padron

Results 49 issues of Luis Padron

We've been keeping our wrapper in a uppercased `Tools/` directory at `Tools/bazel`. This is because we have existing stuff in `Tools/`. This works fine for case-insensitive file systems but fails...

### Description of the bug: When using `--experimental_inmemory_dotd_files` which seems to be the default, at least in Bazel 7, the `.d` file actions fail with a missing digest error. ```...

type: bug
P2
more data needed
team-Remote-Exec
awaiting-user-response

# Use case ## External repository I have an external repository: `External` which is built using SPM. To support Bazel as well, the repository uses `rules_swift_package_manager` to generate BUILD files...

enhancement

This commit adds a `macos` attr to both the `apple_xcframework` and `apple_static_xcframework` rules. This allows building for multiple architectures and platforms. The new `macos` attr is a `string_list` (unlike the...

### Description In Xcode 12+ a test case which calls into a function that then calls something like `XCTFail`/`XCTAssert*` has proper traces back up the stack to the originating caller....

bug

### Description A user reported an issue where they were on one commit using Xcode 15.1 where things were working correctly. They switched to a commit which uses Xcode 15.0.1...

bug

Schemes which have a binary launch target that is also an App Clip can support a new plist property: ``` appClipInvocationURLString ``` This is a single URL that will be...

feature request

rules_swift 2.x (soon to be released) will be a major version with a few breaking changes. We should document the breaking changes and offer guidance on going from 1.x to...

type: feature request

This does force users using this version of sourcekitten to also use rules_swift because of the `swift_c_module` removal. Outstanding issues: - [x] `max_compatibility_level` needs to be updated for deps that...

I was updating my dependencies and ran into a build failure **in release mode (e.g. `--compilation_mode=opt`)** ``` ERROR: /private/var/tmp/_bazel_runner/859a0f9921c91b89cc2a6b233b4f521c/external/rules_swift_package_manager~~swift_deps~swiftpkg_swift_system/BUILD.bazel:23:14: Illegal ambiguous match on configurable attribute "copts" in @@rules_swift_package_manager~~swift_deps~swiftpkg_swift_system//:SystemPackage.rspm: ```

bug