finagolfin / swift-android-sdk

Android SDKs for Swift
Apache License 2.0
155 stars 15 forks source link

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

Open finagolfin opened 1 month ago

finagolfin commented 1 month ago

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

lhoward commented 2 weeks ago

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

finagolfin commented 2 weeks ago

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.