SwiftUI Swift Package requires public structs (views) to have explicit initializers?
Is it true that if I have a Swift Package containing SwiftUI structs, those structs initializers need to be public and explicitly defined?
Is it true that if I have a Swift Package containing SwiftUI structs, those structs initializers need to be public and explicitly defined?