enum Flag: String, Codable { case `init` } let flags: [Flag] = [.`init`]