I have a bridged enum named Color and never in the code I have referenced it and the code compiles but when it's time to load the program in runtime it throws a null check error because it can't find the library for the unloaded enum Color in the current visible imports
I have a bridged enum named Color and never in the code I have referenced it and the code compiles but when it's time to load the program in runtime it throws a null check error because it can't find the library for the unloaded enum Color in the current visible imports