When I use resources: [.copy("Resources")]
for my Swift package, the bundle can't be built: "Command CodeSign failed with a nonzero exit code" (undle format unrecognized, invalid, or unsuitable).
When I rename the folder to something else, the package can be built without issues.
What's wrong with "Resources"?