**Brief outline of the bug** `pgf-umlcd` doesn't work with LuaTeX because of ``` ! LaTeX Error: Command \attribute already defined. Or name \end... illegal, see p.192 of the manual. ``` **Minimal working example (MWE)** ```latex \documentclass{article} \usepackage{pgf-umlcd} \begin{document} \end{document} ```