C++ interoperability is a new feature in Swift 5.9. A great variety of C++ APIs can be called directly from Swift, and select Swift APIs can be used from C++.
TODO:
Check the possibility of integrating a new API and its potential usability.
https://www.swift.org/documentation/cxx-interop/
https://github.com/apple/swift/blob/main/docs/CppInteroperability/GettingStartedWithC%2B%2BInterop.md
To do
- For 3 days reach as maximum as possible. Document results, explain to other team members how to proceed
C++ interoperability is a new feature in Swift 5.9. A great variety of C++ APIs can be called directly from Swift, and select Swift APIs can be used from C++.
TODO:
Check the possibility of integrating a new API and its potential usability.
https://www.swift.org/documentation/cxx-interop/
https://github.com/apple/swift/blob/main/docs/CppInteroperability/GettingStartedWithC%2B%2BInterop.md
To do