@iliasxsd You can add the <allocates> specifier to get rid of the warnings.
Example:
stat_type := class<computes><unique><abstract><allocates>:
DebugString():string
StatType := module:
win_stat<public> := class<computes><unique><allocates>(stat_type):
DebugString<override>():string = "Win"
If you’re still having problems with publishing, please let us know as @Flak mentioned!