After the changes in pull-request # 23 in the develop branch, I was able to compile with OMC 1.17.0. However it not compiling with OMC 1.18.0.
Found out later that examples don't compile. The message of the compiler error is as follows:
[1] 12:11:56 Translation Error
[BioChem.Units: 9:3-12:13]: A class extending from builtin type Volume_litre may not have other elements.
I also found similar errors when compiling types within Icons.Units, e.g. compiling TypeRealBase produces the error
[BioChem.Icons.Units.TypeRealBase: 3:1-7:17]: Type ‘TypeRealBase‘ does not extend a basic type.
Diving into Modelica specification (Sec. 7.1.3) , I done a mistake by extending a type from a model. This is not allowed.
Going to fix that.