nalexn / clean-architecture-swiftui

SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
MIT License
5.56k stars 671 forks source link

Something wrong with @Builder and @resultBuilder !!! #72

Open quang10296 opened 2 years ago

quang10296 commented 2 years ago
Screen Shot 2021-11-10 at 11 38 12
nalexn commented 2 years ago

You're likely to have another struct or class Builder in your project, as per this similar case.