Skip to content

Instantly share code, notes, and snippets.

View natmark's full-sized avatar

Atsuya Sato natmark

View GitHub Profile
@lukeredpath
lukeredpath / Converting a TCA App to Swift 6.md
Last active November 4, 2024 08:29
Converting a TCA app to Swift 6

I maintain the Community mobile app - a moderately large codebase that is fully modularized using Swift Package Manager and uses The Composable Architecture. I have recently completed the process of getting the project ready for Xcode 16 and Swift 6 and I wanted to outline the approach I took and some of the issues I encountered, especially regarding TCA.

The Approach

There are already [good