The Swift Package Index logo.Swift Package Index

Build Information

Failed to build mcp-stdio-swift, reference main (1a5e0b), with Swift 6.1 for Android on 8 Jan 2026 17:52:52 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xbill9/mcp-stdio-swift.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/xbill9/mcp-stdio-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1a5e0bc add settings.json for gemini cli
Cloned https://github.com/xbill9/mcp-stdio-swift.git
Revision (git rev-parse @):
1a5e0bc4601b79bafc196f7e1bd4bca79d0a8227
SUCCESS checkout https://github.com/xbill9/mcp-stdio-swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/xbill9/mcp-stdio-swift.git
https://github.com/xbill9/mcp-stdio-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-sdk",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/modelcontextprotocol/swift-sdk"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "mcp-stdio-swift",
  "name" : "mcp-stdio-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "mcp-stdio-swift",
      "targets" : [
        "mcp-stdio-swift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "mcp_stdio_swiftTests",
      "module_type" : "SwiftTarget",
      "name" : "mcp-stdio-swiftTests",
      "path" : "Tests/mcp-stdio-swiftTests",
      "sources" : [
        "HandlersTests.swift"
      ],
      "target_dependencies" : [
        "mcp-stdio-swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "mcp_stdio_swift",
      "module_type" : "SwiftTarget",
      "name" : "mcp-stdio-swift",
      "path" : "Sources/mcp-stdio-swift",
      "product_dependencies" : [
        "MCP",
        "ServiceLifecycle",
        "Logging"
      ],
      "product_memberships" : [
        "mcp-stdio-swift"
      ],
      "sources" : [
        "Handlers.swift",
        "JSONLogHandler.swift",
        "MCPService.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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/modelcontextprotocol/swift-sdk
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2568] Fetching swift-service-lifecycle
[2569/8327] Fetching swift-service-lifecycle, swift-log
[3664/10909] Fetching swift-service-lifecycle, swift-log, swift-sdk
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.35s)
[7593/8341] Fetching swift-log, swift-sdk
Fetched https://github.com/modelcontextprotocol/swift-sdk from cache (0.46s)
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk
Computed https://github.com/modelcontextprotocol/swift-sdk at 0.10.2 (1.20s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/mattt/eventsource.git
[1/199] Fetching eventsource
Fetched https://github.com/mattt/eventsource.git from cache (0.19s)
[1/5280] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.3.0 (1.10s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.66s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (0.61s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5860] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.09s)
Fetching https://github.com/apple/swift-collections.git
[1/18592] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.33s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.30s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.71s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/modelcontextprotocol/swift-sdk
Working copy of https://github.com/modelcontextprotocol/swift-sdk resolved at 0.10.2
Building for debugging...
[0/26] Write sources
[11/26] Write swift-version-24593BA9C3E375BF.txt
[12/26] Compiling CSystem shims.c
[14/81] Compiling SystemPackage FilePathString.swift
[15/81] Compiling SystemPackage FilePathSyntax.swift
[17/83] Compiling SystemPackage FilePathTemp.swift
[18/83] Compiling SystemPackage FilePathTempPosix.swift
[19/83] Compiling SystemPackage FilePathTempWindows.swift
[20/83] Emitting module InternalCollectionsUtilities
[21/87] Compiling SystemPackage Errno.swift
[22/87] Compiling SystemPackage ErrnoWindows.swift
[23/87] Compiling SystemPackage FileOperations.swift
[24/87] Compiling SystemPackage FilePath.swift
[25/87] Compiling SystemPackage FileDescriptor.swift
[26/87] Compiling SystemPackage FileHelpers.swift
[27/87] Compiling SystemPackage FilePathComponentView.swift
[28/87] Compiling SystemPackage FilePathComponents.swift
[29/87] Compiling SystemPackage FilePathParsing.swift
[33/87] Compiling SystemPackage FilePathWindows.swift
[39/87] Emitting module SystemPackage
[40/87] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[41/87] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[47/88] Wrapping AST for InternalCollectionsUtilities for debugging
[49/158] Compiling OrderedCollections OrderedDictionary+Codable.swift
[50/158] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[51/160] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[52/160] Compiling OrderedCollections OrderedDictionary+Elements.swift
[53/160] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[54/160] Compiling OrderedCollections OrderedDictionary+Values.swift
[55/160] Compiling OrderedCollections OrderedSet+Initializers.swift
[56/160] Compiling OrderedCollections OrderedSet+Insertions.swift
[57/160] Compiling OrderedCollections _HashTable+Testing.swift
[58/160] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[59/160] Compiling DequeModule _DequeSlot.swift
[60/160] Compiling DequeModule _UnsafeWrappedBuffer.swift
[61/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[62/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[63/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[64/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[65/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[66/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[67/160] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[68/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[69/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[70/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[71/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[72/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[73/167] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[74/167] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[75/167] Compiling OrderedCollections _HashTable+Bucket.swift
[76/167] Compiling OrderedCollections _HashTable+BucketIterator.swift
[77/167] Compiling OrderedCollections _HashTable+Constants.swift
[78/167] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[79/167] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[80/167] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[81/167] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[82/167] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[91/167] Compiling OrderedCollections OrderedDictionary.swift
[92/167] Compiling OrderedCollections OrderedSet+Codable.swift
[93/167] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[94/167] Compiling OrderedCollections OrderedSet+Descriptions.swift
[95/167] Compiling OrderedCollections OrderedSet+Diffing.swift
[96/167] Compiling OrderedCollections OrderedSet+Equatable.swift
[97/167] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[98/167] Compiling OrderedCollections OrderedSet+Hashable.swift
[99/167] Emitting module DequeModule
[102/167] Compiling OrderedCollections OrderedSet+Invariants.swift
[103/167] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[104/167] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[105/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[106/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[107/167] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[108/167] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[109/167] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[110/167] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[111/167] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[112/167] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[113/167] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[117/168] Emitting module ConcurrencyHelpers
[118/168] Compiling ConcurrencyHelpers Lock.swift
[119/168] Compiling ConcurrencyHelpers LockedValueBox.swift
[119/168] Wrapping AST for DequeModule for debugging
[138/170] Emitting module Logging
[139/170] Compiling Logging Locks.swift
[141/170] Compiling Logging LogHandler.swift
[142/170] Compiling Logging Logging.swift
[143/170] Compiling Logging MetadataProvider.swift
[143/171] Wrapping AST for ConcurrencyHelpers for debugging
[153/174] Wrapping AST for SystemPackage for debugging
[154/184] Wrapping AST for Logging for debugging
[156/193] Compiling OrderedCollections OrderedSet+Sendable.swift
[157/193] Compiling OrderedCollections OrderedSet+SubSequence.swift
[158/193] Compiling OrderedCollections OrderedSet+Testing.swift
[159/193] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[160/193] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[161/193] Compiling OrderedCollections OrderedSet.swift
[162/193] Compiling OrderedCollections _UnsafeBitset.swift
[163/193] Emitting module OrderedCollections
[165/194] Emitting module UnixSignals
[166/194] Compiling UnixSignals UnixSignal.swift
[167/194] Compiling UnixSignals UnixSignalsSequence.swift
[167/195] Wrapping AST for OrderedCollections for debugging
[169/244] Wrapping AST for UnixSignals for debugging
[171/244] Compiling AsyncAlgorithms DebounceStorage.swift
[172/244] Compiling AsyncAlgorithms Dictionary.swift
[173/244] Compiling AsyncAlgorithms _TinyArray.swift
[174/244] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[175/244] Compiling AsyncAlgorithms Locking.swift
[176/244] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[177/244] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[178/244] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[179/244] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[180/244] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[181/244] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[182/244] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[183/244] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[184/244] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[185/244] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[186/244] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[187/244] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[188/244] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[189/244] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[190/244] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[191/244] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[192/250] 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 |
[193/252] Emitting module AsyncAlgorithms
[194/252] Compiling AsyncAlgorithms ChannelStorage.swift
[195/252] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[196/252] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[197/252] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[198/252] Compiling AsyncAlgorithms CombineLatestStorage.swift
[199/252] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[200/252] Compiling AsyncAlgorithms DebounceStateMachine.swift
[201/252] Compiling AsyncAlgorithms AsyncShareSequence.swift
[202/252] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[203/252] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[204/252] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[205/252] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[206/252] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[207/252] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[208/252] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[209/252] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[210/252] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[211/252] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[212/252] Compiling MCP Server.swift
[213/252] Compiling MCP Tools.swift
[214/252] Compiling AsyncAlgorithms ChannelStateMachine.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 |
/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 |
/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 |
/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 |
[231/252] Compiling AsyncAlgorithms SetAlgebra.swift
[232/252] Compiling AsyncAlgorithms UnsafeTransfer.swift
[233/252] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[234/252] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[235/252] Compiling AsyncAlgorithms ZipStateMachine.swift
[236/252] Compiling AsyncAlgorithms ZipStorage.swift
[237/252] Compiling AsyncAlgorithms MergeStateMachine.swift
[238/252] Compiling AsyncAlgorithms MergeStorage.swift
[239/252] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[240/252] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[241/252] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[242/252] Compiling AsyncAlgorithms Rethrow.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 |
[247/253] Wrapping AST for AsyncAlgorithms for debugging
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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
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/14] Write swift-version-24593BA9C3E375BF.txt
[2/69] Compiling Logging MetadataProvider.swift
[3/69] Compiling SystemPackage FilePathTemp.swift
[4/69] Compiling SystemPackage FilePathTempPosix.swift
[5/71] Compiling SystemPackage FileOperations.swift
[6/71] Compiling SystemPackage FilePathSyntax.swift
[7/71] Compiling SystemPackage FileDescriptor.swift
[8/71] Compiling SystemPackage FileHelpers.swift
[9/71] Compiling ConcurrencyHelpers LockedValueBox.swift
[10/71] Compiling ConcurrencyHelpers Lock.swift
[11/71] Compiling SystemPackage FilePathTempWindows.swift
[12/71] Compiling SystemPackage FilePathWindows.swift
[13/71] Emitting module ConcurrencyHelpers
[14/72] Compiling SystemPackage Syscalls.swift
[15/72] Compiling SystemPackage WindowsSyscallAdapters.swift
[16/72] Compiling SystemPackage MachPort.swift
[17/72] Compiling SystemPackage PlatformString.swift
[18/72] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[19/72] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[20/76] Emitting module Logging
[22/75] Emitting module InternalCollectionsUtilities
[27/77] Compiling SystemPackage FilePathParsing.swift
[28/77] Compiling SystemPackage FilePathString.swift
[29/77] Compiling SystemPackage Errno.swift
[30/77] Compiling SystemPackage ErrnoWindows.swift
[31/78] Compiling SystemPackage FilePath.swift
[32/78] Compiling SystemPackage FilePathComponentView.swift
[33/78] Compiling SystemPackage FilePathComponents.swift
[34/79] Compiling SystemPackage Constants.swift
[35/79] Compiling SystemPackage Exports.swift
[36/79] Compiling SystemPackage Mocking.swift
[37/79] Compiling SystemPackage RawBuffer.swift
[38/79] Compiling SystemPackage IORing.swift
[39/79] Compiling SystemPackage RawIORequest.swift
[40/79] Compiling SystemPackage Backcompat.swift
[41/79] Compiling SystemPackage CInterop.swift
[45/79] Compiling SystemPackage IORequest.swift
[47/78] Compiling UnixSignals UnixSignal.swift
[48/78] Emitting module UnixSignals
[49/78] Compiling Logging LogHandler.swift
[50/78] Compiling Logging Logging.swift
[51/78] Compiling Logging Locks.swift
[52/79] Compiling UnixSignals UnixSignalsSequence.swift
[55/148] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[56/148] Compiling OrderedCollections _HashTable.swift
[57/148] Compiling OrderedCollections _Hashtable+Header.swift
[58/148] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[59/148] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[60/148] Emitting module SystemPackage
[61/148] Compiling OrderedCollections _HashTable+Bucket.swift
[62/148] Compiling OrderedCollections _HashTable+BucketIterator.swift
[63/148] Compiling OrderedCollections _HashTable+Constants.swift
[64/148] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[65/148] Compiling OrderedCollections _HashTable+Testing.swift
[72/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[73/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[74/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[75/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[76/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[77/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[78/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[79/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[80/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[81/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[82/150] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[83/158] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[84/158] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[87/158] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[88/158] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[91/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[92/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[93/158] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[94/158] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[95/158] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[97/157] Compiling DequeModule _DequeSlot.swift
[98/157] Compiling DequeModule _UnsafeWrappedBuffer.swift
[107/157] Compiling OrderedCollections OrderedDictionary.swift
[108/157] Compiling OrderedCollections OrderedSet+Codable.swift
[109/157] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[110/157] Compiling OrderedCollections OrderedSet+Descriptions.swift
[111/157] Compiling OrderedCollections OrderedSet+Diffing.swift
[112/157] Compiling OrderedCollections OrderedSet+Equatable.swift
[113/157] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[114/157] Compiling OrderedCollections OrderedSet+Hashable.swift
[115/157] Compiling OrderedCollections OrderedSet+Initializers.swift
[116/157] Compiling OrderedCollections OrderedSet+Insertions.swift
[117/157] Compiling OrderedCollections OrderedSet+Invariants.swift
[118/157] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[119/157] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[120/157] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[123/157] Compiling OrderedCollections OrderedDictionary+Codable.swift
[124/157] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[125/157] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[126/157] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[127/157] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[128/157] Compiling OrderedCollections OrderedDictionary+Elements.swift
[129/157] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[130/157] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[131/176] Compiling MCP HTTPClientTransport.swift
[132/176] Compiling MCP InMemoryTransport.swift
[133/176] Emitting module DequeModule
[135/176] 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 |
[136/176] 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 |
[137/176] Compiling MCP Messages.swift
[138/176] Compiling MCP Transport.swift
[141/176] Compiling MCP NetworkTransport.swift
[142/176] Compiling MCP StdioTransport.swift
[143/177] Compiling MCP Versioning.swift
[144/177] Compiling MCP Client.swift
[145/178] 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 |
[146/178] 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 |
[147/178] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[148/178] 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 |
/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 |
[152/178] Compiling OrderedCollections OrderedSet+Sendable.swift
[153/178] Compiling OrderedCollections OrderedSet+SubSequence.swift
[154/178] Compiling OrderedCollections OrderedSet+Testing.swift
[155/178] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[156/178] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[157/178] Compiling OrderedCollections OrderedSet.swift
[158/178] Compiling OrderedCollections _UnsafeBitset.swift
[159/178] Emitting module OrderedCollections
[160/179] 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 |
[161/179] 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 |
[163/227] Compiling AsyncAlgorithms AsyncShareSequence.swift
[164/227] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[165/227] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[166/227] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[167/227] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[168/227] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[169/227] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[170/233] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[171/233] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[172/233] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[173/233] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[174/233] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[175/233] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[176/233] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.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 |
/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 |
[187/233] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[188/233] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[189/233] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[190/233] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[191/233] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[192/233] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[193/233] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[194/233] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[195/233] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[196/233] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[197/233] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[198/233] Compiling AsyncAlgorithms AsyncChannel.swift
[199/233] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[200/233] Compiling AsyncAlgorithms ChannelStateMachine.swift
BUILD FAILURE 6.1 android