I am trying to use a C++ library (Sony Remote SDK) in a macOS project and I have successfully created an Objective-C test project but when I tried to create a SwiftUI version of the same project I get a compiler error complaining that the #include <atomic> file is not found.
This line is in one of the C++ header files and I have a wrapper Objective-C++ object which imports the C++ header file.
How can I fix this issue ?