Experimenting with Swift Packages, I created a new package. Source files and resources from an existing Xcode project framework target were moved over into the new structure.
Attempting to build, the transcript shows an error:
manifest property 'defaultLocalization' not set; it is required in the presence of localized resources
How can this be solved so I can create a Swift package?