Commits

Max Howell committed 5c104d4b844
Generate Xcode projects We create dynamic libraries for modules since there is no concept in Xcode itself of a target that has no binary product (SwiftPM compiles the modules but the eventual binary products are declared separately, so two modules can be linked into the same binary target). There are things left to do, see TODO.md.