The Swift Package Index logo.Swift Package Index

Build Information

Successful build of mcp-https-swift, reference main (2c211c), with Swift 6.1 for Linux on 12 Jan 2026 15:22:07 UTC.

Swift 6 data race errors: 0

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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xbill9/mcp-https-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-https-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2c211c0 add dedicated report for swift package publishing
Cloned https://github.com/xbill9/mcp-https-swift.git
Revision (git rev-parse @):
2c211c058a3e7904fe4f9db5bbb5e151ee508757
SUCCESS checkout https://github.com/xbill9/mcp-https-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/xbill9/mcp-https-swift.git
https://github.com/xbill9/mcp-https-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" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    }
  ],
  "manifest_display_name" : "mcp-https-swift",
  "name" : "mcp-https-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "mcp-https-swift",
      "targets" : [
        "mcp-https-swift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "mcp_https_swiftTests",
      "module_type" : "SwiftTarget",
      "name" : "mcp-https-swiftTests",
      "path" : "Tests/mcp-https-swiftTests",
      "sources" : [
        "HandlersTests.swift"
      ],
      "target_dependencies" : [
        "mcp-https-swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "mcp_https_swift",
      "module_type" : "SwiftTarget",
      "name" : "mcp-https-swift",
      "path" : "Sources/mcp-https-swift",
      "product_dependencies" : [
        "MCP",
        "ServiceLifecycle",
        "Logging",
        "Hummingbird"
      ],
      "product_memberships" : [
        "mcp-https-swift"
      ],
      "sources" : [
        "Handlers.swift",
        "JSONLogHandler.swift",
        "SSEServerTransport.swift",
        "SessionManager.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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/modelcontextprotocol/swift-sdk
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.git
[1/5765] Fetching swift-log
[751/8333] Fetching swift-log, swift-service-lifecycle
[2252/10915] Fetching swift-log, swift-service-lifecycle, swift-sdk
[2362/36528] Fetching swift-log, swift-service-lifecycle, swift-sdk, hummingbird
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.84s)
Fetched https://github.com/apple/swift-log.git from cache (0.84s)
Fetched https://github.com/modelcontextprotocol/swift-sdk from cache (0.86s)
[5123/25613] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.07s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk
Computed https://github.com/modelcontextprotocol/swift-sdk at 0.10.2 (3.02s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/mattt/eventsource.git
[1/199] Fetching eventsource
[105/5560] Fetching eventsource, swift-system
Fetched https://github.com/mattt/eventsource.git from cache (0.39s)
[1287/5361] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.70s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.3.0 (1.62s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.95s)
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.90s)
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.70s)
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.78s)
Fetching https://github.com/apple/swift-collections.git
[1/18616] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.03s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.19.0 (1.09s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/6416] Fetching swift-nio-extras
[515/18140] Fetching swift-nio-extras, swift-nio-http2
[7942/32715] Fetching swift-nio-extras, swift-nio-http2, async-http-client
[11329/113974] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio
[12934/129270] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.76s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[68039/117546] Fetching swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl
[72546/123174] Fetching swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.29s)
Fetching https://github.com/apple/swift-metrics.git
[72546/120078] Fetching swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.97s)
Fetching https://github.com/apple/swift-http-types.git
[72854/117546] Fetching swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-transport-services.git
[86669/118497] Fetching swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl, swift-http-types
[88034/121306] Fetching swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl, swift-http-types, swift-nio-transport-services
Fetched https://github.com/apple/swift-http-types.git from cache (0.75s)
[91152/120355] Fetching swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl, swift-nio-transport-services
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.82s)
[89919/119366] Fetching swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.85s)
[92066/117546] Fetching swift-nio-extras, async-http-client, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (14.77s)
Fetched https://github.com/swift-server/async-http-client.git from cache (14.80s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (14.86s)
Fetched https://github.com/apple/swift-nio.git from cache (14.96s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (16.14s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.06s)
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.38s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.37s)
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 (1.07s)
Fetching https://github.com/apple/swift-algorithms.git
[1/6052] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.65s)
Fetching https://github.com/apple/swift-numerics.git
[1/6390] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.66s)
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 (1.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.93s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.96s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.98s)
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.97s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.3 (1.14s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1692] Fetching swift-asn1
[1152/2896] Fetching swift-asn1, swift-http-structured-headers
[2885/9978] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.51s)
[3463/8774] Fetching swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.52s)
[1842/7082] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.86s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.88s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (3.91s)
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.92s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.1 (1.15s)
Fetching https://github.com/apple/swift-crypto.git
[1/17460] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.99s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (6.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.2 (1.77s)
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-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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.19.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-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-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/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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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.3
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
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-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-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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.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/90] Write sources
[33/90] Compiling CNIOWindows shim.c
[34/90] Compiling CNIOWASI CNIOWASI.c
[34/90] Compiling CNIOWindows WSAStartup.c
[36/90] Compiling CNIOPosix event_loop_id.c
[37/90] Compiling _AtomicsShims.c
[38/90] Compiling CNIOLinux liburing_shims.c
[39/90] Compiling CSystem shims.c
[39/90] Compiling CNIOOpenBSD shim.c
[41/90] Compiling CNIODarwin shim.c
[41/90] Write sources
[45/90] Compiling CNIOLLHTTP c_nio_http.c
[46/90] Compiling CNIOLLHTTP c_nio_api.c
[47/90] Compiling CNIOLinux shim.c
[48/90] Write swift-version-24593BA9C3E375BF.txt
[49/90] Compiling CNIOLLHTTP c_nio_llhttp.c
[51/151] Emitting module ServiceContextModule
[52/151] Emitting module InternalCollectionsUtilities
[53/153] Compiling ServiceContextModule ServiceContextKey.swift
[54/153] Compiling ServiceContextModule ServiceContext.swift
[55/153] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[56/153] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[57/153] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[58/153] Compiling SystemPackage IORequest.swift
[59/153] Compiling _NIODataStructures PriorityQueue.swift
[60/153] Emitting module _NIOBase64
[61/153] Compiling _NIOBase64 Base64.swift
[62/157] Compiling _NIODataStructures _TinyArray.swift
[63/158] Compiling InternalCollectionsUtilities Debugging.swift
[64/158] Compiling InternalCollectionsUtilities Descriptions.swift
[65/158] Compiling InternalCollectionsUtilities _SortedCollection.swift
[66/158] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[67/159] Emitting module SystemPackage
[70/159] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/159] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/159] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[74/159] Compiling InternalCollectionsUtilities UInt+reversed.swift
[75/159] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[76/159] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/159] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[81/159] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[83/159] Compiling InternalCollectionsUtilities Integer rank.swift
[84/159] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[97/160] Compiling c-nioatomics.c
[99/229] Compiling Instrumentation NoOpInstrument.swift
[100/246] Compiling Instrumentation MultiplexInstrument.swift
[101/246] Emitting module Instrumentation
[102/246] Compiling Instrumentation InstrumentationSystem.swift
[103/246] Compiling Instrumentation Locks.swift
[104/246] Compiling Instrumentation Instrument.swift
[105/247] Compiling Logging LogHandler.swift
[106/247] Compiling _NIODataStructures Heap.swift
[107/247] Emitting module _NIODataStructures
[108/248] Compiling Logging Logging.swift
[109/248] Compiling Logging MetadataProvider.swift
[110/248] Emitting module Logging
[111/248] Compiling Logging Locks.swift
[112/249] Compiling _RopeModule BigSubstring+UTF8View.swift
[113/249] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[114/249] Compiling _RopeModule BigSubstring.swift
[115/249] Compiling _RopeModule Rope+Builder.swift
[116/249] Compiling _RopeModule BigString+Summary.swift
[117/249] Compiling _RopeModule BigString.swift
[118/249] Compiling _RopeModule BigString+UnicodeScalarView.swift
[119/249] Compiling _RopeModule BigSubstring+UTF16View.swift
[120/249] Compiling _RopeModule Rope+Debugging.swift
[121/249] Compiling _RopeModule Rope+Invariants.swift
[122/249] Compiling _RopeModule Rope+_Node.swift
[123/249] Compiling _RopeModule BigString+Comparable.swift
[124/249] Compiling c-atomics.c
[126/249] Emitting module CoreMetrics
[129/325] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[130/325] Compiling HeapModule Heap+Descriptions.swift
[131/325] Compiling OrderedCollections _HashTable.swift
[132/325] Compiling OrderedCollections _Hashtable+Header.swift
[133/325] Compiling OrderedCollections OrderedSet+Initializers.swift
[134/325] Compiling OrderedCollections OrderedSet+Insertions.swift
[135/326] Compiling Tracing InstrumentationSystem+Tracing.swift
[136/326] Compiling HeapModule _HeapNode.swift
[137/326] Compiling Tracing NoOpTracer.swift
[138/326] Compiling Tracing TracerProtocol.swift
[139/326] Compiling Tracing TracingTime.swift
[141/326] Compiling HeapModule Heap.swift
[142/326] Emitting module HeapModule
[143/326] Emitting module Tracing
[144/326] Compiling HeapModule Heap+Invariants.swift
[145/326] Compiling HeapModule Heap+UnsafeHandle.swift
[146/327] Compiling CoreMetrics Locks.swift
[147/327] Compiling CoreMetrics Metrics.swift
[149/328] Compiling Tracing Tracer.swift
[150/328] Compiling Tracing TracerProtocol+Legacy.swift
[151/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[152/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[153/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[154/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[155/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[156/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[157/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[158/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[159/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[160/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[161/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[162/329] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[163/329] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[164/329] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[165/354] Compiling NIOConcurrencyHelpers lock.swift
[167/354] Emitting module NIOConcurrencyHelpers
[168/354] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[169/354] Compiling NIOConcurrencyHelpers NIOLock.swift
[170/354] Compiling NIOConcurrencyHelpers atomics.swift
[171/354] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[174/355] Compiling OrderedCollections OrderedSet+Invariants.swift
[175/355] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[176/355] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[177/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[178/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[179/355] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[180/355] Compiling Tracing SpanProtocol.swift
[183/449] Compiling DequeModule _DequeBuffer.swift
[184/449] Compiling DequeModule _DequeBufferHeader.swift
[185/451] Compiling HashTreeCollections _UnsafePath.swift
[186/451] Compiling HashTreeCollections TreeDictionary+Codable.swift
[187/451] Compiling HashTreeCollections TreeDictionary+Collection.swift
[188/451] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[189/451] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[190/451] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[191/451] Compiling HashTreeCollections TreeDictionary.swift
[192/451] Compiling HashTreeCollections TreeSet+Codable.swift
[193/451] Compiling HashTreeCollections TreeSet+Collection.swift
[194/451] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[195/451] Compiling HashTreeCollections TreeSet+Debugging.swift
[196/451] Compiling HashTreeCollections TreeSet+Descriptions.swift
[197/451] Compiling HashTreeCollections TreeSet+Equatable.swift
[198/451] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[199/451] Compiling HashTreeCollections TreeSet+Extras.swift
[200/451] Compiling HashTreeCollections TreeSet+Filter.swift
[201/451] Compiling HashTreeCollections TreeSet+Hashable.swift
[202/451] Compiling HashTreeCollections TreeSet+Sendable.swift
[203/463] Compiling DequeModule Deque+Equatable.swift
[204/463] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[205/463] Compiling DequeModule Deque+Extras.swift
[206/463] Compiling DequeModule Deque+Hashable.swift
[207/463] Compiling HTTPTypes ISOLatin1String.swift
[208/464] Compiling ConcurrencyHelpers LockedValueBox.swift
[209/464] Compiling DequeModule Deque+Testing.swift
[210/464] Compiling DequeModule Deque._Storage.swift
[211/464] Emitting module HTTPTypes
[214/464] Compiling _RopeModule Rope+Join.swift
[215/464] Compiling _RopeModule Rope+MutatingForEach.swift
[216/464] Compiling _RopeModule Rope+Remove.swift
[217/464] Compiling _RopeModule Rope+RemoveSubrange.swift
[218/464] Compiling _RopeModule Rope+Split.swift
[219/464] Compiling _RopeModule Optional Utilities.swift
[220/464] Compiling _RopeModule String Utilities.swift
[221/464] Compiling _RopeModule String.Index+ABI.swift
[222/474] Compiling ConcurrencyHelpers Lock.swift
[223/474] Emitting module ConcurrencyHelpers
[224/475] Compiling DequeModule _DequeSlot.swift
[225/475] Compiling DequeModule _UnsafeWrappedBuffer.swift
[227/475] Compiling HTTPTypes NIOLock.swift
[228/475] Compiling DequeModule Deque._UnsafeHandle.swift
[229/475] Compiling DequeModule Deque.swift
[238/475] Compiling HashTreeCollections _HashNode+Builder.swift
[239/475] Compiling HashTreeCollections _HashNode+Debugging.swift
[240/475] Compiling HashTreeCollections _HashNode+Initializers.swift
[241/475] Compiling HashTreeCollections _HashNode+Invariants.swift
[242/475] Compiling HashTreeCollections _HashNode+Lookups.swift
[243/475] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[244/475] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[245/475] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[246/475] Compiling DequeModule Deque+CustomReflectable.swift
[247/475] Compiling DequeModule Deque+Descriptions.swift
[248/475] Compiling DequeModule Deque+Codable.swift
[249/475] Compiling DequeModule Deque+Collection.swift
[254/475] Compiling HashTreeCollections _HashNode+Storage.swift
[255/475] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[256/475] Compiling HashTreeCollections _HashNode+Structural filter.swift
[257/475] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[258/475] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[259/475] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[260/475] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[261/475] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[276/475] Compiling HTTPTypes HTTPRequest+URL.swift
[277/475] Compiling HTTPTypes HTTPParsedFields.swift
[278/475] Compiling HTTPTypes HTTPRequest.swift
[279/475] Compiling HTTPTypes HTTPResponse.swift
[280/475] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[281/475] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[282/475] Compiling HashTreeCollections TreeDictionary+Filter.swift
[283/475] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[284/475] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[285/475] Compiling HashTreeCollections TreeDictionary+Keys.swift
[286/475] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[287/475] Compiling HashTreeCollections TreeDictionary+Merge.swift
[288/475] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[289/475] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[290/475] Compiling HashTreeCollections TreeDictionary+Values.swift
[298/528] Emitting module DequeModule
[299/529] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[300/529] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[301/529] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[302/529] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[303/529] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[304/529] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[305/529] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[306/529] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[307/529] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[308/529] Compiling HashTreeCollections TreeSet.swift
[310/529] Emitting module _RopeModule
[311/529] Emitting module OrderedCollections
[313/530] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[314/530] Compiling BitCollections BitSet+CustomReflectable.swift
[315/530] Compiling BitCollections BitSet+CustomStringConvertible.swift
[316/530] Compiling BitCollections BitSet+Equatable.swift
[317/530] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[318/530] Compiling BitCollections BitSet+Extras.swift
[319/530] Compiling BitCollections BitSet+Hashable.swift
[320/540] Compiling BitCollections BitSet.Counted.swift
[321/540] Compiling BitCollections BitSet+Initializers.swift
[322/540] Compiling BitCollections BitSet+Invariants.swift
[323/540] Compiling BitCollections BitSet+Random.swift
[324/540] Compiling BitCollections BitSet+SetAlgebra basics.swift
[325/540] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[326/540] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[327/540] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[328/540] Compiling BitCollections BitSet.Index.swift
[329/540] Compiling BitCollections BitSet._UnsafeHandle.swift
[330/540] Compiling BitCollections BitSet.swift
[331/540] Emitting module Metrics
[332/540] Compiling Metrics Metrics.swift
[333/557] Emitting module BitCollections
[335/559] Emitting module UnixSignals
[336/559] Compiling Atomics AtomicStorage.swift
[337/559] Compiling Atomics AtomicValue.swift
[338/561] Compiling Atomics ManagedAtomic.swift
[339/561] Compiling Atomics ManagedAtomicLazyReference.swift
[340/561] Compiling Atomics UnsafeAtomic.swift
[341/561] Compiling Atomics UnsafeAtomicLazyReference.swift
[349/561] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[350/561] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[351/561] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[352/561] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[353/561] Compiling BitCollections BitSet+SetAlgebra union.swift
[354/561] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[356/561] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[357/561] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[358/561] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[359/561] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[360/561] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[361/561] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[362/561] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[363/561] Compiling Atomics AtomicMemoryOrderings.swift
[364/562] Compiling Atomics DoubleWord.swift
[365/573] Compiling UnixSignals UnixSignal.swift
[366/573] Compiling UnixSignals UnixSignalsSequence.swift
[377/611] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[378/611] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[379/611] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[380/611] Compiling AsyncAlgorithms AsyncShareSequence.swift
[381/611] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[382/611] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[383/611] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[384/611] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[385/611] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[386/611] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[387/611] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[389/611] Wrapping AST for _NIODataStructures for debugging
[391/611] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[392/611] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[393/611] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[393/613] Wrapping AST for _NIOBase64 for debugging
[398/613] Compiling BitCollections Range+Utilities.swift
[399/613] Compiling BitCollections Slice+Utilities.swift
[400/613] Compiling BitCollections UInt+Tricks.swift
[401/613] Compiling BitCollections _Word.swift
[405/613] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[406/613] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[407/613] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[408/613] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[409/613] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[412/613] Compiling MCP Server.swift
[413/613] Compiling MCP Tools.swift
[416/613] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[417/613] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[418/613] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[419/613] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[420/613] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[425/614] Wrapping AST for UnixSignals for debugging
[427/614] Emitting module MCP
[428/614] Compiling AsyncAlgorithms CombineLatestStorage.swift
[429/614] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[430/614] Compiling AsyncAlgorithms DebounceStateMachine.swift
[431/614] Compiling AsyncAlgorithms MergeStateMachine.swift
[432/614] Compiling AsyncAlgorithms MergeStorage.swift
[433/614] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[434/614] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[435/614] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[436/614] Compiling AsyncAlgorithms Rethrow.swift
[458/614] Compiling AsyncAlgorithms Dictionary.swift
[459/614] Compiling AsyncAlgorithms _TinyArray.swift
[460/614] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[461/614] Compiling AsyncAlgorithms Locking.swift
[462/614] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[463/614] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[464/614] Compiling AsyncAlgorithms ChannelStorage.swift
[465/614] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[466/614] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[467/614] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[472/614] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[473/614] Compiling AsyncAlgorithms AsyncChannel.swift
[474/614] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[475/614] Compiling AsyncAlgorithms ChannelStateMachine.swift
[476/614] Compiling AsyncAlgorithms DebounceStorage.swift
[477/614] Wrapping AST for Tracing for debugging
[501/615] Wrapping AST for SystemPackage for debugging
[502/615] Wrapping AST for ServiceContextModule for debugging
[503/615] Wrapping AST for OrderedCollections for debugging
[504/615] Wrapping AST for NIOConcurrencyHelpers for debugging
[505/615] Wrapping AST for _RopeModule for debugging
[516/621] Wrapping AST for Metrics for debugging
[517/621] Wrapping AST for Logging for debugging
[518/621] Wrapping AST for InternalCollectionsUtilities for debugging
[519/621] Wrapping AST for Instrumentation for debugging
[520/621] Wrapping AST for HeapModule for debugging
[521/621] Wrapping AST for DequeModule for debugging
[522/621] Wrapping AST for ConcurrencyHelpers for debugging
[523/621] Wrapping AST for CoreMetrics for debugging
[524/621] Wrapping AST for BitCollections for debugging
[540/621] Emitting module HashTreeCollections
[541/622] Compiling HTTPTypes HTTPFields.swift
[547/623] Wrapping AST for HTTPTypes for debugging
[548/623] Wrapping AST for HashTreeCollections for debugging
[550/623] Emitting module Atomics
[551/623] Emitting module AsyncAlgorithms
[561/626] Compiling Collections Collections.swift
[562/626] Emitting module Collections
[565/627] Compiling AsyncAlgorithms SetAlgebra.swift
[566/627] Compiling AsyncAlgorithms UnsafeTransfer.swift
[567/627] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[568/627] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[569/627] Compiling AsyncAlgorithms ZipStateMachine.swift
[570/627] Compiling AsyncAlgorithms ZipStorage.swift
[570/627] Wrapping AST for Atomics for debugging
[578/627] Wrapping AST for Collections for debugging
[580/690] Compiling NIOCore CircularBuffer.swift
[581/690] Compiling NIOCore Codec.swift
[582/690] Compiling NIOCore ChannelInvoker.swift
[583/690] Compiling NIOCore ChannelOption.swift
[584/690] Compiling NIOCore ChannelPipeline.swift
[585/690] Compiling NIOCore NIOCoreSendableMetatype.swift
[586/690] Compiling NIOCore NIODecodedAsyncSequence.swift
[587/690] Compiling NIOCore NIOLoopBound.swift
[588/690] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[589/690] Compiling NIOCore EventLoopFuture.swift
[590/690] Compiling NIOCore FileDescriptor.swift
[591/690] Compiling NIOCore FileHandle.swift
[592/690] Compiling NIOCore FileRegion.swift
[593/690] Compiling NIOCore GlobalSingletons.swift
[594/690] Compiling NIOCore IO.swift
[595/690] Compiling NIOCore IOData.swift
[596/690] Compiling NIOCore ByteBuffer-multi-int.swift
[597/690] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[598/690] Compiling NIOCore ByteBuffer-views.swift
[599/690] Compiling NIOCore Channel.swift
[600/690] Compiling NIOCore ChannelHandler.swift
[601/690] Compiling NIOCore ChannelHandlers.swift
[602/691] Wrapping AST for AsyncAlgorithms for debugging
[607/691] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[608/691] Compiling NIOCore NIOScheduledCallback.swift
[609/691] Compiling NIOCore NIOSendable.swift
[610/691] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[611/691] Compiling NIOCore RecvByteBufferAllocator.swift
[612/707] Compiling ServiceLifecycle Service.swift
[613/708] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[614/708] Emitting module ServiceLifecycle
[615/708] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[616/708] Compiling ServiceLifecycle ServiceRunnerError.swift
[617/708] Compiling ServiceLifecycle CancellationWaiter.swift
[618/708] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[619/708] Compiling ServiceLifecycle GracefulShutdown.swift
[620/708] Compiling NIOCore IPProtocol.swift
[621/708] Compiling NIOCore IntegerBitPacking.swift
[622/708] Compiling NIOCore IntegerTypes.swift
[623/708] Compiling NIOCore Interfaces.swift
[624/708] Compiling NIOCore Linux.swift
[625/708] Compiling NIOCore MarkedCircularBuffer.swift
[626/708] Compiling NIOCore MulticastChannel.swift
[627/708] Compiling NIOCore NIOAny.swift
[628/708] Compiling NIOCore NIOCloseOnErrorHandler.swift
[629/708] Compiling NIOCore EventLoopFuture+Deprecated.swift
[638/708] Compiling ServiceLifecycle ServiceGroup.swift
[640/709] Compiling NIOCore NIOAsyncSequenceProducer.swift
[641/709] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[642/709] Compiling NIOCore NIOAsyncWriter.swift
[643/709] Compiling NIOCore ByteBuffer-aux.swift
[644/709] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[645/709] Compiling NIOCore ByteBuffer-conversions.swift
[646/709] Compiling NIOCore ByteBuffer-core.swift
[647/709] Compiling NIOCore ByteBuffer-hex.swift
[648/709] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[649/709] Compiling NIOCore BSDSocketAPI.swift
[649/709] Wrapping AST for ServiceLifecycle for debugging
[651/710] Wrapping AST for MCP for debugging
[653/710] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[654/710] Compiling NIOCore SocketAddresses.swift
[655/710] Compiling NIOCore SocketOptionProvider.swift
[656/710] Compiling NIOCore SystemCallHelpers.swift
[657/710] Compiling NIOCore TimeAmount+Duration.swift
[658/710] Compiling NIOCore TypeAssistedChannelHandler.swift
[659/710] Compiling NIOCore UniversalBootstrapSupport.swift
[660/710] Compiling NIOCore Utilities.swift
[663/710] Compiling NIOCore ConvenienceOptionSupport.swift
[664/710] Compiling NIOCore DeadChannel.swift
[665/710] Compiling NIOCore DispatchQueue+WithFuture.swift
[666/710] Compiling NIOCore EventLoop+Deprecated.swift
[667/710] Compiling NIOCore EventLoop+SerialExecutor.swift
[668/710] Compiling NIOCore EventLoop.swift
[669/710] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[670/710] Compiling NIOCore AddressedEnvelope.swift
[671/710] Compiling NIOCore AsyncAwaitSupport.swift
[672/710] Compiling NIOCore AsyncChannel.swift
[673/710] Compiling NIOCore AsyncChannelHandler.swift
[674/710] Compiling NIOCore AsyncChannelInboundStream.swift
[675/710] Compiling NIOCore AsyncChannelOutboundWriter.swift
[679/710] Emitting module NIOCore
[696/710] Compiling NIOCore ByteBuffer-int.swift
[697/710] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[698/711] Wrapping AST for NIOCore for debugging
[700/767] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[701/767] Emitting module NIOHTTPTypes
[703/768] Emitting module NIOEmbedded
[703/768] Wrapping AST for NIOHTTPTypes for debugging
[705/768] Compiling NIOEmbedded AsyncTestingChannel.swift
[706/768] Compiling NIOPosix Pool.swift
[707/768] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[708/768] Compiling NIOPosix PosixSingletons.swift
[709/768] Compiling NIOPosix RawSocketBootstrap.swift
[710/768] Compiling NIOPosix Resolver.swift
[711/768] Compiling NIOPosix Selectable.swift
[712/768] Compiling NIOPosix SelectableChannel.swift
[713/774] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[714/774] Compiling NIOEmbedded Embedded.swift
[715/775] Wrapping AST for NIOEmbedded for debugging
[717/775] Compiling NIOPosix ThreadWindows.swift
[718/775] Compiling NIOPosix UnsafeTransfer.swift
[719/775] Compiling NIOPosix Utilities.swift
[720/775] Compiling NIOPosix VsockAddress.swift
[721/775] Compiling NIOPosix VsockChannelEvents.swift
[722/775] Compiling NIOPosix Windows.swift
[723/775] Emitting module NIOPosix
[724/775] Compiling NIOPosix Socket.swift
[725/775] Compiling NIOPosix SocketChannel.swift
[726/775] Compiling NIOPosix SocketProtocols.swift
[727/775] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[728/775] Compiling NIOPosix System.swift
[729/775] Compiling NIOPosix Thread.swift
[730/775] Compiling NIOPosix ThreadPosix.swift
[731/775] Compiling NIOPosix BSDSocketAPICommon.swift
[732/775] Compiling NIOPosix BSDSocketAPIPosix.swift
[733/775] Compiling NIOPosix BSDSocketAPIWindows.swift
[734/775] Compiling NIOPosix BaseSocket.swift
[735/775] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[736/775] Compiling NIOPosix BaseSocketChannel.swift
[737/775] Compiling NIOPosix BaseStreamSocketChannel.swift
[738/775] Compiling NIOPosix SelectableEventLoop.swift
[739/775] Compiling NIOPosix SelectorEpoll.swift
[740/775] Compiling NIOPosix SelectorGeneric.swift
[741/775] Compiling NIOPosix SelectorKqueue.swift
[742/775] Compiling NIOPosix SelectorUring.swift
[743/775] Compiling NIOPosix SelectorWSAPoll.swift
[744/775] Compiling NIOPosix ServerSocket.swift
[745/775] Compiling NIOPosix NIOPosixSendableMetatype.swift
[746/775] Compiling NIOPosix NIOThreadPool.swift
[747/775] Compiling NIOPosix NonBlockingFileIO.swift
[748/775] Compiling NIOPosix PendingDatagramWritesManager.swift
[749/775] Compiling NIOPosix PendingWritesManager.swift
[750/775] Compiling NIOPosix PipeChannel.swift
[751/775] Compiling NIOPosix PipePair.swift
[752/775] Compiling NIOPosix IO.swift
[753/775] Compiling NIOPosix IntegerBitPacking.swift
[754/775] Compiling NIOPosix IntegerTypes.swift
[755/775] Compiling NIOPosix Linux.swift
[756/775] Compiling NIOPosix LinuxCPUSet.swift
[757/775] Compiling NIOPosix LinuxUring.swift
[758/775] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[759/775] Compiling NIOPosix Bootstrap.swift
[760/775] Compiling NIOPosix ControlMessage.swift
[761/775] Compiling NIOPosix DatagramVectorReadManager.swift
[762/775] Compiling NIOPosix Errors+Any.swift
[763/775] Compiling NIOPosix FileDescriptor.swift
[764/775] Compiling NIOPosix GetaddrinfoResolver.swift
[765/775] Compiling NIOPosix HappyEyeballs.swift
[766/776] Wrapping AST for NIOPosix for debugging
[768/778] Compiling NIO Exports.swift
[769/778] Emitting module NIO
[770/779] Wrapping AST for NIO for debugging
[772/795] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[773/795] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[774/797] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[775/797] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[776/797] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[777/797] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[778/797] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[779/797] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[780/797] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[781/797] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[782/797] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[783/797] Compiling NIOHTTP1 HTTPTypes.swift
[784/797] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[785/797] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[786/797] Emitting module NIOHTTP1
[787/797] Compiling NIOHTTP1 ByteCollectionUtils.swift
[788/797] Compiling NIOHTTP1 HTTPDecoder.swift
[789/797] Compiling NIOHTTP1 HTTPEncoder.swift
[790/798] Wrapping AST for NIOHTTP1 for debugging
[792/820] Emitting module NIOHTTPTypesHTTP1
[793/820] Compiling NIOExtras NIOLengthFieldBitLength.swift
[794/820] Compiling NIOExtras NIORequestIdentifiable.swift
[795/822] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[796/822] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[797/822] Compiling NIOExtras PCAPRingBuffer.swift
[798/822] Compiling NIOExtras QuiescingHelper.swift
[799/822] Compiling NIOExtras RequestResponseHandler.swift
[800/822] Compiling NIOExtras RequestResponseHandlers+State.swift
[801/822] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[803/823] Emitting module NIOExtras
[804/823] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[805/823] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[806/823] Compiling NIOExtras JSONRPCFraming.swift
[807/823] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[808/823] Compiling NIOExtras NIOExtrasError.swift
[808/823] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[810/823] Compiling NIOExtras DebugInboundEventsHandler.swift
[811/823] Compiling NIOExtras DebugOutboundEventsHandler.swift
[812/823] Compiling NIOExtras FixedLengthFrameDecoder.swift
[813/823] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[814/823] Compiling NIOExtras LengthFieldPrepender.swift
[815/823] Compiling NIOExtras LineBasedFrameDecoder.swift
[816/823] Compiling NIOExtras RequestResponseWithIDHandler.swift
[817/823] Compiling NIOExtras WritePCAPHandler.swift
[818/824] Wrapping AST for NIOExtras for debugging
[820/850] Compiling HummingbirdCore ResponseBodyWriter.swift
[821/850] Compiling HummingbirdCore ResponseWriter.swift
[822/850] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[823/850] Compiling HummingbirdCore BindAddress.swift
[824/853] Emitting module HummingbirdCore
[825/853] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[826/853] Compiling HummingbirdCore URI.swift
[827/853] Compiling HummingbirdCore Response.swift
[828/853] Compiling HummingbirdCore ResponseBody.swift
[829/853] Compiling HummingbirdCore Deprecations.swift
[830/853] Compiling HummingbirdCore Request.swift
[831/853] Compiling HummingbirdCore RequestBody+inboundClose.swift
[832/853] Compiling HummingbirdCore RequestBody.swift
[833/853] Compiling HummingbirdCore SendableMetatype.swift
[834/853] Compiling HummingbirdCore String+percentEncode.swift
[835/853] Compiling HummingbirdCore UnsafeTransfer.swift
[836/853] Compiling HummingbirdCore ServerConfiguration.swift
[837/853] Compiling HummingbirdCore TSTLSOptions.swift
[838/853] Compiling HummingbirdCore AnyAsyncSequence.swift
[839/853] Compiling HummingbirdCore HTTPUserEventHandler.swift
[840/853] Compiling HummingbirdCore Server.swift
[841/853] Compiling HummingbirdCore ServerChildChannel.swift
[842/853] Compiling HummingbirdCore HTTP1Channel+ConfigReader.swift
[843/853] Compiling HummingbirdCore HTTP1Channel.swift
[844/853] Compiling HummingbirdCore HTTPChannelHandler.swift
[845/853] Compiling HummingbirdCore HTTPServerBuilder.swift
[846/853] Compiling HummingbirdCore FlatDictionary.swift
[847/853] Compiling HummingbirdCore HBParser.swift
[848/853] Compiling HummingbirdCore OutputBuffer.swift
[849/854] Wrapping AST for HummingbirdCore for debugging
[851/920] Compiling Hummingbird FileMiddleware.swift
[852/920] Compiling Hummingbird LogRequestMiddleware.swift
[853/920] Compiling Hummingbird MetricsMiddleware.swift
[854/920] Compiling Hummingbird Middleware.swift
[855/920] Compiling Hummingbird MiddlewareGroup.swift
[856/920] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[857/920] Compiling Hummingbird _Middleware2.swift
[858/920] Compiling Hummingbird _OptionalMiddleware.swift
[859/920] Compiling Hummingbird _SpreadMiddleware.swift
[860/929] Compiling Hummingbird Request.swift
[861/929] Compiling Hummingbird RequestContext.swift
[862/929] Compiling Hummingbird RequestContextSource.swift
[863/929] Compiling Hummingbird RequestID.swift
[864/929] Compiling Hummingbird RequestResponder.swift
[865/929] Compiling Hummingbird Response.swift
[866/929] Compiling Hummingbird URI+decodeQuery.swift
[867/929] Compiling Hummingbird MemoryPersistDriver.swift
[868/929] Compiling Hummingbird PersistDriver.swift
[869/929] Compiling Hummingbird RouterMethods.swift
[870/929] Compiling Hummingbird RouterPath.swift
[871/929] Compiling Hummingbird RouterResponder.swift
[872/929] Compiling Hummingbird TransformingRouterGroup.swift
[873/929] Compiling Hummingbird RouterTrie.swift
[874/929] Compiling Hummingbird Trie+resolve.swift
[875/929] Compiling Hummingbird Trie+serialize.swift
[876/929] Compiling Hummingbird TrieRouter.swift
[877/929] Compiling Hummingbird ChildRequestContext.swift
[878/929] Compiling Hummingbird TracingMiddleware.swift
[879/929] Compiling Hummingbird EndpointResponder.swift
[880/929] Compiling Hummingbird Parameters+UUID.swift
[881/929] Compiling Hummingbird Parameters.swift
[882/929] Compiling Hummingbird ResponseGenerator.swift
[883/929] Compiling Hummingbird RouteCollection.swift
[884/929] Compiling Hummingbird Router+validation.swift
[885/929] Compiling Hummingbird Router.swift
[886/929] Compiling Hummingbird RouterGroup.swift
[887/929] Compiling Hummingbird FileProvider.swift
[888/929] Compiling Hummingbird LocalFileSystem.swift
[889/929] Compiling Hummingbird Cookie.swift
[890/929] Compiling Hummingbird Cookies.swift
[891/929] Compiling Hummingbird MediaType+FileExtension.swift
[892/929] Compiling Hummingbird MediaType.swift
[893/929] Compiling Hummingbird Request+Cookies.swift
[894/929] Compiling Hummingbird Response+Cookies.swift
[895/929] Compiling Hummingbird CORSMiddleware.swift
[896/929] Compiling Hummingbird Configuration.swift
[897/929] Compiling Hummingbird Deprecations.swift
[898/929] Compiling Hummingbird Environment.swift
[899/929] Compiling Hummingbird EditedHTTPError.swift
[900/929] Compiling Hummingbird HTTPError.swift
[901/929] Compiling Hummingbird HTTPResponseError.swift
[902/929] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[903/929] Compiling Hummingbird Exports.swift
[904/929] Compiling Hummingbird CacheControl.swift
[905/929] Compiling Hummingbird FileIO.swift
[906/929] Emitting module Hummingbird
[907/929] Compiling Hummingbird Application+ConfigReader.swift
[908/929] Compiling Hummingbird Application.swift
[909/929] Compiling Hummingbird CodableProtocols.swift
[910/929] Compiling Hummingbird JSONCoding.swift
[911/929] Compiling Hummingbird ResponseEncodable.swift
[912/929] Compiling Hummingbird URLEncodedForm+Request.swift
[913/929] Compiling Hummingbird URLEncodedForm.swift
[914/929] Compiling Hummingbird URLEncodedFormDecoder.swift
[915/929] Compiling Hummingbird URLEncodedFormEncoder.swift
[916/929] Compiling Hummingbird URLEncodedFormNode.swift
[917/929] Compiling Hummingbird PersistError.swift
[918/929] Compiling Hummingbird ByteBuffer+foundation.swift
[919/929] Compiling Hummingbird DateCache.swift
[920/929] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[921/929] Compiling Hummingbird HexDigest.swift
[922/929] Compiling Hummingbird InitializableFromSource.swift
[923/929] Compiling Hummingbird PreludeService.swift
[924/929] Compiling Hummingbird SplitStringSequences.swift
[925/929] Compiling Hummingbird StringProtocol.swift
[926/930] Wrapping AST for Hummingbird for debugging
[928/936] Compiling mcp_https_swift Handlers.swift
[929/936] Compiling mcp_https_swift JSONLogHandler.swift
[930/936] Emitting module mcp_https_swift
[931/936] Compiling mcp_https_swift SessionManager.swift
[932/936] Compiling mcp_https_swift SSEServerTransport.swift
[933/936] Compiling mcp_https_swift main.swift
[934/937] Wrapping AST for mcp-https-swift for debugging
[935/937] Write Objects.LinkFileList
[936/937] Linking mcp-https-swift
Build complete! (230.71s)
Build complete.
{
  "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" : "hummingbird",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/hummingbird.git"
    }
  ],
  "manifest_display_name" : "mcp-https-swift",
  "name" : "mcp-https-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "mcp-https-swift",
      "targets" : [
        "mcp-https-swift"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "mcp_https_swiftTests",
      "module_type" : "SwiftTarget",
      "name" : "mcp-https-swiftTests",
      "path" : "Tests/mcp-https-swiftTests",
      "sources" : [
        "HandlersTests.swift"
      ],
      "target_dependencies" : [
        "mcp-https-swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "mcp_https_swift",
      "module_type" : "SwiftTarget",
      "name" : "mcp-https-swift",
      "path" : "Sources/mcp-https-swift",
      "product_dependencies" : [
        "MCP",
        "ServiceLifecycle",
        "Logging",
        "Hummingbird"
      ],
      "product_memberships" : [
        "mcp-https-swift"
      ],
      "sources" : [
        "Handlers.swift",
        "JSONLogHandler.swift",
        "SSEServerTransport.swift",
        "SessionManager.swift",
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.