<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I have merged Xcode project generation into master.<div class=""><br class=""></div><div class="">To generate a project from a package:</div><div class=""><br class=""></div><div class="">&nbsp; &nbsp; <font face="Courier New" class="">swift build --generate-xcodeproj</font></div><div class=""><br class=""></div><div class="">Or, the short-form:</div><div class=""><br class=""></div><div class="">&nbsp; &nbsp; <font face="Courier New" class="">swift build -X</font></div><div class=""><br class=""></div><div class="">The above will work with the next available snapshot.</div><div class=""><br class=""></div><div class="">The project contains a dylib target per module and targets for any executables based on how it would build with SwiftPM normally.</div><div class=""><br class=""></div><div class="">There is an open list of TODO items in the Xcodeproj module directory:&nbsp;<a href="https://github.com/apple/swift-package-manager/tree/master/Sources/Xcodeproj" class="">https://github.com/apple/swift-package-manager/tree/master/Sources/Xcodeproj</a></div><div class=""><br class=""></div><div class="">Max</div></body></html>