Testing Julia 1.10.5: Circular dependency detected warning

This issue was connected to the fact that I precompiled the system image with the parameter “include_transitive_dependencies=false”. Changing that to “include_transitive_dependencies=true” made the warning go away.