Build Information
Failed to build mcp-swift-sdk, reference main (e76d61
), with Swift 6.1 for Wasm on 13 Aug 2025 09:23:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShenghaiWang/swift-mcp-sdk.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/ShenghaiWang/swift-mcp-sdk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e76d611 Bump version to 0.10.0
Cloned https://github.com/ShenghaiWang/swift-mcp-sdk.git
Revision (git rev-parse @):
e76d61155bf00482ea8f2ff78fca08a4eece410e
SUCCESS checkout https://github.com/ShenghaiWang/swift-mcp-sdk.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ShenghaiWang/swift-mcp-sdk.git
https://github.com/ShenghaiWang/swift-mcp-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "eventsource",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattt/eventsource.git"
}
],
"manifest_display_name" : "mcp-swift-sdk",
"name" : "mcp-swift-sdk",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "16.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "MCP",
"targets" : [
"MCP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MCPTests",
"module_type" : "SwiftTarget",
"name" : "MCPTests",
"path" : "Tests/MCPTests",
"product_dependencies" : [
"SystemPackage",
"Logging",
"EventSource"
],
"sources" : [
"Base64DataTests.swift",
"ClientTests.swift",
"HTTPClientTransportTests.swift",
"Helpers/MockTransport.swift",
"IDTests.swift",
"InMemoryTransportTests.swift",
"NetworkTransportTests.swift",
"NotificationTests.swift",
"PromptTests.swift",
"RequestTests.swift",
"ResourceTests.swift",
"ResponseTests.swift",
"RoundtripTests.swift",
"SamplingTests.swift",
"ServerTests.swift",
"StdioTransportTests.swift",
"ToolTests.swift",
"UnitIntervalTests.swift",
"VersioningTests.swift"
],
"target_dependencies" : [
"MCP"
],
"type" : "test"
},
{
"c99name" : "MCP",
"module_type" : "SwiftTarget",
"name" : "MCP",
"path" : "Sources/MCP",
"product_dependencies" : [
"SystemPackage",
"Logging",
"EventSource"
],
"product_memberships" : [
"MCP"
],
"sources" : [
"Base/Error.swift",
"Base/ID.swift",
"Base/Lifecycle.swift",
"Base/Messages.swift",
"Base/Transport.swift",
"Base/Transports/HTTPClientTransport.swift",
"Base/Transports/InMemoryTransport.swift",
"Base/Transports/NetworkTransport.swift",
"Base/Transports/StdioTransport.swift",
"Base/UnitInterval.swift",
"Base/Utilities/Ping.swift",
"Base/Value.swift",
"Base/Versioning.swift",
"Client/Client.swift",
"Client/Sampling.swift",
"Extensions/Data+Extensions.swift",
"Server/Prompts.swift",
"Server/Resources.swift",
"Server/Server.swift",
"Server/Tools.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/mattt/eventsource.git
Fetching https://github.com/apple/swift-log.git
[1/110] Fetching eventsource
[111/3996] Fetching eventsource, swift-log
[3997/8874] Fetching eventsource, swift-log, swift-system
Fetched https://github.com/mattt/eventsource.git from cache (0.41s)
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.1.1 (0.95s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.55s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.68s)
Creating working copy for https://github.com/mattt/eventsource.git
Working copy of https://github.com/mattt/eventsource.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Building for debugging...
[0/5] Write sources
[3/5] Compiling CSystem shims.c
[3/5] Write swift-version-24593BA9C3E375BF.txt
[6/41] Emitting module SystemPackage
[7/45] Compiling SystemPackage SystemString.swift
[8/45] Compiling SystemPackage Util+StringArray.swift
[9/45] Compiling SystemPackage Util.swift
[10/45] Compiling SystemPackage UtilConsumers.swift
[11/45] Compiling SystemPackage FilePathWindows.swift
[12/45] Compiling SystemPackage FilePermissions.swift
[13/45] Compiling SystemPackage IOCompletion.swift
[14/45] Compiling SystemPackage IORequest.swift
[15/45] Compiling SystemPackage FilePath.swift
[16/45] Compiling SystemPackage FilePathComponentView.swift
[17/45] Compiling SystemPackage FilePathComponents.swift
[18/45] Compiling SystemPackage FilePathParsing.swift
[19/45] Compiling SystemPackage FilePathString.swift
[20/45] Compiling SystemPackage FilePathSyntax.swift
[21/45] Compiling SystemPackage FilePathTemp.swift
[22/45] Compiling SystemPackage FilePathTempPosix.swift
[23/45] Compiling SystemPackage FilePathTempWindows.swift
[24/45] Compiling Logging LogHandler.swift
[25/45] Emitting module Logging
[26/45] Compiling Logging Locks.swift
[27/45] Compiling SystemPackage Errno.swift
[28/45] Compiling SystemPackage ErrnoWindows.swift
[29/45] Compiling SystemPackage FileDescriptor.swift
[30/45] Compiling SystemPackage FileHelpers.swift
[31/45] Compiling SystemPackage FileOperations.swift
[32/45] Compiling Logging MetadataProvider.swift
[33/45] Compiling SystemPackage Constants.swift
[34/45] Compiling SystemPackage Exports.swift
[35/45] Compiling SystemPackage Mocking.swift
[36/45] Compiling SystemPackage RawBuffer.swift
[37/45] Compiling SystemPackage Syscalls.swift
[38/45] Compiling SystemPackage WindowsSyscallAdapters.swift
[39/45] Compiling SystemPackage MachPort.swift
[40/45] Compiling SystemPackage PlatformString.swift
[41/45] Compiling SystemPackage IORing.swift
[42/45] Compiling SystemPackage RawIORequest.swift
[43/45] Compiling SystemPackage Backcompat.swift
[44/45] Compiling SystemPackage CInterop.swift
[45/46] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[48/66] Emitting module MCP
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[49/68] Compiling MCP Server.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[50/68] Compiling MCP Tools.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[51/68] Compiling MCP Prompts.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[52/68] Compiling MCP Resources.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[53/68] Compiling MCP Error.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[54/68] Compiling MCP ID.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[55/68] Compiling MCP Lifecycle.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[56/68] Compiling MCP Messages.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[57/68] Compiling MCP Transport.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[58/68] Compiling MCP HTTPClientTransport.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[59/68] Compiling MCP Versioning.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[60/68] Compiling MCP Client.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[61/68] Compiling MCP InMemoryTransport.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[62/68] Compiling MCP NetworkTransport.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[63/68] Compiling MCP StdioTransport.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[64/68] Compiling MCP UnitInterval.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[65/68] Compiling MCP Ping.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[66/68] Compiling MCP Value.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[67/68] Compiling MCP Sampling.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[68/68] Compiling MCP Data+Extensions.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/37] Compiling Logging MetadataProvider.swift
[3/37] Emitting module Logging
[4/37] Compiling SystemPackage Syscalls.swift
[5/37] Compiling SystemPackage WindowsSyscallAdapters.swift
[6/37] Compiling SystemPackage MachPort.swift
[7/37] Compiling SystemPackage PlatformString.swift
[8/41] Emitting module SystemPackage
[9/41] Compiling SystemPackage IORing.swift
[10/41] Compiling SystemPackage RawIORequest.swift
[11/41] Compiling SystemPackage Backcompat.swift
[12/41] Compiling SystemPackage CInterop.swift
[13/41] Compiling SystemPackage FilePathSyntax.swift
[14/41] Compiling SystemPackage FilePathTemp.swift
[15/41] Compiling SystemPackage FilePathTempPosix.swift
[16/41] Compiling SystemPackage FilePathTempWindows.swift
[17/41] Compiling SystemPackage FilePathWindows.swift
[18/41] Compiling SystemPackage FilePermissions.swift
[19/41] Compiling SystemPackage IOCompletion.swift
[20/41] Compiling SystemPackage IORequest.swift
[21/41] Compiling SystemPackage Constants.swift
[22/41] Compiling SystemPackage Exports.swift
[23/41] Compiling SystemPackage Mocking.swift
[24/41] Compiling SystemPackage RawBuffer.swift
[25/41] Compiling Logging LogHandler.swift
[26/41] Compiling Logging Locks.swift
[27/41] Compiling Logging Logging.swift
[29/42] Compiling SystemPackage SystemString.swift
[30/42] Compiling SystemPackage Util+StringArray.swift
[31/42] Compiling SystemPackage Util.swift
[32/42] Compiling SystemPackage UtilConsumers.swift
[33/42] Compiling SystemPackage FilePath.swift
[34/42] Compiling SystemPackage FilePathComponentView.swift
[35/42] Compiling SystemPackage FilePathComponents.swift
[36/42] Compiling SystemPackage FilePathParsing.swift
[37/42] Compiling SystemPackage FilePathString.swift
[38/42] Compiling SystemPackage Errno.swift
[39/42] Compiling SystemPackage ErrnoWindows.swift
[40/42] Compiling SystemPackage FileDescriptor.swift
[41/42] Compiling SystemPackage FileHelpers.swift
[42/42] Compiling SystemPackage FileOperations.swift
[44/62] Compiling MCP InMemoryTransport.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[45/62] Compiling MCP NetworkTransport.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[46/62] Compiling MCP StdioTransport.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[47/64] Compiling MCP Versioning.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[48/64] Compiling MCP Client.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/64] Emitting module MCP
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[50/64] Compiling MCP Prompts.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[51/64] Compiling MCP Resources.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[52/64] Compiling MCP Error.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[53/64] Compiling MCP ID.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[54/64] Compiling MCP Lifecycle.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[55/64] Compiling MCP Server.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[56/64] Compiling MCP Tools.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[57/64] Compiling MCP UnitInterval.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[58/64] Compiling MCP Ping.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[59/64] Compiling MCP Value.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[60/64] Compiling MCP Sampling.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[61/64] Compiling MCP Data+Extensions.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[62/64] Compiling MCP Messages.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[63/64] Compiling MCP Transport.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
[64/64] Compiling MCP HTTPClientTransport.swift
/host/spi-builder-workspace/Sources/MCP/Base/Transports/HTTPClientTransport.swift:5:12: error: no such module 'EventSource'
3 |
4 | #if !os(Linux)
5 | import EventSource
| `- error: no such module 'EventSource'
6 | #endif
7 |
BUILD FAILURE 6.1 wasm