Multiple entry points (Main methods) in the same project can cause compilation issues. This uncommented Main method conflicts with other Main methods in the project.
// Entry point for standalone testing
#if TEST_UVERSE_MAIN
Originally posted by @Copilot in #19 (comment)