Andy Kolean
Andy Kolean
Just checked. Indeed, it looks like the issue lies with the property `section' of NSIndexPath being defined in UITableView.h of UIKit.
Just encountered this issue as well. The interaction between `GeometryReader` and `WithPerceptionTracking` might lead to runtime warnings due to the way `GeometryReader` integrates into the SwiftUI view hierarchy. It seems...
[Pointfree's case paths](https://github.com/pointfreeco/swift-case-paths) macro essentially does this amongst other things ๐
Ahh yeah totally derped on that, especially with the volatility syntax has been exhibiting. Anyway the source might be beneficial when implementing this. Also the [CaseDetection](https://github.com/apple/swift-syntax/blob/main/Examples/Tests/MacroExamples/Implementation/Member/CaseDetectionMacroTests.swift) macro example in the...
I think it should work now that [PR 6483](https://github.com/tuist/tuist/pull/6483) ensures only existing dependencies are processed, maintaining platform compatibility. The updated code prevents using default empty sets, accurately reflecting the platform...
This doesn't seem to be reproducible in Tuist 4. Here is the example you linked with updated syntax for 4. [Tuist_4_Example.zip](https://github.com/user-attachments/files/15678455/Tuist_4_Example.zip)
@fortmarek. Iโve created some mockup ideas for the Tuist Preview page redesign, covering both public and private install views for mobile and desktop. Unfortunately, I wasn't able to view the...
Hey @mbrandonw just noticed you had this branch a while back: https://github.com/pointfreeco/swift-snapshot-testing/tree/swift-testing-attachments Feel free to use this PR as a reference if helpful. ๐