Decision
the iOS infrastructure exists as a folder, create module.modulemap to search for a library or header file.
Setting module.modulemap path
In the project / goals / Build options / Swift Compile - Search path / import path = "$ {SRCROOT}"
Add below module.modulemap

Notes
You do not need to add module.modulemap to the sample project if the infrastructure is archived in the same development environment.
source share