Why is SwiftUi always available in Swift Package without needing to declare dependency on it?
Swift Forums
Why is SwiftUi always available in Swift Package without needing to declare dependency on it?
It feels strange to me that SwiftUi is always available to be imported to a file in Swift packages given that it's not part of Swift, but a library built on top of it. Shouldn't it need to be declared as a dependency too in the manifest file?
0 comments
No comments yet.