-
-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
In my testing @Codable fails for structs which include static members:
@Codable
struct Test {
static var test = "test"
}Fails with Failed to receive result from plugin (from macro 'Codable').
It also fails in all other common permutations (with normal members etc.)
A working workaround for now is to declare these static members in an extension.
soumyamahunt
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers