Build Information
Failed to build swift-mcp-gui, reference 0.1.0 (8902cb), with Swift 6.1 for Android on 6 Feb 2026 06:22:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NakaokaRei/swift-mcp-gui.git
Reference: 0.1.0
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/NakaokaRei/swift-mcp-gui
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 8902cbc Merge pull request #24 from NakaokaRei/feature/capture-output-format
Cloned https://github.com/NakaokaRei/swift-mcp-gui.git
Revision (git rev-parse @):
8902cbc20e4ae7aee8adf34005ae560b28730490
SUCCESS checkout https://github.com/NakaokaRei/swift-mcp-gui.git at 0.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/NakaokaRei/swift-mcp-gui.git
https://github.com/NakaokaRei/swift-mcp-gui.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/modelcontextprotocol/swift-sdk.git"
},
{
"identity" : "swiftautogui",
"requirement" : {
"range" : [
{
"lower_bound" : "0.10.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/NakaokaRei/SwiftAutoGUI.git"
}
],
"manifest_display_name" : "swift-mcp-gui",
"name" : "swift-mcp-gui",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "swift-mcp-gui",
"targets" : [
"swift-mcp-gui"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_mcp_guiTests",
"module_type" : "SwiftTarget",
"name" : "swift-mcp-guiTests",
"path" : "Tests/swift-mcp-guiTests",
"sources" : [
"Tools/AppleScriptToolsTests.swift",
"Tools/KeyboardToolsTests.swift",
"Tools/MouseToolsTests.swift",
"Tools/ScreenToolsTests.swift",
"Utilities/ParameterParserTests.swift"
],
"target_dependencies" : [
"swift-mcp-gui"
],
"type" : "test"
},
{
"c99name" : "swift_mcp_gui",
"module_type" : "SwiftTarget",
"name" : "swift-mcp-gui",
"path" : "Sources/swift-mcp-gui",
"product_dependencies" : [
"MCP",
"SwiftAutoGUI"
],
"product_memberships" : [
"swift-mcp-gui"
],
"sources" : [
"Extensions/Server+Extension.swift",
"Server/MCPServer.swift",
"Tools/AppleScript/ExecuteAppleScriptFileTool.swift",
"Tools/AppleScript/ExecuteAppleScriptTool.swift",
"Tools/Keyboard/SendKeysTool.swift",
"Tools/Mouse/MouseClickTool.swift",
"Tools/Mouse/MoveMouseTool.swift",
"Tools/Screen/CaptureRegionTool.swift",
"Tools/Screen/CaptureScreenTool.swift",
"Tools/Screen/GetPixelColorTool.swift",
"Tools/Screen/GetScreenSizeTool.swift",
"Tools/Screen/SaveScreenshotTool.swift",
"Tools/Screen/ScrollTool.swift",
"Tools/ToolRegistry.swift",
"Utilities/ParameterParser.swift",
"main.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/modelcontextprotocol/swift-sdk.git
Fetching https://github.com/NakaokaRei/SwiftAutoGUI.git
[1/1057] Fetching swiftautogui
[1058/3859] Fetching swiftautogui, swift-sdk
Fetched https://github.com/NakaokaRei/SwiftAutoGUI.git from cache (0.40s)
Fetched https://github.com/modelcontextprotocol/swift-sdk.git from cache (0.41s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk.git
Computed https://github.com/modelcontextprotocol/swift-sdk.git at 0.10.2 (1.12s)
Fetching https://github.com/mattt/eventsource.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-log.git
[1/199] Fetching eventsource
Fetched https://github.com/mattt/eventsource.git from cache (0.23s)
[1/5552] Fetching swift-system
[834/11451] Fetching swift-system, swift-log
Fetched https://github.com/apple/swift-system.git from cache (0.48s)
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.3.0 (1.11s)
Computing version for https://github.com/NakaokaRei/SwiftAutoGUI.git
Computed https://github.com/NakaokaRei/SwiftAutoGUI.git at 0.13.0 (2.60s)
Fetching https://github.com/yeatse/opencv-spm.git
[1/364] Fetching opencv-spm
Fetched https://github.com/yeatse/opencv-spm.git from cache (0.46s)
Computing version for https://github.com/yeatse/opencv-spm.git
Computed https://github.com/yeatse/opencv-spm.git at 4.13.0 (1.10s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.1 (0.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.76s)
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.4
Creating working copy for https://github.com/yeatse/opencv-spm.git
Working copy of https://github.com/yeatse/opencv-spm.git resolved at 4.13.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.9.1
Creating working copy for https://github.com/modelcontextprotocol/swift-sdk.git
Working copy of https://github.com/modelcontextprotocol/swift-sdk.git resolved at 0.10.2
Creating working copy for https://github.com/NakaokaRei/SwiftAutoGUI.git
Working copy of https://github.com/NakaokaRei/SwiftAutoGUI.git resolved at 0.13.0
Creating working copy for https://github.com/mattt/eventsource.git
Working copy of https://github.com/mattt/eventsource.git resolved at 1.3.0
Downloading binary artifact https://github.com/yeatse/opencv-spm/releases/download/4.13.0/opencv2.xcframework.zip
[1369/200350637] Downloading https://github.com/yeatse/opencv-spm/releases/download/4.13.0/opencv2.xcframework.zip
Downloaded https://github.com/yeatse/opencv-spm/releases/download/4.13.0/opencv2.xcframework.zip (23.84s)
Building for debugging...
[0/16] Write sources
[6/16] Write swift-version-24593BA9C3E375BF.txt
[7/16] Compiling CSystem shims.c
[9/54] Emitting module SystemPackage
[10/58] Emitting module opencv2_dependencies
[11/58] Compiling SystemPackage FilePathWindows.swift
[12/58] Compiling SystemPackage FilePermissions.swift
[13/58] Compiling SystemPackage IOCompletion.swift
[14/58] Compiling SystemPackage IORequest.swift
[15/58] Compiling SystemPackage SystemString.swift
[16/58] Compiling SystemPackage Util+StringArray.swift
[17/58] Compiling SystemPackage Util.swift
[18/58] Compiling SystemPackage UtilConsumers.swift
[19/58] Compiling SystemPackage FilePathSyntax.swift
[20/58] Compiling SystemPackage FilePathTemp.swift
[21/58] Compiling SystemPackage FilePathTempPosix.swift
[22/58] Compiling SystemPackage FilePathTempWindows.swift
[23/58] Compiling Logging LogHandler.swift
[24/58] Compiling SystemPackage FilePath.swift
[25/58] Compiling SystemPackage FilePathComponentView.swift
[26/58] Compiling SystemPackage FilePathComponents.swift
[27/58] Compiling SystemPackage FilePathParsing.swift
[28/58] Compiling SystemPackage FilePathString.swift
[29/58] Compiling SystemPackage Errno.swift
[30/58] Compiling SystemPackage ErrnoWindows.swift
[31/58] Compiling SystemPackage FileDescriptor.swift
[32/58] Compiling SystemPackage FileHelpers.swift
[33/58] Compiling SystemPackage FileOperations.swift
[34/58] Compiling Logging Logging.swift
[35/58] Emitting module Logging
[36/58] Compiling Logging Locks.swift
[37/58] Compiling SystemPackage Syscalls.swift
[38/58] Compiling SystemPackage WindowsSyscallAdapters.swift
[39/58] Compiling SystemPackage MachPort.swift
[40/58] Compiling SystemPackage PlatformString.swift
[41/58] Compiling SystemPackage IORing.swift
[42/58] Compiling SystemPackage RawIORequest.swift
[43/58] Compiling SystemPackage Backcompat.swift
[44/58] Compiling SystemPackage CInterop.swift
[45/58] Compiling SystemPackage Constants.swift
[46/58] Compiling SystemPackage Exports.swift
[47/58] Compiling SystemPackage Mocking.swift
[48/58] Compiling SystemPackage RawBuffer.swift
[49/58] Compiling Logging MetadataProvider.swift
[51/60] Wrapping AST for Logging for debugging
[53/60] Compiling opencv2_dependencies Stub.swift
[53/61] Wrapping AST for SystemPackage for debugging
[55/80] Wrapping AST for opencv2-dependencies for debugging
[57/88] Compiling SwiftAutoGUI Dialog.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAutoGUI/Sources/SwiftAutoGUI/Action.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// Represents an automation action that can be executed.
[58/89] Compiling SwiftAutoGUI Keycode.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAutoGUI/Sources/SwiftAutoGUI/Action.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// Represents an automation action that can be executed.
[59/89] Compiling SwiftAutoGUI TweeningFunction.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAutoGUI/Sources/SwiftAutoGUI/Action.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// Represents an automation action that can be executed.
[60/89] 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 |
[61/89] 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 |
[62/89] 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 |
[63/89] 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 |
[64/89] 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 |
[65/89] 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 |
[66/89] 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 |
[67/89] 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 |
[68/89] 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 |
[69/89] 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 |
[70/91] 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 |
[71/91] 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 |
[72/91] 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 |
[73/91] 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 |
[74/91] 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 |
[75/91] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[76/91] 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 |
[77/91] 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 |
[78/91] 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 |
[79/91] 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 |
[80/91] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/9] Write swift-version-24593BA9C3E375BF.txt
[2/47] Compiling opencv2_dependencies Stub.swift
[3/47] Emitting module opencv2_dependencies
[5/47] Compiling Logging MetadataProvider.swift
[6/47] Compiling SystemPackage IORing.swift
[7/47] Compiling SystemPackage RawIORequest.swift
[8/47] Compiling SystemPackage Backcompat.swift
[9/47] Compiling SystemPackage CInterop.swift
[10/59] Compiling SystemPackage Syscalls.swift
[11/59] Compiling SystemPackage WindowsSyscallAdapters.swift
[12/59] Compiling SystemPackage MachPort.swift
[13/59] Compiling SystemPackage PlatformString.swift
[14/59] Compiling SystemPackage FilePathWindows.swift
[15/59] Compiling SystemPackage FilePermissions.swift
[16/59] Compiling SystemPackage IOCompletion.swift
[17/59] Compiling SystemPackage IORequest.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/59] Emitting module SwiftAutoGUI
/host/spi-builder-workspace/.build/checkouts/SwiftAutoGUI/Sources/SwiftAutoGUI/Action.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// Represents an automation action that can be executed.
[19/60] Compiling Logging LogHandler.swift
[20/60] Compiling Logging Logging.swift
[21/60] Compiling Logging Locks.swift
[22/60] Emitting module Logging
[23/61] Compiling SystemPackage Constants.swift
[24/61] Compiling SystemPackage Exports.swift
[25/61] Compiling SystemPackage Mocking.swift
[26/61] Compiling SystemPackage RawBuffer.swift
[27/61] Emitting module SystemPackage
[29/60] Compiling SwiftAutoGUI TweeningFunction.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAutoGUI/Sources/SwiftAutoGUI/Action.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// Represents an automation action that can be executed.
[30/60] Compiling SystemPackage FilePathSyntax.swift
[31/60] Compiling SystemPackage FilePathTemp.swift
[32/60] Compiling SystemPackage FilePathTempPosix.swift
[33/60] Compiling SystemPackage FilePathTempWindows.swift
[34/60] Compiling SystemPackage Errno.swift
[35/60] Compiling SystemPackage ErrnoWindows.swift
[36/60] Compiling SystemPackage FileDescriptor.swift
[37/60] Compiling SystemPackage FileHelpers.swift
[38/60] Compiling SystemPackage FileOperations.swift
[39/60] Compiling SystemPackage FilePath.swift
[40/60] Compiling SystemPackage FilePathComponentView.swift
[41/60] Compiling SystemPackage FilePathComponents.swift
[42/60] Compiling SystemPackage FilePathParsing.swift
[43/60] Compiling SystemPackage FilePathString.swift
[44/60] Compiling SystemPackage SystemString.swift
[45/60] Compiling SystemPackage Util+StringArray.swift
[46/60] Compiling SystemPackage Util.swift
[47/60] Compiling SystemPackage UtilConsumers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[49/79] 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/81] 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/81] 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/81] 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/81] 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 |
[54/81] 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 |
[55/81] 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 |
[56/81] 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 |
[57/81] 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 |
[58/81] 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 |
[59/81] 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 |
[60/81] 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 |
[61/81] 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 |
[62/81] 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 |
[63/81] 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 |
[64/81] 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 |
[65/81] 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 |
[66/81] 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 |
[67/81] 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 |
[68/81] 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 |
[69/81] 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 |
[70/81] Compiling SwiftAutoGUI Screenshot.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAutoGUI/Sources/SwiftAutoGUI/Action.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// Represents an automation action that can be executed.
[71/81] Compiling SwiftAutoGUI Keycode.swift
/host/spi-builder-workspace/.build/checkouts/SwiftAutoGUI/Sources/SwiftAutoGUI/Action.swift:2:8: error: no such module 'AppKit'
1 | import Foundation
2 | import AppKit
| `- error: no such module 'AppKit'
3 |
4 | /// Represents an automation action that can be executed.
BUILD FAILURE 6.1 android