Rhys Morgan
Rhys Morgan
Hi there! I've got my initial app screen driven by a coordinator, where it tries to get some data to determine if the user is logged in or not, and...
I've added an indicator in the Bottle list to show when a new bottle is being loaded. It always appears above the list, so as to not potentially overlap bottles...
This should remove the issue where `(Swift.String error 1)` appears in error messages.
I was digging around in the internals of the library, and I noticed this comment about removing this `@unchecked` when Swift Collections 1.1 is released. I checked, and it has...
### What problem or need do you have? I’m just trying to learn how to use Tuist, and while following the SPM tutorial I cloned the Composable Architecture GitHub repo,...
### What happened? I've been trying to update my work project from Tuist 4.13.0 to Tuist 4.30.0, but I encountered a number of issues. Most of them were surmountable, but...
Hi there, Just wondering what the correct rule combination would be to allow SwiftFormat to *not* rewrite the following lines of code: ```swift var isEnabled: Bool { someCondition && otherCondition...
When trying to build a project using EarlGrey 2.2.2 in Xcode 16.3, I now get the error: ``` Cast from 'id Nullable ()(id Nullable strong, Ivar **Nonnull)' (aka 'id **Nullable...