Xcode project generated by the SPM, without the default ProjectNamePackageDescription scheme?

I started experimenting with the Swift Package Manager today.
I created a simple package and generated a Xcode project:
swift package init
swift package generate-xcodeproj

which seems to create 3 default schemes / targets:
Project-Package
ProjectPackageTests and
ProjectPackageDescription

Is there a way I can generate the project without the ProjectPackageDescription scheme?

Thanks

Not currently. The team said they don't need to be generated at all, so I filed a bug.

I don't think there's been any movement on it yet, though.

Ah cool. Will keep an eye on that issue.
Many thanks. Appreciated :blush: