-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Introduce swift-xcodegen #77406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce swift-xcodegen #77406
Conversation
This is a tool specifically designed to generate Xcode projects for the Swift repo (as well as a couple of adjacent repos such as LLVM and Clang). It aims to provide a much more user-friendly experience than the CMake Xcode generation (`build-script --xcode`).
5a55255
to
03d8ea5
Compare
@swift-ci please smoke test |
Looks like |
Generate a target for C/C++ files in the standard library (default: --stdlib) | ||
--stdlib-swift/--no-stdlib-swift | ||
Generate targets for Swift files in the standard library. This requires | ||
using Xcode with with a main development snapshot (and as such is disabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit:
using Xcode with with a main development snapshot (and as such is disabled | |
using Xcode with a main development snapshot (and as such is disabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, will resolve in a follow-up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolving in #77415
wow, this is very exciting! i expect upon merge, this will also resolve #70604? |
🚢 |
@hamishknight I'm running into this error when I attempt to generate an Xcode project using the new setup:
This is after building the toolchain for The full output is:
|
This is a tool specifically designed to generate Xcode projects for the Swift repo (as well as a couple of adjacent repos such as LLVM and Clang). It aims to provide a much more user-friendly experience than the CMake Xcode generation (
build-script --xcode
). Forum post to follow.Resolves #70604