cannot have multiple 'module' attributes in the same compilation unit
The module attribute can only be defined once per project. For example, the following sample will generate C3140:
[emitidl]; [module(name=MyLibrary)]; [module(name=MyLibrary2)]; // C3140