swiftlang / swift-sdk-generator

Generate Swift SDKs for cross-compilation
Apache License 2.0
183 stars 15 forks source link

Fix `noCacheKeyConformance` error on `make-linux-sdk` #97

Closed kateinoigakukun closed 7 months ago

kateinoigakukun commented 7 months ago

Follow-up to 3e076d11485793efc1fde511eb89d14a76d9b420

SystemString used inside FilePath is not a CacheKey, so the encoder complains about it, but we can consider FilePath as a leaf type and no need to encode it further.

MaxDesiatov commented 7 months ago

@swift-ci test