After installing Device via swift package, I'm unable to run my app via the simulator. I get "Build failed because Device.swiftmodule is not built for arm64, please try a run destination with a different architecture". After I got that error, a new simulator option with Rosetta appeared, but trying to build on that gave me a number of errors about "undefined symbol".
It does work fine on a real device. This is running latest macOS with Xcode 16 on an M2 Mac. Any ideas?