Open
Description
I have my generated Swift clients and the project builds in macOS. When I build on Linux I get the following issue:
[112/150] Compiling Connect ResponseCallbacks.swift
/root/project/clients/swift/proto-common/.build/checkouts/connect-swift/Libraries/Connect/Public/Implementation/Clients/ProtocolClient.swift:16:8: error: no such module 'os.log'
import os.log
I believe this is because os.log is only defined for macOS and not Linux. As far as I can tell the gRPC generators do not have this limitation.
Metadata
Metadata
Assignees
Labels
No labels