Skip to content
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

Make sure C++ Interop works when cross-compiling with the new Swift 6 SDK bundle #183

Open
finagolfin opened this issue Oct 16, 2024 · 4 comments

Comments

@finagolfin
Copy link
Owner

It works well with the new Android overlay when natively compiling, but cross-compilation hasn't been tested as much.

@lhoward
Copy link

lhoward commented Nov 5, 2024

Yes, couldn't find swift/bridging – not a biggie but might be useful for some future stuff.

@finagolfin
Copy link
Owner Author

OK, that is only installed when the compiler is built, which this CI doesn't bother doing. I'll look into copying it over: try the latest CI-built SDK bundles with libc++ support and let me know if anything else is missing.

@finagolfin
Copy link
Owner Author

I made some changes and got a basic C++ interop test binary from the compiler validation suite to build. Try out this 6.0.3 SDK bundle fresh out of the CI and let me know if you see any issues.

@finagolfin
Copy link
Owner Author

@lhoward, fixed all known issues with interop: I'll close this when I upload the next patch release, unless you spot anything else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants