You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reorder type checks in AnyCodable's Decodable/Encodable implementation to test Bool before Int/Double. This ensures boolean values are correctly decoded and encoded (avoiding misinterpretation as numeric types, e.g. via NSNumber bridging). Changes made in Sources/Commons/AnyCodable.swift.
0 commit comments