Commits

Anders Bertelrud committed c18934e06eb
Add a `system-module` type of package that can be initialized. This gets rid of the last case of having to tell people to do `touch Package.swift`, and funnels all package creation through the `package init` subcommand. This lets us create an initial set of files for every new package.