Describe the bug
An Xcode project that uses swift-sdk is failed to be build for Mac Catalyst due to missing module 'EventSource'.
To Reproduce
- Create a new project by using the multiplatform app template.
- Enable support for Mac Catalyst.
- Add dependency to
swift-sdk.
- Try to build the project.
Expected behavior
Should build successfully since swift-sdk supports Mac Catalyst.
Logs
The error occurs at swift-sdk/Sources/MCP/Base/Transports/HTTPClientTransport.swift, line 5, No such module 'EventSource'.

Describe the bug
An Xcode project that uses
swift-sdkis failed to be build for Mac Catalyst due to missing module 'EventSource'.To Reproduce
swift-sdk.Expected behavior
Should build successfully since
swift-sdksupports Mac Catalyst.Logs
The error occurs at
swift-sdk/Sources/MCP/Base/Transports/HTTPClientTransport.swift, line 5,No such module 'EventSource'.