@KTRosenberg I am not using C++20 standard modules. Those are not complete in any version of Clang, and their documentation is here https://clang.llvm.org/docs/StandardCPlusPlusModules.html. The module information I linked is about Clang modules, which is a pre-C++20 feature that Swift/Objective-C use to import modules into Swift projects. As noted on the Clang modules documentation, they are very different https://clang.llvm.org/docs/Modules.html#standard-c-modules
Topic:
Programming Languages
SubTopic:
Swift
Tags: