Brentley Jones

Results 144 issues of Brentley Jones

Note: I haven't tested this rebase of https://github.com/bazelbuild/rules_apple/commit/558ea6a7fa5f2cb15b6bb4278ab12c46b6d11444. I'm just placing this here as a request in #1081. Resolves #1081.

cla: yes

I need to add tests, but we use this internally to create SwiftUI Preview thunks, and others have expressed interest in having this rule, so I thought I would open...

cla: yes

I have a test case name that is `Login Username Login screen has the correct elements` in the test suite `CCI Username Login`. This is a generated test case with...

If you use `--{host_,}macos_minimum_os=`, that information doesn't impact how the dependent `swift_library`s are cached. This results in cache poisoning. I think this is because `swift_binary` doesn't use a transition, so...

This is a step towards removing it entirely. PiperOrigin-RevId: 406230375 (cherry picked from commit d1ba795ff479881bf14ba70294693dcabace4fd4)

cla: no

Uses the newer `-experimental-skip-non-inlinable-function-bodies-without-types` which was introduced here: https://github.com/apple/swift/pull/34612. This should improve LLDB usage in some cases. When using WMO, it has two downsides in Swift 5.5, both introduced by...

cla: yes

Fixes #262 (because what is passed on the command-line now has no affect on the generated project). This will allow us to move things out of the transition and into...

Prerequisites: - [ ] #470 - [x] #482 - [x] #617 - [x] #633 - [ ] #818

feature request
BwB

When using the `swift.index_while_building` feature, Bazel will produce index stores while building. We should enable that feature by default in `_xcodeproj_transition` (though once we have multiple configs, we should only...

feature request

## Describe the bug From a freshly generated project, that contains multiple platforms for a top-level target that has an Info.plist (like Simulator and Device), Xcode can still show this...

bug