Open
Description
Motivation
FoundationEssentials contains only the more modern types and comes in (on non-Darwin) much more lightweight than Foundation
which also includes a lot of legacy stuff from swift-corelibs-foundation.
Ideally, the OpenAPIRuntime should be happy with just FoundationEssentials which contains everything that I think it needs (JSON, Date, URL, Data, ...).
Proposed solution
Replace all import Foundation
s with import FoundationEssentials
.
Alternatives considered
No response
Additional information
No response