The Swift Package Index logo.Swift Package Index

Build Information

Successful build of firestore-stdio-swift, reference main (67e48a), with Swift 6.1 for Linux on 14 Jan 2026 18:56:26 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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/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:         linux
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-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images: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/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/modelcontextprotocol/swift-sdk
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2568] Fetching swift-service-lifecycle
[2569/5156] Fetching swift-service-lifecycle, swift-sdk
[5132/10933] Fetching swift-service-lifecycle, swift-sdk, swift-log
[6140/25508] Fetching swift-service-lifecycle, swift-sdk, swift-log, async-http-client
[10863/35001] Fetching swift-service-lifecycle, swift-sdk, swift-log, async-http-client, jwt-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (1.20s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.26s)
Fetched https://github.com/modelcontextprotocol/swift-sdk from cache (1.26s)
Fetched https://github.com/apple/swift-log.git from cache (1.26s)
Fetched https://github.com/vapor/jwt-kit.git from cache (1.27s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk
Computed https://github.com/modelcontextprotocol/swift-sdk at 0.10.2 (1.99s)
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.49s)
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.3.0 (1.11s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (2.73s)
Fetching https://github.com/apple/swift-crypto.git
[1/17460] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.40s)
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 (3.01s)
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.52s)
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.33s)
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.09s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.26s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.98s)
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.08s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.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-atomics.git
[1/1820] Fetching swift-atomics
[511/7872] Fetching swift-atomics, swift-algorithms
[724/10681] Fetching swift-atomics, swift-algorithms, swift-nio-transport-services
[4344/16311] Fetching swift-atomics, swift-algorithms, swift-nio-transport-services, swift-distributed-tracing
[14226/28035] Fetching swift-atomics, swift-algorithms, swift-nio-transport-services, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.53s)
[15847/25226] Fetching swift-atomics, swift-algorithms, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.53s)
[13910/23406] Fetching swift-algorithms, swift-distributed-tracing, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.65s)
[8749/17776] Fetching swift-algorithms, swift-nio-http2
[17777/33072] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl
[17778/114357] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.77s)
[40765/108305] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.77s)
[29347/96581] Fetching swift-nio-ssl, swift-nio
[48922/103001] Fetching swift-nio-ssl, swift-nio, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.73s)
[51554/96581] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.16s)
[41456/81285] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.26s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (9.41s)
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.22s)
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.79s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.68s)
Fetching https://github.com/apple/swift-numerics.git
[1/6390] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
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.07s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.63s)
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.75s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (2.19s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.3 (4.60s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
[1/7082] Fetching swift-certificates
[7083/8774] Fetching swift-certificates, swift-asn1
[8775/9725] Fetching swift-certificates, swift-asn1, swift-http-types
[9726/10929] Fetching swift-certificates, swift-asn1, swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-certificates.git from cache (4.01s)
Fetched https://github.com/apple/swift-http-types.git from cache (4.02s)
Fetched https://github.com/apple/swift-asn1.git from cache (4.02s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (4.02s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (6.40s)
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.52s)
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.82s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.1 (0.97s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.15s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.92.2 (1.05s)
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-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-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-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/modelcontextprotocol/swift-sdk
Working copy of https://github.com/modelcontextprotocol/swift-sdk resolved at 0.10.2
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-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-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-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-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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
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-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-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-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-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-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-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.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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Building for debugging...
[0/1284] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[0/1284] Write sources
[2/1284] Compiling _NumericsShims _NumericsShims.c
[2/1284] Write sources
[5/1284] Compiling _AtomicsShims.c
[5/1284] Write sources
[36/1284] Compiling CSystem shims.c
[37/1284] Compiling CNIOWindows shim.c
[38/1284] Compiling CNIOWindows WSAStartup.c
[39/1284] Compiling CNIOWASI CNIOWASI.c
[40/1284] Compiling CNIOPosix event_loop_id.c
[41/1284] Compiling CNIOOpenBSD shim.c
[42/1284] Compiling a_d2i_fp.cc
[43/1284] Compiling aes.cc
[44/1284] Compiling a_dup.cc
[45/1284] Compiling CNIOLinux liburing_shims.c
[46/1284] Compiling CNIOLinux shim.c
[47/1284] Compiling CNIOLLHTTP c_nio_http.c
[48/1284] Compiling CNIODarwin shim.c
[49/1284] Compiling CNIOExtrasZlib empty.c
[50/1284] Compiling CNIOLLHTTP c_nio_api.c
[51/1284] Compiling fiat_p256_adx_sqr.S
[52/1284] Compiling a_bool.cc
[53/1284] Compiling a_gentm.cc
[54/1284] Compiling fiat_p256_adx_mul.S
[54/1284] Compiling fiat_curve25519_adx_mul.S
[55/1284] Write swift-version-24593BA9C3E375BF.txt
[57/1284] Compiling fiat_curve25519_adx_square.S
[58/1284] Compiling a_bitstr.cc
[59/1284] Compiling CNIOLLHTTP c_nio_llhttp.c
[60/1290] Compiling CNIOBoringSSLShims shims.c
[61/1324] Compiling tls_record.cc
[62/1324] Compiling tls_method.cc
[63/1324] Compiling tls13_server.cc
[64/1324] Compiling tls13_enc.cc
[66/1359] Compiling _NIOBase64 Base64.swift
[67/1359] Emitting module _NIOBase64
[68/1360] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/1360] Compiling SystemPackage FilePermissions.swift
[70/1360] Compiling SystemPackage IOCompletion.swift
[71/1360] Compiling SystemPackage IORequest.swift
[72/1360] Compiling ConcurrencyHelpers LockedValueBox.swift
[73/1364] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[75/1364] Emitting module InternalCollectionsUtilities
[76/1366] Emitting module RealModule
[77/1367] Compiling InternalCollectionsUtilities Debugging.swift
[78/1367] Compiling InternalCollectionsUtilities Descriptions.swift
[79/1367] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[80/1367] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[81/1367] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[82/1367] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[83/1367] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[84/1367] Compiling InternalCollectionsUtilities Integer rank.swift
[85/1367] Compiling RealModule Float16+Real.swift
[86/1367] Compiling RealModule RealFunctions.swift
[87/1367] Emitting module ServiceContextModule
[88/1367] Compiling ServiceContextModule ServiceContext.swift
[89/1367] Compiling ServiceContextModule ServiceContextKey.swift
[93/1367] Compiling RealModule Float80+Real.swift
[94/1368] Compiling RealModule Real.swift
[95/1368] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[96/1368] Compiling InternalCollectionsUtilities UInt+reversed.swift
[99/1368] Compiling InternalCollectionsUtilities _SortedCollection.swift
[100/1368] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[102/1368] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[103/1368] Compiling _NIODataStructures PriorityQueue.swift
[104/1368] Compiling _NIODataStructures _TinyArray.swift
[115/1368] Emitting module SystemPackage
[121/1368] Compiling RealModule RelaxedArithmetic.swift
[123/1369] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[124/1369] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[125/1370] Wrapping AST for _NIOBase64 for debugging
[127/1370] Wrapping AST for ServiceContextModule for debugging
[128/1373] Wrapping AST for RealModule for debugging
[130/1376] Compiling Instrumentation NoOpInstrument.swift
[131/1376] Emitting module Instrumentation
[132/1376] Compiling Instrumentation MultiplexInstrument.swift
[133/1378] Compiling Instrumentation Instrument.swift
[134/1446] Compiling Instrumentation InstrumentationSystem.swift
[135/1446] Compiling Instrumentation Locks.swift
[136/1446] Compiling Logging MetadataProvider.swift
[137/1447] Emitting module ConcurrencyHelpers
[138/1447] Compiling ConcurrencyHelpers Lock.swift
[139/1448] Emitting module Logging
[140/1448] Compiling OrderedCollections _HashTable+Constants.swift
[141/1448] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[142/1450] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[143/1450] Compiling OrderedCollections OrderedSet+Descriptions.swift
[144/1450] Compiling OrderedCollections OrderedSet+Diffing.swift
[145/1450] Compiling OrderedCollections OrderedSet+Equatable.swift
[146/1450] Emitting module _NIODataStructures
[147/1450] Compiling _NIODataStructures Heap.swift
[148/1450] Compiling Logging LogHandler.swift
[149/1450] Compiling Logging Logging.swift
[150/1450] Compiling Logging Locks.swift
[151/1452] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[152/1452] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[153/1452] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[154/1452] Compiling OrderedCollections OrderedDictionary+Elements.swift
[155/1452] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[156/1452] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[157/1452] Compiling OrderedCollections OrderedDictionary.swift
[158/1452] Compiling OrderedCollections OrderedSet+Codable.swift
[161/1452] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[162/1452] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[165/1452] Compiling OrderedCollections _HashTable.swift
[166/1452] Compiling OrderedCollections _Hashtable+Header.swift
[167/1452] Compiling OrderedCollections _HashTable+Testing.swift
[168/1452] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[168/1452] Wrapping AST for InternalCollectionsUtilities for debugging
[169/1454] Wrapping AST for Logging for debugging
[170/1455] Wrapping AST for _NIODataStructures for debugging
[172/1455] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[173/1455] Compiling OrderedCollections OrderedSet+Hashable.swift
[174/1455] Compiling OrderedCollections OrderedSet+Initializers.swift
[175/1455] Compiling OrderedCollections OrderedSet+Insertions.swift
[175/1462] Wrapping AST for ConcurrencyHelpers for debugging
[177/1464] Compiling DequeModule _DequeSlot.swift
[178/1464] Compiling DequeModule _UnsafeWrappedBuffer.swift
[178/1464] Wrapping AST for Instrumentation for debugging
[181/1464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[182/1464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[183/1464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[184/1464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[185/1464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[186/1464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[187/1464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[188/1464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[189/1464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[190/1464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[191/1464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[192/1464] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[193/1464] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[194/1464] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[195/1471] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[196/1471] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[197/1471] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[198/1471] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[199/1471] Compiling Tracing InstrumentationSystem+Tracing.swift
[200/1471] Compiling Tracing NoOpTracer.swift
[203/1471] Compiling OrderedCollections OrderedSet+Invariants.swift
[204/1471] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[205/1471] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[206/1471] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[207/1471] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[208/1471] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[217/1471] Emitting module Tracing
[218/1471] Compiling Tracing TracingTime.swift
[227/1471] Compiling OrderedCollections OrderedDictionary+Codable.swift
[228/1471] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[235/1471] Compiling Tracing TracerProtocol.swift
[236/1471] Compiling OrderedCollections _HashTable+Bucket.swift
[237/1471] Compiling OrderedCollections _HashTable+BucketIterator.swift
[238/1471] Compiling Tracing TracerProtocol+Legacy.swift
[239/1471] Compiling Tracing Tracer.swift
[240/1471] Compiling UnixSignals UnixSignalsSequence.swift
[241/1471] Emitting module UnixSignals
[242/1471] Compiling UnixSignals UnixSignal.swift
[243/1472] Emitting module DequeModule
[244/1473] Compiling tls13_client.cc
[246/1473] Wrapping AST for UnixSignals for debugging
[247/1473] Wrapping AST for SystemPackage for debugging
[249/1473] Compiling Tracing SpanProtocol.swift
[249/1477] Wrapping AST for DequeModule for debugging
[252/1493] Compiling MCP Messages.swift
[253/1493] Compiling MCP Transport.swift
[254/1493] Compiling MCP HTTPClientTransport.swift
[255/1493] Compiling MCP Error.swift
[256/1493] Compiling MCP ID.swift
[257/1493] Compiling MCP Lifecycle.swift
[258/1493] Compiling MCP InMemoryTransport.swift
[259/1493] Compiling MCP NetworkTransport.swift
[260/1493] Compiling OrderedCollections OrderedSet+Sendable.swift
[261/1493] Compiling OrderedCollections OrderedSet+SubSequence.swift
[262/1493] Compiling OrderedCollections OrderedSet+Testing.swift
[263/1493] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[264/1493] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[265/1493] Compiling OrderedCollections OrderedSet.swift
[266/1493] Compiling OrderedCollections _UnsafeBitset.swift
[266/1493] Compiling t1_enc.cc
[268/1493] Emitting module OrderedCollections
[268/1494] Wrapping AST for Tracing for debugging
[269/1494] Compiling tls13_both.cc
[271/1494] Compiling ssl_x509.cc
[272/1494] Compiling ssl_versions.cc
[273/1494] Compiling ssl_transcript.cc
[274/1494] Wrapping AST for OrderedCollections for debugging
[275/1494] Compiling ssl_stat.cc
[276/1494] Compiling ssl_privkey.cc
[278/1494] Emitting module MCP
[278/1496] Compiling ssl_session.cc
[279/1496] Compiling ssl_key_share.cc
[280/1496] Compiling ssl_file.cc
[281/1496] Compiling ssl_credential.cc
[282/1496] Compiling ssl_cipher.cc
[286/1496] Compiling MCP StdioTransport.swift
[286/1496] Compiling ssl_lib.cc
[288/1496] Compiling MCP UnitInterval.swift
[289/1496] Compiling MCP Ping.swift
[290/1496] Compiling MCP Value.swift
[297/1496] Compiling MCP Prompts.swift
[298/1496] Compiling MCP Resources.swift
[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_lib.cc
[303/1496] Compiling s3_pkt.cc
[304/1496] Compiling s3_both.cc
[306/1496] Compiling MCP Server.swift
[307/1496] Compiling MCP Tools.swift
[307/1496] Compiling handshake_server.cc
[308/1496] Compiling handshake_client.cc
[309/1496] Compiling handshake.cc
[310/1496] Compiling encrypted_client_hello.cc
[311/1496] Compiling handoff.cc
[312/1496] Compiling dtls_record.cc
[313/1496] Compiling extensions.cc
[314/1496] Compiling md5-x86_64-linux.S
[315/1496] Compiling md5-x86_64-apple.S
[316/1496] Compiling md5-586-linux.S
[317/1496] Compiling md5-586-apple.S
[318/1496] Compiling err_data.cc
[320/1496] Compiling MCP Versioning.swift
[321/1496] Compiling MCP Client.swift
[322/1496] Compiling MCP Sampling.swift
[323/1496] Compiling MCP Data+Extensions.swift
[323/1497] Compiling chacha20_poly1305_x86_64-linux.S
[325/1497] Compiling chacha20_poly1305_x86_64-apple.S
[326/1497] Compiling d1_srtp.cc
[327/1497] Compiling chacha20_poly1305_armv8-win.S
[328/1497] Compiling chacha20_poly1305_armv8-linux.S
[329/1497] Compiling bio_ssl.cc
[330/1497] Compiling chacha20_poly1305_armv8-apple.S
[331/1497] Compiling chacha-x86_64-linux.S
[332/1497] Compiling chacha-x86_64-apple.S
[333/1497] Wrapping AST for MCP for debugging
[334/1497] Compiling chacha-x86-linux.S
[335/1497] Compiling dtls_method.cc
[336/1497] Compiling chacha-armv8-win.S
[337/1497] Compiling chacha-x86-apple.S
[338/1497] Compiling chacha-armv4-linux.S
[339/1497] Compiling chacha-armv8-linux.S
[340/1497] Compiling chacha-armv8-apple.S
[341/1497] Compiling aes128gcmsiv-x86_64-apple.S
[342/1497] Compiling x86_64-mont5-apple.S
[343/1497] Compiling x86_64-mont5-linux.S
[344/1497] Compiling x86_64-mont-linux.S
[345/1497] Compiling aes128gcmsiv-x86_64-linux.S
[346/1497] Compiling x86_64-mont-apple.S
[347/1497] Compiling x86-mont-apple.S
[348/1497] Compiling vpaes-x86_64-apple.S
[349/1497] Compiling x86-mont-linux.S
[350/1497] Compiling vpaes-x86_64-linux.S
[351/1497] Compiling vpaes-x86-linux.S
[352/1497] Compiling vpaes-armv8-win.S
[353/1497] Compiling vpaes-armv8-linux.S
[354/1497] Compiling vpaes-x86-apple.S
[355/1497] Compiling vpaes-armv8-apple.S
[356/1497] Compiling vpaes-armv7-linux.S
[357/1497] Compiling sha512-x86_64-linux.S
[358/1497] Compiling sha512-x86_64-apple.S
[359/1497] Compiling sha512-armv8-win.S
[360/1497] Compiling sha512-armv8-linux.S
[361/1497] Compiling sha512-armv8-apple.S
[362/1497] Compiling sha512-586-linux.S
[363/1497] Compiling sha512-armv4-linux.S
[364/1497] Compiling sha512-586-apple.S
[365/1497] Compiling sha256-x86_64-apple.S
[366/1497] Compiling sha256-armv8-win.S
[367/1497] Compiling sha256-x86_64-linux.S
[368/1497] Compiling sha256-armv8-linux.S
[369/1497] Compiling sha256-armv8-apple.S
[370/1497] Compiling sha256-586-apple.S
[371/1497] Compiling sha256-armv4-linux.S
[371/1497] Compiling d1_pkt.cc
[373/1497] Compiling sha256-586-linux.S
[374/1497] Compiling sha1-x86_64-apple.S
[375/1497] Compiling sha1-armv8-win.S
[376/1497] Compiling sha1-x86_64-linux.S
[377/1497] Compiling sha1-armv8-apple.S
[378/1497] Compiling sha1-armv8-linux.S
[379/1497] Compiling sha1-armv4-large-linux.S
[380/1497] Compiling sha1-586-linux.S
[381/1497] Compiling sha1-586-apple.S
[382/1497] Compiling d1_lib.cc
[383/1497] Compiling rsaz-avx2-linux.S
[384/1497] Compiling rsaz-avx2-apple.S
[385/1497] Compiling rdrand-x86_64-apple.S
[386/1497] Compiling d1_both.cc
[387/1497] Compiling rdrand-x86_64-linux.S
[388/1497] Compiling p256-x86_64-asm-apple.S
[388/1497] Compiling p256_beeu-x86_64-asm-linux.S
[388/1497] Compiling p256-x86_64-asm-linux.S
[391/1497] Compiling p256_beeu-armv8-asm-linux.S
[392/1497] Compiling p256-armv8-asm-win.S
[393/1497] Compiling p256_beeu-armv8-asm-win.S
[394/1497] Compiling p256_beeu-x86_64-asm-apple.S
[395/1497] Compiling p256_beeu-armv8-asm-apple.S
[396/1497] Compiling p256-armv8-asm-linux.S
[397/1497] Compiling p256-armv8-asm-apple.S
[398/1497] Compiling ghashv8-armv8-apple.S
[399/1497] Compiling ghashv8-armv8-linux.S
[400/1497] Compiling ghash-x86_64-linux.S
[401/1497] Compiling ghashv8-armv8-win.S
[402/1497] Compiling ghash-x86_64-apple.S
[403/1497] Compiling ghashv8-armv7-linux.S
[404/1497] Compiling ghash-x86-apple.S
[405/1497] Compiling ghash-x86-linux.S
[406/1497] Compiling ghash-ssse3-x86_64-linux.S
[407/1497] Compiling ghash-ssse3-x86-linux.S
[408/1497] Compiling ghash-ssse3-x86-apple.S
[409/1497] Compiling ghash-ssse3-x86_64-apple.S
[410/1497] Compiling ghash-neon-armv8-linux.S
[411/1497] Compiling ghash-neon-armv8-apple.S
[412/1497] Compiling ghash-neon-armv8-win.S
[413/1497] Compiling ghash-armv4-linux.S
[414/1497] Compiling co-586-linux.S
[415/1497] Compiling bn-armv8-win.S
[416/1497] Compiling co-586-apple.S
[417/1497] Compiling bn-586-linux.S
[418/1497] Compiling bn-armv8-linux.S
[419/1497] Compiling bn-586-apple.S
[420/1497] Compiling bsaes-armv7-linux.S
[421/1497] Compiling bn-armv8-apple.S
[422/1497] Compiling armv8-mont-win.S
[423/1497] Compiling armv8-mont-linux.S
[424/1497] Compiling armv8-mont-apple.S
[425/1497] Compiling armv4-mont-linux.S
[426/1497] Compiling aesv8-gcm-armv8-linux.S
[427/1497] Compiling aesv8-armv7-linux.S
[428/1497] Compiling aesv8-armv8-apple.S
[429/1497] Compiling aesv8-gcm-armv8-apple.S
[430/1497] Compiling aesv8-gcm-armv8-win.S
[431/1497] Compiling aesv8-armv8-linux.S
[432/1497] Compiling aesv8-armv8-win.S
[433/1497] Compiling aesni-x86_64-linux.S
[434/1497] Compiling aesni-x86_64-apple.S
[435/1497] Compiling aesni-x86-apple.S
[436/1497] Compiling aesni-x86-linux.S
[437/1497] Compiling aesni-gcm-x86_64-linux.S
[438/1497] Compiling aesni-gcm-x86_64-apple.S
[439/1497] Compiling aes-gcm-avx2-x86_64-linux.S
[440/1497] Compiling aes-gcm-avx2-x86_64-apple.S
[441/1497] Compiling aes-gcm-avx10-x86_64-linux.S
[442/1497] Compiling aes-gcm-avx10-x86_64-apple.S
[443/1497] Compiling x_sig.cc
[444/1497] Compiling x_x509a.cc
[445/1497] Compiling x_req.cc
[446/1497] Compiling x_val.cc
[447/1497] Compiling x_pubkey.cc
[448/1497] Compiling x_x509.cc
[449/1497] Compiling x_spki.cc
[450/1497] Compiling x_name.cc
[451/1497] Compiling x_algor.cc
[452/1497] Compiling x_exten.cc
[453/1497] Compiling x509spki.cc
[454/1497] Compiling x_attrib.cc
[455/1497] Compiling x_crl.cc
[456/1497] Compiling x509rset.cc
[457/1497] Compiling x509name.cc
[458/1497] Compiling x_all.cc
[459/1497] Compiling x509_v3.cc
[460/1497] Compiling x509cset.cc
[461/1497] Compiling x509_txt.cc
[462/1497] Compiling x509_set.cc
[463/1497] Compiling x509_trs.cc
[464/1497] Compiling x509_req.cc
[465/1497] Compiling x509_vpm.cc
[466/1497] Compiling x509_vfy.cc
[467/1497] Compiling x509_ext.cc
[468/1497] Compiling x509_obj.cc
[469/1497] Compiling x509_lu.cc
[470/1497] Compiling x509_d2.cc
[471/1497] Compiling x509_cmp.cc
[472/1497] Compiling x509_def.cc
[473/1497] Compiling x509_att.cc
[474/1497] Compiling x509.cc
[475/1497] Compiling v3_skey.cc
[476/1497] Compiling v3_pcons.cc
[477/1497] Compiling v3_utl.cc
[478/1497] Compiling v3_ncons.cc
[478/1497] Compiling v3_purp.cc
[480/1497] Compiling v3_prn.cc
[481/1497] Compiling v3_ocsp.cc
[482/1497] Compiling v3_pmaps.cc
[483/1497] Compiling v3_info.cc
[484/1497] Compiling v3_lib.cc
[485/1497] Compiling v3_extku.cc
[486/1497] Compiling v3_int.cc
[487/1497] Compiling v3_crld.cc
[488/1497] Compiling v3_ia5.cc
[489/1497] Compiling v3_genn.cc
[490/1497] Compiling v3_enum.cc
[491/1497] Compiling v3_cpols.cc
[492/1497] Compiling v3_bitst.cc
[493/1497] Compiling v3_alt.cc
[494/1497] Compiling v3_akeya.cc
[495/1497] Compiling v3_conf.cc
[496/1497] Compiling v3_bcons.cc
[497/1497] Compiling v3_akey.cc
[498/1497] Compiling t_x509a.cc
[499/1497] Compiling t_x509.cc
[500/1497] Compiling t_req.cc
[501/1497] Compiling i2d_pr.cc
[502/1497] Compiling t_crl.cc
[503/1497] Compiling rsa_pss.cc
[504/1497] Compiling name_print.cc
[505/1497] Compiling policy.cc
[506/1497] Compiling by_file.cc
[507/1497] Compiling asn1_gen.cc
[508/1497] Compiling by_dir.cc
[509/1497] Compiling a_verify.cc
[509/1497] Compiling algorithm.cc
[511/1497] Compiling a_sign.cc
[512/1497] Compiling voprf.cc
[513/1497] Compiling a_digest.cc
[514/1497] Compiling thread_win.cc
[515/1497] Compiling trust_token.cc
[516/1497] Compiling thread_pthread.cc
[517/1497] Compiling thread_none.cc
[518/1497] Compiling thread.cc
[519/1497] Compiling stack.cc
[520/1497] Compiling siphash.cc
[521/1497] Compiling pmbtoken.cc
[522/1497] Compiling sha256.cc
[523/1497] Compiling sha512.cc
[524/1497] Compiling slhdsa.cc
[525/1497] Compiling sha1.cc
[526/1497] Compiling rsa_extra.cc
[527/1497] Compiling spake2plus.cc
[528/1497] Compiling rsa_print.cc
[529/1497] Compiling rc4.cc
[530/1497] Compiling rsa_crypt.cc
[531/1497] Compiling refcount.cc
[532/1497] Compiling windows.cc
[533/1497] Compiling trusty.cc
[534/1497] Compiling urandom.cc
[535/1497] Compiling rand.cc
[536/1497] Compiling rsa_asn1.cc
[537/1497] Compiling passive.cc
[538/1497] Compiling ios.cc
[539/1497] Compiling getentropy.cc
[540/1497] Compiling poly1305_arm_asm.S
[541/1497] Compiling forkunsafe.cc
[542/1497] Compiling deterministic.cc
[543/1497] Compiling fork_detect.cc
[544/1497] Compiling poly1305.cc
[545/1497] Compiling poly1305_arm.cc
[546/1497] Compiling poly1305_vec.cc
[547/1497] Compiling pool.cc
[548/1497] Compiling pkcs8.cc
[549/1497] Compiling pkcs7.cc
[550/1497] Compiling p5_pbev2.cc
[551/1497] Compiling pkcs8_x509.cc
[552/1497] Compiling pem_xaux.cc
[553/1497] Compiling pkcs7_x509.cc
[554/1497] Compiling pem_pkey.cc
[555/1497] Compiling pem_x509.cc
[556/1497] Compiling mlkem.cc
[557/1497] Compiling pem_oth.cc
[558/1497] Compiling pem_pk8.cc
[559/1497] Compiling obj_xref.cc
[560/1497] Compiling mldsa.cc
[561/1497] Compiling mem.cc
[562/1497] Compiling obj.cc
[563/1497] Compiling pem_info.cc
[564/1497] Compiling md5.cc
[565/1497] Compiling md4.cc
[566/1497] Compiling fips_shared_support.cc
[567/1497] Compiling pem_lib.cc
[568/1497] Compiling poly_rq_mul.S
[569/1497] Compiling pem_all.cc
[570/1497] Compiling lhash.cc
[571/1497] Compiling ex_data.cc
[572/1497] Compiling hrss.cc
[573/1497] Compiling hpke.cc
[574/1497] Compiling sign.cc
[575/1497] Compiling scrypt.cc
[576/1497] Compiling print.cc
[577/1497] Compiling kyber.cc
[578/1497] Compiling p_x25519.cc
[579/1497] Compiling pbkdf.cc
[580/1497] Compiling p_x25519_asn1.cc
[581/1497] Compiling p_ed25519_asn1.cc
[582/1497] Compiling p_rsa_asn1.cc
[583/1497] Compiling p_rsa.cc
[584/1497] Compiling p_ed25519.cc
[585/1497] Compiling p_hkdf.cc
[586/1497] Compiling p_ec_asn1.cc
[587/1497] Compiling p_ec.cc
[588/1497] Compiling p_dh_asn1.cc
[589/1497] Compiling p_dh.cc
[590/1497] Compiling p_dsa_asn1.cc
[591/1497] Compiling evp_ctx.cc
[592/1497] Compiling evp_asn1.cc
[593/1497] Compiling err.cc
[594/1497] Compiling evp.cc
[595/1497] Compiling ecdh.cc
[596/1497] Compiling engine.cc
[597/1497] Compiling hash_to_curve.cc
[598/1497] Compiling ecdsa_asn1.cc
[599/1497] Compiling ec_derive.cc
[600/1497] Compiling params.cc
[601/1497] Compiling dsa_asn1.cc
[602/1497] Compiling ec_asn1.cc
[603/1497] Compiling dsa.cc
[604/1497] Compiling x25519-asm-arm.S
[605/1497] Compiling digest_extra.cc
[606/1497] Compiling dh_asn1.cc
[607/1497] Compiling des.cc
[608/1497] Compiling bcm.cc
[609/1497] Compiling cpu_intel.cc
[610/1497] Compiling curve25519.cc
[611/1497] Compiling spake25519.cc
[612/1497] Compiling crypto.cc
[613/1497] Compiling cpu_aarch64_win.cc
[614/1497] Compiling cpu_aarch64_openbsd.cc
[615/1497] Compiling cpu_aarch64_sysreg.cc
[615/1497] Compiling cpu_aarch64_linux.cc
[617/1497] Compiling curve25519_64_adx.cc
[618/1497] Compiling cpu_arm_freebsd.cc
[619/1497] Compiling cpu_arm_linux.cc
[619/1497] Compiling cpu_aarch64_fuchsia.cc
[621/1497] Compiling cpu_aarch64_apple.cc
[622/1497] Compiling e_tls.cc
[623/1497] Compiling e_rc2.cc
[624/1497] Compiling get_cipher.cc
[625/1497] Compiling tls_cbc.cc
[626/1497] Compiling conf.cc
[626/1497] Compiling e_rc4.cc
[628/1497] Compiling e_null.cc
[629/1497] Compiling e_des.cc
[630/1497] Compiling e_aesctrhmac.cc
[631/1497] Compiling chacha.cc
[632/1497] Compiling e_aesgcmsiv.cc
[633/1497] Compiling derive_key.cc
[634/1497] Compiling e_chacha20poly1305.cc
[635/1497] Compiling cbs.cc
[636/1497] Compiling unicode.cc
[637/1497] Compiling blake2.cc
[638/1497] Compiling ber.cc
[639/1497] Compiling buf.cc
[640/1497] Compiling convert.cc
[641/1497] Compiling cbb.cc
[642/1497] Compiling bn_asn1.cc
[643/1497] Compiling asn1_compat.cc
[644/1497] Compiling pair.cc
[645/1497] Compiling socket_helper.cc
[646/1497] Compiling socket.cc
[647/1497] Compiling hexdump.cc
[648/1497] Compiling printf.cc
[649/1497] Compiling errno.cc
[650/1497] Compiling file.cc
[651/1497] Compiling connect.cc
[652/1497] Compiling fd.cc
[653/1497] Compiling bio_mem.cc
[654/1497] Compiling bio.cc
[655/1497] Compiling base64.cc
[656/1497] Compiling tasn_fre.cc
[657/1497] Compiling tasn_utl.cc
[658/1497] Compiling tasn_typ.cc
[659/1497] Compiling f_string.cc
[660/1497] Compiling tasn_new.cc
[661/1497] Compiling tasn_enc.cc
[662/1497] Compiling asn1_par.cc
[663/1497] Compiling f_int.cc
[664/1497] Compiling posix_time.cc
[665/1497] Compiling asn_pack.cc
[666/1497] Compiling tasn_dec.cc
[667/1497] Compiling a_type.cc
[668/1497] Compiling asn1_lib.cc
[669/1497] Compiling a_utctm.cc
[670/1497] Compiling a_time.cc
[671/1497] Compiling a_strex.cc
[672/1497] Compiling a_octet.cc
[673/1497] Compiling a_strnid.cc
[674/1497] Compiling a_i2d_fp.cc
[675/1497] Compiling a_mbstr.cc
[676/1497] Compiling a_dup.cc
[677/1497] Compiling a_d2i_fp.cc
[678/1497] Compiling fiat_p256_adx_sqr.S
[679/1497] Compiling a_gentm.cc
[680/1497] Compiling a_int.cc
[681/1497] Compiling a_object.cc
[682/1497] Compiling fiat_p256_adx_mul.S
[683/1497] Compiling fiat_curve25519_adx_square.S
[684/1497] Compiling fiat_curve25519_adx_mul.S
[685/1497] Compiling a_bitstr.cc
[686/1497] Compiling a_bool.cc
[687/1497] Compiling x_x509a.c
[688/1497] Compiling x_val.c
[689/1497] Compiling x_x509.c
[690/1497] Compiling x_sig.c
[691/1497] Compiling x_spki.c
[692/1497] Compiling x_req.c
[693/1497] Compiling x_name.c
[694/1497] Compiling x_crl.c
[695/1497] Compiling x_attrib.c
[696/1497] Compiling x_exten.c
[697/1497] Compiling x_pubkey.c
[698/1497] Compiling x_algor.c
[699/1497] Compiling x_all.c
[700/1497] Compiling x509spki.c
[701/1497] Compiling x509name.c
[702/1497] Compiling x509cset.c
[703/1497] Compiling x509rset.c
[704/1497] Compiling x509_vpm.c
[705/1497] Compiling x509_txt.c
[706/1497] Compiling x509_v3.c
[707/1497] Compiling x509_vfy.c
[708/1497] Compiling x509_trs.c
[709/1497] Compiling x509_set.c
[710/1497] Compiling x509_req.c
[711/1497] Compiling x509_obj.c
[712/1497] Compiling x509_def.c
[713/1497] Compiling x509_d2.c
[714/1497] Compiling x509_ext.c
[715/1497] Compiling x509_cmp.c
[716/1497] Compiling x509_lu.c
[717/1497] Compiling x509_att.c
[718/1497] Compiling x509.c
[719/1497] Compiling v3_skey.c
[720/1497] Compiling v3_prn.c
[721/1497] Compiling v3_utl.c
[722/1497] Compiling v3_pmaps.c
[723/1497] Compiling v3_purp.c
[724/1497] Compiling v3_pcons.c
[725/1497] Compiling v3_ocsp.c
[726/1497] Compiling v3_int.c
[727/1497] Compiling v3_ncons.c
[728/1497] Compiling v3_lib.c
[729/1497] Compiling v3_info.c
[730/1497] Compiling v3_ia5.c
[731/1497] Compiling v3_enum.c
[732/1497] Compiling v3_genn.c
[733/1497] Compiling v3_extku.c
[734/1497] Compiling v3_bitst.c
[735/1497] Compiling v3_crld.c
[736/1497] Compiling c-nioatomics.c
[737/1497] Compiling v3_bcons.c
[738/1497] Compiling v3_cpols.c
[739/1497] Compiling v3_akeya.c
[740/1497] Compiling v3_conf.c
[741/1497] Compiling c-atomics.c
[742/1497] Compiling t_req.c
[743/1497] Compiling v3_alt.c
[744/1497] Compiling t_crl.c
[745/1497] Compiling v3_akey.c
[746/1497] Compiling t_x509a.c
[747/1497] Compiling t_x509.c
[748/1497] Compiling i2d_pr.c
[749/1503] Compiling rsa_pss.c
[750/1503] Compiling name_print.c
[751/1503] Compiling policy.c
[752/1503] Compiling by_file.c
[753/1503] Compiling algorithm.c
[754/1503] Compiling by_dir.c
[755/1503] Compiling asn1_gen.c
[756/1503] Compiling a_verify.c
[757/1503] Compiling a_sign.c
[758/1503] Compiling thread_win.c
[759/1503] Compiling voprf.c
[760/1503] Compiling a_digest.c
[761/1503] Compiling thread_none.c
[762/1503] Compiling thread_pthread.c
[763/1503] Compiling trust_token.c
[764/1503] Compiling thread.c
[765/1503] Compiling wots.c
[767/1503] Compiling NIOConcurrencyHelpers NIOLock.swift
[767/1503] Compiling thash.c
[768/1503] Compiling spx_util.c
[769/1503] Compiling pmbtoken.c
[770/1503] Compiling spx.c
[771/1503] Compiling fors.c
[772/1503] Compiling merkle.c
[773/1503] Compiling stack.c
[775/1503] Compiling NIOConcurrencyHelpers lock.swift
[775/1503] Compiling siphash.c
[776/1503] Compiling rsa_print.c
[777/1503] Compiling address.c
[778/1503] Compiling rand_extra.c
[779/1503] Compiling rc4.c
[780/1503] Compiling refcount.c
[781/1503] Compiling windows.c
[782/1503] Compiling rsa_asn1.c
[783/1503] Compiling trusty.c
[784/1503] Compiling rsa_crypt.c
[785/1503] Compiling passive.c
[786/1503] Compiling ios.c
[788/1503] Emitting module NIOConcurrencyHelpers
[789/1503] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[789/1503] Compiling deterministic.c
[790/1503] Compiling pool.c
[791/1503] Compiling forkunsafe.c
[792/1503] Compiling poly1305_arm_asm.S
[793/1503] Compiling getentropy.c
[794/1503] Compiling poly1305_arm.c
[795/1503] Compiling poly1305.c
[797/1503] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[798/1503] Compiling NIOConcurrencyHelpers atomics.swift
[798/1504] Compiling pkcs7.c
[800/1504] Compiling poly1305_vec.c
[801/1504] Compiling p5_pbev2.c
[802/1504] Compiling pkcs7_x509.c
[803/1504] Compiling pem_xaux.c
[804/1504] Compiling pkcs8_x509.c
[805/1504] Compiling pkcs8.c
[806/1504] Wrapping AST for NIOConcurrencyHelpers for debugging
[807/1504] Compiling pem_x509.c
[808/1504] Compiling obj_xref.c
[808/1504] Compiling pem_pk8.c
[810/1504] Compiling pem_pkey.c
[811/1504] Compiling mem.c
[812/1504] Compiling pem_oth.c
[813/1504] Compiling pem_all.c
[814/1504] Compiling pem_lib.c
[815/1504] Compiling pem_info.c
[816/1504] Compiling lhash.c
[817/1504] Compiling kyber.c
[818/1504] Compiling obj.c
[819/1504] Compiling x86_64-mont5-mac.mac.x86_64.S
[820/1504] Compiling x86_64-mont-mac.mac.x86_64.S
[821/1504] Compiling keccak.c
[822/1504] Compiling x86_64-mont5-linux.linux.x86_64.S
[823/1504] Compiling poly_rq_mul.S
[824/1504] Compiling hrss.c
[825/1504] Compiling x86-mont-windows.windows.x86.S
[825/1504] Compiling x86_64-mont-linux.linux.x86_64.S
[827/1504] Compiling vpaes-x86_64-mac.mac.x86_64.S
[827/1504] Compiling hpke.c
[829/1504] Compiling x86-mont-linux.linux.x86.S
[830/1504] Compiling vpaes-x86-windows.windows.x86.S
[831/1504] Compiling vpaes-x86-linux.linux.x86.S
[832/1504] Compiling vpaes-armv8-ios.ios.aarch64.S
[833/1504] Compiling vpaes-armv8-linux.linux.aarch64.S
[834/1504] Compiling vpaes-x86_64-linux.linux.x86_64.S
[835/1504] Compiling vpaes-armv7-ios.ios.arm.S
[836/1504] Compiling vpaes-armv7-linux.linux.arm.S
[837/1504] Compiling sha512-armv8-linux.linux.aarch64.S
[838/1504] Compiling sha512-x86_64-mac.mac.x86_64.S
[839/1504] Compiling sha512-armv4-linux.linux.arm.S
[840/1504] Compiling sha512-x86_64-linux.linux.x86_64.S
[841/1504] Compiling sha512-armv8-ios.ios.aarch64.S
[842/1504] Compiling kdf.c
[843/1504] Compiling sha512-armv4-ios.ios.arm.S
[844/1504] Compiling sha512-586-windows.windows.x86.S
[845/1504] Compiling sha256-armv8-ios.ios.aarch64.S
[846/1504] Compiling sha512-586-linux.linux.x86.S
[847/1504] Compiling sha256-x86_64-mac.mac.x86_64.S
[848/1504] Compiling sha256-armv4-linux.linux.arm.S
[849/1504] Compiling sha256-x86_64-linux.linux.x86_64.S
[850/1504] Compiling sha256-armv8-linux.linux.aarch64.S
[850/1504] Compiling sha256-586-windows.windows.x86.S
[850/1504] Compiling sha256-armv4-ios.ios.arm.S
[853/1504] Compiling sha256-586-linux.linux.x86.S
[853/1504] Compiling sha1-x86_64-mac.mac.x86_64.S
[855/1504] Compiling sha1-armv8-linux.linux.aarch64.S
[856/1504] Compiling sha1-armv8-ios.ios.aarch64.S
[857/1504] Compiling sha1-armv4-large-linux.linux.arm.S
[858/1504] Compiling sha1-x86_64-linux.linux.x86_64.S
[859/1504] Compiling sha1-586-windows.windows.x86.S
[860/1504] Compiling sha1-armv4-large-ios.ios.arm.S
[861/1504] Compiling sha1-586-linux.linux.x86.S
[862/1504] Compiling rsaz-avx2-mac.mac.x86_64.S
[863/1504] Compiling fips.c
[864/1504] Compiling sha256.c
[865/1504] Compiling sha1.c
[866/1504] Compiling sha512.c
[867/1504] Compiling service_indicator.c
[868/1504] Compiling rsaz-avx2-linux.linux.x86_64.S
[869/1504] Compiling rdrand-x86_64-mac.mac.x86_64.S
[870/1504] Compiling rdrand-x86_64-linux.linux.x86_64.S
[871/1504] Compiling self_check.c
[872/1504] Compiling padding.c
[873/1504] Compiling rsa.c
[874/1504] Compiling blinding.c
[875/1504] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[876/1504] Compiling urandom.c
[877/1504] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[878/1504] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[879/1504] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[880/1504] Compiling ctrdrbg.c
[881/1504] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[882/1504] Compiling rand.c
[883/1504] Compiling fork_detect.c
[884/1504] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[885/1504] Compiling p256-armv8-asm-linux.linux.aarch64.S
[886/1504] Compiling rsa_impl.c
[887/1504] Compiling p256-armv8-asm-ios.ios.aarch64.S
[888/1504] Compiling ofb.c
[889/1504] Compiling polyval.c
[890/1504] Compiling cfb.c
[891/1504] Compiling ctr.c
[892/1504] Compiling cbc.c
[893/1504] Compiling gcm_nohw.c
[894/1504] Compiling gcm.c
[895/1504] Compiling md5-x86_64-mac.mac.x86_64.S
[896/1504] Compiling md5-586-linux.linux.x86.S
[897/1504] Compiling md5-586-windows.windows.x86.S
[897/1504] Compiling md5-x86_64-linux.linux.x86_64.S
[899/1504] Compiling md5.c
[900/1504] Compiling ghashv8-armv8-linux.linux.aarch64.S
[901/1504] Compiling ghashv8-armv8-ios.ios.aarch64.S
[902/1504] Compiling hkdf.c
[903/1504] Compiling ghashv8-armv7-ios.ios.arm.S
[904/1504] Compiling ghashv8-armv7-linux.linux.arm.S
[905/1504] Compiling md4.c
[906/1504] Compiling ghash-x86_64-mac.mac.x86_64.S
[907/1504] Compiling hmac.c
[908/1504] Compiling ghash-x86-windows.windows.x86.S
[909/1504] Compiling ghash-x86-linux.linux.x86.S
[910/1504] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[911/1504] Compiling ghash-x86_64-linux.linux.x86_64.S
[912/1504] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[913/1504] Compiling ghash-ssse3-x86-linux.linux.x86.S
[914/1504] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[914/1504] Compiling ghash-ssse3-x86-windows.windows.x86.S
[916/1504] Compiling fips_shared_support.c
[917/1504] Compiling ghash-armv4-linux.linux.arm.S
[918/1504] Compiling ghash-armv4-ios.ios.arm.S
[919/1504] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[920/1504] Compiling wnaf.c
[921/1504] Compiling util.c
[922/1504] Compiling simple.c
[923/1504] Compiling simple_mul.c
[924/1504] Compiling ecdh.c
[925/1504] Compiling ecdsa.c
[926/1504] Compiling scalar.c
[927/1504] Compiling p256.c
[928/1504] Compiling felem.c
[929/1504] Compiling oct.c
[930/1504] Compiling ec_montgomery.c
[931/1504] Compiling p224-64.c
[932/1504] Compiling ec_key.c
[933/1504] Compiling digestsign.c
[934/1504] Compiling ec.c
[935/1504] Compiling co-586-windows.windows.x86.S
[936/1504] Compiling co-586-linux.linux.x86.S
[937/1504] Compiling digest.c
[938/1504] Compiling check.c
[939/1504] Compiling digests.c
[940/1504] Compiling cmac.c
[941/1504] Compiling dh.c
[942/1504] Compiling p256-nistz.c
[943/1504] Compiling e_aesccm.c
[944/1504] Compiling aead.c
[945/1504] Compiling shift.c
[946/1504] Compiling bsaes-armv7-ios.ios.arm.S
[947/1504] Compiling bsaes-armv7-linux.linux.arm.S
[948/1504] Compiling cipher.c
[949/1504] Compiling sqrt.c
[950/1504] Compiling e_aes.c
[951/1504] Compiling rsaz_exp.c
[952/1504] Compiling random.c
[953/1504] Compiling montgomery_inv.c
[954/1504] Compiling prime.c
[955/1504] Compiling mul.c
[956/1504] Compiling jacobi.c
[957/1504] Compiling generic.c
[958/1504] Compiling montgomery.c
[959/1504] Compiling gcd_extra.c
[960/1504] Compiling gcd.c
[961/1504] Compiling div_extra.c
[962/1504] Compiling exponentiation.c
[963/1504] Compiling bn-armv8-linux.linux.aarch64.S
[964/1504] Compiling div.c
[965/1504] Compiling ctx.c
[966/1504] Compiling cmp.c
[967/1504] Compiling bytes.c
[968/1504] Compiling bn-armv8-ios.ios.aarch64.S
[969/1504] Compiling bn-586-linux.linux.x86.S
[970/1504] Compiling bn-586-windows.windows.x86.S
[971/1504] Compiling bn.c
[972/1504] Compiling add.c
[973/1504] Compiling armv4-mont-linux.linux.arm.S
[974/1504] Compiling armv4-mont-ios.ios.arm.S
[975/1504] Compiling armv8-mont-ios.ios.aarch64.S
[976/1504] Compiling armv8-mont-linux.linux.aarch64.S
[977/1504] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[978/1504] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[979/1504] Compiling aesv8-armv7-linux.linux.arm.S
[980/1504] Compiling aesv8-armv8-ios.ios.aarch64.S
[981/1504] Compiling aesv8-armv7-ios.ios.arm.S
[982/1504] Compiling aesv8-armv8-linux.linux.aarch64.S
[983/1504] Compiling aesni-x86_64-mac.mac.x86_64.S
[984/1504] Compiling x86_64-gcc.c
[985/1504] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[986/1504] Compiling aesni-x86-windows.windows.x86.S
[986/1504] Compiling aesni-x86-linux.linux.x86.S
[988/1504] Compiling aesni-x86_64-linux.linux.x86_64.S
[989/1504] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[990/1504] Compiling mode_wrappers.c
[991/1504] Compiling key_wrap.c
[992/1504] Compiling sign.c
[993/1504] Compiling ex_data.c
[994/1504] Compiling aes.c
[995/1504] Compiling pbkdf.c
[996/1504] Compiling scrypt.c
[997/1504] Compiling p_x25519.c
[998/1504] Compiling aes_nohw.c
[999/1504] Compiling p_rsa_asn1.c
[1000/1504] Compiling print.c
[1000/1504] Compiling p_x25519_asn1.c
[1002/1504] Compiling p_hkdf.c
[1003/1504] Compiling p_ed25519.c
[1004/1504] Compiling p_ec_asn1.c
[1005/1504] Compiling p_rsa.c
[1006/1504] Compiling p_ed25519_asn1.c
[1007/1504] Compiling p_ec.c
[1008/1504] Compiling p_dsa_asn1.c
[1009/1504] Compiling evp_ctx.c
[1010/1504] Compiling err_data.c
[1011/1504] Compiling ecdsa_asn1.c
[1012/1504] Compiling evp_asn1.c
[1013/1504] Compiling engine.c
[1014/1504] Compiling ecdh_extra.c
[1015/1504] Compiling evp.c
[1016/1504] Compiling err.c
[1017/1504] Compiling ec_derive.c
[1018/1504] Compiling hash_to_curve.c
[1019/1504] Compiling ec_asn1.c
[1020/1504] Compiling dsa_asn1.c
[1021/1504] Compiling dh_asn1.c
[1022/1504] Compiling params.c
[1023/1504] Compiling dsa.c
[1024/1504] Compiling digest_extra.c
[1025/1504] Compiling spake25519.c
[1026/1504] Compiling x25519-asm-arm.S
[1027/1504] Compiling des.c
[1028/1504] Compiling cpu_intel.c
[1029/1504] Compiling cpu_arm_linux.c
[1030/1504] Compiling crypto.c
[1031/1504] Compiling cpu_aarch64_openbsd.c
[1032/1504] Compiling cpu_aarch64_win.c
[1033/1504] Compiling cpu_arm_freebsd.c
[1034/1504] Compiling cpu_aarch64_sysreg.c
[1035/1504] Compiling cpu_aarch64_apple.c
[1036/1504] Compiling cpu_aarch64_linux.c
[1037/1504] Compiling cpu_aarch64_fuchsia.c
[1038/1504] Compiling tls_cbc.c
[1039/1504] Compiling conf.c
[1040/1504] Compiling e_rc4.c
[1041/1504] Compiling e_null.c
[1042/1504] Compiling e_tls.c
[1043/1504] Compiling e_rc2.c
[1044/1504] Compiling curve25519.c
[1045/1504] Compiling e_des.c
[1046/1504] Compiling derive_key.c
[1047/1504] Compiling e_chacha20poly1305.c
[1048/1504] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1049/1504] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1050/1504] Compiling cipher_extra.c
[1051/1504] Compiling e_aesctrhmac.c
[1052/1504] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1053/1504] Compiling e_aesgcmsiv.c
[1054/1504] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1055/1504] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1056/1504] Compiling chacha-x86_64-mac.mac.x86_64.S
[1057/1504] Compiling chacha-x86-linux.linux.x86.S
[1058/1504] Compiling chacha-x86_64-linux.linux.x86_64.S
[1059/1504] Compiling chacha-armv8-linux.linux.aarch64.S
[1060/1504] Compiling chacha-x86-windows.windows.x86.S
[1061/1504] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1062/1504] Compiling chacha-armv8-ios.ios.aarch64.S
[1063/1504] Compiling chacha-armv4-linux.linux.arm.S
[1064/1504] Compiling chacha-armv4-ios.ios.arm.S
[1065/1504] Compiling chacha.c
[1066/1504] Compiling curve25519_64_adx.c
[1067/1504] Compiling ber.c
[1068/1504] Compiling unicode.c
[1069/1504] Compiling asn1_compat.c
[1070/1504] Compiling bn_asn1.c
[1071/1504] Compiling buf.c
[1072/1504] Compiling cbb.c
[1073/1504] Compiling blake2.c
[1074/1504] Compiling cbs.c
[1075/1504] Compiling socket_helper.c
[1076/1504] Compiling socket.c
[1077/1504] Compiling convert.c
[1078/1504] Compiling printf.c
[1079/1504] Compiling hexdump.c
[1080/1504] Compiling pair.c
[1081/1504] Compiling file.c
[1082/1504] Compiling fd.c
[1083/1504] Compiling errno.c
[1084/1504] Compiling bio_mem.c
[1085/1504] Compiling tasn_utl.c
[1086/1504] Compiling base64.c
[1087/1504] Compiling connect.c
[1088/1504] Compiling bio.c
[1089/1504] Compiling tasn_typ.c
[1089/1504] Compiling tasn_fre.c
[1091/1504] Compiling tasn_enc.c
[1091/1504] Compiling tasn_new.c
[1093/1504] Compiling f_string.c
[1094/1504] Compiling f_int.c
[1095/1504] Compiling tasn_dec.c
[1096/1504] Compiling posix_time.c
[1097/1504] Compiling asn1_par.c
[1098/1504] Compiling asn_pack.c
[1099/1504] Compiling a_time.c
[1100/1504] Compiling asn1_lib.c
[1101/1504] Compiling a_utctm.c
[1101/1504] Compiling a_type.c
[1103/1504] Compiling a_octet.c
[1104/1504] Compiling a_strex.c
[1105/1504] Compiling a_strnid.c
[1106/1504] Compiling a_object.c
[1107/1504] Compiling a_mbstr.c
[1108/1504] Compiling a_i2d_fp.c
[1109/1504] Compiling a_dup.c
[1110/1504] Compiling a_bool.c
[1111/1504] Compiling a_int.c
[1112/1504] Compiling a_d2i_fp.c
[1113/1504] Compiling a_gentm.c
[1114/1504] Compiling fiat_p256_adx_mul.S
[1115/1504] Compiling fiat_p256_adx_sqr.S
[1116/1504] Compiling fiat_curve25519_adx_square.S
[1117/1504] Compiling fiat_curve25519_adx_mul.S
[1118/1504] Compiling md5-x86_64-linux.S
[1119/1504] Compiling md5-x86_64-apple.S
[1120/1504] Compiling md5-586-apple.S
[1121/1504] Compiling md5-586-linux.S
[1122/1504] Compiling a_bitstr.c
[1123/1504] Compiling chacha20_poly1305_x86_64-apple.S
[1124/1504] Compiling chacha20_poly1305_armv8-linux.S
[1125/1504] Compiling chacha20_poly1305_armv8-apple.S
[1126/1504] Compiling chacha-x86_64-linux.S
[1127/1504] Compiling chacha20_poly1305_armv8-win.S
[1128/1504] Compiling chacha-x86_64-apple.S
[1129/1504] Compiling chacha-x86-linux.S
[1130/1504] Compiling chacha-armv8-linux.S
[1131/1504] Compiling chacha-x86-apple.S
[1132/1504] Compiling chacha20_poly1305_x86_64-linux.S
[1133/1504] Compiling chacha-armv8-win.S
[1134/1504] Compiling chacha-armv8-apple.S
[1135/1504] Compiling chacha-armv4-linux.S
[1136/1504] Compiling aes128gcmsiv-x86_64-linux.S
[1137/1504] Compiling aes128gcmsiv-x86_64-apple.S
[1138/1504] Compiling x86_64-mont5-linux.S
[1139/1504] Compiling x86_64-mont5-apple.S
[1140/1504] Compiling err_data.cc
[1141/1504] Compiling x86_64-mont-apple.S
[1142/1504] Compiling x86_64-mont-linux.S
[1143/1504] Compiling x86-mont-linux.S
[1144/1504] Compiling x86-mont-apple.S
[1145/1504] Compiling vpaes-x86_64-linux.S
[1145/1504] Compiling vpaes-x86-apple.S
[1145/1504] Compiling vpaes-x86-linux.S
[1148/1504] Compiling vpaes-x86_64-apple.S
[1149/1504] Compiling vpaes-armv8-win.S
[1150/1504] Compiling vpaes-armv8-linux.S
[1151/1504] Compiling CCryptoBoringSSLShims shims.c
[1152/1504] Compiling vpaes-armv7-linux.S
[1153/1504] Compiling vpaes-armv8-apple.S
[1154/1504] Compiling sha512-armv8-win.S
[1155/1504] Compiling sha512-armv8-linux.S
[1156/1504] Compiling sha512-x86_64-apple.S
[1157/1504] Compiling sha512-x86_64-linux.S
[1158/1504] Compiling sha512-armv8-apple.S
[1159/1504] Compiling sha512-armv4-linux.S
[1160/1504] Compiling sha512-586-linux.S
[1161/1504] Compiling sha512-586-apple.S
[1162/1504] Compiling sha256-armv8-win.S
[1163/1504] Compiling sha256-x86_64-apple.S
[1164/1504] Compiling sha256-x86_64-linux.S
[1165/1504] Compiling sha256-armv8-apple.S
[1166/1504] Compiling sha256-armv8-linux.S
[1167/1504] Compiling sha256-586-apple.S
[1168/1504] Compiling sha256-586-linux.S
[1169/1504] Compiling sha256-armv4-linux.S
[1170/1504] Compiling sha1-x86_64-apple.S
[1171/1504] Compiling sha1-armv8-linux.S
[1172/1504] Compiling sha1-x86_64-linux.S
[1173/1504] Compiling sha1-armv8-win.S
[1174/1504] Compiling sha1-armv8-apple.S
[1175/1504] Compiling sha1-armv4-large-linux.S
[1176/1504] Compiling sha1-586-linux.S
[1177/1504] Compiling sha1-586-apple.S
[1178/1504] Compiling rsaz-avx2-linux.S
[1179/1504] Compiling rsaz-avx2-apple.S
[1180/1504] Compiling rdrand-x86_64-apple.S
[1181/1504] Compiling rdrand-x86_64-linux.S
[1182/1504] Compiling p256_beeu-x86_64-asm-apple.S
[1183/1504] Compiling p256_beeu-x86_64-asm-linux.S
[1184/1504] Compiling p256_beeu-armv8-asm-win.S
[1185/1504] Compiling p256_beeu-armv8-asm-apple.S
[1186/1504] Compiling p256_beeu-armv8-asm-linux.S
[1187/1504] Compiling p256-armv8-asm-linux.S
[1188/1504] Compiling p256-x86_64-asm-linux.S
[1189/1504] Compiling p256-x86_64-asm-apple.S
[1189/1504] Compiling p256-armv8-asm-win.S
[1191/1504] Compiling p256-armv8-asm-apple.S
[1192/1504] Compiling ghashv8-armv8-linux.S
[1193/1504] Compiling ghashv8-armv8-win.S
[1194/1504] Compiling ghashv8-armv7-linux.S
[1195/1504] Compiling ghashv8-armv8-apple.S
[1196/1504] Compiling ghash-x86-apple.S
[1197/1504] Compiling ghash-x86-linux.S
[1198/1504] Compiling ghash-x86_64-apple.S
[1199/1504] Compiling ghash-ssse3-x86_64-linux.S
[1200/1504] Compiling ghash-x86_64-linux.S
[1201/1504] Compiling ghash-ssse3-x86_64-apple.S
[1202/1504] Compiling ghash-ssse3-x86-apple.S
[1203/1504] Compiling ghash-armv4-linux.S
[1204/1504] Compiling ghash-ssse3-x86-linux.S
[1204/1504] Compiling ghash-neon-armv8-apple.S
[1206/1504] Compiling ghash-neon-armv8-linux.S
[1206/1504] Compiling ghash-neon-armv8-win.S
[1208/1504] Compiling co-586-linux.S
[1209/1504] Compiling co-586-apple.S
[1210/1504] Compiling bsaes-armv7-linux.S
[1211/1504] Compiling bn-armv8-win.S
[1212/1504] Compiling bn-armv8-linux.S
[1213/1504] Compiling bn-armv8-apple.S
[1214/1504] Compiling armv8-mont-linux.S
[1215/1504] Compiling bn-586-linux.S
[1216/1504] Compiling armv8-mont-win.S
[1217/1504] Compiling armv8-mont-apple.S
[1218/1504] Compiling bn-586-apple.S
[1219/1504] Compiling aesv8-gcm-armv8-apple.S
[1220/1504] Compiling aesv8-armv8-win.S
[1221/1504] Compiling aesv8-gcm-armv8-win.S
[1222/1504] Compiling armv4-mont-linux.S
[1223/1504] Compiling aesv8-gcm-armv8-linux.S
[1224/1504] Compiling aesv8-armv8-apple.S
[1225/1504] Compiling aesv8-armv8-linux.S
[1226/1504] Compiling aesv8-armv7-linux.S
[1227/1504] Compiling aesni-x86-linux.S
[1228/1504] Compiling aesni-x86_64-apple.S
[1229/1504] Compiling aesni-x86_64-linux.S
[1230/1504] Compiling aesni-x86-apple.S
[1231/1504] Compiling aesni-gcm-x86_64-linux.S
[1232/1504] Compiling aesni-gcm-x86_64-apple.S
[1233/1504] Compiling aes-gcm-avx512-x86_64-apple.S
[1234/1504] Compiling aes-gcm-avx2-x86_64-linux.S
[1235/1504] Compiling aes-gcm-avx2-x86_64-apple.S
[1236/1504] Compiling aes-gcm-avx512-x86_64-linux.S
[1237/1504] Compiling xwing.cc
[1238/1504] Compiling x_spki.cc
[1239/1504] Compiling x_req.cc
[1240/1504] Compiling x_name.cc
[1241/1504] Compiling x_sig.cc
[1242/1504] Compiling x_x509.cc
[1243/1504] Compiling x_pubkey.cc
[1244/1504] Compiling x_x509a.cc
[1245/1504] Compiling x_exten.cc
[1246/1504] Compiling x_crl.cc
[1247/1504] Compiling x_all.cc
[1248/1504] Compiling x_attrib.cc
[1249/1504] Compiling x_algor.cc
[1250/1504] Compiling x509spki.cc
[1251/1504] Compiling x509rset.cc
[1252/1504] Compiling x509name.cc
[1253/1504] Compiling x509cset.cc
[1254/1504] Compiling x509_vpm.cc
[1255/1504] Compiling x509_txt.cc
[1256/1504] Compiling x509_v3.cc
[1256/1504] Compiling x509_trs.cc
[1258/1504] Compiling x509_vfy.cc
[1259/1504] Compiling x509_req.cc
[1260/1504] Compiling x509_set.cc
[1261/1504] Compiling x509_def.cc
[1262/1504] Compiling x509_ext.cc
[1263/1504] Compiling x509_obj.cc
[1264/1504] Compiling x509.cc
[1265/1504] Compiling x509_d2.cc
[1266/1504] Compiling x509_lu.cc
[1267/1504] Compiling x509_cmp.cc
[1268/1504] Compiling x509_att.cc
[1269/1504] Compiling v3_prn.cc
[1270/1504] Compiling v3_purp.cc
[1271/1504] Compiling v3_skey.cc
[1272/1504] Compiling v3_pmaps.cc
[1273/1504] Compiling v3_utl.cc
[1274/1504] Compiling v3_pcons.cc
[1275/1504] Compiling v3_ia5.cc
[1276/1504] Compiling v3_ncons.cc
[1277/1504] Compiling v3_ocsp.cc
[1278/1504] Compiling v3_info.cc
[1279/1504] Compiling v3_lib.cc
[1280/1504] Compiling v3_extku.cc
[1281/1504] Compiling v3_genn.cc
[1282/1504] Compiling v3_int.cc
[1283/1504] Compiling v3_conf.cc
[1284/1504] Compiling v3_akeya.cc
[1285/1504] Compiling v3_cpols.cc
[1286/1504] Compiling v3_enum.cc
[1287/1504] Compiling v3_crld.cc
[1288/1504] Compiling v3_alt.cc
[1289/1504] Compiling v3_bitst.cc
[1290/1504] Compiling v3_bcons.cc
[1291/1504] Compiling t_x509.cc
[1292/1504] Compiling v3_akey.cc
[1293/1504] Compiling t_x509a.cc
[1294/1504] Compiling t_req.cc
[1295/1504] Compiling t_crl.cc
[1296/1504] Compiling rsa_pss.cc
[1297/1504] Compiling i2d_pr.cc
[1298/1504] Compiling name_print.cc
[1299/1504] Compiling policy.cc
[1300/1504] Compiling by_dir.cc
[1301/1504] Compiling asn1_gen.cc
[1302/1504] Compiling by_file.cc
[1303/1504] Compiling algorithm.cc
[1304/1504] Compiling a_sign.cc
[1305/1504] Compiling a_verify.cc
[1306/1504] Compiling a_digest.cc
[1307/1504] Compiling voprf.cc
[1308/1504] Compiling thread_win.cc
[1309/1504] Compiling trust_token.cc
[1310/1504] Compiling thread.cc
[1311/1504] Compiling thread_pthread.cc
[1312/1504] Compiling thread_none.cc
[1313/1504] Compiling pmbtoken.cc
[1314/1504] Compiling stack.cc
[1315/1504] Compiling spake2plus.cc
[1316/1504] Compiling siphash.cc
[1317/1504] Compiling sha256.cc
[1318/1504] Compiling sha512.cc
[1319/1504] Compiling slhdsa.cc
[1320/1504] Compiling sha1.cc
[1321/1504] Compiling rsa_print.cc
[1322/1504] Compiling rsa_extra.cc
[1323/1504] Compiling rc4.cc
[1324/1504] Compiling refcount.cc
[1325/1504] Compiling rand.cc
[1326/1504] Compiling rsa_crypt.cc
[1327/1504] Compiling trusty.cc
[1328/1504] Compiling windows.cc
[1329/1504] Compiling urandom.cc
[1330/1504] Compiling passive.cc
[1331/1504] Compiling ios.cc
[1332/1504] Compiling deterministic.cc
[1333/1504] Compiling poly1305_arm_asm.S
[1334/1504] Compiling getentropy.cc
[1335/1504] Compiling forkunsafe.cc
[1336/1504] Compiling fork_detect.cc
[1337/1504] Compiling poly1305_arm.cc
[1338/1504] Compiling poly1305.cc
[1339/1504] Compiling pool.cc
[1340/1504] Compiling poly1305_vec.cc
[1341/1504] Compiling rsa_asn1.cc
[1342/1504] Compiling pkcs7.cc
[1343/1504] Compiling pkcs7_x509.cc
[1344/1504] Compiling pkcs8.cc
[1345/1504] Compiling pkcs8_x509.cc
[1346/1504] Compiling pem_xaux.cc
[1347/1504] Compiling p5_pbev2.cc
[1348/1504] Compiling pem_x509.cc
[1349/1504] Compiling pem_pkey.cc
[1350/1504] Compiling pem_pk8.cc
[1351/1504] Compiling mlkem.cc
[1352/1504] Compiling pem_lib.cc
[1353/1504] Compiling obj_xref.cc
[1354/1504] Compiling mldsa.cc
[1355/1504] Compiling pem_oth.cc
[1356/1504] Compiling pem_all.cc
[1357/1504] Compiling mem.cc
[1358/1504] Compiling obj.cc
[1359/1504] Compiling pem_info.cc
[1360/1504] Compiling lhash.cc
[1361/1504] Compiling fips_shared_support.cc
[1362/1504] Compiling poly_rq_mul.S
[1363/1504] Compiling ex_data.cc
[1364/1504] Compiling md5.cc
[1365/1504] Compiling md4.cc
[1366/1504] Compiling fuzzer_mode.cc
[1367/1504] Compiling kyber.cc
[1368/1504] Compiling hrss.cc
[1369/1504] Compiling scrypt.cc
[1370/1504] Compiling hpke.cc
[1371/1504] Compiling print.cc
[1372/1504] Compiling pbkdf.cc
[1373/1504] Compiling sign.cc
[1374/1504] Compiling p_x25519_asn1.cc
[1375/1504] Compiling p_x25519.cc
[1376/1504] Compiling p_hkdf.cc
[1377/1504] Compiling p_rsa_asn1.cc
[1378/1504] Compiling p_ed25519_asn1.cc
[1379/1504] Compiling p_rsa.cc
[1380/1504] Compiling p_ed25519.cc
[1381/1504] Compiling p_ec_asn1.cc
[1382/1504] Compiling p_ec.cc
[1383/1504] Compiling p_dsa_asn1.cc
[1384/1504] Compiling p_dh_asn1.cc
[1385/1504] Compiling p_dh.cc
[1386/1504] Compiling evp_ctx.cc
[1387/1504] Compiling err.cc
[1388/1504] Compiling engine.cc
[1389/1504] Compiling ecdsa_p1363.cc
[1390/1504] Compiling evp.cc
[1391/1504] Compiling evp_asn1.cc
[1392/1504] Compiling ecdh.cc
[1393/1504] Compiling ecdsa_asn1.cc
[1394/1504] Compiling ec_derive.cc
[1395/1504] Compiling hash_to_curve.cc
[1396/1504] Compiling dsa.cc
[1397/1504] Compiling digest_extra.cc
[1398/1504] Compiling dsa_asn1.cc
[1399/1504] Compiling ec_asn1.cc
[1400/1504] Compiling x25519-asm-arm.S
[1401/1504] Compiling params.cc
[1402/1504] Compiling des.cc
[1403/1504] Compiling dh_asn1.cc
[1404/1504] Compiling crypto.cc
[1405/1504] Compiling cpu_arm_linux.cc
[1406/1504] Compiling cpu_intel.cc
[1407/1504] Compiling curve25519.cc
[1408/1504] Compiling spake25519.cc
[1409/1504] Compiling cpu_arm_freebsd.cc
[1410/1504] Compiling cpu_aarch64_win.cc
[1411/1504] Compiling cpu_aarch64_openbsd.cc
[1412/1504] Compiling cpu_aarch64_sysreg.cc
[1413/1504] Compiling curve25519_64_adx.cc
[1414/1504] Compiling cpu_aarch64_linux.cc
[1415/1504] Compiling cpu_aarch64_fuchsia.cc
[1416/1504] Compiling cpu_aarch64_apple.cc
[1417/1504] Compiling conf.cc
[1418/1504] Compiling get_cipher.cc
[1419/1504] Compiling e_tls.cc
[1420/1504] Compiling tls_cbc.cc
[1421/1504] Compiling e_null.cc
[1422/1504] Compiling e_rc4.cc
[1423/1504] Compiling e_rc2.cc
[1424/1504] Compiling cms.cc
[1425/1504] Compiling e_des.cc
[1426/1504] Compiling e_chacha20poly1305.cc
[1427/1504] Compiling e_aesgcmsiv.cc
[1428/1504] Compiling e_aeseax.cc
[1429/1504] Compiling e_aesctrhmac.cc
[1430/1504] Compiling derive_key.cc
[1431/1504] Compiling chacha.cc
[1432/1504] Compiling buf.cc
[1433/1504] Compiling sqrt.cc
[1434/1504] Compiling unicode.cc
[1435/1504] Compiling ber.cc
[1436/1504] Compiling cbs.cc
[1437/1504] Compiling cbb.cc
[1438/1504] Compiling exponentiation.cc
[1439/1504] Compiling asn1_compat.cc
[1440/1504] Compiling div.cc
[1441/1504] Compiling printf.cc
[1442/1504] Compiling convert.cc
[1443/1504] Compiling pair.cc
[1444/1504] Compiling hexdump.cc
[1445/1504] Compiling blake2.cc
[1446/1504] Compiling file.cc
[1447/1504] Compiling bn_asn1.cc
[1448/1504] Compiling fd.cc
[1449/1504] Compiling tasn_typ.cc
[1450/1504] Compiling bio.cc
[1451/1504] Compiling errno.cc
[1452/1504] Compiling base64.cc
[1453/1504] Compiling bio_mem.cc
[1454/1504] Compiling tasn_enc.cc
[1455/1504] Compiling tasn_fre.cc
[1456/1504] Compiling tasn_new.cc
[1457/1504] Compiling tasn_utl.cc
[1458/1504] Compiling posix_time.cc
[1459/1504] Compiling f_string.cc
[1460/1504] Compiling f_int.cc
[1461/1504] Compiling asn_pack.cc
[1462/1504] Compiling tasn_dec.cc
[1463/1504] Compiling asn1_par.cc
[1464/1504] Compiling asn1_lib.cc
[1465/1504] Compiling a_type.cc
[1466/1504] Compiling a_utctm.cc
[1467/1504] Compiling a_time.cc
[1468/1504] Compiling a_octet.cc
[1468/1504] Write sources
[1473/1504] Compiling a_strex.cc
[1474/1504] Compiling a_strnid.cc
[1475/1571] Compiling a_i2d_fp.cc
[1477/1572] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1478/1572] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1479/1572] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1480/1572] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1481/1598] Compiling Algorithms Indexed.swift
[1482/1598] Compiling Algorithms Intersperse.swift
[1483/1598] Compiling Algorithms AdjacentPairs.swift
[1484/1598] Compiling Algorithms Chain.swift
[1484/1598] Compiling a_mbstr.cc
[1485/1598] Compiling a_object.cc
[1486/1598] Compiling a_int.cc
[1488/1598] Compiling Algorithms Product.swift
[1489/1598] Compiling Algorithms Split.swift
[1490/1598] Compiling Algorithms FirstNonNil.swift
[1491/1598] Compiling Algorithms FlattenCollection.swift
[1492/1598] Compiling Algorithms Grouped.swift
[1494/1598] Compiling Algorithms Stride.swift
[1495/1598] Compiling Algorithms Suffix.swift
[1496/1598] Compiling Algorithms RandomSample.swift
[1497/1598] Compiling Algorithms Reductions.swift
[1498/1598] Compiling Algorithms Rotate.swift
[1499/1601] Compiling Algorithms Joined.swift
[1500/1601] Compiling Algorithms Keyed.swift
[1501/1601] Compiling Algorithms MinMax.swift
[1502/1601] Compiling Algorithms Compacted.swift
[1503/1601] Compiling Algorithms Cycle.swift
[1504/1601] Compiling Algorithms EitherSequence.swift
[1506/1601] Compiling Algorithms Partition.swift
[1507/1601] Compiling Algorithms Permutations.swift
[1519/1601] Compiling Algorithms Chunked.swift
[1523/1601] Compiling Algorithms Trim.swift
[1524/1601] Compiling Algorithms Unique.swift
[1525/1601] Compiling Algorithms Windows.swift
[1526/1601] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1527/1601] Compiling Algorithms Combinations.swift
[1544/1607] Emitting module AsyncAlgorithms
[1545/1607] Emitting module Atomics
[1556/1608] Compiling AsyncAlgorithms ChannelStorage.swift
[1557/1608] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1558/1608] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1559/1608] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1560/1608] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1561/1608] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1562/1608] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1563/1608] Wrapping AST for Atomics for debugging
[1565/1671] Compiling NIOCore Interfaces.swift
[1566/1671] Compiling NIOCore Linux.swift
[1567/1671] Compiling NIOCore MarkedCircularBuffer.swift
[1568/1671] Compiling NIOCore MulticastChannel.swift
[1569/1671] Compiling NIOCore NIOAny.swift
[1570/1671] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1571/1671] Emitting module Algorithms
[1572/1672] Wrapping AST for Algorithms for debugging
[1574/1672] Compiling NIOCore NIOCoreSendableMetatype.swift
[1575/1672] Compiling NIOCore NIODecodedAsyncSequence.swift
[1576/1672] Compiling NIOCore NIOLoopBound.swift
[1577/1672] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1578/1672] Compiling NIOCore NIOScheduledCallback.swift
[1579/1672] Compiling NIOCore NIOSendable.swift
[1580/1672] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1581/1672] Compiling NIOCore RecvByteBufferAllocator.swift
[1581/1680] Compiling bcm.cc
[1583/1688] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1584/1688] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1585/1688] Compiling NIOCore EventLoopFuture.swift
[1586/1688] Compiling NIOCore FileDescriptor.swift
[1587/1688] Compiling NIOCore FileHandle.swift
[1588/1688] Compiling NIOCore FileRegion.swift
[1589/1688] Compiling NIOCore GlobalSingletons.swift
[1590/1688] Compiling NIOCore IO.swift
[1591/1688] Compiling NIOCore IOData.swift
[1592/1688] Compiling NIOCore IPProtocol.swift
[1593/1688] Compiling NIOCore IntegerBitPacking.swift
[1594/1688] Compiling NIOCore IntegerTypes.swift
[1601/1688] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1602/1688] Compiling NIOCore SocketAddresses.swift
[1603/1688] Compiling NIOCore SocketOptionProvider.swift
[1604/1688] Compiling NIOCore SystemCallHelpers.swift
[1605/1688] Compiling NIOCore TimeAmount+Duration.swift
[1606/1688] Compiling NIOCore TypeAssistedChannelHandler.swift
[1607/1688] Compiling NIOCore UniversalBootstrapSupport.swift
[1608/1688] Compiling NIOCore Utilities.swift
[1609/1688] Compiling NIOCore CircularBuffer.swift
[1610/1688] Compiling NIOCore Codec.swift
[1611/1688] Compiling NIOCore ConvenienceOptionSupport.swift
[1612/1688] Compiling NIOCore DeadChannel.swift
[1613/1688] Compiling NIOCore DispatchQueue+WithFuture.swift
[1614/1688] Compiling NIOCore EventLoop+Deprecated.swift
[1615/1688] Compiling NIOCore EventLoop+SerialExecutor.swift
[1616/1688] Compiling NIOCore EventLoop.swift
[1617/1688] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1619/1688] Compiling NIOCore ByteBuffer-multi-int.swift
[1620/1688] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1621/1688] Compiling NIOCore ByteBuffer-views.swift
[1622/1688] Compiling NIOCore Channel.swift
[1623/1688] Compiling NIOCore ChannelHandler.swift
[1624/1688] Compiling NIOCore ChannelHandlers.swift
[1625/1688] Compiling NIOCore ChannelInvoker.swift
[1626/1688] Compiling NIOCore ChannelOption.swift
[1627/1688] Compiling NIOCore ChannelPipeline.swift
[1631/1689] Wrapping AST for AsyncAlgorithms for debugging
[1633/1697] Compiling NIOCore AddressedEnvelope.swift
[1634/1697] Compiling NIOCore AsyncAwaitSupport.swift
[1635/1697] Compiling NIOCore AsyncChannel.swift
[1636/1697] Compiling NIOCore AsyncChannelHandler.swift
[1637/1697] Compiling NIOCore AsyncChannelInboundStream.swift
[1638/1697] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1639/1697] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1640/1697] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1641/1697] Compiling NIOCore NIOAsyncWriter.swift
[1642/1697] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1643/1697] Compiling NIOCore BSDSocketAPI.swift
[1644/1697] Compiling NIOCore ByteBuffer-aux.swift
[1645/1697] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1646/1697] Compiling NIOCore ByteBuffer-conversions.swift
[1647/1697] Compiling NIOCore ByteBuffer-core.swift
[1648/1697] Compiling NIOCore ByteBuffer-hex.swift
[1649/1697] Compiling NIOCore ByteBuffer-int.swift
[1650/1697] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1651/1697] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1652/1698] Compiling ServiceLifecycle CancellationWaiter.swift
[1653/1698] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1654/1698] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1655/1698] Emitting module ServiceLifecycle
[1656/1698] Compiling CryptoBoringWrapper RandomBytes.swift
[1657/1698] Compiling ServiceLifecycle GracefulShutdown.swift
[1658/1698] Emitting module CryptoBoringWrapper
[1659/1698] Compiling ServiceLifecycle ServiceRunnerError.swift
[1660/1698] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1661/1698] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1662/1698] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1663/1698] Compiling CryptoBoringWrapper EllipticCurve.swift
[1664/1698] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1665/1698] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1666/1699] Wrapping AST for CryptoBoringWrapper for debugging
[1668/1699] Compiling ServiceLifecycle Service.swift
[1669/1699] Compiling ServiceLifecycle ServiceGroup.swift
[1670/1771] Wrapping AST for ServiceLifecycle for debugging
[1672/1771] Compiling Crypto HPKE-AEAD.swift
[1673/1771] Compiling Crypto HPKE-Ciphersuite.swift
[1674/1771] Compiling Crypto HPKE-KDF.swift
[1675/1771] Compiling Crypto HPKE-KexKeyDerivation.swift
[1676/1771] Compiling Crypto HPKE-LabeledExtract.swift
[1677/1771] Compiling Crypto HPKE-Utils.swift
[1678/1771] Compiling Crypto DHKEM.swift
[1679/1771] Compiling Crypto HPKE-KEM-Curve25519.swift
[1680/1771] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1681/1771] Compiling Crypto HPKE-KEM.swift
[1682/1781] Compiling Crypto X25519Keys.swift
[1683/1781] Compiling Crypto SymmetricKeys.swift
[1684/1781] Compiling Crypto HMAC.swift
[1685/1781] Compiling Crypto MACFunctions.swift
[1686/1781] Compiling Crypto MessageAuthenticationCode.swift
[1687/1781] Compiling Crypto AES.swift
[1688/1781] Compiling Crypto ECDSASignature_boring.swift
[1689/1781] Compiling Crypto ECDSA_boring.swift
[1690/1781] Compiling Crypto EdDSA_boring.swift
[1691/1781] Compiling Crypto ECDSA.swift
[1692/1781] Emitting module Crypto
[1693/1781] Compiling Crypto AES-GCM.swift
[1694/1781] Compiling Crypto AES-GCM_boring.swift
[1695/1781] Compiling Crypto ChaChaPoly_boring.swift
[1696/1781] Compiling Crypto ChaChaPoly.swift
[1697/1781] Compiling Crypto Cipher.swift
[1698/1781] Compiling Crypto Nonces.swift
[1699/1781] Compiling Crypto ASN1.swift
[1700/1781] Compiling Crypto ASN1Any.swift
[1701/1781] Compiling Crypto ASN1BitString.swift
[1702/1781] Compiling Crypto ASN1Boolean.swift
[1703/1781] Compiling Crypto PKCS8PrivateKey.swift
[1704/1781] Compiling Crypto SEC1PrivateKey.swift
[1705/1781] Compiling Crypto SubjectPublicKeyInfo.swift
[1706/1781] Compiling Crypto CryptoError_boring.swift
[1707/1781] Compiling Crypto CryptoKitErrors.swift
[1708/1781] Compiling Crypto Digest_boring.swift
[1709/1781] Compiling Crypto Digest.swift
[1710/1781] Compiling Crypto Digests.swift
[1711/1781] Compiling Crypto HashFunctions.swift
[1712/1781] Compiling Crypto HashFunctions_SHA2.swift
[1713/1781] Compiling Crypto HPKE-Errors.swift
[1714/1781] Compiling Crypto HPKE.swift
[1715/1781] Compiling Crypto HPKE-Context.swift
[1716/1781] Compiling Crypto HPKE-KeySchedule.swift
[1717/1781] Compiling Crypto HPKE-Modes.swift
[1718/1781] Compiling Crypto Insecure.swift
[1719/1781] Compiling Crypto Insecure_HashFunctions.swift
[1720/1781] Compiling Crypto KEM.swift
[1721/1781] Compiling Crypto ECDH_boring.swift
[1722/1781] Compiling Crypto DH.swift
[1723/1781] Compiling Crypto ECDH.swift
[1724/1781] Compiling Crypto HKDF.swift
[1725/1781] Compiling Crypto AESWrap.swift
[1726/1781] Compiling Crypto AESWrap_boring.swift
[1727/1781] Compiling Crypto Ed25519_boring.swift
[1728/1781] Compiling Crypto NISTCurvesKeys_boring.swift
[1729/1781] Compiling Crypto X25519Keys_boring.swift
[1730/1781] Compiling Crypto Curve25519.swift
[1731/1781] Compiling Crypto Ed25519Keys.swift
[1732/1781] Compiling Crypto NISTCurvesKeys.swift
[1742/1781] Emitting module NIOCore
[1743/1782] Compiling Crypto ASN1Identifier.swift
[1744/1782] Compiling Crypto ASN1Integer.swift
[1745/1782] Compiling Crypto ASN1Null.swift
[1746/1782] Compiling Crypto ASN1OctetString.swift
[1747/1782] Compiling Crypto ASN1Strings.swift
[1748/1782] Compiling Crypto ArraySliceBigint.swift
[1749/1782] Compiling Crypto GeneralizedTime.swift
[1750/1782] Compiling Crypto ObjectIdentifier.swift
[1751/1782] Compiling Crypto ECDSASignature.swift
[1752/1782] Compiling Crypto PEMDocument.swift
[1753/1782] Wrapping AST for NIOCore for debugging
[1755/1782] Compiling Crypto Ed25519.swift
[1756/1782] Compiling Crypto Signature.swift
[1757/1782] Compiling Crypto CryptoKitErrors_boring.swift
[1758/1782] Compiling Crypto RNG_boring.swift
[1759/1782] Compiling Crypto SafeCompare_boring.swift
[1760/1782] Compiling Crypto Zeroization_boring.swift
[1761/1782] Compiling Crypto PrettyBytes.swift
[1762/1782] Compiling Crypto SafeCompare.swift
[1763/1782] Compiling Crypto SecureBytes.swift
[1764/1782] Compiling Crypto Zeroization.swift
[1765/1837] Wrapping AST for Crypto for debugging
[1767/1884] Emitting module NIOEmbedded
[1768/1884] Compiling NIOEmbedded AsyncTestingChannel.swift
[1769/1884] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1770/1884] Compiling NIOEmbedded Embedded.swift
[1772/1885] Compiling JWTKit JWTClaim.swift
[1773/1885] Compiling JWTKit JWTMultiValueClaim.swift
[1774/1885] Compiling JWTKit JWTUnixEpochClaim.swift
[1775/1885] Compiling JWTKit LocaleClaim.swift
[1776/1885] Compiling JWTKit NotBeforeClaim.swift
[1777/1885] Compiling JWTKit SubjectClaim.swift
[1778/1885] Compiling JWTKit ECDSAError.swift
[1779/1891] Compiling JWTKit JWTAlgorithm.swift
[1780/1891] Compiling JWTKit JWTError.swift
[1781/1891] Compiling JWTKit JWTHeader.swift
[1782/1891] Compiling JWTKit JWTParser.swift
[1783/1891] Compiling JWTKit JWTPayload.swift
[1784/1891] Compiling JWTKit JWTSerializer.swift
[1784/1897] Wrapping AST for NIOEmbedded for debugging
[1786/1897] Emitting module JWTKit
[1794/1897] Compiling JWTKit JWTSigner.swift
[1795/1897] Compiling JWTKit JWTSigners.swift
[1796/1897] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1797/1897] Compiling JWTKit UnsecuredNoneSigner.swift
[1798/1897] Compiling JWTKit JWTSigner+RSA.swift
[1799/1897] Compiling JWTKit RSAError.swift
[1800/1897] Compiling JWTKit RSAKey.swift
[1801/1897] Compiling JWTKit RSASigner.swift
[1802/1897] Compiling JWTKit Base64URL.swift
[1803/1897] Compiling JWTKit BigNumber.swift
[1804/1897] Compiling JWTKit CustomizedJSONCoders.swift
[1805/1897] Compiling JWTKit Exports.swift
[1806/1897] Compiling JWTKit OctetKeyPair.swift
[1807/1897] Compiling JWTKit HMACError.swift
[1808/1897] Compiling JWTKit HMACSigner.swift
[1809/1897] Compiling JWTKit JWTSigner+HMAC.swift
[1810/1897] Compiling JWTKit JWK.swift
[1811/1897] Compiling JWTKit JWKIdentifier.swift
[1812/1897] Compiling JWTKit JWKS.swift
[1813/1897] Compiling JWTKit ECDSAKey.swift
[1814/1897] Compiling JWTKit ECDSASigner.swift
[1815/1897] Compiling JWTKit JWTSigner+ECDSA.swift
[1816/1897] Compiling JWTKit EdDSAError.swift
[1817/1897] Compiling JWTKit EdDSAKey.swift
[1818/1897] Compiling JWTKit EdDSASigner.swift
[1819/1897] Compiling JWTKit JWTSigner+EdDSA.swift
[1820/1897] Compiling JWTKit AudienceClaim.swift
[1821/1897] Compiling JWTKit BoolClaim.swift
[1822/1897] Compiling JWTKit ExpirationClaim.swift
[1823/1897] Compiling JWTKit GoogleHostedDomainClaim.swift
[1824/1897] Compiling JWTKit IDClaim.swift
[1825/1897] Compiling JWTKit IssuedAtClaim.swift
[1826/1897] Compiling JWTKit IssuerClaim.swift
[1827/1897] Compiling JWTKit GoogleIdentityToken.swift
[1828/1897] Compiling JWTKit MicrosoftIdentitiyToken.swift
[1829/1897] Compiling JWTKit X5CVerifier.swift
[1830/1897] Compiling NIOPosix VsockAddress.swift
[1831/1897] Compiling NIOPosix VsockChannelEvents.swift
[1832/1897] Compiling NIOPosix Windows.swift
[1833/1897] Emitting module NIOPosix
[1834/1897] Compiling JWTKit OpenSSLSigner.swift
[1835/1897] Compiling JWTKit Utilities.swift
[1836/1897] Compiling JWTKit AppleIdentityToken.swift
[1868/1898] Wrapping AST for JWTKit for debugging
[1884/1899] Wrapping AST for NIOPosix for debugging
[1886/1901] Compiling NIO Exports.swift
[1887/1901] Emitting module NIO
[1888/1902] Wrapping AST for NIO for debugging
[1890/1941] Compiling NIOTLS TLSEvents.swift
[1891/1941] Compiling NIOSOCKS SOCKSResponse.swift
[1892/1942] Compiling NIOSOCKS ClientStateMachine.swift
[1893/1942] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1894/1942] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1895/1942] Emitting module NIOTLS
[1896/1942] Emitting module NIOSOCKS
[1897/1942] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1898/1942] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1899/1942] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1900/1942] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1901/1942] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1902/1942] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1903/1942] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1904/1942] Compiling NIOSOCKS ServerStateMachine.swift
[1905/1942] Compiling NIOHTTP1 HTTPEncoder.swift
[1906/1942] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1907/1942] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1908/1942] Compiling NIOHTTP1 HTTPDecoder.swift
[1909/1943] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1910/1943] Compiling NIOTLS SNIHandler.swift
[1911/1943] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1913/1944] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1916/1946] Emitting module NIOHTTP1
[1916/1946] Wrapping AST for NIOSOCKS for debugging
[1918/1946] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1919/1946] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1920/1946] Emitting module NIOFoundationCompat
[1921/1946] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1921/1947] Wrapping AST for NIOTLS for debugging
[1923/1947] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1924/1947] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1925/1976] Wrapping AST for NIOFoundationCompat for debugging
[1927/1998] Compiling NIOTransportServices NIOTSBootstraps.swift
[1928/1998] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1929/1998] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1930/1998] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1934/2000] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1935/2000] Compiling NIOTransportServices NIOTSSingletons.swift
[1936/2000] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1937/2000] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1938/2000] Compiling NIOTransportServices NIOTSErrors.swift
[1939/2000] Compiling NIOTransportServices NIOTSEventLoop.swift
[1940/2000] Compiling NIOTransportServices StateManagedChannel.swift
[1941/2000] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1942/2000] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1943/2000] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1944/2000] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1945/2000] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1946/2000] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1947/2000] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1948/2000] Compiling NIOTransportServices AcceptHandler.swift
[1949/2000] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1950/2000] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1952/2000] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1953/2000] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1954/2000] Emitting module NIOTransportServices
[1959/2001] Wrapping AST for NIOTransportServices for debugging
[1964/2002] Wrapping AST for NIOHTTP1 for debugging
[1966/2020] Emitting module NIOSSL
[1967/2024] Compiling NIOHPACK IndexedHeaderTable.swift
[1968/2025] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1969/2025] Compiling NIOHPACK IntegerCoding.swift
[1970/2025] Compiling NIOHPACK StaticHeaderTable.swift
[1971/2025] Compiling NIOHPACK DynamicHeaderTable.swift
[1972/2025] Compiling NIOHPACK HPACKDecoder.swift
[1975/2025] Compiling NIOHPACK HPACKEncoder.swift
[1976/2025] Compiling NIOHPACK HPACKErrors.swift
[1977/2025] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1978/2025] Emitting module NIOHPACK
[1979/2025] Compiling NIOHTTPCompression HTTPCompression.swift
[1980/2025] Emitting module NIOHTTPCompression
[1981/2025] Compiling NIOHTTPCompression HTTPDecompression.swift
[1982/2025] Compiling NIOHPACK HuffmanTables.swift
[1983/2025] Compiling NIOSSL SSLPrivateKey.swift
[1984/2025] Compiling NIOSSL SSLPublicKey.swift
[1985/2025] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1986/2025] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1990/2025] Compiling NIOSSL SafeCompare.swift
[1991/2025] Compiling NIOHPACK HuffmanCoding.swift
[1992/2025] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1993/2025] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1996/2026] Compiling NIOHPACK HPACKHeader.swift
[1997/2026] Compiling NIOHPACK HeaderTables.swift
[1999/2027] Wrapping AST for NIOHTTPCompression for debugging
[2016/2027] Wrapping AST for NIOHPACK for debugging
[2018/2087] Compiling NIOHTTP2 Error+Any.swift
[2019/2087] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2020/2087] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2021/2087] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2023/2088] Compiling NIOHTTP2 MaySendFrames.swift
[2024/2088] Compiling NIOHTTP2 SendingDataState.swift
[2025/2088] Compiling NIOHTTP2 SendingGoawayState.swift
[2026/2088] Compiling NIOHTTP2 SendingHeadersState.swift
[2027/2088] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2028/2088] Compiling NIOHTTP2 SendingRstStreamState.swift
[2029/2088] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2030/2088] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2031/2088] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2031/2096] Wrapping AST for NIOSSL for debugging
[2033/2096] Emitting module NIOHTTP2
[2034/2096] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2035/2096] Compiling NIOHTTP2 HasLocalSettings.swift
[2036/2096] Compiling NIOHTTP2 HasRemoteSettings.swift
[2037/2096] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2038/2096] Compiling NIOHTTP2 QuiescingState.swift
[2039/2096] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2040/2096] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2041/2096] Compiling NIOHTTP2 StateMachineResult.swift
[2042/2096] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2043/2096] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2044/2096] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[2045/2096] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2046/2096] Compiling NIOHTTP2 StreamChannelList.swift
[2047/2096] Compiling NIOHTTP2 StreamMap.swift
[2048/2096] Compiling NIOHTTP2 StreamStateMachine.swift
[2049/2096] Compiling NIOHTTP2 UnsafeTransfer.swift
[2050/2096] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2051/2096] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2052/2096] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2053/2096] Compiling NIOHTTP2 HTTP2StreamID.swift
[2054/2096] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2055/2096] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2056/2096] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2057/2096] Compiling NIOHTTP2 InboundEventBuffer.swift
[2058/2096] Compiling NIOHTTP2 InboundWindowManager.swift
[2059/2096] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2060/2096] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2061/2096] Compiling NIOHTTP2 MayReceiveFrames.swift
[2062/2096] Compiling NIOHTTP2 ReceivingDataState.swift
[2063/2096] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2064/2096] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2065/2096] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2066/2096] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2067/2096] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2068/2096] Compiling NIOHTTP2 HTTP2Frame.swift
[2069/2096] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2070/2096] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2071/2096] Compiling NIOHTTP2 HTTP2PingData.swift
[2072/2096] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2073/2096] Compiling NIOHTTP2 HTTP2Settings.swift
[2074/2096] Compiling NIOHTTP2 HTTP2Stream.swift
[2075/2096] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2076/2096] Compiling NIOHTTP2 DOSHeuristics.swift
[2081/2096] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2082/2096] Compiling NIOHTTP2 GlitchesMonitor.swift
[2083/2096] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2084/2096] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2085/2096] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2086/2096] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2087/2096] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2088/2096] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2089/2096] Compiling NIOHTTP2 HTTP2Error.swift
[2090/2096] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2091/2096] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2092/2097] Wrapping AST for NIOHTTP2 for debugging
[2094/2160] Emitting module AsyncHTTPClient
[2095/2168] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2096/2168] Compiling AsyncHTTPClient NWErrorHandler.swift
[2097/2168] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2098/2168] Compiling AsyncHTTPClient TLSConfiguration.swift
[2099/2168] Compiling AsyncHTTPClient RedirectState.swift
[2100/2168] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2101/2168] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[2102/2168] Compiling AsyncHTTPClient RequestBag.swift
[2103/2168] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2104/2168] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2105/2168] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2106/2168] Compiling AsyncHTTPClient Transaction.swift
[2107/2168] Compiling AsyncHTTPClient Base64.swift
[2108/2168] Compiling AsyncHTTPClient BasicAuth.swift
[2109/2168] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2110/2168] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2111/2168] Compiling AsyncHTTPClient ConnectionPool.swift
[2112/2168] Compiling AsyncHTTPClient RequestValidation.swift
[2113/2168] Compiling AsyncHTTPClient SSLContextCache.swift
[2114/2168] Compiling AsyncHTTPClient Scheme.swift
[2115/2168] Compiling AsyncHTTPClient Singleton.swift
[2116/2168] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2117/2168] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2118/2168] Compiling AsyncHTTPClient TracingSupport.swift
[2119/2168] Compiling AsyncHTTPClient Utils.swift
[2120/2168] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2121/2168] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2122/2168] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2123/2168] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2124/2168] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2125/2168] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[2126/2168] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2127/2168] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2128/2168] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2129/2168] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2130/2168] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2131/2168] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2132/2168] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2133/2168] Compiling AsyncHTTPClient HTTP1Connection.swift
[2134/2168] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2135/2168] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2136/2168] Compiling AsyncHTTPClient HTTP2Connection.swift
[2137/2168] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2138/2168] Compiling AsyncHTTPClient RequestOptions.swift
[2139/2168] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2140/2168] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2141/2168] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2142/2168] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2143/2168] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2144/2168] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2145/2168] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2146/2168] Compiling AsyncHTTPClient ConnectionTarget.swift
[2147/2168] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2148/2168] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2149/2168] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2150/2168] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2151/2168] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2152/2168] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2153/2168] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2154/2168] Compiling AsyncHTTPClient RequestBodyLength.swift
[2155/2168] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2156/2168] Compiling AsyncHTTPClient DeconstructedURL.swift
[2157/2168] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2158/2168] Compiling AsyncHTTPClient FoundationExtensions.swift
[2159/2168] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2160/2168] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2161/2168] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2162/2168] Compiling AsyncHTTPClient HTTPClient.swift
[2163/2168] Compiling AsyncHTTPClient HTTPHandler.swift
[2164/2168] Compiling AsyncHTTPClient LRUCache.swift
[2165/2169] Wrapping AST for AsyncHTTPClient for debugging
[2167/2177] Compiling firestore_stdio_swift JSONLogHandler.swift
[2168/2177] Compiling firestore_stdio_swift main.swift
[2169/2177] Compiling firestore_stdio_swift Handlers.swift
[2170/2177] Compiling firestore_stdio_swift MCPService.swift
[2171/2177] Compiling firestore_stdio_swift Models.swift
[2172/2177] Compiling firestore_stdio_swift GoogleAuth.swift
[2173/2177] Emitting module firestore_stdio_swift
[2174/2177] Compiling firestore_stdio_swift FirestoreClient.swift
[2175/2178] Wrapping AST for firestore-stdio-swift for debugging
[2176/2178] Write Objects.LinkFileList
[2177/2178] Linking firestore-stdio-swift
Build complete! (468.82s)
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" : "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"
}
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.