Describe the bug
When creating new swift file anywhere inside under the isowords local package, there's no file name prompt, and a new File.swift is instantly created instead. As opposed to creating new file outside the local pacakage, like inside the AppClip folder or Config folder. I've also noticed that I can't use any of my custom Xcode templates.
I've encountered this on my own projects as well and was wondering if you have a workaround for that, other than creating the file outside the local package and then dragging it inside.
To reproduce
open App/isowords.xcodeproj
- Right click on the
BottomMenu folder inside isowords -> Sources.
- Click
New File
- Choose
Swift File
- Click
Next
Expected behavior
I expect a file name prompt:

Screenshots/video

Environment
- Xcode Version 13.3.1 (13E500a)