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
it looks like FilePath has a conformance to Codable, but this is a synthesized conformance, and expects a keyed container with a property called _storage.
i don’t know if this is intentional, but it doesn’t seem very useful. FilePath should just be Decodable from a String.
The text was updated successfully, but these errors were encountered:
it looks like
FilePath
has a conformance toCodable
, but this is a synthesized conformance, and expects a keyed container with a property called_storage
.i don’t know if this is intentional, but it doesn’t seem very useful.
FilePath
should just beDecodable
from aString
.The text was updated successfully, but these errors were encountered: