aws-crt-swift crashes when used together with swiftc flag -enable-experimental-cxx-interop #166
Labels
feature-request
A feature should be added or improved.
needs-investigation
This issue needs investigation.
Describe the bug
aws-cert-swift crashes when used together with swiftc flag -enable-experimental-cxx-interop.
It finds problem with using of .inl files together with C files.
Example error:
Import of C++ module 'AwsCCommon' appears within extern "C" language linkage specification
As it is experimental feature, do not expect immediate bug fix but it would be extremely nice to be able to use swift packages together with Cpp sources.
Expected Behavior
Successful compilation.
Current Behavior
Reproduction Steps
add to swift compiler flags:
-enable-experimental-cxx-interop
Possible Solution
No response
Additional Information/Context
No response
AWS CRT SWIFT version used
0.4.0
Compiler and Version used
Swift version 5.7.2 (swiftlang-5.7.2.135.5 clang-1400.0.29.51)
Operating System and version
macosx13.0
The text was updated successfully, but these errors were encountered: