The Evolution of a Swift Macro: Building Swift Streamable Actors
Building a library is rarely a straight line. It’s a series of “What if?” moments followed by “Oh, that’s why…” realisations. When I set out to build Swift Streamable Actors, the goal was simple: make Actor state observable via AsyncStream without the boilerplate. But getting there required navigating the strict world of Read more