Migrating Xcode project with metal to SPM and noticed what I can't use metal headers in swift anymore. I can duplicate metal structures in swift, but problem is header files imported by two .metal files. How to make separate module with metal in package to use in main library target? Or there no need to create separate module?