The Swift Package Index logo.Swift Package Index

Build Information

Failed to build firestore-stdio-swift, reference main (67e48a), with Swift 6.1 for Android on 14 Jan 2026 18:52:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/firestore-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/firestore-stdio-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 67e48a5 Add platform badge to README
Cloned https://github.com/xbill9/firestore-stdio-swift.git
Revision (git rev-parse @):
67e48a5613b0b414c955917e5c6ad390a9fcfcf2
SUCCESS checkout https://github.com/xbill9/firestore-stdio-swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/xbill9/firestore-stdio-swift.git
https://github.com/xbill9/firestore-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"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.13.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    }
  ],
  "manifest_display_name" : "firestore-stdio-swift",
  "name" : "firestore-stdio-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "firestore-stdio-swift",
      "targets" : [
        "firestore-stdio-swift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "firestore_stdio_swiftTests",
      "module_type" : "SwiftTarget",
      "name" : "firestore-stdio-swiftTests",
      "path" : "Tests/firestore-stdio-swiftTests",
      "sources" : [
        "HandlersTests.swift"
      ],
      "target_dependencies" : [
        "firestore-stdio-swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "firestore_stdio_swift",
      "module_type" : "SwiftTarget",
      "name" : "firestore-stdio-swift",
      "path" : "Sources/firestore-stdio-swift",
      "product_dependencies" : [
        "MCP",
        "ServiceLifecycle",
        "Logging",
        "AsyncHTTPClient",
        "JWTKit"
      ],
      "product_memberships" : [
        "firestore-stdio-swift"
      ],
      "sources" : [
        "FirestoreClient.swift",
        "GoogleAuth.swift",
        "Handlers.swift",
        "JSONLogHandler.swift",
        "MCPService.swift",
        "Models.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/modelcontextprotocol/swift-sdk
[1/2568] Fetching swift-service-lifecycle
[2569/8345] Fetching swift-service-lifecycle, swift-log
[3378/10933] Fetching swift-service-lifecycle, swift-log, swift-sdk
[10676/25508] Fetching swift-service-lifecycle, swift-log, swift-sdk, async-http-client
[11809/35001] Fetching swift-service-lifecycle, swift-log, swift-sdk, async-http-client, jwt-kit
Fetched https://github.com/modelcontextprotocol/swift-sdk from cache (0.49s)
[12217/32413] Fetching swift-service-lifecycle, swift-log, async-http-client, jwt-kit
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.07s)
Fetched https://github.com/apple/swift-log.git from cache (1.07s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.07s)
Fetched https://github.com/vapor/jwt-kit.git from cache (1.10s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk
Computed https://github.com/modelcontextprotocol/swift-sdk at 0.10.2 (1.66s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/mattt/eventsource.git
[1/199] Fetching eventsource
[200/5608] Fetching eventsource, swift-system
Fetched https://github.com/mattt/eventsource.git from cache (0.41s)
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.3.0 (0.96s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (2.55s)
Fetching https://github.com/apple/swift-crypto.git
[1/17460] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.93s)
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 (2.47s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5895] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.49s)
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.29s)
Fetching https://github.com/apple/swift-collections.git
[1/18623] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.35s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.9.0 (2.06s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.77s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.3 (0.66s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2809] Fetching swift-nio-transport-services
[2810/4629] Fetching swift-nio-transport-services, swift-atomics
[3083/11049] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[3349/17101] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-algorithms
[8539/22731] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-algorithms, swift-distributed-tracing
[12951/34455] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-algorithms, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.68s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.68s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.79s)
[10147/19174] Fetching swift-atomics, swift-distributed-tracing, swift-nio-http2
[19175/100459] Fetching swift-atomics, swift-distributed-tracing, swift-nio-http2, swift-nio
[22427/115755] Fetching swift-atomics, swift-distributed-tracing, swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (1.57s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.58s)
[21995/108305] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.60s)
[11390/96581] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.08s)
Fetched https://github.com/apple/swift-nio.git from cache (7.19s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (8.67s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.25s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.83s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.63s)
Fetching https://github.com/apple/swift-numerics.git
[1/6390] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.03s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.53s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.54s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.66s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.3 (0.68s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
[1/1204] Fetching swift-http-structured-headers
[423/2155] Fetching swift-http-structured-headers, swift-http-types
[2156/3847] Fetching swift-http-structured-headers, swift-http-types, swift-asn1
[3798/10929] Fetching swift-http-structured-headers, swift-http-types, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.25s)
[3352/9725] Fetching swift-http-types, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.29s)
[3997/8033] Fetching swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.44s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.44s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.71s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.56s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.51s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.1 (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.22s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.2 (1.75s)
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.30.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.0
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/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/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.9.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.92.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 4.13.5
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/modelcontextprotocol/swift-sdk
Working copy of https://github.com/modelcontextprotocol/swift-sdk resolved at 0.10.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Building for debugging...
[0/1284] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/1284] Write swift-version-24593BA9C3E375BF.txt
[2/1284] Write sources
[3/1284] Compiling _NumericsShims _NumericsShims.c
[4/1284] Write sources
[6/1284] Compiling aes.cc
[7/1284] Compiling a_d2i_fp.cc
[8/1284] Compiling _AtomicsShims.c
[8/1284] Write sources
[39/1288] Compiling a_dup.cc
[40/1288] Compiling CSystem shims.c
[41/1304] Compiling a_bool.cc
[42/1304] Compiling a_bitstr.cc
[43/1304] Compiling convert.cc
[44/1304] Compiling a_mbstr.cc
[46/1359] Emitting module InternalCollectionsUtilities
[47/1361] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[48/1361] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[49/1361] Compiling RealModule RealFunctions.swift
[50/1362] Compiling SystemPackage FileDescriptor.swift
[51/1362] Compiling SystemPackage FileHelpers.swift
[52/1362] Compiling ServiceContextModule ServiceContextKey.swift
[53/1362] Compiling ConcurrencyHelpers LockedValueBox.swift
[54/1362] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/1362] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/1362] Compiling _NIODataStructures PriorityQueue.swift
[57/1362] Compiling _NIODataStructures _TinyArray.swift
[60/1362] Compiling SystemPackage FileOperations.swift
[61/1362] Compiling SystemPackage Errno.swift
[62/1362] Compiling SystemPackage ErrnoWindows.swift
[63/1362] Compiling SystemPackage FilePath.swift
[64/1362] Compiling SystemPackage FilePathComponentView.swift
[65/1362] Compiling SystemPackage FilePathComponents.swift
[66/1362] Compiling SystemPackage FilePathParsing.swift
[67/1362] Compiling SystemPackage FilePathString.swift
[68/1362] Compiling SystemPackage IORing.swift
[69/1362] Compiling SystemPackage RawIORequest.swift
[70/1362] Compiling SystemPackage Backcompat.swift
[71/1362] Compiling RealModule Real.swift
[72/1362] Compiling ServiceContextModule ServiceContext.swift
[73/1362] Emitting module ServiceContextModule
[74/1362] Compiling RealModule Float16+Real.swift
[75/1362] Compiling RealModule Float80+Real.swift
[76/1364] Emitting module SystemPackage
[77/1368] Emitting module _NIOBase64
[78/1368] Compiling _NIOBase64 Base64.swift
[83/1369] Emitting module RealModule
[84/1369] Compiling RealModule RelaxedArithmetic.swift
[85/1370] Emitting module _NIODataStructures
[86/1370] Compiling _NIODataStructures Heap.swift
[90/1371] Compiling CNIOWindows shim.c
[102/1371] Wrapping AST for _NIOBase64 for debugging
[103/1386] Wrapping AST for ServiceContextModule for debugging
[104/1420] Wrapping AST for _NIODataStructures for debugging
[105/1447] Wrapping AST for RealModule for debugging
[107/1447] Compiling OrderedCollections _HashTable+Constants.swift
[108/1447] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[108/1447] Compiling CNIOWindows WSAStartup.c
[109/1449] Compiling CNIOWASI CNIOWASI.c
[110/1449] Compiling CNIOPosix event_loop_id.c
[111/1449] Wrapping AST for InternalCollectionsUtilities for debugging
[112/1449] Compiling CNIOOpenBSD shim.c
[113/1449] Compiling CNIOLinux liburing_shims.c
[115/1449] Compiling Instrumentation NoOpInstrument.swift
[116/1449] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[117/1449] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[118/1449] Compiling OrderedCollections _HashTable+Testing.swift
[119/1449] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[120/1449] Compiling Instrumentation MultiplexInstrument.swift
[121/1449] Compiling Instrumentation Instrument.swift
[122/1449] Emitting module Instrumentation
[122/1449] Compiling CNIOLinux shim.c
[123/1449] Compiling CNIOLLHTTP c_nio_http.c
[124/1449] Compiling CNIOLLHTTP c_nio_api.c
[126/1449] Compiling OrderedCollections _HashTable.swift
[127/1449] Compiling OrderedCollections _Hashtable+Header.swift
[127/1449] Compiling CNIOExtrasZlib empty.c
[128/1449] Compiling CNIODarwin shim.c
[130/1449] Compiling DequeModule _DequeSlot.swift
[131/1449] Compiling DequeModule _UnsafeWrappedBuffer.swift
[131/1449] Compiling CNIOLLHTTP c_nio_llhttp.c
[132/1449] Compiling fiat_p256_adx_sqr.S
[133/1449] Compiling fiat_p256_adx_mul.S
[135/1449] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[136/1449] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[137/1449] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[138/1449] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[139/1449] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[140/1449] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[141/1449] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[142/1449] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[143/1449] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[144/1449] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[145/1449] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[146/1449] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[147/1449] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[148/1449] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[148/1456] Compiling fiat_curve25519_adx_square.S
[149/1456] Compiling fiat_curve25519_adx_mul.S
[151/1456] Compiling OrderedCollections OrderedDictionary.swift
[152/1456] Compiling OrderedCollections OrderedSet+Codable.swift
[153/1456] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[154/1456] Compiling OrderedCollections OrderedSet+Descriptions.swift
[155/1456] Compiling OrderedCollections OrderedSet+Diffing.swift
[156/1456] Compiling OrderedCollections OrderedSet+Equatable.swift
[157/1456] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[158/1456] Compiling OrderedCollections OrderedSet+Hashable.swift
[159/1456] Compiling OrderedCollections OrderedDictionary+Codable.swift
[160/1456] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[161/1456] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[162/1456] Compiling OrderedCollections OrderedDictionary+Elements.swift
[163/1456] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[164/1456] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[167/1456] Compiling OrderedCollections OrderedSet+Initializers.swift
[168/1456] Compiling OrderedCollections OrderedSet+Insertions.swift
[169/1456] Compiling OrderedCollections OrderedSet+Invariants.swift
[170/1456] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[171/1456] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[172/1456] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[175/1456] Emitting module DequeModule
[176/1456] Compiling OrderedCollections _HashTable+Bucket.swift
[177/1456] Compiling OrderedCollections _HashTable+BucketIterator.swift
[177/1456] Compiling CNIOBoringSSLShims shims.c
[187/1457] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[188/1457] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[189/1457] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[190/1457] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[191/1457] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[192/1457] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[193/1457] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[194/1457] Compiling OrderedCollections OrderedDictionary+Values.swift
[196/1457] Compiling Instrumentation InstrumentationSystem.swift
[197/1457] Emitting module ConcurrencyHelpers
[198/1457] Compiling ConcurrencyHelpers Lock.swift
[199/1457] Compiling Instrumentation Locks.swift
[200/1457] Emitting module Logging
[201/1458] Compiling Logging MetadataProvider.swift
[206/1459] Compiling Logging Locks.swift
[207/1459] Compiling Logging LogHandler.swift
[208/1459] Compiling Logging Logging.swift
[228/1461] Wrapping AST for DequeModule for debugging
[229/1469] Wrapping AST for Logging for debugging
[230/1473] Wrapping AST for SystemPackage for debugging
[232/1491] Compiling MCP Messages.swift
[233/1491] Compiling MCP Transport.swift
[234/1491] Compiling MCP HTTPClientTransport.swift
[235/1491] Compiling MCP InMemoryTransport.swift
[236/1491] Compiling MCP NetworkTransport.swift
[237/1491] Compiling MCP StdioTransport.swift
[238/1491] Compiling MCP Error.swift
[239/1491] Compiling MCP ID.swift
[239/1491] Wrapping AST for Instrumentation for debugging
[241/1491] Compiling Tracing TracingTime.swift
[242/1491] Emitting module Tracing
[242/1491] Wrapping AST for ConcurrencyHelpers for debugging
[244/1491] Compiling Tracing TracerProtocol.swift
[245/1491] Compiling Tracing TracerProtocol+Legacy.swift
[246/1491] Compiling Tracing Tracer.swift
[247/1491] Emitting module UnixSignals
[248/1491] Compiling UnixSignals UnixSignal.swift
[249/1491] Compiling UnixSignals UnixSignalsSequence.swift
[250/1492] Compiling OrderedCollections OrderedSet+Sendable.swift
[251/1492] Compiling OrderedCollections OrderedSet+SubSequence.swift
[252/1492] Compiling OrderedCollections OrderedSet+Testing.swift
[253/1492] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[254/1492] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[255/1492] Compiling OrderedCollections OrderedSet.swift
[256/1492] Compiling OrderedCollections _UnsafeBitset.swift
[258/1492] Emitting module OrderedCollections
[259/1492] Compiling Tracing InstrumentationSystem+Tracing.swift
[260/1492] Compiling Tracing SpanProtocol.swift
[261/1492] Compiling Tracing NoOpTracer.swift
[263/1494] Wrapping AST for UnixSignals for debugging
[264/1494] Wrapping AST for OrderedCollections for debugging
[265/1494] Wrapping AST for Tracing for debugging
[266/1494] Compiling tls_record.cc
[267/1494] Compiling tls_method.cc
[268/1494] Compiling tls13_enc.cc
[269/1494] Compiling tls13_server.cc
[270/1494] Compiling ssl_transcript.cc
[271/1494] Compiling tls13_client.cc
/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 |
[275/1496] Compiling tls13_both.cc
[276/1496] Compiling t1_enc.cc
[277/1496] Compiling ssl_x509.cc
[278/1496] Compiling ssl_versions.cc
/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 |
[282/1496] 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 |
/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[286/1496] 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 |
[287/1496] 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 |
[288/1496] 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 |
[288/1496] Compiling ssl_stat.cc
[290/1496] 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 |
[291/1496] 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 |
[291/1496] Compiling ssl_session.cc
[292/1496] Compiling ssl_privkey.cc
[293/1496] Compiling ssl_file.cc
[294/1496] Compiling ssl_key_share.cc
[295/1496] Compiling ssl_credential.cc
[296/1496] Compiling ssl_cipher.cc
[297/1496] Compiling ssl_lib.cc
[298/1496] Compiling ssl_cert.cc
[299/1496] Compiling ssl_buffer.cc
[300/1496] Compiling ssl_asn1.cc
[301/1496] Compiling ssl_aead_ctx.cc
[302/1496] Compiling s3_pkt.cc
[303/1496] Compiling s3_lib.cc
[304/1496] Compiling s3_both.cc
[306/1496] 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 |
[307/1496] 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 |
[308/1496] 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 |
[309/1496] 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 |
[310/1496] 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 |
[311/1496] 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 |
[312/1496] 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 |
[312/1496] Compiling handoff.cc
[312/1496] Compiling extensions.cc
[312/1496] Compiling handshake_client.cc
[312/1496] Compiling handshake_server.cc
[312/1496] Compiling dtls_record.cc
[312/1496] Compiling encrypted_client_hello.cc
[312/1496] Compiling handshake.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/1184] Write sources
[4/1198] Compiling dtls_record.cc
[5/1198] Compiling dtls_method.cc
[6/1198] Compiling handshake.cc
[7/1198] Compiling handoff.cc
[7/1198] Write swift-version-24593BA9C3E375BF.txt
[9/1198] Compiling encrypted_client_hello.cc
[10/1198] Compiling handshake_server.cc
[11/1198] Compiling extensions.cc
[12/1204] Compiling handshake_client.cc
[14/1249] Compiling ServiceContextModule ServiceContextKey.swift
[15/1249] Emitting module ServiceContextModule
[16/1249] Compiling ServiceContextModule ServiceContext.swift
[17/1250] Compiling RealModule RealFunctions.swift
[19/1251] Compiling RealModule Float80+Real.swift
[20/1251] Compiling RealModule Real.swift
[21/1250] Compiling SystemPackage Syscalls.swift
[22/1250] Compiling SystemPackage WindowsSyscallAdapters.swift
[23/1250] Compiling SystemPackage MachPort.swift
[24/1250] Compiling SystemPackage PlatformString.swift
[25/1252] Compiling RealModule RelaxedArithmetic.swift
[26/1254] Emitting module _NIOBase64
[27/1254] Compiling _NIOBase64 Base64.swift
[28/1255] Compiling _NIODataStructures PriorityQueue.swift
[29/1255] Compiling _NIODataStructures Heap.swift
[30/1255] Emitting module _NIODataStructures
[31/1255] Compiling _NIODataStructures _TinyArray.swift
[32/1256] Compiling RealModule ElementaryFunctions.swift
[33/1256] Compiling RealModule Float+Real.swift
[34/1256] Compiling RealModule Float16+Real.swift
[37/1255] Compiling RealModule AlgebraicField.swift
[38/1255] Compiling RealModule ApproximateEquality.swift
[39/1255] Compiling RealModule AugmentedArithmetic.swift
[40/1255] Compiling RealModule Double+Real.swift
[41/1259] Emitting module RealModule
[43/1260] Compiling SystemPackage FilePathTemp.swift
[44/1260] Compiling SystemPackage FilePathTempPosix.swift
[45/1260] Compiling SystemPackage FilePathTempWindows.swift
[46/1260] Compiling SystemPackage FilePathWindows.swift
[47/1260] Compiling SystemPackage FilePermissions.swift
[48/1260] Compiling SystemPackage IOCompletion.swift
[49/1260] Compiling SystemPackage IORequest.swift
[50/1260] Compiling SystemPackage IORing.swift
[51/1260] Compiling SystemPackage RawIORequest.swift
[52/1260] Compiling SystemPackage Backcompat.swift
[53/1260] Compiling SystemPackage CInterop.swift
[54/1260] Compiling SystemPackage Constants.swift
[55/1260] Compiling SystemPackage Exports.swift
[56/1260] Compiling SystemPackage Mocking.swift
[57/1260] Compiling SystemPackage RawBuffer.swift
[59/1259] Emitting module SystemPackage
[60/1281] Compiling Logging MetadataProvider.swift
[61/1281] Compiling Logging LogHandler.swift
[62/1281] Emitting module Instrumentation
[63/1284] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[64/1284] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/1286] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/1286] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/1286] Compiling InternalCollectionsUtilities Debugging.swift
[68/1286] Compiling InternalCollectionsUtilities Descriptions.swift
[69/1286] Compiling Logging Locks.swift
[70/1286] Emitting module Logging
[71/1286] Compiling Instrumentation NoOpInstrument.swift
[72/1286] Compiling Instrumentation Locks.swift
[73/1286] Compiling Instrumentation MultiplexInstrument.swift
[74/1286] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[75/1286] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[75/1286] Compiling d1_srtp.cc
[77/1286] Compiling ConcurrencyHelpers LockedValueBox.swift
[78/1286] Compiling Instrumentation InstrumentationSystem.swift
[79/1286] Compiling Instrumentation Instrument.swift
[80/1287] Compiling d1_pkt.cc
[82/1287] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[83/1287] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/1286] Emitting module ConcurrencyHelpers
[85/1286] Compiling ConcurrencyHelpers Lock.swift
[86/1287] Compiling SystemPackage SystemString.swift
[87/1287] Compiling SystemPackage Util+StringArray.swift
[88/1287] Compiling SystemPackage Util.swift
[89/1287] Compiling SystemPackage UtilConsumers.swift
[91/1304] Compiling Atomics IntegerConformances.swift
[92/1304] Compiling Atomics PointerConformances.swift
[93/1304] Compiling Atomics Primitives.native.swift
[94/1304] Compiling Atomics AtomicInteger.swift
[95/1304] Compiling Atomics OptionalRawRepresentable.swift
[96/1304] Compiling Atomics RawRepresentable.swift
[97/1304] Compiling Atomics AtomicBool.swift
[97/1322] Compiling d1_lib.cc
[99/1337] Emitting module InternalCollectionsUtilities
[101/1337] Compiling Logging Logging.swift
[102/1338] Compiling Algorithms AdjacentPairs.swift
[103/1338] Compiling Algorithms Chain.swift
[104/1338] Compiling Algorithms Chunked.swift
[105/1338] Compiling Algorithms Combinations.swift
[106/1338] Compiling Algorithms Compacted.swift
[107/1338] Compiling Algorithms Grouped.swift
[108/1338] Compiling Algorithms Indexed.swift
[109/1338] Compiling Algorithms Intersperse.swift
[110/1338] Compiling Algorithms Joined.swift
[111/1338] Compiling Algorithms Keyed.swift
[115/1339] Compiling Algorithms MinMax.swift
[118/1339] Compiling Algorithms Partition.swift
[119/1339] Compiling Algorithms Permutations.swift
[122/1342] Compiling Tracing Tracer.swift
[123/1342] Compiling Tracing TracerProtocol.swift
[124/1342] Compiling Tracing TracerProtocol+Legacy.swift
[125/1342] Compiling Tracing TracingTime.swift
[126/1342] Emitting module UnixSignals
[127/1342] Compiling Tracing NoOpTracer.swift
[128/1342] Compiling Tracing InstrumentationSystem+Tracing.swift
[129/1342] Compiling Tracing SpanProtocol.swift
[130/1342] Emitting module Tracing
[131/1343] Compiling UnixSignals UnixSignal.swift
[132/1343] Compiling UnixSignals UnixSignalsSequence.swift
[133/1399] Compiling OrderedCollections _HashTable.swift
[134/1399] Compiling OrderedCollections _Hashtable+Header.swift
[135/1399] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[136/1407] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[137/1407] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[139/1412] Compiling md5-x86_64-linux.S
[141/1412] Compiling OrderedCollections _HashTable+Constants.swift
[142/1412] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[142/1414] Compiling md5-x86_64-apple.S
[144/1414] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[145/1414] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[145/1414] Compiling md5-586-linux.S
[146/1433] Compiling md5-586-apple.S
[148/1433] Compiling MCP Transport.swift
[149/1433] Compiling MCP HTTPClientTransport.swift
[150/1433] Compiling MCP InMemoryTransport.swift
[151/1433] Compiling MCP NetworkTransport.swift
[152/1433] Compiling OrderedCollections OrderedDictionary+Elements.swift
[153/1433] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[154/1433] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[155/1436] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[156/1436] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[157/1436] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[158/1436] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[159/1436] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[160/1436] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[161/1436] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[162/1436] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[163/1436] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[164/1436] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[165/1436] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[166/1436] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[167/1436] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[168/1436] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[169/1443] Compiling MCP Prompts.swift
[170/1443] Compiling MCP Resources.swift
[172/1443] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[173/1443] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.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 |
[176/1443] 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 |
[176/1445] Compiling bio_ssl.cc
[179/1445] Compiling MCP Sampling.swift
[180/1445] Compiling MCP Data+Extensions.swift
[181/1445] Compiling MCP Ping.swift
[182/1445] Compiling MCP Value.swift
[184/1445] Compiling MCP UnitInterval.swift
[184/1445] Compiling chacha20_poly1305_x86_64-linux.S
[186/1445] Compiling Algorithms Trim.swift
[187/1445] Compiling Algorithms Unique.swift
[188/1445] Compiling Algorithms Windows.swift
[189/1445] Compiling OrderedCollections OrderedSet+Descriptions.swift
[190/1445] Compiling OrderedCollections OrderedSet+Diffing.swift
[191/1445] Compiling OrderedCollections OrderedSet+Equatable.swift
[192/1445] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[193/1445] Compiling OrderedCollections OrderedSet+Hashable.swift
[194/1445] Compiling OrderedCollections OrderedSet+Initializers.swift
[195/1445] Compiling OrderedCollections OrderedSet+Insertions.swift
[196/1445] Compiling OrderedCollections OrderedSet+Invariants.swift
[197/1445] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[198/1445] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[199/1445] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[200/1445] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[201/1445] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[202/1445] 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 |
[203/1445] 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 |
[204/1445] 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 |
[205/1445] 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 |
/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 |
[212/1445] Compiling MCP Server.swift
[213/1445] Compiling MCP Tools.swift
[222/1445] Compiling MCP Versioning.swift
[223/1445] Compiling MCP Client.swift
[225/1445] Compiling chacha20_poly1305_x86_64-apple.S
/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/1445] Compiling chacha20_poly1305_armv8-win.S
error: emit-module command failed with exit code 1 (use -v to see invocation)
[236/1445] 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 |
[236/1445] Compiling err_data.cc
[237/1445] Compiling chacha20_poly1305_armv8-linux.S
[238/1445] Compiling chacha20_poly1305_armv8-apple.S
[239/1445] Compiling chacha-x86_64-linux.S
[240/1445] Compiling chacha-x86_64-apple.S
[249/1445] Compiling chacha-x86-apple.S
[250/1445] Compiling chacha-x86-linux.S
[252/1445] Emitting module DequeModule
[252/1446] Compiling chacha-armv8-win.S
[253/1446] Compiling chacha-armv8-linux.S
[254/1446] Compiling chacha-armv8-apple.S
[259/1446] Compiling aes128gcmsiv-x86_64-linux.S
[260/1445] Compiling chacha-armv4-linux.S
[261/1445] Compiling x86_64-mont5-linux.S
[262/1445] Compiling aes128gcmsiv-x86_64-apple.S
[263/1445] Compiling x86_64-mont5-apple.S
/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 |
[266/1445] Compiling x86_64-mont-linux.S
[267/1445] Compiling x86-mont-linux.S
[268/1445] Compiling x86_64-mont-apple.S
[269/1445] Compiling x86-mont-apple.S
[278/1445] Compiling vpaes-x86_64-linux.S
[279/1445] Compiling vpaes-x86-linux.S
[280/1445] Compiling vpaes-x86_64-apple.S
[281/1445] Compiling vpaes-x86-apple.S
[282/1445] Compiling vpaes-armv8-win.S
[283/1445] Compiling d1_both.cc
[285/1445] Compiling OrderedCollections OrderedSet+Sendable.swift
[286/1445] Compiling OrderedCollections OrderedSet+SubSequence.swift
[287/1445] Compiling OrderedCollections OrderedSet+Testing.swift
[288/1445] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[289/1445] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[290/1445] Compiling OrderedCollections OrderedSet.swift
[291/1445] Compiling OrderedCollections _UnsafeBitset.swift
[291/1445] Compiling vpaes-armv8-apple.S
[292/1445] Compiling vpaes-armv8-linux.S
[293/1445] Compiling vpaes-armv7-linux.S
[294/1445] Compiling sha512-x86_64-linux.S
[296/1445] Emitting module Atomics
[296/1445] Compiling sha512-x86_64-apple.S
[297/1445] Compiling sha512-armv8-win.S
[298/1445] Compiling sha512-armv8-apple.S
[299/1445] Compiling sha512-armv8-linux.S
[300/1445] Compiling sha512-armv4-linux.S
[301/1445] Compiling sha512-586-linux.S
[302/1445] Compiling sha512-586-apple.S
[303/1445] Compiling sha256-x86_64-apple.S
[304/1445] Compiling sha256-armv8-win.S
[305/1445] Compiling sha256-x86_64-linux.S
[306/1445] Compiling sha256-armv8-apple.S
[307/1445] Compiling sha256-armv4-linux.S
[308/1445] Compiling sha256-armv8-linux.S
[309/1445] Compiling sha256-586-linux.S
[310/1445] Compiling sha256-586-apple.S
[315/1445] Compiling sha1-x86_64-linux.S
[322/1446] Compiling sha1-x86_64-apple.S
[323/1446] Compiling sha1-armv8-win.S
[325/1446] Compiling sha1-armv8-linux.S
[326/1446] Compiling sha1-armv8-apple.S
[328/1446] Emitting module OrderedCollections
[329/1447] Emitting module Algorithms
[329/1448] Compiling sha1-armv4-large-linux.S
[332/1448] Compiling sha1-586-linux.S
[333/1448] Compiling sha1-586-apple.S
[334/1448] Compiling rsaz-avx2-linux.S
[335/1448] Compiling rsaz-avx2-apple.S
[336/1447] Compiling p256_beeu-x86_64-asm-linux.S
/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 |
[341/1447] Compiling rdrand-x86_64-linux.S
[342/1447] Compiling rdrand-x86_64-apple.S
[342/1447] Compiling p256_beeu-x86_64-asm-apple.S
[344/1447] Compiling p256_beeu-armv8-asm-win.S
[345/1447] Compiling p256_beeu-armv8-asm-linux.S
[346/1447] Compiling p256_beeu-armv8-asm-apple.S
[347/1447] Compiling p256-x86_64-asm-apple.S
[348/1447] Compiling p256-armv8-asm-win.S
[348/1447] Compiling p256-x86_64-asm-linux.S
[350/1447] Compiling p256-armv8-asm-linux.S
[351/1447] Compiling p256-armv8-asm-apple.S
[352/1447] Compiling ghashv8-armv8-win.S
[353/1447] Compiling ghashv8-armv8-linux.S
[353/1447] Compiling ghashv8-armv7-linux.S
[353/1447] Compiling ghash-x86_64-apple.S
[353/1447] Compiling ghash-x86-linux.S
[353/1447] Compiling ghashv8-armv8-apple.S
[353/1447] Compiling ghash-x86_64-linux.S
BUILD FAILURE 6.1 android