SwiftyUserDefaults no longer compiles in 13.3 b2
13.3 b2 is throwing these errors now.
Type 'CustomQuestionType' does not conform to protocol 'DefaultsSerializable'
Subscript 'subscript(dynamicMember:)' requires the types '[CustomQuestionType]' and 'Array<CustomQuestionType>.Bridge.T' be equivalent
Cannot convert value of type '[Any]' to expected argument type 'Array<CustomQuestionType>.Bridge.T'
Same for Beta 1. Can confirm DefaultsSerializable is not compiling for eg. an enum JZHourGridDivision in https://github.com/zjfjack/JZCalendarWeekView.
extension JZHourGridDivision: DefaultsSerializable {} --> error: Type 'JZHourGridDivision' does not conform to protocol 'DefaultsSerializable'
look's like a duplicate of https://github.com/sunshinejr/SwiftyUserDefaults/issues/285
same with RC, maybe a fix is needed here!
Please check this: https://github.com/sunshinejr/SwiftyUserDefaults/issues/285#issuecomment-1066897689
Is there a fix on the way?