What are the reasons why `package edit` fails?

I found the following:

  • an issue that prevents editing (when the package display name doesn't match the package identity).

  • a forums post and pull request that might fix the issue (when Swift 6.1 is released next year).

Can you change the package display name?

 let package = Package(
-    name: "PoieticCore",
+    name: "poietic-core",
1 Like