Build Information
Failed to build mcp-template, reference main (2d43cd), with Swift 6.1 for Wasm on 1 Nov 2025 22:00:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamwulf/mcp-template.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/adamwulf/mcp-template
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2d43cde Merge branch 'feature/passthrough-tools'
Cloned https://github.com/adamwulf/mcp-template.git
Revision (git rev-parse @):
2d43cdef886a329fbba994ff507b495fd7773670
SUCCESS checkout https://github.com/adamwulf/mcp-template.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/adamwulf/mcp-template.git
https://github.com/adamwulf/mcp-template.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-sdk",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/modelcontextprotocol/swift-sdk"
}
],
"manifest_display_name" : "mcp-template",
"name" : "mcp-template",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "EasyMCP",
"targets" : [
"EasyMCP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EasyMacMCP",
"targets" : [
"EasyMacMCP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "mcpexample",
"targets" : [
"mcpexample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "mcpexample",
"module_type" : "SwiftTarget",
"name" : "mcpexample",
"path" : "Sources/mcpexample",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"mcpexample"
],
"sources" : [
"MCPExample.swift"
],
"target_dependencies" : [
"EasyMCP"
],
"type" : "executable"
},
{
"c99name" : "EasyMacMCPTests",
"module_type" : "SwiftTarget",
"name" : "EasyMacMCPTests",
"path" : "Tests/EasyMacMCPTests",
"sources" : [
"MockPipe.swift"
],
"target_dependencies" : [
"EasyMacMCP"
],
"type" : "test"
},
{
"c99name" : "EasyMacMCP",
"module_type" : "SwiftTarget",
"name" : "EasyMacMCP",
"path" : "Sources/EasyMacMCP",
"product_memberships" : [
"EasyMacMCP"
],
"sources" : [
"EasyMCPHelper.swift",
"EasyMCPHost.swift",
"FileManager+Pipe.swift",
"HelperRequestPipe.swift",
"HelperResponsePipe.swift",
"HostRequestPipe.swift",
"HostResponsePipe.swift",
"Logging.swift",
"MCPProtocols.swift",
"PipeProtocols.swift",
"ReadPipe.swift",
"ResponseManager.swift",
"WritePipe.swift"
],
"target_dependencies" : [
"EasyMCP"
],
"type" : "library"
},
{
"c99name" : "EasyMCP",
"module_type" : "SwiftTarget",
"name" : "EasyMCP",
"path" : "Sources/EasyMCP",
"product_dependencies" : [
"MCP"
],
"product_memberships" : [
"EasyMCP",
"EasyMacMCP",
"mcpexample"
],
"sources" : [
"EasyMCP.swift",
"Logging.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/modelcontextprotocol/swift-sdk
[1/2274] Fetching swift-sdk
Fetched https://github.com/modelcontextprotocol/swift-sdk from cache (0.40s)
Fetching https://github.com/mattt/eventsource.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-log.git
[1/199] Fetching eventsource
[200/4354] Fetching eventsource, swift-log
[1073/21039] Fetching eventsource, swift-log, swift-argument-parser
Fetched https://github.com/mattt/eventsource.git from cache (0.33s)
[2745/20840] Fetching swift-log, swift-argument-parser
[3162/25966] Fetching swift-log, swift-argument-parser, swift-system
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
[13636/21811] Fetching swift-argument-parser, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.77s)
[14516/16685] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.17s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.3.0 (1.98s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.75s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.66s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.87s)
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.3
Creating working copy for https://github.com/mattt/eventsource.git
Working copy of https://github.com/mattt/eventsource.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/modelcontextprotocol/swift-sdk
Working copy of https://github.com/modelcontextprotocol/swift-sdk resolved at main (c0407a0)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[10/21] Compiling CSystem shims.c
[11/21] Write swift-version-24593BA9C3E375BF.txt
[13/59] Emitting module ArgumentParserToolInfo
[14/59] Emitting module SystemPackage
[15/63] Emitting module Logging
[16/63] Compiling Logging Locks.swift
[17/63] Compiling SystemPackage SystemString.swift
[18/63] Compiling SystemPackage Util+StringArray.swift
[19/63] Compiling SystemPackage Util.swift
[20/63] Compiling SystemPackage UtilConsumers.swift
[21/63] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/64] Compiling SystemPackage FilePathSyntax.swift
[24/64] Compiling SystemPackage FilePathTemp.swift
[25/64] Compiling SystemPackage FilePathTempPosix.swift
[26/64] Compiling SystemPackage FilePathTempWindows.swift
[27/64] Compiling SystemPackage FilePath.swift
[28/64] Compiling SystemPackage FilePathComponentView.swift
[29/64] Compiling SystemPackage FilePathComponents.swift
[30/64] Compiling SystemPackage FilePathParsing.swift
[31/64] Compiling SystemPackage FilePathString.swift
[32/64] Compiling Logging MetadataProvider.swift
[33/64] Compiling SystemPackage IORing.swift
[34/64] Compiling SystemPackage RawIORequest.swift
[35/64] Compiling SystemPackage Backcompat.swift
[36/64] Compiling SystemPackage CInterop.swift
[37/64] Compiling SystemPackage FilePathWindows.swift
[38/64] Compiling SystemPackage FilePermissions.swift
[39/64] Compiling SystemPackage IOCompletion.swift
[40/64] Compiling SystemPackage IORequest.swift
[41/64] Compiling SystemPackage Constants.swift
[42/64] Compiling SystemPackage Exports.swift
[43/64] Compiling SystemPackage Mocking.swift
[44/64] Compiling SystemPackage RawBuffer.swift
[45/64] Compiling SystemPackage Syscalls.swift
[46/64] Compiling SystemPackage WindowsSyscallAdapters.swift
[47/64] Compiling SystemPackage MachPort.swift
[48/64] Compiling SystemPackage PlatformString.swift
[49/64] Compiling SystemPackage Errno.swift
[50/64] Compiling SystemPackage ErrnoWindows.swift
[51/64] Compiling SystemPackage FileDescriptor.swift
[52/64] Compiling SystemPackage FileHelpers.swift
[53/64] Compiling SystemPackage FileOperations.swift
[54/64] Compiling Logging Logging.swift
[55/64] Compiling Logging LogHandler.swift
[55/66] Wrapping AST for ArgumentParserToolInfo for debugging
[58/110] Wrapping AST for SystemPackage for debugging
[59/110] Wrapping AST for Logging for debugging
[61/129] Emitting module ArgumentParser
[62/135] Compiling MCP Messages.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/135] Compiling MCP Transport.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/135] Compiling MCP HTTPClientTransport.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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)
[65/137] Emitting module MCP
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/137] Compiling ArgumentParser CollectionExtensions.swift
[67/137] Compiling ArgumentParser Mutex.swift
[68/137] Compiling ArgumentParser Platform.swift
[69/137] Compiling ArgumentParser SequenceExtensions.swift
[70/137] Compiling ArgumentParser StringExtensions.swift
[71/137] Compiling ArgumentParser SwiftExtensions.swift
[72/137] Compiling MCP UnitInterval.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[73/137] Compiling MCP Ping.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[74/137] Compiling MCP Value.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[75/137] Compiling MCP Server.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[76/137] Compiling MCP Tools.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[77/137] Compiling MCP Prompts.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[78/137] Compiling MCP Resources.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[79/137] Compiling MCP Error.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[80/137] Compiling MCP ID.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[81/137] Compiling MCP Lifecycle.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[82/137] Compiling MCP Versioning.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[83/137] Compiling MCP Client.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[84/137] Compiling MCP InMemoryTransport.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[85/137] Compiling MCP NetworkTransport.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[86/137] Compiling MCP StdioTransport.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[87/137] Compiling ArgumentParser Tree.swift
[88/137] Compiling ArgumentParser CodingKeyValidator.swift
[89/137] Compiling ArgumentParser NonsenseFlagsValidator.swift
[90/137] Compiling ArgumentParser ParsableArgumentsValidation.swift
[91/137] Compiling ArgumentParser PositionalArgumentsValidator.swift
[92/137] Compiling ArgumentParser UniqueNamesValidator.swift
[93/137] Compiling MCP Sampling.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[94/137] Compiling MCP Data+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[101/137] Compiling ArgumentParser ArgumentVisibility.swift
[102/137] Compiling ArgumentParser CompletionKind.swift
[103/137] Compiling ArgumentParser Errors.swift
[104/137] Compiling ArgumentParser Flag.swift
[105/137] Compiling ArgumentParser NameSpecification.swift
[106/137] Compiling ArgumentParser Option.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/12] Write swift-version-24593BA9C3E375BF.txt
[4/50] Compiling Logging MetadataProvider.swift
[5/50] Emitting module Logging
[6/50] Compiling SystemPackage IORing.swift
[7/50] Compiling SystemPackage RawIORequest.swift
[8/50] Compiling SystemPackage Backcompat.swift
[9/50] Compiling SystemPackage CInterop.swift
[10/54] Compiling SystemPackage Syscalls.swift
[11/54] Compiling SystemPackage WindowsSyscallAdapters.swift
[12/54] Compiling SystemPackage MachPort.swift
[13/54] Compiling SystemPackage PlatformString.swift
[14/54] Compiling Logging Locks.swift
[15/54] Compiling Logging LogHandler.swift
[16/54] Compiling Logging Logging.swift
[18/55] Compiling SystemPackage Constants.swift
[19/55] Compiling SystemPackage Exports.swift
[20/55] Compiling SystemPackage Mocking.swift
[21/55] Compiling SystemPackage RawBuffer.swift
[22/55] Compiling SystemPackage FilePathWindows.swift
[23/55] Compiling SystemPackage FilePermissions.swift
[24/55] Compiling SystemPackage IOCompletion.swift
[25/55] Compiling SystemPackage IORequest.swift
[26/54] Compiling SystemPackage FilePathSyntax.swift
[27/54] Compiling SystemPackage FilePathTemp.swift
[28/54] Compiling SystemPackage FilePathTempPosix.swift
[29/54] Compiling SystemPackage FilePathTempWindows.swift
[30/54] Compiling SystemPackage SystemString.swift
[31/54] Compiling SystemPackage Util+StringArray.swift
[32/54] Compiling SystemPackage Util.swift
[33/54] Compiling SystemPackage UtilConsumers.swift
[34/54] Compiling ArgumentParserToolInfo ToolInfo.swift
[35/54] Emitting module ArgumentParserToolInfo
[36/55] Compiling SystemPackage Errno.swift
[37/55] Compiling SystemPackage ErrnoWindows.swift
[38/55] Compiling SystemPackage FileDescriptor.swift
[39/55] Compiling SystemPackage FileHelpers.swift
[40/55] Compiling SystemPackage FileOperations.swift
[41/55] Emitting module SystemPackage
[42/55] Compiling SystemPackage FilePath.swift
[43/55] Compiling SystemPackage FilePathComponentView.swift
[44/55] Compiling SystemPackage FilePathComponents.swift
[45/55] Compiling SystemPackage FilePathParsing.swift
[46/55] Compiling SystemPackage FilePathString.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/117] Emitting module MCP
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/119] Compiling MCP Messages.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/119] Compiling MCP Transport.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/119] Compiling MCP HTTPClientTransport.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/119] Compiling MCP InMemoryTransport.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/119] Compiling MCP NetworkTransport.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/119] Compiling MCP StdioTransport.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/119] Compiling MCP Versioning.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/119] Compiling MCP Client.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/119] Compiling MCP Error.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/119] Compiling MCP ID.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/119] Compiling MCP Lifecycle.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/119] Emitting module ArgumentParser
[62/125] Compiling MCP Prompts.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/125] Compiling MCP Resources.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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/125] Compiling ArgumentParser CollectionExtensions.swift
[65/125] Compiling ArgumentParser Mutex.swift
[66/125] Compiling ArgumentParser Platform.swift
[67/125] Compiling ArgumentParser SequenceExtensions.swift
[68/125] Compiling ArgumentParser StringExtensions.swift
[69/125] Compiling ArgumentParser SwiftExtensions.swift
[70/125] Compiling ArgumentParser InputKey.swift
[71/125] Compiling ArgumentParser InputOrigin.swift
[72/125] Compiling ArgumentParser Name.swift
[73/125] Compiling ArgumentParser Parsed.swift
[74/125] Compiling ArgumentParser ParsedValues.swift
[75/125] Compiling ArgumentParser ParserError.swift
[76/125] Compiling MCP Server.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[77/125] Compiling MCP Tools.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[78/125] Compiling ArgumentParser Tree.swift
[79/125] Compiling ArgumentParser CodingKeyValidator.swift
[80/125] Compiling ArgumentParser NonsenseFlagsValidator.swift
[81/125] Compiling ArgumentParser ParsableArgumentsValidation.swift
[82/125] Compiling ArgumentParser PositionalArgumentsValidator.swift
[83/125] Compiling ArgumentParser UniqueNamesValidator.swift
[95/125] Compiling MCP UnitInterval.swift
[96/125] Compiling MCP Ping.swift
[97/125] Compiling MCP Value.swift
[98/125] Compiling MCP Sampling.swift
[99/125] Compiling MCP Data+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
/host/spi-builder-workspace/.build/checkouts/swift-sdk/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 |
[109/125] Compiling ArgumentParser CompletionKind.swift
[110/125] Compiling ArgumentParser Errors.swift
[111/125] Compiling ArgumentParser Flag.swift
[112/125] Compiling ArgumentParser NameSpecification.swift
[113/125] Compiling ArgumentParser Option.swift
[114/125] Compiling ArgumentParser SplitArguments.swift
[115/125] Compiling ArgumentParser DumpHelpGenerator.swift
[116/125] Compiling ArgumentParser HelpCommand.swift
[117/125] Compiling ArgumentParser HelpGenerator.swift
[118/125] Compiling ArgumentParser MessageInfo.swift
[119/125] Compiling ArgumentParser UsageGenerator.swift
BUILD FAILURE 6.1 wasm