@mattiemMatt Massicotte I'm trying to port swift hugging face over to Linux. I've made already some progress, but I'm hitting a roadblock with swift concurrency. I guess the code may be compiling fine without strict concurrency, but I'm getting a lot of (understandable) errors.
The class is a test helper implementing a MockURLProcotol. The code I can't get to compile is here: https://github.com/thinkpractice/swift-huggingface/blob/1c12f94f8598d14574a3be18996d80c8b27d5b42/Tests/HuggingFaceTests/Helpers/MockURLProtocol.swift#L68
Would you be able to have a look at it?