mirror of
https://github.com/apple/swift-protobuf.git
synced 2026-05-17 10:20:36 +00:00
603b00bd51
Adds linkage test to make sure we don't regress importing Foundation. Also, the `.copy` resources in SwiftPM imports full Foundation, so we guard that behind Darwin. Also fixes the last remaining Foundation part, which was `String.contains`. ## Result `swift-protobuf` can now be built with `FoundationEssentials` only.