Changing the two examples to other implementations in the lib such as
@Published var wheelConfiguration: SFWConfiguration = .blackCyanColorsConfiguration
to
@Published var wheelConfiguration: SFWConfiguration = .variousWheelPodiumConfiguration
does not seem to work for me. A blank wheel is shown with the blackCyan layout.

Changing the two examples to other implementations in the lib such as
@Published var wheelConfiguration: SFWConfiguration = .blackCyanColorsConfigurationto
@Published var wheelConfiguration: SFWConfiguration = .variousWheelPodiumConfigurationdoes not seem to work for me. A blank wheel is shown with the blackCyan layout.