-
Notifications
You must be signed in to change notification settings - Fork 10.5k
SR-15910: C++ Interop Getting Started Documentation #41580
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
SR-15910: C++ Interop Getting Started Documentation #41580
Conversation
705448f
to
0911e7d
Compare
here is the repo i made to show these examples: https://github.com/cabmeurer/CxxInterop_Examples |
Thank you for the patch. This looks really great! I have a few comments, but they're all pretty minor. This mostly looks good. Can't wait to land it. Until you have commit access, you won't be able to trigger swift-ci. You can just ask one of us to do it. I will run the bots once you address my comments above :) |
419018b
to
879671a
Compare
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.
Almost there. Looks great. Thanks again!
ec3c9fd
to
a08f76b
Compare
2a5e901
to
77b75a4
Compare
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.
One last thing. Once this is fixed I'll run the tests. Thanks for your patients. Looking forward to landing this!
6dc023c
to
2cab173
Compare
2cab173
to
7e89097
Compare
@swift-ci please smoke test. |
Create a document specific to getting started for utilizing C++ interop.
The examples provided are Add C++ to an xcode project, Creating a Swift Package, and Building with CMake.