Through the clang modulemap, previously inserted in the include folder. ### References - [Mixing Swift & C++](https://www.swift.org/documentation/cxx-interop/) ### Examples - [Qt declarative/Qml](https://github.com/qt/qtdeclarative/tree/dev/tests/manual/helloswift) - [swift/cxx bidirectional - CMake](https://github.com/apple/swift-cmake-examples/tree/main/3_bidirectional_cxx_interop) - https://github.com/alimpfard/swift-c
Through the clang modulemap, previously inserted in the include folder.
References
Examples