Working with Images in SwiftPM - setting image directly in attribute inspector

I have added few images in xc-assets in a SPM and i was able to set image programatically on ui. However when i try to set the image in attribute inspector directly it's reflecting in the storyboard but not appeearing in simulator and getting an error as could not load "Image_name" referenced from a nib in the bundle identifier s.projectName. can't we use the images directly in storyboard which are in SPM?

Demo App : GitHub - ashokmurugavel/POC