In Xcode,
#Preview can't be put into a private enum (won't render) but also an enum can't be put into
#Preview (compiler error). Instead, the two things need to float beside each other at the top level of your file. Does that seem right to you?
#Xcode