apple / swift-corelibs-foundation

The Foundation Project, providing core utilities, internationalization, and OS independence
swift.org
Apache License 2.0
5.23k stars 1.12k forks source link

Remove `Codable.swift` file #4993

Closed jmschonfeld closed 1 week ago

jmschonfeld commented 1 week ago

The two LocalizedError conformances are already defined in FoundationEssentials and the other functions are internal and are unused so this file can be deleted. This resolves warnings about the duplicated conformances I noticed while building for Windows.