Is it true that if I have a Swift Package containing SwiftUI structs, those structs initializers need to be public and explicitly defined?
I ran into “Blah initializer is inaccessible due to ‘internal’ protection level.”
and this article seems to indicate the answer is yes.
But I’m hoping this is not true, or perhaps has been updated/fixed? It’s going to be really messy. :S