I have the following (screenshot) project setup. Basically simple application with some SwiftUI views placed in the local SPM packages.
While I'm building the application for a real device/simulator everything is good, all assets are loaded properly. SwiftUI preview located in the local package though is not able to display the image from the main bundle (screenshot).
I'm wondering if there is some way to load main bundle assets to SwiftUI previews as well.
