The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build S3, reference 4.0.0-alpha.1 (253053), with Swift 6.1 for Linux on 25 Apr 2025 16:44:14 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liveui/s3.git
Reference: 4.0.0-alpha.1
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/liveui/s3
 * tag               4.0.0-alpha.1 -> FETCH_HEAD
HEAD is now at 253053d Merge pull request #46 from skelpo/vapor-4
Cloned https://github.com/liveui/s3.git
Revision (git rev-parse @):
253053d5c046b6bd63771218049f62d37cf58653
SUCCESS checkout https://github.com/liveui/s3.git at 4.0.0-alpha.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/liveui/s3.git
https://github.com/liveui/s3.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0-alpha",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "xmlcoding",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/LiveUI/XMLCoding.git"
    }
  ],
  "manifest_display_name" : "S3",
  "name" : "S3",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "S3",
      "targets" : [
        "S3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "S3Signer",
      "targets" : [
        "S3Signer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "S3TestTools",
      "targets" : [
        "S3TestTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "S3DemoRun",
      "targets" : [
        "S3DemoRun"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "S3Tests",
      "module_type" : "SwiftTarget",
      "name" : "S3Tests",
      "path" : "Tests/S3Tests",
      "sources" : [
        "AWSTestSuite.swift",
        "BaseTestCase.swift",
        "S3SignerAWSTests.swift",
        "S3SignerV2Tests.swift",
        "S3Tests.swift"
      ],
      "target_dependencies" : [
        "S3"
      ],
      "type" : "test"
    },
    {
      "c99name" : "S3TestTools",
      "module_type" : "SwiftTarget",
      "name" : "S3TestTools",
      "path" : "Sources/S3TestTools",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "S3TestTools"
      ],
      "sources" : [
        "Extensions/Services+S3Mock.swift",
        "S3Mock.swift"
      ],
      "target_dependencies" : [
        "S3"
      ],
      "type" : "library"
    },
    {
      "c99name" : "S3Signer",
      "module_type" : "SwiftTarget",
      "name" : "S3Signer",
      "path" : "Sources/S3Signer",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "S3",
        "S3Signer",
        "S3TestTools",
        "S3DemoRun"
      ],
      "sources" : [
        "Dates.swift",
        "Expiration.swift",
        "Extensions/Container+S3Signer.swift",
        "Extensions/String+Encoding.swift",
        "HTTPMethod+Description.swift",
        "Payload.swift",
        "Region.swift",
        "S3Signer+Private.swift",
        "S3Signer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "S3DemoRun",
      "module_type" : "SwiftTarget",
      "name" : "S3DemoRun",
      "path" : "Sources/S3DemoRun",
      "product_memberships" : [
        "S3DemoRun"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "S3DemoApp"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "S3DemoApp",
      "module_type" : "SwiftTarget",
      "name" : "S3DemoApp",
      "path" : "Sources/S3DemoApp",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "S3DemoRun"
      ],
      "sources" : [
        "S3DemoApp.swift"
      ],
      "target_dependencies" : [
        "S3",
        "S3Signer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "S3",
      "module_type" : "SwiftTarget",
      "name" : "S3",
      "path" : "Sources/S3",
      "product_dependencies" : [
        "Vapor",
        "XMLCoding"
      ],
      "product_memberships" : [
        "S3",
        "S3TestTools",
        "S3DemoRun"
      ],
      "sources" : [
        "Extensions/Container+S3.swift",
        "Extensions/Error+S3.swift",
        "Extensions/HTTPHeaders+Tools.swift",
        "Extensions/Region+Tools.swift",
        "Extensions/Response+XMLDecoding.swift",
        "Extensions/S3+Bucket.swift",
        "Extensions/S3+Copy.swift",
        "Extensions/S3+Delete.swift",
        "Extensions/S3+Get.swift",
        "Extensions/S3+List.swift",
        "Extensions/S3+Move.swift",
        "Extensions/S3+ObjectInfo.swift",
        "Extensions/S3+Private.swift",
        "Extensions/S3+Put.swift",
        "Extensions/S3+Service.swift",
        "Extensions/S3+Strings.swift",
        "Extensions/Service+S3.swift",
        "Models/AccessControlList.swift",
        "Models/Bucket.swift",
        "Models/BucketResults.swift",
        "Models/BucketsInfo.swift",
        "Models/ErrorMessage.swift",
        "Models/File.swift",
        "Models/Object.swift",
        "Models/Owner.swift",
        "Protocols/LocationConvertible.swift",
        "Protocols/S3Client.swift",
        "S3.swift",
        "URLBuilder/S3URLBuilder.swift",
        "URLBuilder/URLBuilder.swift"
      ],
      "target_dependencies" : [
        "S3Signer"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/LiveUI/XMLCoding.git
Fetching https://github.com/vapor/vapor.git
[1/536] Fetching xmlcoding
[537/74849] Fetching xmlcoding, vapor
Fetched https://github.com/LiveUI/XMLCoding.git from cache (2.20s)
Fetched https://github.com/vapor/vapor.git from cache (2.25s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (3.01s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (4.92s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
[1/4970] Fetching swift-distributed-tracing
[1443/6029] Fetching swift-distributed-tracing, swift-service-context
[4689/8562] Fetching swift-distributed-tracing, swift-service-context, websocket-kit
[4740/14465] Fetching swift-distributed-tracing, swift-service-context, websocket-kit, swift-algorithms
[4773/17673] Fetching swift-distributed-tracing, swift-service-context, websocket-kit, swift-algorithms, multipart-kit
[11280/19378] Fetching swift-distributed-tracing, swift-service-context, websocket-kit, swift-algorithms, multipart-kit, swift-atomics
Fetched https://github.com/apple/swift-service-context.git from cache (0.79s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.87s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.87s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
[12511/16281] Fetching swift-distributed-tracing, swift-algorithms, multipart-kit, swift-metrics
[14723/20117] Fetching swift-distributed-tracing, swift-algorithms, multipart-kit, swift-metrics, swift-log
[15644/25779] Fetching swift-distributed-tracing, swift-algorithms, multipart-kit, swift-metrics, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (1.46s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (1.45s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-algorithms.git from cache (2.37s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.49s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.37s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.43s)
Fetching https://github.com/vapor/console-kit.git
[1/11492] Fetching swift-nio-http2
[2530/16977] Fetching swift-nio-http2, console-kit
[3024/30761] Fetching swift-nio-http2, console-kit, swift-crypto
[4424/45554] Fetching swift-nio-http2, console-kit, swift-crypto, swift-nio-ssl
[14771/120985] Fetching swift-nio-http2, console-kit, swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/console-kit.git from cache (0.42s)
[9424/115500] Fetching swift-nio-http2, swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[23741/117870] Fetching swift-nio-http2, swift-crypto, swift-nio-ssl, swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.46s)
[35694/115500] Fetching swift-nio-http2, swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.44s)
[53105/104008] Fetching swift-crypto, swift-nio-ssl, swift-nio
[69327/117791] Fetching swift-crypto, swift-nio-ssl, swift-nio, async-http-client
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-crypto.git from cache (2.22s)
[78361/104007] Fetching swift-nio-ssl, swift-nio, async-http-client
[79116/124730] Fetching swift-nio-ssl, swift-nio, async-http-client, routing-kit
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.61s)
[73085/109937] Fetching swift-nio, async-http-client, routing-kit
Fetched https://github.com/swift-server/async-http-client.git from cache (1.58s)
[63993/96154] Fetching swift-nio, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.09s)
[72414/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.04s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (11.22s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.10s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.79s)
Fetched https://github.com/apple/swift-collections.git from cache (1.87s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (2.44s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.65s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.39s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.22s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.50s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.02s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.67s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[430/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.22s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.22s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.66s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.97s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.88s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.70s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.64s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.68s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.53s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.64s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.69s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.77s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/LiveUI/XMLCoding.git
Working copy of https://github.com/LiveUI/XMLCoding.git resolved at 0.4.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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.36.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.25.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.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.2.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.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.0.3
Building for debugging...
[0/893] Write sources
[7/893] Compiling fiat_curve25519_adx_square.S
[8/893] Write sources
[9/893] Compiling _NumericsShims _NumericsShims.c
[10/893] Write sources
[14/893] Compiling _AtomicsShims.c
[14/893] Write sources
[54/893] Compiling poly1305.cc
[55/893] Compiling CVaporBcrypt blf.c
[56/893] Compiling CVaporBcrypt bcrypt.c
[57/893] Compiling CSystem shims.c
[58/893] Compiling CNIOWindows shim.c
[59/893] Compiling p_ec.cc
[60/893] Compiling CNIOWindows WSAStartup.c
[61/893] Compiling ios.cc
[62/893] Compiling CNIOWASI CNIOWASI.c
[63/893] Compiling CNIOLinux liburing_shims.c
[64/893] Compiling CNIOSHA1 c_nio_sha1.c
[65/893] Compiling CNIOLLHTTP c_nio_http.c
[66/893] Compiling CNIOLinux shim.c
[67/893] Compiling CNIOExtrasZlib empty.c
[68/893] Compiling CNIODarwin shim.c
[69/893] Compiling CNIOLLHTTP c_nio_api.c
[70/893] Compiling rsa_crypt.cc
[71/893] Compiling fiat_p256_adx_sqr.S
[72/893] Compiling fiat_p256_adx_mul.S
[73/893] Compiling fiat_curve25519_adx_square.S
[74/893] Compiling fiat_curve25519_adx_mul.S
[75/893] Compiling CNIOLLHTTP c_nio_llhttp.c
[76/893] Compiling v3_lib.cc
[77/893] Compiling cbs.cc
[78/893] Write swift-version-24593BA9C3E375BF.txt
[79/893] Compiling CNIOBoringSSLShims shims.c
[80/897] Compiling tls13_server.cc
[82/897] Emitting module _NIODataStructures
[82/899] Compiling tls_record.cc
[83/899] Compiling tls_method.cc
[84/899] Compiling t1_enc.cc
[85/942] Compiling tls13_client.cc
[86/942] Compiling tls13_enc.cc
[87/942] Compiling tls13_both.cc
[89/974] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[90/974] Compiling InternalCollectionsUtilities Specialize.swift
[91/976] Compiling RealModule Real.swift
[92/977] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[93/977] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[94/977] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[95/977] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[96/980] Compiling InternalCollectionsUtilities _SortedCollection.swift
[98/980] Emitting module RealModule
[99/980] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[100/980] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[101/980] Compiling InternalCollectionsUtilities Debugging.swift
[102/980] Compiling InternalCollectionsUtilities Descriptions.swift
[103/980] Compiling ServiceContextModule ServiceContext.swift
[104/980] Emitting module ServiceContextModule
[105/980] Compiling RealModule RealFunctions.swift
[106/980] Compiling RealModule ElementaryFunctions.swift
[107/980] Compiling ServiceContextModule ServiceContextKey.swift
[108/980] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[109/980] Compiling InternalCollectionsUtilities Integer rank.swift
[110/980] Compiling SystemPackage MachPort.swift
[111/980] Compiling SystemPackage PlatformString.swift
[112/980] Compiling SystemPackage SystemString.swift
[113/980] Compiling RealModule Float80+Real.swift
[114/981] Emitting module _NIOBase64
[115/981] Compiling _NIOBase64 Base64.swift
[116/982] Compiling RealModule Float16+Real.swift
[117/982] Compiling RealModule Float+Real.swift
[118/983] Compiling _NIODataStructures PriorityQueue.swift
[119/983] Compiling _NIODataStructures _TinyArray.swift
[121/983] Emitting module InternalCollectionsUtilities
[122/983] Compiling InternalCollectionsUtilities UInt+reversed.swift
[123/983] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[126/983] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[134/986] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[135/986] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[135/986] Wrapping AST for _NIOBase64 for debugging
[137/987] Emitting module SystemPackage
[146/987] Wrapping AST for ServiceContextModule for debugging
[148/993] Compiling Instrumentation NoOpInstrument.swift
[148/993] Wrapping AST for RealModule for debugging
[150/993] Compiling Instrumentation MultiplexInstrument.swift
[151/993] Compiling Instrumentation Instrument.swift
[152/1043] Compiling _RopeModule Range+BigString.swift
[153/1043] Compiling _RopeModule BigString+UTF16View.swift
[154/1043] Compiling _RopeModule BigString+UTF8View.swift
[155/1062] Emitting module CoreMetrics
[156/1062] Emitting module Logging
[157/1062] Compiling Logging Locks.swift
[158/1062] Compiling Logging MetadataProvider.swift
[159/1065] Compiling Instrumentation InstrumentationSystem.swift
[160/1065] Emitting module Instrumentation
[161/1065] Compiling Instrumentation Locks.swift
[162/1065] Compiling _RopeModule BigString+Chunk+Counts.swift
[163/1065] Compiling _RopeModule BigString+Chunk+Description.swift
[164/1065] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[165/1065] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[166/1079] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[167/1079] Compiling _RopeModule BigString+Chunk+Splitting.swift
[168/1079] Compiling _RopeModule BigString+Chunk.swift
[169/1079] Compiling _RopeModule BigString+BidirectionalCollection.swift
[170/1102] Compiling OrderedCollections OrderedDictionary+Values.swift
[171/1102] Compiling OrderedCollections OrderedDictionary+Codable.swift
[172/1102] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[173/1102] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[174/1118] Compiling _NIODataStructures Heap.swift
[175/1119] Compiling Logging LogHandler.swift
[176/1119] Compiling Logging Logging.swift
[181/1120] Compiling CoreMetrics Locks.swift
[182/1120] Compiling CoreMetrics Metrics.swift
[184/1233] Compiling HeapModule Heap+Descriptions.swift
[185/1233] Compiling Tracing InstrumentationSystem+Tracing.swift
[186/1233] Compiling HashTreeCollections _Bucket.swift
[187/1233] Compiling HashTreeCollections _Hash.swift
[188/1235] Compiling HashTreeCollections TreeDictionary+Collection.swift
[189/1235] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[190/1235] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[191/1235] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[192/1235] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[193/1235] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[194/1235] Compiling HashTreeCollections TreeDictionary+Filter.swift
[195/1235] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[196/1235] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[197/1235] Compiling HashTreeCollections TreeDictionary+Keys.swift
[198/1235] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[199/1235] Compiling HashTreeCollections TreeDictionary+Merge.swift
[200/1235] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[201/1235] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[202/1242] Emitting module Tracing
[203/1242] Compiling HashTreeCollections _HashLevel.swift
[204/1242] Compiling HashTreeCollections _HashNode+Builder.swift
[205/1242] Compiling HashTreeCollections _HashNode+Debugging.swift
[206/1242] Compiling HashTreeCollections _HashNode+Initializers.swift
[207/1242] Compiling HashTreeCollections _HashNode+Invariants.swift
[208/1242] Compiling HashTreeCollections _HashNode+Lookups.swift
[209/1242] Compiling Tracing TracingTime.swift
[210/1242] Compiling HeapModule _HeapNode.swift
[211/1242] Compiling HeapModule Heap.swift
[212/1242] Compiling Tracing TracerProtocol.swift
[213/1242] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[214/1242] Compiling HeapModule Heap+Invariants.swift
[215/1242] Compiling HeapModule Heap+UnsafeHandle.swift
[216/1242] Compiling HashTreeCollections _HashStack.swift
[217/1242] Compiling HashTreeCollections _HashTreeIterator.swift
[218/1242] Compiling HashTreeCollections _HashTreeStatistics.swift
[219/1242] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[220/1242] Compiling HashTreeCollections _RawHashNode.swift
[221/1242] Compiling HashTreeCollections _UnmanagedHashNode.swift
[222/1242] Compiling HashTreeCollections _UnsafePath.swift
[223/1242] Compiling HashTreeCollections TreeDictionary+Codable.swift
[224/1242] Compiling Tracing Tracer.swift
[225/1242] Emitting module HeapModule
[226/1243] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[227/1243] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[228/1243] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[229/1243] Compiling HashTreeCollections _HashNode+Storage.swift
[230/1243] Compiling Tracing TracerProtocol+Legacy.swift
[242/1243] Compiling OrderedCollections OrderedSet+Sendable.swift
[243/1253] Compiling XMLCoding XMLReferencingEncoder.swift
[244/1254] Compiling DequeModule _DequeSlot.swift
[245/1254] Compiling DequeModule _UnsafeWrappedBuffer.swift
[246/1254] Compiling Tracing NoOpTracer.swift
[247/1254] Compiling Tracing SpanProtocol.swift
[248/1255] Emitting module XMLCoding
[249/1255] Compiling HashTreeCollections _AncestorHashSlots.swift
[250/1255] Compiling HashTreeCollections _Bitmap.swift
[251/1255] Compiling XMLCoding ISO8601DateFormatter.swift
[252/1255] Compiling XMLCoding XMLKey.swift
[253/1255] Compiling OrderedCollections OrderedSet+SubSequence.swift
[254/1255] Compiling OrderedCollections OrderedSet+Testing.swift
[255/1255] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[256/1255] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[257/1255] Compiling OrderedCollections OrderedSet.swift
[258/1255] Compiling OrderedCollections _UnsafeBitset.swift
[259/1255] Compiling HashTreeCollections TreeSet+Equatable.swift
[260/1255] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[261/1255] Compiling HashTreeCollections TreeSet+Extras.swift
[262/1255] Compiling HashTreeCollections TreeSet+Filter.swift
[263/1255] Compiling HashTreeCollections TreeSet+Hashable.swift
[264/1255] Compiling HashTreeCollections TreeSet+Sendable.swift
[265/1255] Compiling HashTreeCollections TreeSet+Sequence.swift
[266/1255] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[267/1255] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[268/1255] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[269/1255] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[270/1255] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[271/1255] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[272/1255] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[275/1257] Wrapping AST for _NIODataStructures for debugging
[276/1257] Wrapping AST for Tracing for debugging
[277/1257] Wrapping AST for SystemPackage for debugging
[285/1257] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[286/1257] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[287/1257] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[288/1257] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[289/1257] Compiling HashTreeCollections _HashNodeHeader.swift
[290/1257] Compiling HashTreeCollections _HashSlot.swift
[299/1257] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[300/1257] Compiling HashTreeCollections _HashNode+Structural merge.swift
[301/1257] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[302/1257] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[303/1257] Compiling HashTreeCollections _HashNode+Structural union.swift
[304/1257] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[305/1257] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[306/1257] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[307/1257] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[308/1257] Compiling HashTreeCollections _HashNode.swift
[308/1266] Wrapping AST for Logging for debugging
[348/1266] Emitting module DequeModule
[348/1266] Wrapping AST for InternalCollectionsUtilities for debugging
[358/1267] Compiling _RopeModule _CharacterRecognizer.swift
[359/1267] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[360/1267] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[361/1267] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[362/1267] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[363/1267] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[364/1267] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[365/1267] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[366/1267] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[367/1267] Compiling HashTreeCollections TreeSet.swift
[386/1267] Wrapping AST for HeapModule for debugging
[387/1267] Wrapping AST for Instrumentation for debugging
[389/1267] Compiling XMLCoding XMLStackParser.swift
[401/1268] Emitting module _RopeModule
[401/1268] Wrapping AST for CoreMetrics for debugging
[401/1268] Wrapping AST for DequeModule for debugging
[405/1268] Emitting module OrderedCollections
[418/1269] Emitting module Metrics
[419/1269] Compiling Metrics Metrics.swift
[420/1270] Compiling RoutingKit TrieRouter.swift
[421/1270] Compiling RoutingKit Router.swift
[422/1270] Compiling RoutingKit Parameters.swift
[423/1270] Emitting module RoutingKit
[424/1270] Compiling RoutingKit AnyRouter.swift
[425/1270] Compiling RoutingKit PathComponent.swift
[425/1271] Wrapping AST for XMLCoding for debugging
[428/1271] Wrapping AST for OrderedCollections for debugging
[429/1271] Wrapping AST for Metrics for debugging
[430/1271] Wrapping AST for RoutingKit for debugging
[431/1271] Compiling ssl_versions.cc
[451/1271] Compiling _RopeModule Rope+Join.swift
[452/1271] Compiling _RopeModule Rope+MutatingForEach.swift
[453/1271] Compiling _RopeModule Rope+Remove.swift
[454/1271] Compiling _RopeModule Rope+RemoveSubrange.swift
[455/1271] Compiling _RopeModule Rope+Split.swift
[456/1271] Compiling _RopeModule Optional Utilities.swift
[457/1271] Compiling _RopeModule String Utilities.swift
[458/1271] Compiling _RopeModule String.Index+ABI.swift
[459/1272] Compiling ssl_transcript.cc
[483/1272] Compiling ssl_x509.cc
[484/1272] Wrapping AST for _RopeModule for debugging
[486/1272] Emitting module HashTreeCollections
[487/1273] Compiling ssl_stat.cc
[488/1273] Wrapping AST for HashTreeCollections for debugging
[489/1273] Compiling ssl_session.cc
[490/1273] Compiling ssl_privkey.cc
[491/1273] Compiling ssl_key_share.cc
[492/1273] Compiling ssl_lib.cc
[493/1273] Compiling ssl_file.cc
[494/1273] Compiling ssl_credential.cc
[495/1273] Compiling ssl_cipher.cc
[496/1273] Compiling ssl_cert.cc
[497/1273] Compiling ssl_asn1.cc
[498/1273] Compiling ssl_buffer.cc
[499/1273] Compiling ssl_aead_ctx.cc
[500/1273] Compiling s3_lib.cc
[501/1273] Compiling s3_pkt.cc
[502/1273] Compiling handshake_server.cc
[503/1273] Compiling s3_both.cc
[504/1273] Compiling handshake_client.cc
[505/1273] Compiling handoff.cc
[506/1273] Compiling handshake.cc
[507/1273] Compiling encrypted_client_hello.cc
[508/1273] Compiling dtls_record.cc
[509/1273] Compiling extensions.cc
[510/1273] Compiling d1_srtp.cc
[511/1273] Compiling md5-x86_64-linux.S
[512/1273] Compiling md5-x86_64-apple.S
[513/1273] Compiling md5-586-linux.S
[514/1273] Compiling md5-586-apple.S
[515/1273] Compiling chacha20_poly1305_x86_64-apple.S
[516/1273] Compiling chacha20_poly1305_x86_64-linux.S
[517/1273] Compiling chacha20_poly1305_armv8-win.S
[518/1273] Compiling chacha20_poly1305_armv8-linux.S
[519/1273] Compiling chacha20_poly1305_armv8-apple.S
[520/1273] Compiling dtls_method.cc
[521/1273] Compiling chacha-x86_64-apple.S
[522/1273] Compiling err_data.cc
[523/1273] Compiling chacha-x86-linux.S
[524/1273] Compiling chacha-x86_64-linux.S
[525/1273] Compiling chacha-x86-apple.S
[526/1273] Compiling chacha-armv8-win.S
[527/1273] Compiling chacha-armv8-apple.S
[528/1273] Compiling chacha-armv8-linux.S
[529/1273] Compiling chacha-armv4-linux.S
[530/1273] Compiling aes128gcmsiv-x86_64-linux.S
[531/1273] Compiling aes128gcmsiv-x86_64-apple.S
[532/1273] Compiling x86_64-mont5-apple.S
[533/1273] Compiling x86_64-mont5-linux.S
[534/1273] Compiling bio_ssl.cc
[535/1273] Compiling x86_64-mont-linux.S
[536/1273] Compiling x86_64-mont-apple.S
[537/1273] Compiling x86-mont-linux.S
[538/1273] Compiling d1_pkt.cc
[539/1273] Compiling x86-mont-apple.S
[540/1273] Compiling vpaes-x86-linux.S
[541/1273] Compiling vpaes-x86_64-linux.S
[542/1273] Compiling vpaes-x86-apple.S
[543/1273] Compiling vpaes-x86_64-apple.S
[544/1273] Compiling vpaes-armv8-win.S
[545/1273] Compiling vpaes-armv8-linux.S
[546/1273] Compiling vpaes-armv8-apple.S
[547/1273] Compiling vpaes-armv7-linux.S
[548/1273] Compiling sha512-armv8-linux.S
[549/1273] Compiling sha512-x86_64-apple.S
[550/1273] Compiling sha512-armv8-apple.S
[551/1273] Compiling sha512-armv8-win.S
[552/1273] Compiling sha512-x86_64-linux.S
[553/1273] Compiling sha512-armv4-linux.S
[554/1273] Compiling sha512-586-linux.S
[555/1273] Compiling d1_lib.cc
[556/1273] Compiling sha512-586-apple.S
[557/1273] Compiling sha256-armv8-win.S
[558/1273] Compiling sha256-armv8-linux.S
[559/1273] Compiling sha256-x86_64-linux.S
[560/1273] Compiling sha256-x86_64-apple.S
[561/1273] Compiling sha256-armv8-apple.S
[562/1273] Compiling sha256-armv4-linux.S
[563/1273] Compiling sha256-586-linux.S
[564/1273] Compiling sha256-586-apple.S
[565/1273] Compiling sha1-x86_64-apple.S
[566/1273] Compiling sha1-armv8-win.S
[567/1273] Compiling sha1-armv8-linux.S
[568/1273] Compiling sha1-x86_64-linux.S
[569/1273] Compiling sha1-armv4-large-linux.S
[570/1273] Compiling sha1-armv8-apple.S
[571/1273] Compiling sha1-586-linux.S
[572/1273] Compiling sha1-586-apple.S
[573/1273] Compiling rsaz-avx2-apple.S
[574/1273] Compiling rsaz-avx2-linux.S
[575/1273] Compiling rdrand-x86_64-linux.S
[575/1273] Compiling rdrand-x86_64-apple.S
[577/1273] Compiling p256_beeu-x86_64-asm-linux.S
[578/1273] Compiling p256_beeu-x86_64-asm-apple.S
[579/1273] Compiling p256_beeu-armv8-asm-win.S
[580/1273] Compiling p256_beeu-armv8-asm-linux.S
[581/1273] Compiling p256_beeu-armv8-asm-apple.S
[582/1273] Compiling p256-armv8-asm-win.S
[583/1273] Compiling p256-x86_64-asm-linux.S
[584/1273] Compiling p256-x86_64-asm-apple.S
[585/1273] Compiling p256-armv8-asm-apple.S
[586/1273] Compiling p256-armv8-asm-linux.S
[587/1273] Compiling ghashv8-armv8-win.S
[588/1273] Compiling ghashv8-armv8-linux.S
[589/1273] Compiling ghashv8-armv8-apple.S
[590/1273] Compiling ghash-x86_64-linux.S
[591/1273] Compiling ghashv8-armv7-linux.S
[592/1273] Compiling ghash-ssse3-x86_64-linux.S
[593/1273] Compiling ghash-x86_64-apple.S
[594/1273] Compiling ghash-x86-linux.S
[595/1273] Compiling ghash-x86-apple.S
[596/1273] Compiling ghash-ssse3-x86-linux.S
[597/1273] Compiling ghash-ssse3-x86_64-apple.S
[598/1273] Compiling ghash-ssse3-x86-apple.S
[599/1273] Compiling ghash-neon-armv8-win.S
[600/1273] Compiling ghash-neon-armv8-linux.S
[601/1273] Compiling ghash-neon-armv8-apple.S
[602/1273] Compiling d1_both.cc
[603/1273] Compiling ghash-armv4-linux.S
[604/1273] Compiling co-586-linux.S
[605/1273] Compiling co-586-apple.S
[606/1273] Compiling bsaes-armv7-linux.S
[607/1273] Compiling bn-armv8-win.S
[608/1273] Compiling bn-armv8-linux.S
[609/1273] Compiling bn-586-linux.S
[610/1273] Compiling armv4-mont-linux.S
[610/1273] Compiling bn-armv8-apple.S
[612/1273] Compiling bn-586-apple.S
[613/1273] Compiling armv8-mont-linux.S
[613/1273] Compiling armv8-mont-win.S
[613/1273] Compiling aesv8-gcm-armv8-linux.S
[616/1273] Compiling aesv8-gcm-armv8-win.S
[616/1273] Compiling armv8-mont-apple.S
[618/1273] Compiling aesv8-armv7-linux.S
[619/1273] Compiling aesv8-armv8-apple.S
[620/1273] Compiling aesv8-gcm-armv8-apple.S
[621/1273] Compiling aesv8-armv8-linux.S
[622/1273] Compiling aesni-x86_64-apple.S
[623/1273] Compiling aesni-x86-linux.S
[624/1273] Compiling aesv8-armv8-win.S
[625/1273] Compiling aesni-x86_64-linux.S
[626/1273] Compiling aesni-x86-apple.S
[627/1273] Compiling aes-gcm-avx2-x86_64-apple.S
[628/1273] Compiling aesni-gcm-x86_64-apple.S
[628/1273] Compiling aesni-gcm-x86_64-linux.S
[628/1273] Compiling aes-gcm-avx2-x86_64-linux.S
[628/1273] Compiling aes-gcm-avx10-x86_64-apple.S
[632/1273] Compiling aes-gcm-avx10-x86_64-linux.S
[633/1273] Compiling x_sig.cc
[634/1273] Compiling x_x509a.cc
[635/1273] Compiling x_x509.cc
[636/1273] Compiling x_name.cc
[637/1273] Compiling x_req.cc
[638/1273] Compiling x_pubkey.cc
[639/1273] Compiling x_spki.cc
[640/1273] Compiling x_val.cc
[641/1273] Compiling x_crl.cc
[642/1273] Compiling x_attrib.cc
[643/1273] Compiling x_algor.cc
[644/1273] Compiling x_exten.cc
[645/1273] Compiling x_all.cc
[646/1273] Compiling x509name.cc
[647/1273] Compiling x509rset.cc
[648/1273] Compiling x509spki.cc
[649/1273] Compiling x509cset.cc
[650/1273] Compiling x509_vpm.cc
[651/1273] Compiling x509_vfy.cc
[652/1273] Compiling x509_v3.cc
[653/1273] Compiling x509_trs.cc
[654/1273] Compiling x509_txt.cc
[655/1273] Compiling x509_set.cc
[656/1273] Compiling x509_req.cc
[657/1273] Compiling x509_obj.cc
[658/1273] Compiling x509_ext.cc
[659/1273] Compiling x509_def.cc
[660/1273] Compiling x509_d2.cc
[661/1273] Compiling x509_cmp.cc
[662/1273] Compiling x509_lu.cc
[663/1273] Compiling x509.cc
[664/1273] Compiling x509_att.cc
[665/1273] Compiling v3_utl.cc
[666/1273] Compiling v3_skey.cc
[667/1273] Compiling v3_prn.cc
[668/1273] Compiling v3_pmaps.cc
[669/1273] Compiling v3_pcons.cc
[670/1273] Compiling v3_purp.cc
[671/1273] Compiling v3_ocsp.cc
[672/1273] Compiling v3_ncons.cc
[673/1273] Compiling v3_ia5.cc
[674/1273] Compiling v3_info.cc
[675/1273] Compiling v3_int.cc
[676/1273] Compiling v3_extku.cc
[677/1273] Compiling v3_enum.cc
[678/1273] Compiling v3_genn.cc
[679/1273] Compiling v3_cpols.cc
[680/1273] Compiling v3_crld.cc
[681/1273] Compiling v3_bitst.cc
[682/1273] Compiling v3_conf.cc
[683/1273] Compiling v3_bcons.cc
[684/1273] Compiling v3_akey.cc
[685/1273] Compiling v3_akeya.cc
[686/1273] Compiling v3_alt.cc
[687/1273] Compiling t_x509a.cc
[688/1273] Compiling t_x509.cc
[689/1273] Compiling i2d_pr.cc
[690/1273] Compiling t_req.cc
[691/1273] Compiling t_crl.cc
[692/1273] Compiling rsa_pss.cc
[693/1273] Compiling policy.cc
[694/1273] Compiling name_print.cc
[695/1273] Compiling by_file.cc
[696/1273] Compiling by_dir.cc
[697/1273] Compiling asn1_gen.cc
[698/1273] Compiling a_sign.cc
[699/1273] Compiling a_verify.cc
[700/1273] Compiling voprf.cc
[701/1273] Compiling algorithm.cc
[702/1273] Compiling a_digest.cc
[703/1273] Compiling thread_win.cc
[704/1273] Compiling thread_pthread.cc
[705/1273] Compiling trust_token.cc
[706/1273] Compiling thread.cc
[707/1273] Compiling thread_none.cc
[708/1273] Compiling stack.cc
[709/1273] Compiling pmbtoken.cc
[710/1273] Compiling sha256.cc
[711/1273] Compiling sha1.cc
[712/1273] Compiling sha512.cc
[713/1273] Compiling siphash.cc
[714/1273] Compiling slhdsa.cc
[715/1273] Compiling rsa_print.cc
[716/1273] Compiling rsa_extra.cc
[717/1273] Compiling spake2plus.cc
[718/1273] Compiling rc4.cc
[719/1273] Compiling refcount.cc
[720/1273] Compiling windows.cc
[721/1273] Compiling trusty.cc
[722/1273] Compiling rsa_asn1.cc
[723/1273] Compiling rand.cc
[724/1273] Compiling urandom.cc
[725/1273] Compiling passive.cc
[726/1273] Compiling poly1305_arm_asm.S
[727/1273] Compiling getentropy.cc
[728/1273] Compiling forkunsafe.cc
[729/1273] Compiling fork_detect.cc
[730/1273] Compiling deterministic.cc
[731/1273] Compiling poly1305_arm.cc
[732/1273] Compiling poly1305_vec.cc
[733/1273] Compiling pool.cc
[734/1273] Compiling pkcs7.cc
[735/1273] Compiling pkcs8.cc
[736/1273] Compiling pkcs8_x509.cc
[737/1273] Compiling p5_pbev2.cc
[738/1273] Compiling pkcs7_x509.cc
[739/1273] Compiling pem_xaux.cc
[740/1273] Compiling pem_x509.cc
[741/1273] Compiling pem_pkey.cc
[742/1273] Compiling pem_pk8.cc
[743/1273] Compiling mlkem.cc
[744/1273] Compiling obj_xref.cc
[745/1273] Compiling mldsa.cc
[746/1273] Compiling pem_oth.cc
[747/1273] Compiling pem_lib.cc
[748/1273] Compiling pem_info.cc
[749/1273] Compiling pem_all.cc
[750/1273] Compiling obj.cc
[751/1273] Compiling poly_rq_mul.S
[752/1273] Compiling fips_shared_support.cc
[753/1273] Compiling md5.cc
[754/1273] Compiling mem.cc
[755/1273] Compiling md4.cc
[756/1273] Compiling lhash.cc
[757/1273] Compiling scrypt.cc
[758/1273] Compiling kyber.cc
[759/1273] Compiling hrss.cc
[760/1273] Compiling sign.cc
[761/1273] Compiling ex_data.cc
[762/1273] Compiling hpke.cc
[763/1273] Compiling print.cc
[764/1273] Compiling p_x25519.cc
[765/1273] Compiling pbkdf.cc
[766/1273] Compiling p_rsa_asn1.cc
[767/1273] Compiling p_x25519_asn1.cc
[768/1273] Compiling p_rsa.cc
[769/1273] Compiling p_ed25519.cc
[770/1273] Compiling p_hkdf.cc
[771/1273] Compiling p_ed25519_asn1.cc
[772/1273] Compiling p_ec_asn1.cc
[773/1273] Compiling p_dh_asn1.cc
[774/1273] Compiling p_dh.cc
[775/1273] Compiling evp_ctx.cc
[776/1273] Compiling evp.cc
[777/1273] Compiling p_dsa_asn1.cc
[778/1273] Compiling engine.cc
[779/1273] Compiling err.cc
[780/1273] Compiling ecdh.cc
[781/1273] Compiling evp_asn1.cc
[782/1273] Compiling ecdsa_asn1.cc
[783/1273] Compiling hash_to_curve.cc
[784/1273] Compiling ec_derive.cc
[785/1273] Compiling dsa.cc
[786/1273] Compiling ec_asn1.cc
[787/1273] Compiling params.cc
[788/1273] Compiling dsa_asn1.cc
[789/1273] Compiling des.cc
[790/1273] Compiling x25519-asm-arm.S
[791/1273] Compiling dh_asn1.cc
[792/1273] Compiling digest_extra.cc
[793/1273] Compiling crypto.cc
[794/1273] Compiling cpu_intel.cc
[795/1273] Compiling spake25519.cc
[796/1273] Compiling cpu_arm_linux.cc
[797/1273] Compiling curve25519.cc
[798/1273] Compiling cpu_arm_freebsd.cc
[799/1273] Compiling cpu_aarch64_win.cc
[800/1273] Compiling cpu_aarch64_openbsd.cc
[801/1273] Compiling cpu_aarch64_linux.cc
[802/1273] Compiling cpu_aarch64_sysreg.cc
[803/1273] Compiling bcm.cc
[804/1273] Compiling cpu_aarch64_fuchsia.cc
[805/1273] Compiling curve25519_64_adx.cc
[806/1273] Compiling cpu_aarch64_apple.cc
[807/1273] Compiling get_cipher.cc
[808/1273] Compiling tls_cbc.cc
[809/1273] Compiling conf.cc
[810/1273] Compiling e_rc4.cc
[811/1273] Compiling e_tls.cc
[812/1273] Compiling e_null.cc
[813/1273] Compiling e_rc2.cc
[814/1273] Compiling e_des.cc
[815/1273] Compiling e_chacha20poly1305.cc
[816/1273] Compiling e_aesgcmsiv.cc
[817/1273] Compiling derive_key.cc
[818/1273] Compiling e_aesctrhmac.cc
[819/1273] Compiling chacha.cc
[820/1273] Compiling unicode.cc
[821/1273] Compiling ber.cc
[822/1273] Compiling buf.cc
[823/1273] Compiling cbb.cc
[824/1273] Compiling blake2.cc
[825/1273] Compiling asn1_compat.cc
[826/1273] Compiling bn_asn1.cc
[827/1273] Compiling socket_helper.cc
[828/1273] Compiling convert.cc
[829/1273] Compiling printf.cc
[830/1273] Compiling socket.cc
[831/1273] Compiling pair.cc
[832/1273] Compiling hexdump.cc
[833/1273] Compiling file.cc
[834/1273] Compiling fd.cc
[835/1273] Compiling errno.cc
[836/1273] Compiling connect.cc
[837/1273] Compiling bio_mem.cc
[838/1273] Compiling bio.cc
[839/1273] Compiling base64.cc
[840/1273] Compiling tasn_typ.cc
[841/1273] Compiling tasn_fre.cc
[842/1273] Compiling tasn_utl.cc
[843/1273] Compiling tasn_enc.cc
[843/1273] Compiling tasn_new.cc
[845/1273] Compiling f_string.cc
[845/1273] Compiling posix_time.cc
[847/1273] Compiling f_int.cc
[848/1273] Compiling asn_pack.cc
[848/1273] Compiling tasn_dec.cc
[848/1273] Compiling asn1_par.cc
[851/1273] Compiling a_utctm.cc
[852/1273] Compiling asn1_lib.cc
[853/1273] Compiling a_time.cc
[854/1273] Compiling a_type.cc
[855/1273] Compiling a_octet.cc
[856/1273] Compiling a_i2d_fp.cc
[857/1273] Compiling a_strex.cc
[858/1273] Compiling a_strnid.cc
[859/1273] Compiling a_mbstr.cc
[860/1273] Compiling a_object.cc
[861/1273] Compiling a_gentm.cc
[862/1273] Compiling a_int.cc
[863/1273] Compiling a_dup.cc
[864/1273] Compiling fiat_p256_adx_sqr.S
[865/1273] Compiling fiat_p256_adx_mul.S
[866/1273] Compiling a_d2i_fp.cc
[867/1273] Compiling md5-x86_64-linux.S
[868/1273] Compiling fiat_curve25519_adx_mul.S
[869/1273] Compiling md5-x86_64-apple.S
[869/1273] Compiling md5-586-linux.S
[871/1273] Compiling md5-586-apple.S
[872/1273] Compiling a_bitstr.cc
[873/1273] Compiling CCryptoBoringSSLShims shims.c
[874/1273] Compiling chacha20_poly1305_x86_64-apple.S
[875/1273] Compiling chacha20_poly1305_x86_64-linux.S
[876/1273] Compiling chacha20_poly1305_armv8-win.S
[877/1273] Compiling chacha20_poly1305_armv8-linux.S
[878/1273] Compiling chacha20_poly1305_armv8-apple.S
[879/1273] Compiling chacha-x86_64-linux.S
[880/1273] Compiling chacha-x86_64-apple.S
[881/1273] Compiling a_bool.cc
[882/1273] Compiling chacha-x86-linux.S
[883/1273] Compiling chacha-x86-apple.S
[884/1273] Compiling chacha-armv8-linux.S
[885/1273] Compiling chacha-armv8-win.S
[885/1273] Compiling chacha-armv4-linux.S
[887/1273] Compiling chacha-armv8-apple.S
[888/1273] Compiling aes128gcmsiv-x86_64-linux.S
[889/1273] Compiling aes128gcmsiv-x86_64-apple.S
[890/1273] Compiling x86_64-mont5-apple.S
[891/1273] Compiling x86_64-mont-linux.S
[892/1273] Compiling x86_64-mont5-linux.S
[893/1273] Compiling err_data.cc
[894/1273] Compiling x86-mont-linux.S
[895/1273] Compiling x86_64-mont-apple.S
[896/1273] Compiling x86-mont-apple.S
[897/1273] Compiling vpaes-x86_64-apple.S
[898/1273] Compiling vpaes-x86_64-linux.S
[899/1273] Compiling vpaes-x86-linux.S
[900/1273] Compiling vpaes-x86-apple.S
[901/1273] Compiling vpaes-armv8-win.S
[902/1273] Compiling vpaes-armv8-linux.S
[902/1273] Compiling vpaes-armv8-apple.S
[904/1273] Compiling vpaes-armv7-linux.S
[904/1273] Compiling sha512-x86_64-linux.S
[904/1273] Compiling sha512-x86_64-apple.S
[907/1273] Compiling sha512-armv8-win.S
[908/1273] Compiling sha512-armv4-linux.S
[909/1273] Compiling sha512-586-apple.S
[909/1273] Compiling sha512-armv8-linux.S
[909/1273] Compiling sha512-586-linux.S
[909/1273] Compiling sha512-armv8-apple.S
[913/1273] Compiling sha256-x86_64-linux.S
[914/1273] Compiling sha256-armv8-apple.S
[915/1273] Compiling sha256-armv8-win.S
[916/1273] Compiling sha256-armv4-linux.S
[917/1273] Compiling sha256-armv8-linux.S
[918/1273] Compiling sha256-x86_64-apple.S
[919/1273] Compiling sha256-586-linux.S
[920/1273] Compiling sha256-586-apple.S
[921/1273] Compiling sha1-armv8-win.S
[922/1273] Compiling sha1-x86_64-apple.S
[923/1273] Compiling sha1-armv8-linux.S
[924/1273] Compiling sha1-armv8-apple.S
[925/1273] Compiling sha1-x86_64-linux.S
[926/1273] Compiling sha1-armv4-large-linux.S
[927/1273] Compiling sha1-586-apple.S
[928/1273] Compiling sha1-586-linux.S
[929/1273] Compiling rsaz-avx2-apple.S
[930/1273] Compiling rsaz-avx2-linux.S
[931/1273] Compiling rdrand-x86_64-linux.S
[932/1273] Compiling rdrand-x86_64-apple.S
[933/1273] Compiling p256_beeu-x86_64-asm-apple.S
[934/1273] Compiling p256_beeu-x86_64-asm-linux.S
[935/1273] Compiling p256_beeu-armv8-asm-win.S
[936/1273] Compiling p256_beeu-armv8-asm-linux.S
[937/1273] Compiling p256_beeu-armv8-asm-apple.S
[938/1273] Compiling p256-x86_64-asm-apple.S
[939/1273] Compiling p256-armv8-asm-win.S
[940/1273] Compiling p256-x86_64-asm-linux.S
[941/1273] Compiling p256-armv8-asm-linux.S
[942/1273] Compiling p256-armv8-asm-apple.S
[942/1273] Compiling ghashv8-armv8-win.S
[944/1273] Compiling ghashv8-armv8-linux.S
[945/1273] Compiling ghashv8-armv8-apple.S
[946/1273] Compiling ghashv8-armv7-linux.S
[947/1273] Compiling ghash-x86_64-apple.S
[948/1273] Compiling ghash-x86_64-linux.S
[949/1273] Compiling ghash-x86-linux.S
[950/1273] Compiling ghash-x86-apple.S
[951/1273] Compiling ghash-ssse3-x86_64-linux.S
[952/1273] Compiling ghash-ssse3-x86-linux.S
[953/1273] Compiling ghash-ssse3-x86-apple.S
[954/1273] Compiling ghash-ssse3-x86_64-apple.S
[955/1273] Compiling ghash-neon-armv8-win.S
[956/1273] Compiling ghash-neon-armv8-linux.S
[957/1273] Compiling ghash-neon-armv8-apple.S
[958/1273] Compiling ghash-armv4-linux.S
[959/1273] Compiling co-586-apple.S
[960/1273] Compiling co-586-linux.S
[961/1273] Compiling bsaes-armv7-linux.S
[962/1273] Compiling bn-armv8-win.S
[963/1273] Compiling bn-armv8-linux.S
[964/1273] Compiling bn-armv8-apple.S
[965/1273] Compiling bn-586-linux.S
[966/1273] Compiling armv8-mont-win.S
[966/1273] Compiling bn-586-apple.S
[968/1273] Compiling armv8-mont-linux.S
[969/1273] Compiling armv4-mont-linux.S
[970/1273] Compiling aesv8-gcm-armv8-win.S
[970/1273] Compiling armv8-mont-apple.S
[972/1273] Compiling aesv8-gcm-armv8-linux.S
[973/1273] Compiling aesv8-gcm-armv8-apple.S
[974/1273] Compiling aesv8-armv8-win.S
[975/1273] Compiling aesv8-armv8-linux.S
[976/1273] Compiling aesv8-armv8-apple.S
[977/1273] Compiling aesv8-armv7-linux.S
[978/1273] Compiling aesni-x86_64-apple.S
[979/1273] Compiling aesni-x86_64-linux.S
[980/1273] Compiling aesni-x86-linux.S
[981/1273] Compiling aesni-gcm-x86_64-apple.S
[982/1273] Compiling aesni-x86-apple.S
[983/1273] Compiling aesni-gcm-x86_64-linux.S
[984/1273] Compiling aes-gcm-avx10-x86_64-apple.S
[985/1273] Compiling aes-gcm-avx10-x86_64-linux.S
[986/1273] Compiling c-nioatomics.c
[987/1273] Compiling x_sig.cc
[988/1273] Compiling x_val.cc
[989/1273] Compiling x_x509a.cc
[990/1273] Compiling x_spki.cc
[991/1273] Compiling x_req.cc
[992/1273] Compiling x_x509.cc
[993/1273] Compiling c-atomics.c
[994/1279] Compiling x_pubkey.cc
[995/1279] Compiling x_exten.cc
[997/1279] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[997/1279] Compiling x_attrib.cc
[998/1279] Compiling x_all.cc
[999/1279] Compiling x_name.cc
[1000/1279] Compiling x_algor.cc
[1001/1279] Compiling x_crl.cc
[1003/1279] Compiling NIOConcurrencyHelpers lock.swift
[1003/1279] Compiling x509spki.cc
[1005/1279] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1006/1279] Compiling NIOConcurrencyHelpers NIOLock.swift
[1007/1279] Emitting module NIOConcurrencyHelpers
[1008/1279] Compiling NIOConcurrencyHelpers atomics.swift
[1009/1280] Compiling x509rset.cc
[1010/1280] Compiling x509cset.cc
[1011/1280] Compiling x509name.cc
[1012/1280] Compiling x509_vpm.cc
[1013/1280] Compiling x509_v3.cc
[1014/1280] Compiling x509_vfy.cc
[1015/1280] Wrapping AST for NIOConcurrencyHelpers for debugging
[1016/1289] Compiling x509_txt.cc
[1017/1306] Compiling x509_trs.cc
[1018/1306] Compiling x509_obj.cc
[1019/1306] Compiling x509_req.cc
[1020/1306] Compiling x509_set.cc
[1021/1306] Compiling x509_lu.cc
[1023/1306] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1024/1306] Compiling ConsoleKitTerminal ConsoleClear.swift
[1025/1306] Compiling ConsoleKitTerminal Console+Ask.swift
[1026/1306] Compiling ConsoleKitTerminal Console+Choose.swift
[1027/1309] Compiling ConsoleKitTerminal ActivityBar.swift
[1028/1309] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1029/1309] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1030/1309] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1031/1309] Emitting module ConsoleKitTerminal
[1032/1309] Compiling ConsoleKitTerminal CustomActivity.swift
[1033/1309] Compiling ConsoleKitTerminal LoadingBar.swift
[1034/1309] Compiling ConsoleKitTerminal ProgressBar.swift
[1035/1309] Compiling ConsoleKitTerminal Console+Clear.swift
[1036/1309] Compiling ConsoleKitTerminal Console+Confirm.swift
[1037/1309] Compiling ConsoleKitTerminal Console+Input.swift
[1038/1309] Compiling ConsoleKitTerminal Console+Center.swift
[1039/1309] Compiling ConsoleKitTerminal Console+Output.swift
[1040/1309] Compiling ConsoleKitTerminal Console+Wait.swift
[1041/1309] Compiling ConsoleKitTerminal ConsoleColor.swift
[1042/1309] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1043/1309] Compiling ConsoleKitTerminal ConsoleText.swift
[1044/1309] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1045/1309] Compiling ConsoleKitTerminal ANSI.swift
[1045/1309] Compiling x509_ext.cc
[1047/1309] Compiling ConsoleKitTerminal Console.swift
[1048/1309] Compiling ConsoleKitTerminal Terminal.swift
[1049/1309] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1049/1309] Compiling x509_def.cc
[1050/1309] Compiling x509_d2.cc
[1051/1309] Compiling x509_att.cc
[1052/1309] Compiling x509_cmp.cc
[1053/1309] Compiling x509.cc
[1054/1309] Compiling v3_utl.cc
[1056/1309] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1057/1309] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1058/1309] Compiling ConsoleKitTerminal LoggerFragment.swift
[1059/1310] Compiling v3_skey.cc
[1060/1310] Compiling v3_prn.cc
[1061/1310] Compiling v3_purp.cc
[1062/1323] Wrapping AST for ConsoleKitTerminal for debugging
[1063/1332] Compiling v3_ocsp.cc
[1064/1332] Compiling v3_pcons.cc
[1065/1332] Compiling v3_pmaps.cc
[1066/1332] Compiling v3_lib.cc
[1067/1332] Compiling v3_ncons.cc
[1069/1332] Compiling ConsoleKitCommands CommandSignature.swift
[1070/1332] Compiling ConsoleKitCommands Flag.swift
[1071/1332] Compiling ConsoleKitCommands Option.swift
[1072/1332] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1073/1332] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1074/1332] Compiling ConsoleKitCommands Argument.swift
[1075/1334] Emitting module ConsoleKitCommands
[1076/1334] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1077/1334] Compiling ConsoleKitCommands AsyncCommand.swift
[1078/1334] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1079/1334] Compiling ConsoleKitCommands AsyncCommands.swift
[1080/1334] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1081/1334] Compiling ConsoleKitCommands AnyCommand.swift
[1081/1334] Compiling v3_int.cc
[1082/1334] Compiling ConsoleKitCommands Command.swift
[1083/1334] Compiling ConsoleKitCommands CommandContext.swift
[1084/1334] Compiling ConsoleKitCommands CommandError.swift
[1085/1334] Compiling v3_ia5.cc
[1086/1334] Compiling v3_genn.cc
[1088/1334] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1089/1334] Compiling ConsoleKitCommands Utilities.swift
[1089/1334] Compiling v3_info.cc
[1090/1334] Compiling v3_extku.cc
[1091/1334] Compiling v3_enum.cc
[1092/1334] Compiling v3_crld.cc
[1093/1334] Compiling v3_cpols.cc
[1094/1334] Compiling v3_conf.cc
[1095/1334] Compiling v3_bitst.cc
[1096/1334] Compiling v3_bcons.cc
[1097/1334] Compiling v3_alt.cc
[1099/1334] Compiling ConsoleKitCommands CommandGroup.swift
[1100/1334] Compiling ConsoleKitCommands CommandInput.swift
[1101/1334] Compiling ConsoleKitCommands Commands.swift
[1102/1334] Compiling ConsoleKitCommands Console+Run.swift
[1103/1334] Compiling ConsoleKitCommands ConsoleError.swift
[1104/1334] Compiling ConsoleKitCommands Completion.swift
[1104/1335] Compiling v3_akeya.cc
[1106/1335] Compiling v3_akey.cc
[1107/1335] Wrapping AST for ConsoleKitCommands for debugging
[1108/1337] Compiling t_x509a.cc
[1109/1337] Compiling t_x509.cc
[1111/1337] Compiling ConsoleKit Exports.swift
[1112/1337] Emitting module ConsoleKit
[1112/1338] Compiling t_req.cc
[1114/1338] Compiling t_crl.cc
[1115/1338] Compiling rsa_pss.cc
[1116/1338] Wrapping AST for ConsoleKit for debugging
[1117/1338] Compiling i2d_pr.cc
[1118/1338] Compiling policy.cc
[1119/1338] Compiling name_print.cc
[1120/1338] Compiling by_file.cc
[1121/1338] Compiling by_dir.cc
[1122/1338] Compiling asn1_gen.cc
[1122/1338] Compiling algorithm.cc
[1124/1338] Compiling a_verify.cc
[1125/1338] Compiling a_digest.cc
[1126/1338] Compiling a_sign.cc
[1127/1338] Compiling voprf.cc
[1128/1338] Compiling thread_win.cc
[1129/1338] Compiling thread_pthread.cc
[1130/1338] Compiling trust_token.cc
[1131/1338] Compiling thread_none.cc
[1132/1338] Compiling pmbtoken.cc
[1133/1338] Compiling thread.cc
[1134/1338] Compiling wots.cc
[1135/1338] Compiling stack.cc
[1136/1338] Compiling thash.cc
[1137/1338] Compiling merkle.cc
[1138/1338] Compiling slhdsa.cc
[1139/1338] Compiling sha512.cc
[1140/1338] Compiling fors.cc
[1141/1338] Compiling siphash.cc
[1142/1338] Compiling sha256.cc
[1143/1338] Compiling sha1.cc
[1144/1338] Compiling rsa_print.cc
[1145/1338] Compiling rsa_extra.cc
[1146/1338] Compiling rc4.cc
[1147/1338] Compiling refcount.cc
[1148/1338] Compiling rsa_crypt.cc
[1149/1338] Compiling rsa_asn1.cc
[1150/1338] Compiling windows.cc
[1151/1338] Compiling urandom.cc
[1152/1338] Compiling trusty.cc
[1153/1338] Compiling rand_extra.cc
[1154/1338] Compiling ios.cc
[1155/1338] Compiling passive.cc
[1156/1338] Compiling poly1305_arm_asm.S
[1157/1338] Compiling getentropy.cc
[1158/1338] Compiling deterministic.cc
[1159/1338] Compiling forkunsafe.cc
[1160/1338] Compiling fork_detect.cc
[1161/1338] Compiling pool.cc
[1162/1338] Compiling poly1305_arm.cc
[1163/1338] Compiling poly1305.cc
[1164/1338] Compiling poly1305_vec.cc
[1165/1338] Compiling pkcs7.cc
[1166/1338] Compiling pkcs8_x509.cc
[1167/1338] Compiling pkcs8.cc
[1168/1338] Compiling p5_pbev2.cc
[1169/1338] Compiling pkcs7_x509.cc
[1170/1338] Compiling pem_xaux.cc
[1171/1338] Compiling pem_x509.cc
[1172/1338] Compiling pem_pkey.cc
[1173/1338] Compiling pem_pk8.cc
[1174/1338] Compiling obj_xref.cc
[1175/1338] Compiling mlkem.cc
[1176/1338] Compiling pem_oth.cc
[1177/1338] Compiling pem_info.cc
[1178/1338] Compiling obj.cc
[1179/1338] Compiling pem_lib.cc
[1180/1338] Compiling pem_all.cc
[1181/1338] Compiling mldsa.cc
[1182/1338] Compiling poly_rq_mul.S
[1183/1338] Compiling mem.cc
[1184/1338] Compiling fips_shared_support.cc
[1185/1338] Compiling md5.cc
[1186/1338] Compiling md4.cc
[1187/1338] Compiling lhash.cc
[1188/1338] Compiling kyber.cc
[1189/1338] Compiling ex_data.cc
[1190/1338] Compiling hpke.cc
[1191/1338] Compiling hrss.cc
[1192/1338] Compiling sign.cc
[1193/1338] Compiling scrypt.cc
[1194/1338] Compiling pbkdf.cc
[1195/1338] Compiling print.cc
[1196/1338] Compiling p_x25519.cc
[1197/1338] Compiling p_x25519_asn1.cc
[1198/1338] Compiling p_rsa_asn1.cc
[1199/1338] Compiling p_rsa.cc
[1200/1338] Compiling p_hkdf.cc
[1201/1338] Compiling p_ed25519.cc
[1202/1338] Compiling p_ed25519_asn1.cc
[1203/1338] Compiling p_ec_asn1.cc
[1204/1338] Compiling p_ec.cc
[1205/1338] Compiling p_dsa_asn1.cc
[1206/1338] Compiling p_dh.cc
[1206/1338] Compiling p_dh_asn1.cc
[1208/1338] Compiling evp_ctx.cc
[1209/1338] Compiling evp_asn1.cc
[1210/1338] Compiling evp.cc
[1211/1338] Compiling err.cc
[1212/1338] Compiling engine.cc
[1213/1338] Compiling ecdh_extra.cc
[1214/1338] Compiling ecdsa_asn1.cc
[1215/1338] Compiling hash_to_curve.cc
[1216/1338] Compiling ec_derive.cc
[1217/1338] Compiling ec_asn1.cc
[1218/1338] Compiling dsa_asn1.cc
[1219/1338] Compiling dsa.cc
[1220/1338] Compiling params.cc
[1221/1338] Compiling digest_extra.cc
[1222/1338] Compiling x25519-asm-arm.S
[1223/1338] Compiling dh_asn1.cc
[1224/1338] Compiling des.cc
[1225/1338] Compiling spake25519.cc
[1226/1338] Compiling cpu_intel.cc
[1226/1338] Compiling crypto.cc
[1228/1338] Compiling cpu_arm_linux.cc
[1229/1338] Compiling cpu_arm_freebsd.cc
[1230/1338] Compiling curve25519.cc
[1231/1338] Compiling cpu_aarch64_win.cc
[1232/1338] Compiling cpu_aarch64_openbsd.cc
[1233/1338] Compiling cpu_aarch64_sysreg.cc
[1234/1338] Compiling cpu_aarch64_linux.cc
[1235/1338] Compiling curve25519_64_adx.cc
[1236/1338] Compiling cpu_aarch64_fuchsia.cc
[1237/1338] Compiling cpu_aarch64_apple.cc
[1238/1338] Compiling bcm.cc
[1239/1338] Compiling conf.cc
[1240/1338] Compiling tls_cbc.cc
[1241/1338] Compiling e_tls.cc
[1242/1338] Compiling e_rc4.cc
[1243/1338] Compiling e_null.cc
[1244/1338] Compiling e_rc2.cc
[1245/1338] Compiling e_des.cc
[1246/1338] Compiling e_chacha20poly1305.cc
[1247/1338] Compiling e_aesgcmsiv.cc
[1248/1338] Compiling derive_key.cc
[1249/1338] Compiling e_aesctrhmac.cc
[1250/1338] Compiling cipher_extra.cc
[1251/1338] Compiling chacha.cc
[1252/1338] Compiling unicode.cc
[1253/1338] Compiling ber.cc
[1254/1338] Compiling cbs.cc
[1255/1338] Compiling cbb.cc
[1256/1338] Compiling asn1_compat.cc
[1256/1338] Compiling buf.cc
[1258/1338] Compiling bn_asn1.cc
[1259/1338] Compiling blake2.cc
[1260/1338] Compiling convert.cc
[1261/1338] Compiling printf.cc
[1262/1338] Compiling hexdump.cc
[1263/1338] Compiling pair.cc
[1264/1338] Compiling file.cc
[1264/1338] Compiling fd.cc
[1266/1338] Compiling errno.cc
[1267/1338] Compiling bio_mem.cc
[1268/1338] Compiling bio.cc
[1269/1338] Compiling base64.cc
[1270/1338] Compiling tasn_fre.cc
[1271/1338] Compiling tasn_typ.cc
[1272/1338] Compiling tasn_utl.cc
[1273/1338] Compiling tasn_new.cc
[1274/1338] Compiling tasn_enc.cc
[1275/1338] Compiling posix_time.cc
[1276/1338] Compiling f_string.cc
[1277/1338] Compiling tasn_dec.cc
[1278/1338] Compiling f_int.cc
[1278/1338] Compiling asn_pack.cc
[1280/1338] Compiling asn1_par.cc
[1281/1338] Compiling a_utctm.cc
[1282/1338] Compiling asn1_lib.cc
[1283/1338] Compiling a_type.cc
[1284/1338] Compiling a_time.cc
[1285/1338] Compiling a_octet.cc
[1286/1338] Compiling a_strnid.cc
[1287/1338] Compiling a_strex.cc
[1288/1338] Compiling a_object.cc
[1289/1338] Compiling a_mbstr.cc
[1290/1338] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1291/1338] Write sources
[1292/1338] Compiling a_i2d_fp.cc
[1293/1338] Write sources
[1294/1338] Compiling a_int.cc
[1295/1338] Write sources
[1298/1338] Compiling a_dup.cc
[1299/1338] Compiling a_d2i_fp.cc
[1299/1338] Compiling a_gentm.cc
[1301/1342] Compiling a_bool.cc
[1302/1435] Compiling a_bitstr.cc
[1304/1435] Compiling Algorithms MinMax.swift
[1305/1435] Compiling Algorithms Compacted.swift
[1306/1435] Compiling Algorithms Cycle.swift
[1307/1445] Compiling Atomics IntegerOperations.swift
[1308/1445] Compiling Atomics Unmanaged extensions.swift
[1309/1445] Compiling Algorithms Product.swift
[1310/1445] Compiling Algorithms FlattenCollection.swift
[1311/1445] Compiling Algorithms Grouped.swift
[1312/1445] Compiling Algorithms Indexed.swift
[1313/1445] Compiling Algorithms Intersperse.swift
[1315/1445] Compiling Algorithms EitherSequence.swift
[1316/1445] Compiling Algorithms FirstNonNil.swift
[1317/1445] Compiling Algorithms Partition.swift
[1318/1445] Compiling Algorithms Permutations.swift
[1322/1452] Compiling BitCollections BitSet+Initializers.swift
[1323/1452] Compiling BitCollections BitSet+Invariants.swift
[1324/1452] Compiling BitCollections BitSet+Random.swift
[1325/1452] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1326/1452] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1327/1452] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1328/1452] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1329/1452] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1330/1452] Compiling BitCollections BitSet+CustomReflectable.swift
[1331/1452] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1332/1452] Compiling BitCollections BitSet+Equatable.swift
[1333/1452] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1334/1452] Compiling BitCollections BitSet+Extras.swift
[1335/1452] Compiling BitCollections BitSet+Hashable.swift
[1336/1452] Compiling Algorithms Split.swift
[1337/1452] Compiling Algorithms Stride.swift
[1338/1452] Compiling Algorithms Suffix.swift
[1341/1455] Compiling Algorithms Rotate.swift
[1342/1455] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1343/1455] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1344/1455] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1345/1455] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1346/1455] Compiling BitCollections BitSet+SetAlgebra union.swift
[1347/1455] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1348/1455] Compiling BitCollections BitSet.Counted.swift
[1349/1455] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1350/1455] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1351/1455] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1352/1455] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1353/1455] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1354/1455] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1355/1455] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1356/1455] Compiling CryptoBoringWrapper RandomBytes.swift
[1357/1455] Compiling Algorithms AdjacentPairs.swift
[1358/1455] Compiling Algorithms Chain.swift
[1359/1455] Compiling Algorithms Chunked.swift
[1360/1455] Compiling Algorithms Combinations.swift
[1361/1455] Compiling Algorithms Joined.swift
[1362/1455] Compiling Algorithms Keyed.swift
[1368/1455] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1369/1455] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1370/1455] Emitting module CryptoBoringWrapper
[1371/1455] Emitting module BitCollections
[1391/1455] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1392/1455] Compiling Algorithms Trim.swift
[1393/1455] Compiling Algorithms Unique.swift
[1394/1455] Compiling Algorithms Windows.swift
[1395/1455] Compiling CryptoBoringWrapper EllipticCurve.swift
[1396/1455] Compiling BitCollections BitSet.Index.swift
[1397/1455] Compiling BitCollections BitSet._UnsafeHandle.swift
[1398/1455] Compiling BitCollections BitSet.swift
[1399/1455] Compiling BitCollections Range+Utilities.swift
[1400/1455] Compiling BitCollections Slice+Utilities.swift
[1401/1455] Compiling BitCollections UInt+Tricks.swift
[1402/1455] Compiling BitCollections _Word.swift
[1403/1456] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1404/1456] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1406/1457] Wrapping AST for CryptoBoringWrapper for debugging
[1407/1457] Wrapping AST for BitCollections for debugging
[1413/1495] Emitting module Collections
[1414/1495] Compiling Collections Collections.swift
[1415/1531] Emitting module Atomics
[1417/1531] Compiling Crypto ASN1Boolean.swift
[1418/1531] Compiling Crypto ASN1Identifier.swift
[1419/1531] Compiling Crypto AES-GCM.swift
[1420/1531] Compiling Crypto AES-GCM_boring.swift
[1421/1531] Compiling Crypto ChaChaPoly_boring.swift
[1422/1531] Compiling Crypto ASN1Integer.swift
[1423/1531] Compiling Crypto ASN1Null.swift
[1424/1531] Compiling Crypto ChaChaPoly.swift
[1425/1531] Compiling Crypto Cipher.swift
[1426/1531] Compiling Crypto Nonces.swift
[1426/1532] Wrapping AST for Collections for debugging
[1428/1532] Wrapping AST for Atomics for debugging
[1430/1591] Emitting module Algorithms
[1431/1592] Wrapping AST for Algorithms for debugging
[1433/1592] Emitting module Crypto
[1434/1592] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1435/1592] Compiling NIOCore BSDSocketAPI.swift
[1436/1592] Compiling NIOCore ByteBuffer-aux.swift
[1437/1592] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1438/1592] Compiling NIOCore ByteBuffer-conversions.swift
[1439/1592] Compiling NIOCore ByteBuffer-core.swift
[1440/1592] Compiling NIOCore ByteBuffer-hex.swift
[1441/1592] Compiling NIOCore ByteBuffer-int.swift
[1442/1592] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1443/1592] Compiling NIOCore AddressedEnvelope.swift
[1444/1601] Compiling NIOCore GlobalSingletons.swift
[1445/1601] Compiling NIOCore IO.swift
[1446/1601] Compiling NIOCore IOData.swift
[1447/1601] Compiling NIOCore IPProtocol.swift
[1448/1601] Compiling NIOCore IntegerBitPacking.swift
[1449/1601] Compiling NIOCore IntegerTypes.swift
[1450/1601] Compiling NIOCore Interfaces.swift
[1451/1601] Compiling NIOCore Linux.swift
[1452/1601] Compiling Crypto NISTCurvesKeys.swift
[1453/1601] Compiling Crypto X25519Keys.swift
[1454/1601] Compiling Crypto SymmetricKeys.swift
[1455/1601] Compiling Crypto HMAC.swift
[1456/1601] Compiling Crypto MACFunctions.swift
[1457/1601] Compiling Crypto MessageAuthenticationCode.swift
[1458/1601] Compiling Crypto AES.swift
[1459/1601] Compiling Crypto ECDSASignature_boring.swift
[1460/1601] Compiling Crypto ECDSA_boring.swift
[1461/1601] Compiling Crypto EdDSA_boring.swift
[1462/1601] Compiling Crypto ECDSA.swift
[1463/1601] Compiling Crypto Ed25519.swift
[1464/1601] Compiling NIOCore MarkedCircularBuffer.swift
[1465/1601] Compiling NIOCore MulticastChannel.swift
[1466/1601] Compiling NIOCore NIOAny.swift
[1467/1601] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1468/1601] Compiling NIOCore NIOLoopBound.swift
[1469/1601] Compiling NIOCore NIOScheduledCallback.swift
[1470/1601] Compiling NIOCore NIOSendable.swift
[1471/1601] Compiling NIOCore RecvByteBufferAllocator.swift
[1472/1609] Compiling NIOCore DeadChannel.swift
[1473/1609] Compiling NIOCore DispatchQueue+WithFuture.swift
[1474/1609] Compiling NIOCore EventLoop+Deprecated.swift
[1475/1609] Compiling NIOCore EventLoop+SerialExecutor.swift
[1476/1609] Compiling NIOCore EventLoop.swift
[1477/1609] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1478/1609] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1479/1609] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1480/1609] Compiling NIOCore EventLoopFuture.swift
[1481/1609] Compiling NIOCore FileDescriptor.swift
[1482/1609] Compiling NIOCore FileHandle.swift
[1483/1609] Compiling NIOCore FileRegion.swift
[1492/1609] Compiling Crypto Signature.swift
[1493/1609] Compiling Crypto CryptoKitErrors_boring.swift
[1494/1609] Compiling Crypto RNG_boring.swift
[1495/1609] Compiling Crypto SafeCompare_boring.swift
[1496/1609] Compiling Crypto Zeroization_boring.swift
[1497/1609] Compiling Crypto PrettyBytes.swift
[1498/1609] Compiling Crypto SafeCompare.swift
[1499/1609] Compiling Crypto SecureBytes.swift
[1500/1609] Compiling Crypto Zeroization.swift
[1509/1609] Compiling NIOCore ByteBuffer-views.swift
[1510/1609] Compiling NIOCore Channel.swift
[1511/1609] Compiling NIOCore ChannelHandler.swift
[1512/1609] Compiling NIOCore ChannelHandlers.swift
[1513/1609] Compiling NIOCore ChannelInvoker.swift
[1514/1609] Compiling NIOCore ChannelOption.swift
[1515/1609] Compiling NIOCore ChannelPipeline.swift
[1516/1609] Compiling NIOCore CircularBuffer.swift
[1517/1609] Compiling NIOCore Codec.swift
[1518/1609] Compiling NIOCore ConvenienceOptionSupport.swift
[1519/1609] Compiling NIOCore AsyncAwaitSupport.swift
[1520/1609] Compiling NIOCore AsyncChannel.swift
[1521/1609] Compiling NIOCore AsyncChannelHandler.swift
[1522/1609] Compiling NIOCore AsyncChannelInboundStream.swift
[1523/1609] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1524/1609] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1525/1609] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1526/1609] Compiling NIOCore NIOAsyncWriter.swift
[1527/1609] Compiling NIOCore ByteBuffer-multi-int.swift
[1528/1609] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1529/1610] Wrapping AST for Crypto for debugging
[1556/1610] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1557/1610] Compiling NIOCore SocketAddresses.swift
[1558/1610] Compiling NIOCore SocketOptionProvider.swift
[1559/1610] Compiling NIOCore SystemCallHelpers.swift
[1560/1610] Compiling NIOCore TimeAmount+Duration.swift
[1561/1610] Compiling NIOCore TypeAssistedChannelHandler.swift
[1562/1610] Compiling NIOCore UniversalBootstrapSupport.swift
[1563/1610] Compiling NIOCore Utilities.swift
[1581/1610] Emitting module NIOCore
[1582/1611] Wrapping AST for NIOCore for debugging
[1584/1662] Emitting module NIOEmbedded
[1585/1662] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1586/1662] Compiling NIOEmbedded AsyncTestingChannel.swift
[1587/1662] Compiling NIOEmbedded Embedded.swift
[1588/1663] Wrapping AST for NIOEmbedded for debugging
[1590/1663] Emitting module NIOPosix
[1591/1669] Compiling NIOPosix SelectableChannel.swift
[1592/1669] Compiling NIOPosix SelectableEventLoop.swift
[1593/1669] Compiling NIOPosix SelectorEpoll.swift
[1594/1669] Compiling NIOPosix SelectorGeneric.swift
[1595/1669] Compiling NIOPosix SelectorKqueue.swift
[1596/1669] Compiling NIOPosix SelectorUring.swift
[1597/1669] Compiling NIOPosix ServerSocket.swift
[1598/1669] Compiling NIOPosix Socket.swift
[1599/1669] Compiling NIOPosix SocketChannel.swift
[1600/1669] Compiling NIOPosix SocketProtocols.swift
[1601/1669] Compiling NIOPosix System.swift
[1602/1669] Compiling NIOPosix Thread.swift
[1603/1669] Compiling NIOPosix ThreadPosix.swift
[1604/1669] Compiling NIOPosix ThreadWindows.swift
[1605/1669] Compiling NIOPosix UnsafeTransfer.swift
[1606/1669] Compiling NIOPosix Utilities.swift
[1607/1669] Compiling NIOPosix VsockAddress.swift
[1608/1669] Compiling NIOPosix VsockChannelEvents.swift
[1609/1669] Compiling NIOPosix BSDSocketAPICommon.swift
[1610/1669] Compiling NIOPosix BSDSocketAPIPosix.swift
[1611/1669] Compiling NIOPosix BSDSocketAPIWindows.swift
[1612/1669] Compiling NIOPosix BaseSocket.swift
[1613/1669] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1614/1669] Compiling NIOPosix BaseSocketChannel.swift
[1615/1669] Compiling NIOPosix BaseStreamSocketChannel.swift
[1616/1669] Compiling NIOPosix Bootstrap.swift
[1617/1669] Compiling NIOPosix ControlMessage.swift
[1618/1669] Compiling NIOPosix DatagramVectorReadManager.swift
[1619/1669] Compiling NIOPosix Errors+Any.swift
[1620/1669] Compiling NIOPosix FileDescriptor.swift
[1621/1669] Compiling NIOPosix GetaddrinfoResolver.swift
[1622/1669] Compiling NIOPosix HappyEyeballs.swift
[1623/1669] Compiling NIOPosix IO.swift
[1624/1669] Compiling NIOPosix IntegerBitPacking.swift
[1625/1669] Compiling NIOPosix IntegerTypes.swift
[1626/1669] Compiling NIOPosix Linux.swift
[1627/1669] Compiling NIOPosix LinuxCPUSet.swift
[1628/1669] Compiling NIOPosix LinuxUring.swift
[1629/1669] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1630/1669] Compiling NIOPosix NIOThreadPool.swift
[1631/1669] Compiling NIOPosix NonBlockingFileIO.swift
[1632/1669] Compiling NIOPosix PendingDatagramWritesManager.swift
[1633/1669] Compiling NIOPosix PendingWritesManager.swift
[1634/1669] Compiling NIOPosix PipeChannel.swift
[1635/1669] Compiling NIOPosix PipePair.swift
[1636/1669] Compiling NIOPosix Pool.swift
[1637/1669] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1638/1669] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1639/1669] Compiling NIOPosix PosixSingletons.swift
[1640/1669] Compiling NIOPosix RawSocketBootstrap.swift
[1641/1669] Compiling NIOPosix Resolver.swift
[1642/1669] Compiling NIOPosix Selectable.swift
[1643/1670] Wrapping AST for NIOPosix for debugging
[1645/1729] Compiling NIO Exports.swift
[1646/1729] Emitting module NIO
[1648/1730] Compiling _NIOFileSystem FileHandle.swift
[1649/1730] Compiling _NIOFileSystem FileHandleProtocol.swift
[1650/1730] Compiling _NIOFileSystem FileInfo.swift
[1651/1732] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1652/1732] Compiling _NIOFileSystem FileSystemError.swift
[1653/1732] Compiling _NIOFileSystem FileSystemProtocol.swift
[1653/1732] Wrapping AST for NIO for debugging
[1655/1744] Compiling _NIOFileSystem ParallelDirCopy.swift
[1656/1744] Compiling _NIOFileSystem ParallelRemoval.swift
[1657/1744] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1658/1744] Compiling _NIOFileSystem CInterop.swift
[1659/1744] Compiling _NIOFileSystem Errno.swift
[1660/1775] Compiling NIOTLS TLSEvents.swift
[1661/1775] Emitting module NIOTLS
[1662/1775] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1663/1775] Compiling NIOSOCKS Errors.swift
[1664/1775] Compiling NIOSOCKS Helpers.swift
[1665/1775] Compiling NIOSOCKS AuthenticationMethod.swift
[1666/1775] Compiling NIOSOCKS ClientGreeting.swift
[1667/1775] Compiling NIOSOCKS SOCKSClientHandler.swift
[1668/1775] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1669/1775] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1674/1778] Emitting module NIOSOCKS
[1675/1778] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1676/1778] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1677/1778] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1678/1778] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1679/1778] Compiling NIOSOCKS SOCKSResponse.swift
[1680/1778] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1681/1778] Compiling NIOSOCKS ClientStateMachine.swift
[1684/1778] Emitting module NIOFoundationCompat
[1685/1779] Compiling AsyncKit Optional+StrictMap.swift
[1686/1779] Compiling AsyncKit Exports.swift
[1690/1779] Compiling NIOSOCKS Messages.swift
[1691/1779] Compiling NIOSOCKS SOCKSRequest.swift
[1692/1779] Compiling NIOSOCKS ServerStateMachine.swift
[1692/1780] Wrapping AST for NIOFoundationCompat for debugging
[1694/1780] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1695/1780] Compiling NIOTLS SNIHandler.swift
[1697/1781] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1698/1781] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1700/1781] Compiling _NIOFileSystem FileType.swift
[1701/1781] Compiling _NIOFileSystem IOStrategy.swift
[1702/1781] Emitting module _NIOFileSystem
[1702/1781] Wrapping AST for NIOSOCKS for debugging
[1705/1781] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1706/1781] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1707/1781] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1708/1781] Compiling _NIOFileSystem Mocking.swift
[1709/1781] Compiling _NIOFileSystem Syscall.swift
[1710/1781] Compiling _NIOFileSystem Syscalls.swift
[1712/1781] Wrapping AST for NIOTLS for debugging
[1714/1781] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1715/1781] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1718/1832] Compiling NIOSSL SSLPublicKey.swift
[1719/1832] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1720/1832] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1721/1832] Compiling NIOSSL SubjectAlternativeName.swift
[1722/1832] Compiling NIOSSL NIOSSLSecureBytes.swift
[1723/1832] Emitting module AsyncKit
[1724/1832] Emitting module NIOTransportServices
[1725/1834] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1726/1834] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1727/1834] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1728/1834] Compiling NIOTransportServices NIOTSErrors.swift
[1729/1834] Compiling NIOTransportServices NIOTSEventLoop.swift
[1730/1834] Compiling NIOTransportServices StateManagedChannel.swift
[1731/1834] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1732/1834] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1733/1834] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1734/1834] Compiling NIOTransportServices NIOTSSingletons.swift
[1735/1834] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1736/1834] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1737/1834] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1739/1834] Compiling NIOTransportServices NIOTSBootstraps.swift
[1740/1834] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1741/1834] Compiling NIOSSL NIOSSLServerHandler.swift
[1742/1834] Compiling NIOSSL LinuxCABundle.swift
[1743/1834] Compiling NIOSSL NIOSSLClientHandler.swift
[1744/1834] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1745/1834] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1746/1834] Compiling NIOSSL AndroidCABundle.swift
[1747/1834] Compiling NIOSSL ByteBufferBIO.swift
[1753/1835] Compiling _NIOFileSystem SystemFileHandle.swift
[1754/1835] Compiling _NIOFileSystem Utilities.swift
[1755/1835] Compiling _NIOFileSystem OpenOptions.swift
[1756/1835] Compiling _NIOFileSystem String+FileSystem.swift
[1756/1835] Wrapping AST for NIOTransportServices for debugging
[1758/1835] Emitting module NIOHTTP1
[1779/1902] Compiling MultipartKit FormDataEncoder.swift
[1780/1902] Compiling MultipartKit Storage.swift
[1781/1904] Compiling NIOWebSocket WebSocketOpcode.swift
[1782/1905] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1788/1905] Compiling NIOSSL RNG.swift
[1789/1905] Compiling NIOSSL SafeCompare.swift
[1790/1905] Compiling NIOSSL Zeroization.swift
[1792/1910] Wrapping AST for NIOHTTP1 for debugging
[1794/1910] Emitting module NIOSSL
[1795/1910] Compiling MultipartKit BasicCodingKey.swift
[1796/1910] Compiling MultipartKit MultipartError.swift
[1797/1910] Compiling MultipartKit Exports.swift
[1798/1910] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1799/1910] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1800/1910] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1801/1910] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1802/1910] Compiling NIOExtras UnsafeTransfer.swift
[1803/1910] Compiling MultipartKit MultipartSerializer.swift
[1804/1910] Compiling MultipartKit Utilities.swift
[1805/1910] Compiling NIOHPACK HuffmanTables.swift
[1806/1911] Compiling MultipartKit MultipartPart.swift
[1807/1911] Compiling MultipartKit MultipartPartConvertible.swift
[1808/1911] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1810/1911] Compiling MultipartKit MultipartFormData.swift
[1811/1911] Compiling MultipartKit MultipartParser.swift
[1812/1911] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1813/1911] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1814/1911] Compiling MultipartKit FormDataDecoder.swift
[1815/1911] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1819/1911] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1820/1914] Compiling NIOHPACK IndexedHeaderTable.swift
[1821/1914] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1822/1914] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1825/1914] Compiling NIOHPACK IntegerCoding.swift
[1839/1914] Emitting module MultipartKit
[1844/1914] Compiling NIOHPACK StaticHeaderTable.swift
[1845/1914] Emitting module NIOExtras
[1846/1914] Compiling NIOHTTPCompression HTTPCompression.swift
[1847/1914] Emitting module NIOHTTPCompression
[1848/1914] Compiling NIOHTTPCompression HTTPDecompression.swift
[1849/1914] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1850/1914] Compiling NIOWebSocket WebSocketFrame.swift
[1851/1914] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1855/1914] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1856/1914] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1857/1915] Emitting module _NIOFileSystemFoundationCompat
[1860/1915] Emitting module NIOWebSocket
[1861/1916] Compiling NIOHPACK HuffmanCoding.swift
[1862/1916] Emitting module NIOHPACK
[1863/1916] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1876/1919] Wrapping AST for _NIOFileSystem for debugging
[1878/1921] Wrapping AST for NIOWebSocket for debugging
[1879/1921] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1880/1921] Wrapping AST for NIOHTTPCompression for debugging
[1882/1921] Emitting module NIOFileSystem
[1883/1921] Compiling NIOFileSystem Exports.swift
[1883/1921] Wrapping AST for NIOHPACK for debugging
[1884/1922] Wrapping AST for MultipartKit for debugging
[1889/1981] Wrapping AST for NIOExtras for debugging
[1891/1981] Compiling NIOHTTP2 Error+Any.swift
[1892/1981] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1893/1981] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1893/1981] Wrapping AST for NIOFileSystem for debugging
[1895/1981] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1896/1981] Compiling NIOHTTP2 MaySendFrames.swift
[1897/1981] Compiling NIOHTTP2 SendingDataState.swift
[1898/1981] Compiling NIOHTTP2 SendingGoawayState.swift
[1899/1981] Compiling NIOHTTP2 SendingHeadersState.swift
[1900/1981] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1901/1981] Compiling NIOHTTP2 SendingRstStreamState.swift
[1902/1981] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1911/1982] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1911/1990] Wrapping AST for NIOSSL for debugging
[1913/1998] Compiling WebSocketKit Exports.swift
[1914/1998] Emitting module NIOHTTP2
[1915/1998] Compiling WebSocketKit WebSocket+Connect.swift
[1916/1998] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1917/1998] Emitting module WebSocketKit
[1918/1998] Compiling WebSocketKit WebSocket+Concurrency.swift
[1919/1998] Compiling WebSocketKit WebSocketHandler.swift
[1920/1998] Compiling WebSocketKit WebSocket.swift
[1921/1998] Compiling WebSocketKit WebSocketClient.swift
[1923/1999] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1924/1999] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1925/1999] Compiling NIOHTTP2 HasLocalSettings.swift
[1926/1999] Compiling NIOHTTP2 HasRemoteSettings.swift
[1927/1999] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1928/1999] Compiling NIOHTTP2 QuiescingState.swift
[1929/1999] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1930/1999] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1931/1999] Compiling NIOHTTP2 InboundWindowManager.swift
[1932/1999] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1933/1999] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1934/1999] Compiling NIOHTTP2 StreamChannelList.swift
[1935/1999] Compiling NIOHTTP2 StreamMap.swift
[1936/1999] Compiling NIOHTTP2 StreamStateMachine.swift
[1937/1999] Compiling NIOHTTP2 UnsafeTransfer.swift
[1938/1999] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1939/1999] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1940/1999] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1941/1999] Compiling NIOHTTP2 MayReceiveFrames.swift
[1942/1999] Compiling NIOHTTP2 ReceivingDataState.swift
[1943/1999] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1944/1999] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1945/1999] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1946/1999] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1947/1999] Wrapping AST for WebSocketKit for debugging
[1949/1999] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1950/1999] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1951/1999] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1952/1999] Compiling NIOHTTP2 HTTP2StreamID.swift
[1953/1999] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1954/1999] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1955/1999] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1956/1999] Compiling NIOHTTP2 InboundEventBuffer.swift
[1957/1999] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1958/1999] Compiling NIOHTTP2 HTTP2Frame.swift
[1959/1999] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1960/1999] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1961/1999] Compiling NIOHTTP2 HTTP2PingData.swift
[1962/1999] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1963/1999] Compiling NIOHTTP2 HTTP2Settings.swift
[1964/1999] Compiling NIOHTTP2 HTTP2Stream.swift
[1965/1999] Compiling NIOHTTP2 StateMachineResult.swift
[1966/1999] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1967/1999] Compiling NIOHTTP2 DOSHeuristics.swift
[1971/1999] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1972/1999] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1973/1999] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1974/1999] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1975/1999] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1976/1999] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1977/1999] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1978/1999] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1979/1999] Compiling NIOHTTP2 HTTP2Error.swift
[1980/1999] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1991/2001] Wrapping AST for NIOHTTP2 for debugging
[1992/2012] Wrapping AST for AsyncKit for debugging
[1994/2060] Emitting module AsyncHTTPClient
[1995/2068] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1996/2068] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1997/2068] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1998/2068] Compiling AsyncHTTPClient HTTP1Connection.swift
[1999/2068] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2000/2068] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2001/2068] Compiling AsyncHTTPClient HTTP2Connection.swift
[2002/2068] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2003/2068] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2004/2068] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2005/2068] Compiling AsyncHTTPClient Transaction.swift
[2006/2068] Compiling AsyncHTTPClient Base64.swift
[2007/2068] Compiling AsyncHTTPClient BasicAuth.swift
[2008/2068] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2009/2068] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2010/2068] Compiling AsyncHTTPClient ConnectionPool.swift
[2011/2068] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2012/2068] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2013/2068] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2014/2068] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2015/2068] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2016/2068] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2017/2068] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2018/2068] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2019/2068] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2020/2068] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2021/2068] Compiling AsyncHTTPClient RequestBag.swift
[2022/2068] Compiling AsyncHTTPClient RequestValidation.swift
[2023/2068] Compiling AsyncHTTPClient SSLContextCache.swift
[2024/2068] Compiling AsyncHTTPClient Scheme.swift
[2025/2068] Compiling AsyncHTTPClient Singleton.swift
[2026/2068] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2027/2068] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2028/2068] Compiling AsyncHTTPClient Utils.swift
[2029/2068] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2030/2068] Compiling AsyncHTTPClient RequestOptions.swift
[2031/2068] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2032/2068] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2033/2068] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2034/2068] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2035/2068] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2036/2068] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2037/2068] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2038/2068] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2039/2068] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2040/2068] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2041/2068] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2042/2068] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2043/2068] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2044/2068] Compiling AsyncHTTPClient RequestBodyLength.swift
[2045/2068] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2046/2068] Compiling AsyncHTTPClient ConnectionTarget.swift
[2047/2068] Compiling AsyncHTTPClient DeconstructedURL.swift
[2048/2068] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2049/2068] Compiling AsyncHTTPClient FoundationExtensions.swift
[2050/2068] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2051/2068] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2052/2068] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2053/2068] Compiling AsyncHTTPClient HTTPClient.swift
[2054/2068] Compiling AsyncHTTPClient HTTPHandler.swift
[2055/2068] Compiling AsyncHTTPClient LRUCache.swift
[2056/2068] Compiling AsyncHTTPClient NWErrorHandler.swift
[2057/2068] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2058/2068] Compiling AsyncHTTPClient TLSConfiguration.swift
[2059/2068] Compiling AsyncHTTPClient RedirectState.swift
[2060/2068] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2061/2069] Wrapping AST for AsyncHTTPClient for debugging
[2063/2238] Compiling Vapor Request+Body.swift
[2064/2238] Compiling Vapor Request+BodyStream.swift
[2065/2238] Compiling Vapor Request.swift
[2066/2238] Compiling Vapor Application+Responder.swift
[2067/2238] Compiling Vapor DefaultResponder.swift
[2068/2238] Compiling Vapor Response+Body.swift
[2069/2238] Compiling Vapor Response.swift
[2070/2238] Compiling Vapor ResponseCodable.swift
[2071/2238] Compiling Vapor Application+Routes.swift
[2072/2238] Compiling Vapor Parameters+Require.swift
[2073/2238] Compiling Vapor Request+WebSocket.swift
[2074/2238] Compiling Vapor Route.swift
[2075/2238] Compiling Vapor RouteCollection.swift
[2076/2238] Compiling Vapor Routes.swift
[2077/2238] Compiling Vapor RoutesBuilder+Group.swift
[2078/2238] Compiling Vapor RoutesBuilder+Method.swift
[2079/2238] Compiling Vapor RoutesBuilder+Middleware.swift
[2080/2238] Compiling Vapor RoutesBuilder+WebSocket.swift
[2081/2238] Compiling Vapor RoutesBuilder.swift
[2082/2238] Compiling Vapor OTP.swift
[2083/2238] Compiling Vapor Application+Servers.swift
[2084/2238] Compiling Vapor Server.swift
[2085/2238] Compiling Vapor App+Service.swift
[2086/2238] Compiling Vapor Req+Service.swift
[2087/2262] Compiling Vapor AsyncBasicResponder.swift
[2088/2262] Compiling Vapor AsyncMiddleware.swift
[2089/2262] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2090/2262] Compiling Vapor AsyncSessionDriver.swift
[2091/2262] Compiling Vapor Authentication+Concurrency.swift
[2092/2262] Compiling Vapor Cache+Concurrency.swift
[2093/2262] Compiling Vapor Client+Concurrency.swift
[2094/2262] Compiling Vapor RequestBody+Concurrency.swift
[2095/2262] Compiling Vapor Responder+Concurrency.swift
[2096/2262] Compiling Vapor ResponseCodable+Concurrency.swift
[2097/2262] Compiling Vapor RoutesBuilder+Concurrency.swift
[2098/2262] Compiling Vapor ViewRenderer+Concurrency.swift
[2099/2262] Compiling Vapor WebSocket+Concurrency.swift
[2100/2262] Compiling Vapor ContainerGetPathExecutor.swift
[2101/2262] Compiling Vapor Content.swift
[2102/2262] Compiling Vapor ContentCoders.swift
[2103/2262] Compiling Vapor ContentConfiguration.swift
[2104/2262] Compiling Vapor ContentContainer.swift
[2105/2262] Compiling Vapor JSONCoder+Custom.swift
[2106/2262] Compiling Vapor JSONCoders+Content.swift
[2107/2262] Compiling Vapor PlaintextDecoder.swift
[2108/2262] Compiling Vapor PlaintextEncoder.swift
[2109/2262] Compiling Vapor URLQueryCoders.swift
[2110/2262] Compiling Vapor URLQueryContainer.swift
[2111/2262] Compiling Vapor Core.swift
[2112/2262] Compiling Vapor Running.swift
[2113/2262] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2114/2262] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2115/2262] Compiling Vapor DotEnvFile+load.swift
[2116/2262] Compiling Vapor Routes+caseInsenstive.swift
[2117/2262] Compiling Vapor Validatable+validate.swift
[2118/2262] Compiling Vapor Environment+Process.swift
[2119/2262] Compiling Vapor Environment+Secret.swift
[2120/2262] Compiling Vapor Environment.swift
[2121/2262] Compiling Vapor Abort.swift
[2122/2262] Compiling Vapor AbortError.swift
[2123/2262] Compiling Vapor DebuggableError.swift
[2124/2262] Compiling Vapor Demangler.swift
[2125/2262] Compiling Vapor ErrorSource.swift
[2126/2262] Compiling Vapor StackTrace.swift
[2127/2262] Compiling Vapor Exports.swift
[2128/2262] Compiling Vapor Application+HTTP.swift
[2129/2262] Compiling Vapor BasicResponder.swift
[2130/2262] Compiling Vapor BodyStream.swift
[2131/2262] Compiling Vapor Application+HTTP+Client.swift
[2132/2262] Compiling Vapor EventLoopHTTPClient.swift
[2133/2262] Compiling Vapor EndpointCache.swift
[2134/2262] Compiling Vapor HTTPMethod+String.swift
[2135/2262] Compiling Vapor Application.swift
[2136/2262] Compiling Vapor AuthenticationCache.swift
[2137/2262] Compiling Vapor Authenticator.swift
[2138/2262] Compiling Vapor BasicAuthorization.swift
[2139/2262] Compiling Vapor BearerAuthorization.swift
[2140/2262] Compiling Vapor GuardMiddleware.swift
[2141/2262] Compiling Vapor RedirectMiddleware.swift
[2142/2262] Compiling Vapor SessionAuthenticatable.swift
[2143/2262] Compiling Vapor Bcrypt.swift
[2144/2262] Compiling Vapor Application+Cache.swift
[2145/2262] Compiling Vapor Cache.swift
[2146/2262] Compiling Vapor CacheExpirationTime.swift
[2147/2262] Compiling Vapor MemoryCache.swift
[2148/2262] Compiling Vapor Request+Cache.swift
[2149/2262] Compiling Vapor Application+Clients.swift
[2150/2262] Compiling Vapor Client.swift
[2151/2262] Compiling Vapor ClientRequest.swift
[2152/2262] Compiling Vapor ClientResponse.swift
[2153/2262] Compiling Vapor Request+Client.swift
[2154/2262] Compiling Vapor BootCommand.swift
[2155/2262] Compiling Vapor CommandContext+Application.swift
[2156/2262] Compiling Vapor RoutesCommand.swift
[2157/2262] Compiling Vapor ServeCommand.swift
[2158/2262] Compiling Vapor AnyResponse+Concurrency.swift
[2159/2286] Compiling Vapor Validator.swift
[2160/2286] Compiling Vapor ValidatorResult.swift
[2161/2286] Compiling Vapor And.swift
[2162/2286] Compiling Vapor Case.swift
[2163/2286] Compiling Vapor CharacterSet.swift
[2164/2286] Compiling Vapor Count.swift
[2165/2286] Compiling Vapor Custom.swift
[2166/2286] Compiling Vapor Email.swift
[2167/2286] Compiling Vapor Empty.swift
[2168/2286] Compiling Vapor In.swift
[2169/2286] Compiling Vapor Nil.swift
[2170/2286] Compiling Vapor NilIgnoring.swift
[2171/2286] Compiling Vapor Not.swift
[2172/2286] Compiling Vapor Or.swift
[2173/2286] Compiling Vapor Pattern.swift
[2174/2286] Compiling Vapor Range.swift
[2175/2286] Compiling Vapor URL.swift
[2176/2286] Compiling Vapor Valid.swift
[2177/2286] Compiling Vapor Application+Views.swift
[2178/2286] Compiling Vapor PlaintextRenderer.swift
[2179/2286] Compiling Vapor Request+View.swift
[2180/2286] Compiling Vapor View.swift
[2181/2286] Compiling Vapor ViewRenderer.swift
[2182/2286] Compiling Vapor _Deprecations.swift
[2183/2286] Compiling Vapor Service.swift
[2184/2286] Compiling Vapor Application+Sessions.swift
[2185/2286] Compiling Vapor MemorySessions.swift
[2186/2286] Compiling Vapor Request+Session.swift
[2187/2286] Compiling Vapor Session.swift
[2188/2286] Compiling Vapor SessionCache.swift
[2189/2286] Compiling Vapor SessionData.swift
[2190/2286] Compiling Vapor SessionDriver.swift
[2191/2286] Compiling Vapor SessionsConfiguration.swift
[2192/2286] Compiling Vapor SessionsMiddleware.swift
[2193/2286] Compiling Vapor URLEncodedFormData.swift
[2194/2286] Compiling Vapor URLEncodedFormDecoder.swift
[2195/2286] Compiling Vapor URLEncodedFormEncoder.swift
[2196/2286] Compiling Vapor URLEncodedFormError.swift
[2197/2286] Compiling Vapor URLEncodedFormParser.swift
[2198/2286] Compiling Vapor URLEncodedFormSerializer.swift
[2199/2286] Compiling Vapor URLQueryFragmentConvertible.swift
[2200/2286] Compiling Vapor AnyResponse.swift
[2201/2286] Compiling Vapor Array+Random.swift
[2202/2286] Compiling Vapor Base32.swift
[2203/2286] Compiling Vapor Base64.swift
[2204/2286] Compiling Vapor BaseN.swift
[2205/2286] Compiling Vapor BasicCodingKey.swift
[2206/2286] Compiling Vapor ByteCount.swift
[2207/2286] Compiling Vapor HTTPServerResponseEncoder.swift
[2208/2286] Compiling Vapor HTTPServerUpgradeHandler.swift
[2209/2286] Compiling Vapor Logger+Report.swift
[2210/2286] Compiling Vapor LoggingSystem+Environment.swift
[2211/2286] Compiling Vapor Application+Middleware.swift
[2212/2286] Compiling Vapor CORSMiddleware.swift
[2213/2286] Compiling Vapor ErrorMiddleware.swift
[2214/2286] Compiling Vapor FileMiddleware.swift
[2215/2286] Compiling Vapor Middleware.swift
[2216/2286] Compiling Vapor MiddlewareConfiguration.swift
[2217/2286] Compiling Vapor ResponseCompressionMiddleware.swift
[2218/2286] Compiling Vapor RouteLoggingMiddleware.swift
[2219/2286] Compiling Vapor TracingMiddleware.swift
[2220/2286] Compiling Vapor File+Multipart.swift
[2221/2286] Compiling Vapor FormDataDecoder+Content.swift
[2222/2286] Compiling Vapor FormDataEncoder+Content.swift
[2223/2286] Compiling Vapor Application+Password.swift
[2224/2286] Compiling Vapor Application+Passwords.swift
[2225/2286] Compiling Vapor AsyncPasswordHasher.swift
[2226/2286] Compiling Vapor BcryptHasher.swift
[2227/2286] Compiling Vapor PasswordHasher.swift
[2228/2286] Compiling Vapor PlaintextHasher.swift
[2229/2286] Compiling Vapor Request+Password.swift
[2230/2286] Compiling Vapor Redirect.swift
[2231/2286] Emitting module Vapor
[2232/2286] Compiling Vapor Bytes+Hex.swift
[2233/2286] Compiling Vapor Bytes+SecureCompare.swift
[2234/2286] Compiling Vapor Collection+Safe.swift
[2235/2286] Compiling Vapor DataProtocol+Copy.swift
[2236/2286] Compiling Vapor DecoderUnwrapper.swift
[2237/2286] Compiling Vapor DirectoryConfiguration.swift
[2238/2286] Compiling Vapor DotEnv.swift
[2239/2286] Compiling Vapor Extendable.swift
[2240/2286] Compiling Vapor File.swift
[2241/2286] Compiling Vapor FileIO.swift
[2242/2286] Compiling Vapor LifecycleHandler.swift
[2243/2286] Compiling Vapor OptionalType.swift
[2244/2286] Compiling Vapor RFC1123.swift
[2245/2286] Compiling Vapor SocketAddress+Hostname.swift
[2246/2286] Compiling Vapor Storage.swift
[2247/2286] Compiling Vapor String+IsIPAddress.swift
[2248/2286] Compiling Vapor Thread.swift
[2249/2286] Compiling Vapor URI.swift
[2250/2286] Compiling Vapor RangeResult.swift
[2251/2286] Compiling Vapor Validatable.swift
[2252/2286] Compiling Vapor Validation.swift
[2253/2286] Compiling Vapor ValidationKey.swift
[2254/2286] Compiling Vapor Validations.swift
[2255/2286] Compiling Vapor ValidationsError.swift
[2256/2286] Compiling Vapor HTTPStatus.swift
[2257/2286] Compiling Vapor HTTPCookies.swift
[2258/2286] Compiling Vapor HTTPHeaderCacheControl.swift
[2259/2286] Compiling Vapor HTTPHeaderExpires.swift
[2260/2286] Compiling Vapor HTTPHeaderLastModified.swift
[2261/2286] Compiling Vapor HTTPHeaders+Cache.swift
[2262/2286] Compiling Vapor HTTPHeaders+Connection.swift
[2263/2286] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2264/2286] Compiling Vapor HTTPHeaders+ContentRange.swift
[2265/2286] Compiling Vapor HTTPHeaders+Directive.swift
[2266/2286] Compiling Vapor HTTPHeaders+Forwarded.swift
[2267/2286] Compiling Vapor HTTPHeaders+Link.swift
[2268/2286] Compiling Vapor HTTPHeaders+Name.swift
[2269/2286] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2270/2286] Compiling Vapor HTTPHeaders.swift
[2271/2286] Compiling Vapor HTTPMediaType.swift
[2272/2286] Compiling Vapor HTTPMediaTypePreference.swift
[2273/2286] Compiling Vapor Responder.swift
[2274/2286] Compiling Vapor Application+HTTP+Server.swift
[2275/2286] Compiling Vapor HTTPServer.swift
[2276/2286] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2277/2286] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2278/2286] Compiling Vapor HTTPServerHandler.swift
[2279/2286] Compiling Vapor HTTPServerRequestDecoder.swift
[2280/2287] Wrapping AST for Vapor for debugging
[2282/2296] Compiling S3Signer String+Encoding.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[2283/2297] Compiling S3Signer S3Signer.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2284/2297] Emitting module S3Signer
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[2285/2297] Compiling S3Signer Container+S3Signer.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[2286/2297] Compiling S3Signer S3Signer+Private.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[2287/2297] Compiling S3Signer HTTPMethod+Description.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[2288/2297] Compiling S3Signer Region.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[2289/2297] Compiling S3Signer Payload.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[2290/2297] Compiling S3Signer Dates.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[2291/2297] Compiling S3Signer Expiration.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/58] Write swift-version-24593BA9C3E375BF.txt
[2/143] Compiling XMLCoding DecodingErrorExtension.swift
[3/143] Compiling XMLCoding XMLDecoder.swift
[4/144] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[5/144] Compiling InternalCollectionsUtilities Specialize.swift
[6/146] Emitting module RealModule
[7/146] Compiling Logging LogHandler.swift
[8/146] Compiling XMLCoding EncodingErrorExtension.swift
[9/146] Compiling InternalCollectionsUtilities Descriptions.swift
[10/146] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[11/146] Compiling Logging Locks.swift
[12/146] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/146] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/146] Compiling ServiceContextModule ServiceContextKey.swift
[15/146] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/146] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/146] Compiling RealModule Real.swift
[18/146] Compiling RealModule RealFunctions.swift
[19/146] Compiling XMLCoding XMLKey.swift
[20/146] Compiling XMLCoding ISO8601DateFormatter.swift
[21/146] Compiling Logging MetadataProvider.swift
[22/147] Compiling CryptoBoringWrapper RandomBytes.swift
[23/147] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[24/147] Compiling RealModule Float80+Real.swift
[25/147] Compiling XMLCoding XMLReferencingEncoder.swift
[26/147] Emitting module Logging
[27/147] Emitting module XMLCoding
[30/147] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[31/147] Emitting module CryptoBoringWrapper
[32/147] Compiling RealModule ElementaryFunctions.swift
[33/147] Compiling RealModule Float+Real.swift
[34/147] Compiling SystemPackage MachPort.swift
[35/147] Compiling SystemPackage PlatformString.swift
[36/147] Compiling SystemPackage SystemString.swift
[37/150] Compiling RealModule Float16+Real.swift
[38/150] Emitting module InternalCollectionsUtilities
[39/150] Emitting module ServiceContextModule
[40/150] Compiling ServiceContextModule ServiceContext.swift
[41/151] Compiling XMLCoding XMLDecodingStorage.swift
[42/151] Compiling XMLCoding XMLKeyedDecodingContainer.swift
[52/152] Emitting module _NIOBase64
[53/152] Compiling _NIOBase64 Base64.swift
[56/153] Compiling SystemPackage Syscalls.swift
[57/153] Compiling SystemPackage WindowsSyscallAdapters.swift
[58/152] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[59/152] Compiling CryptoBoringWrapper EllipticCurve.swift
[60/152] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[62/152] Emitting module SystemPackage
[64/152] Compiling SystemPackage FilePathTempPosix.swift
[65/152] Compiling SystemPackage FilePathTempWindows.swift
[66/152] Compiling SystemPackage FilePathWindows.swift
[67/152] Compiling SystemPackage FilePermissions.swift
[73/152] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/152] Compiling InternalCollectionsUtilities Integer rank.swift
[75/152] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/156] Compiling XMLCoding XMLStackParser.swift
[77/159] Compiling SystemPackage Util+StringArray.swift
[78/159] Compiling SystemPackage Util.swift
[79/159] Compiling SystemPackage UtilConsumers.swift
[80/165] Compiling Logging Logging.swift
[87/172] Compiling XMLCoding XMLEncoder.swift
[88/172] Compiling XMLCoding XMLEncodingStorage.swift
[89/172] Compiling XMLCoding XMLUnkeyedDecodingContainer.swift
[91/173] Emitting module Instrumentation
[92/173] Compiling Instrumentation Instrument.swift
[93/173] Compiling Instrumentation InstrumentationSystem.swift
[95/173] Compiling Instrumentation MultiplexInstrument.swift
[96/173] Compiling Instrumentation NoOpInstrument.swift
[97/173] Compiling Instrumentation Locks.swift
[98/174] Compiling NIOConcurrencyHelpers lock.swift
[104/251] Emitting module RoutingKit
[105/251] Compiling Crypto ASN1Strings.swift
[106/251] Compiling Crypto ArraySliceBigint.swift
[107/251] Compiling Crypto GeneralizedTime.swift
[108/251] Compiling Crypto ObjectIdentifier.swift
[110/252] Compiling RoutingKit AnyRouter.swift
[111/252] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[112/252] Compiling NIOConcurrencyHelpers NIOLock.swift
[113/252] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[114/252] Compiling NIOConcurrencyHelpers atomics.swift
[116/252] Compiling _NIODataStructures PriorityQueue.swift
[117/252] Emitting module _NIODataStructures
[118/252] Compiling _NIODataStructures _TinyArray.swift
[119/252] Compiling _NIODataStructures Heap.swift
[121/252] Compiling RoutingKit Parameters.swift
[122/252] Compiling RoutingKit PathComponent.swift
[123/256] Compiling RoutingKit Router.swift
[124/256] Compiling RoutingKit TrieRouter.swift
[125/261] Emitting module NIOConcurrencyHelpers
[126/263] Compiling CoreMetrics Locks.swift
[127/263] Emitting module CoreMetrics
[128/263] Compiling CoreMetrics Metrics.swift
[129/376] Compiling Tracing InstrumentationSystem+Tracing.swift
[132/391] Emitting module Tracing
[134/508] Compiling Tracing TracerProtocol.swift
[135/508] Compiling Tracing TracingTime.swift
[136/508] Compiling Tracing Tracer.swift
[137/508] Compiling Tracing TracerProtocol+Legacy.swift
[138/508] Compiling HeapModule Heap.swift
[139/508] Compiling HeapModule _HeapNode.swift
[140/508] Compiling ConsoleKitTerminal Console+Wait.swift
[141/508] Compiling ConsoleKitTerminal ConsoleColor.swift
[142/508] Compiling ConsoleKitTerminal ConsoleStyle.swift
[143/511] Compiling HeapModule Heap+Invariants.swift
[144/511] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[145/511] Compiling HeapModule Heap+Descriptions.swift
[146/511] Compiling HeapModule Heap+UnsafeHandle.swift
[147/511] Compiling DequeModule Deque+CustomReflectable.swift
[148/511] Compiling DequeModule Deque+Descriptions.swift
[149/511] Compiling DequeModule Deque+Extras.swift
[150/511] Compiling DequeModule Deque+Hashable.swift
[151/511] Compiling DequeModule Deque+Testing.swift
[152/511] Compiling DequeModule Deque._Storage.swift
[153/511] Compiling DequeModule Deque._UnsafeHandle.swift
[154/511] Compiling DequeModule Deque.swift
[155/511] Compiling DequeModule _DequeBuffer.swift
[156/511] Compiling DequeModule _DequeBufferHeader.swift
[157/513] Compiling DequeModule Deque+Equatable.swift
[158/513] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[161/513] Emitting module HeapModule
[162/514] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[163/514] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[164/514] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[165/514] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[166/514] Compiling HashTreeCollections _HashNode.swift
[167/514] Compiling HashTreeCollections _HashNodeHeader.swift
[168/514] Compiling HashTreeCollections _HashSlot.swift
[169/514] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[170/514] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[171/514] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[172/514] Compiling HashTreeCollections TreeDictionary+Filter.swift
[173/514] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[174/514] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[175/514] Compiling HashTreeCollections TreeDictionary+Keys.swift
[176/521] Compiling Tracing NoOpTracer.swift
[177/521] Compiling Tracing SpanProtocol.swift
[178/522] Compiling DequeModule Deque+Codable.swift
[179/522] Compiling DequeModule Deque+Collection.swift
[191/522] Emitting module ConsoleKitTerminal
[194/522] Compiling DequeModule _DequeSlot.swift
[195/522] Compiling DequeModule _UnsafeWrappedBuffer.swift
[206/522] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[207/522] Compiling HashTreeCollections TreeDictionary+Merge.swift
[208/522] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[209/522] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[210/522] Compiling HashTreeCollections TreeDictionary+Values.swift
[211/532] Compiling OrderedCollections OrderedSet+SubSequence.swift
[212/532] Compiling OrderedCollections OrderedSet+Testing.swift
[213/532] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[214/532] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[215/532] Compiling OrderedCollections OrderedSet.swift
[216/532] Compiling OrderedCollections _UnsafeBitset.swift
[217/532] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[218/532] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[219/532] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[220/532] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[225/531] Compiling ConsoleKitTerminal ConsoleText.swift
[226/531] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[227/531] Compiling ConsoleKitTerminal ANSI.swift
[228/531] Compiling ConsoleKitTerminal Console.swift
[229/531] Compiling ConsoleKitTerminal Terminal.swift
[235/531] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[236/531] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[237/531] Compiling HashTreeCollections _HashNode+Structural union.swift
[238/531] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[239/531] Compiling ConsoleKitTerminal AnySendableHashable.swift
[240/531] Compiling ConsoleKitTerminal ConsoleLogger.swift
[241/531] Compiling ConsoleKitTerminal LoggerFragment.swift
[242/531] Compiling HashTreeCollections TreeDictionary+Codable.swift
[243/531] Compiling HashTreeCollections TreeDictionary+Collection.swift
[244/531] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[245/531] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[258/542] Compiling Metrics Metrics.swift
[259/542] Emitting module Metrics
[260/543] Compiling HashTreeCollections TreeDictionary.swift
[261/543] Compiling HashTreeCollections TreeSet+Codable.swift
[262/543] Compiling HashTreeCollections TreeSet+Collection.swift
[263/543] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[264/543] Compiling HashTreeCollections TreeSet+Debugging.swift
[265/543] Compiling Crypto Signature.swift
[266/543] Compiling Crypto CryptoKitErrors_boring.swift
[267/543] Compiling Crypto RNG_boring.swift
[268/543] Compiling Crypto SafeCompare_boring.swift
[269/543] Compiling Crypto Zeroization_boring.swift
[270/552] Compiling BitCollections BitArray+BitwiseOperations.swift
[271/552] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[272/552] Compiling BitCollections BitArray+Codable.swift
[273/552] Compiling BitCollections BitArray+Collection.swift
[274/552] Compiling BitCollections BitArray+Copy.swift
[275/552] Compiling BitCollections BitArray+CustomReflectable.swift
[276/552] Compiling BitCollections BitArray+Descriptions.swift
[277/552] Compiling BitCollections BitArray+Equatable.swift
[281/604] Compiling _RopeModule _CharacterRecognizer.swift
[282/604] Compiling Crypto SafeCompare.swift
[283/604] Compiling Crypto SecureBytes.swift
[284/604] Compiling Crypto Zeroization.swift
[285/604] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[286/604] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[287/604] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[288/604] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[289/604] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[290/604] Compiling HashTreeCollections TreeSet.swift
[291/604] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[292/604] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[293/604] Compiling BitCollections BitArray+Extras.swift
[294/604] Compiling BitCollections BitArray+Fill.swift
[295/604] Compiling BitCollections BitArray+Hashable.swift
[296/604] Compiling BitCollections BitArray+Initializers.swift
[297/604] Compiling BitCollections BitArray+Invariants.swift
[298/604] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[299/604] Compiling BitCollections BitArray+Testing.swift
[300/604] Compiling BitCollections BitArray._UnsafeHandle.swift
[301/604] Compiling BitCollections BitArray.swift
[302/604] Compiling BitCollections BitSet+BidirectionalCollection.swift
[303/604] Compiling BitCollections BitSet+Codable.swift
[304/604] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[316/604] Compiling _RopeModule Rope+Join.swift
[317/604] Compiling _RopeModule Rope+MutatingForEach.swift
[318/604] Compiling _RopeModule Rope+Remove.swift
[319/623] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[320/623] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[321/623] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[322/623] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[323/623] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[324/623] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[325/623] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[326/623] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[327/623] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[328/623] Compiling BitCollections BitSet+SetAlgebra union.swift
[329/623] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[330/623] Compiling BitCollections BitSet.Counted.swift
[333/623] Compiling OrderedCollections OrderedSet+Sendable.swift
[339/623] Compiling Atomics AtomicValue.swift
[340/623] Compiling Atomics ManagedAtomic.swift
[341/623] Compiling Atomics ManagedAtomicLazyReference.swift
[342/623] Compiling Atomics Primitives.shims.swift
[343/623] Compiling Atomics AtomicInteger.swift
[344/623] Compiling Atomics AtomicOptionalWrappable.swift
[345/623] Compiling Atomics UnsafeAtomic.swift
[346/623] Compiling Atomics UnsafeAtomicLazyReference.swift
[347/623] Compiling BitCollections BitArray+Shifts.swift
[354/623] Compiling BitCollections BitSet+CustomReflectable.swift
[355/623] Compiling BitCollections BitSet+CustomStringConvertible.swift
[356/623] Compiling BitCollections BitSet+Equatable.swift
[357/623] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[358/623] Compiling BitCollections BitSet+Extras.swift
[374/625] Compiling Atomics AtomicMemoryOrderings.swift
[375/625] Compiling Atomics DoubleWord.swift
[394/625] Emitting module DequeModule
[401/626] Compiling BitCollections BitSet+Hashable.swift
[402/626] Compiling BitCollections BitSet+Initializers.swift
[403/626] Compiling BitCollections BitSet+Invariants.swift
[404/626] Compiling BitCollections BitSet+Random.swift
[405/626] Compiling BitCollections BitSet+SetAlgebra basics.swift
[406/626] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[407/626] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[408/626] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[409/633] Emitting module BitCollections
[410/633] Compiling Atomics OptionalRawRepresentable.swift
[411/633] Compiling Atomics RawRepresentable.swift
[412/633] Compiling Atomics AtomicBool.swift
[413/633] Compiling Atomics IntegerConformances.swift
[414/633] Compiling Atomics PointerConformances.swift
[415/633] Compiling Atomics Primitives.native.swift
[418/633] Compiling Atomics AtomicReference.swift
[419/633] Compiling Atomics AtomicStorage.swift
[422/658] Compiling Algorithms RandomSample.swift
[423/658] Compiling Algorithms Reductions.swift
[424/658] Compiling Algorithms Intersperse.swift
[425/658] Compiling Algorithms Joined.swift
[426/658] Compiling Algorithms Keyed.swift
[427/658] Compiling Algorithms MinMax.swift
[428/658] Compiling Algorithms Partition.swift
[429/658] Compiling Algorithms Permutations.swift
[430/658] Compiling Algorithms Product.swift
[433/658] Compiling Algorithms Rotate.swift
[434/658] Compiling Algorithms Split.swift
[435/658] Compiling Algorithms Stride.swift
[436/658] Compiling Algorithms Suffix.swift
[454/658] Compiling BitCollections BitSet.Index.swift
[455/658] Compiling BitCollections BitSet._UnsafeHandle.swift
[456/658] Compiling BitCollections BitSet.swift
[457/658] Compiling Algorithms Compacted.swift
[458/658] Compiling Algorithms Cycle.swift
[459/658] Compiling Algorithms EitherSequence.swift
[463/658] Compiling Algorithms FlattenCollection.swift
[464/658] Compiling Algorithms Grouped.swift
[465/658] Compiling Algorithms Indexed.swift
[466/658] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[467/658] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[480/658] Emitting module OrderedCollections
[484/659] Compiling Algorithms FirstNonNil.swift
[485/659] Compiling Algorithms AdjacentPairs.swift
[486/659] Compiling Algorithms Chain.swift
[487/659] Compiling Algorithms Chunked.swift
[488/659] Compiling Algorithms Combinations.swift
[490/659] Emitting module _RopeModule
[494/659] Compiling BitCollections Range+Utilities.swift
[495/659] Compiling BitCollections Slice+Utilities.swift
[496/659] Compiling BitCollections UInt+Tricks.swift
[497/659] Compiling BitCollections _Word.swift
[498/659] Emitting module Crypto
[509/675] Compiling _RopeModule Rope+RemoveSubrange.swift
[510/675] Compiling _RopeModule Rope+Split.swift
[511/675] Compiling _RopeModule Optional Utilities.swift
[512/675] Compiling _RopeModule String Utilities.swift
[513/675] Compiling _RopeModule String.Index+ABI.swift
[518/681] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[519/681] Compiling ConsoleKitCommands Argument.swift
[520/681] Compiling ConsoleKitCommands CommandSignature.swift
[521/681] Compiling ConsoleKitCommands Flag.swift
[522/681] Compiling ConsoleKitCommands Option.swift
[526/681] Compiling ConsoleKitCommands CommandError.swift
[527/681] Compiling ConsoleKitCommands CommandGroup.swift
[528/681] Compiling ConsoleKitCommands CommandInput.swift
[529/681] Compiling ConsoleKitCommands Commands.swift
[530/681] Compiling ConsoleKitCommands Console+Run.swift
[531/681] Compiling ConsoleKitCommands ConsoleError.swift
[532/681] Compiling ConsoleKitCommands Completion.swift
[533/681] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[533/682] Wrapping AST for XMLCoding for debugging
[536/683] Wrapping AST for SystemPackage for debugging
[540/684] Wrapping AST for Logging for debugging
[541/684] Wrapping AST for RealModule for debugging
[543/684] Compiling ConsoleKitCommands AsyncCommands.swift
[544/684] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[545/684] Compiling ConsoleKitCommands AnyCommand.swift
[549/684] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[550/684] Compiling ConsoleKitCommands AsyncCommand.swift
[551/684] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[555/687] Wrapping AST for OrderedCollections for debugging
[566/687] Emitting module ConsoleKitCommands
[570/687] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[571/687] Compiling ConsoleKitCommands Utilities.swift
[571/687] Wrapping AST for InternalCollectionsUtilities for debugging
[575/687] Wrapping AST for HeapModule for debugging
[581/687] Compiling ConsoleKitCommands Command.swift
[582/687] Compiling ConsoleKitCommands CommandContext.swift
[583/687] Wrapping AST for DequeModule for debugging
[584/687] Wrapping AST for CoreMetrics for debugging
[585/687] Wrapping AST for Crypto for debugging
[586/687] Wrapping AST for CryptoBoringWrapper for debugging
[588/687] Compiling Algorithms Trim.swift
[589/687] Compiling Algorithms Unique.swift
[590/687] Compiling Algorithms Windows.swift
[600/688] Emitting module Atomics
[647/689] Emitting module HashTreeCollections
[650/690] Wrapping AST for Atomics for debugging
[651/690] Wrapping AST for HashTreeCollections for debugging
[652/690] Wrapping AST for _RopeModule for debugging
[658/694] Compiling ConsoleKit Exports.swift
[659/694] Emitting module ConsoleKit
[660/754] Emitting module Collections
[661/754] Compiling Collections Collections.swift
[664/755] Emitting module Algorithms
[665/754] Wrapping AST for Algorithms for debugging
[667/754] Compiling NIOCore MarkedCircularBuffer.swift
[668/754] Compiling NIOCore MulticastChannel.swift
[669/754] Compiling NIOCore NIOAny.swift
[670/754] Compiling NIOCore NIOCloseOnErrorHandler.swift
[671/754] Compiling NIOCore NIOLoopBound.swift
[672/754] Compiling NIOCore NIOScheduledCallback.swift
[673/754] Compiling NIOCore NIOSendable.swift
[674/754] Compiling NIOCore RecvByteBufferAllocator.swift
[675/762] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[676/762] Compiling NIOCore BSDSocketAPI.swift
[677/762] Compiling NIOCore ByteBuffer-aux.swift
[678/762] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[679/762] Compiling NIOCore ByteBuffer-conversions.swift
[680/762] Compiling NIOCore ByteBuffer-core.swift
[681/762] Compiling NIOCore ByteBuffer-hex.swift
[682/762] Compiling NIOCore ByteBuffer-int.swift
[683/762] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[684/762] Compiling NIOCore GlobalSingletons.swift
[685/762] Compiling NIOCore IO.swift
[686/762] Compiling NIOCore IOData.swift
[687/762] Compiling NIOCore IPProtocol.swift
[688/762] Compiling NIOCore IntegerBitPacking.swift
[689/762] Compiling NIOCore IntegerTypes.swift
[690/762] Compiling NIOCore Interfaces.swift
[691/762] Compiling NIOCore Linux.swift
[692/762] Compiling NIOCore ChannelPipeline.swift
[693/762] Compiling NIOCore CircularBuffer.swift
[694/762] Compiling NIOCore Codec.swift
[695/762] Compiling NIOCore ConvenienceOptionSupport.swift
[696/762] Compiling NIOCore DeadChannel.swift
[697/762] Compiling NIOCore DispatchQueue+WithFuture.swift
[698/762] Compiling NIOCore EventLoop+Deprecated.swift
[699/762] Compiling NIOCore EventLoop+SerialExecutor.swift
[700/762] Compiling NIOCore EventLoop.swift
[701/762] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[702/762] Compiling NIOCore EventLoopFuture+Deprecated.swift
[703/762] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[704/762] Compiling NIOCore EventLoopFuture.swift
[705/762] Compiling NIOCore FileDescriptor.swift
[706/762] Compiling NIOCore FileHandle.swift
[707/762] Compiling NIOCore FileRegion.swift
[708/762] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[709/762] Compiling NIOCore SocketAddresses.swift
[710/762] Compiling NIOCore SocketOptionProvider.swift
[711/762] Compiling NIOCore SystemCallHelpers.swift
[712/762] Compiling NIOCore TimeAmount+Duration.swift
[713/762] Compiling NIOCore TypeAssistedChannelHandler.swift
[714/762] Compiling NIOCore UniversalBootstrapSupport.swift
[715/762] Compiling NIOCore Utilities.swift
[716/762] Compiling NIOCore AddressedEnvelope.swift
[717/762] Compiling NIOCore AsyncAwaitSupport.swift
[718/762] Compiling NIOCore AsyncChannel.swift
[719/762] Compiling NIOCore AsyncChannelHandler.swift
[720/762] Compiling NIOCore AsyncChannelInboundStream.swift
[721/762] Compiling NIOCore AsyncChannelOutboundWriter.swift
[722/762] Compiling NIOCore NIOAsyncSequenceProducer.swift
[723/762] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[724/762] Compiling NIOCore NIOAsyncWriter.swift
[725/762] Compiling NIOCore ByteBuffer-multi-int.swift
[726/762] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[727/762] Compiling NIOCore ByteBuffer-views.swift
[728/762] Compiling NIOCore Channel.swift
[729/762] Compiling NIOCore ChannelHandler.swift
[730/762] Compiling NIOCore ChannelHandlers.swift
[731/762] Compiling NIOCore ChannelInvoker.swift
[732/762] Compiling NIOCore ChannelOption.swift
[733/762] Emitting module NIOCore
[735/813] Compiling NIOEmbedded Embedded.swift
[736/813] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[737/813] Emitting module NIOEmbedded
[738/813] Compiling NIOEmbedded AsyncTestingChannel.swift
[740/813] Compiling NIOPosix SelectableChannel.swift
[741/813] Compiling NIOPosix SelectableEventLoop.swift
[742/813] Compiling NIOPosix SelectorEpoll.swift
[743/813] Compiling NIOPosix SelectorGeneric.swift
[744/813] Compiling NIOPosix SelectorKqueue.swift
[745/813] Compiling NIOPosix SelectorUring.swift
[746/819] Compiling NIOPosix ServerSocket.swift
[747/819] Compiling NIOPosix Socket.swift
[748/819] Compiling NIOPosix SocketChannel.swift
[749/819] Compiling NIOPosix SocketProtocols.swift
[750/819] Compiling NIOPosix System.swift
[751/819] Compiling NIOPosix Thread.swift
[752/819] Compiling NIOPosix Bootstrap.swift
[753/819] Compiling NIOPosix ControlMessage.swift
[754/819] Compiling NIOPosix DatagramVectorReadManager.swift
[755/819] Compiling NIOPosix Errors+Any.swift
[756/819] Compiling NIOPosix FileDescriptor.swift
[757/819] Compiling NIOPosix GetaddrinfoResolver.swift
[758/819] Compiling NIOPosix HappyEyeballs.swift
[759/819] Compiling NIOPosix BSDSocketAPICommon.swift
[760/819] Compiling NIOPosix BSDSocketAPIPosix.swift
[761/819] Compiling NIOPosix BSDSocketAPIWindows.swift
[762/819] Compiling NIOPosix BaseSocket.swift
[763/819] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[764/819] Compiling NIOPosix BaseSocketChannel.swift
[765/819] Compiling NIOPosix BaseStreamSocketChannel.swift
[766/819] Emitting module NIOPosix
[767/819] Compiling NIOPosix ThreadPosix.swift
[768/819] Compiling NIOPosix ThreadWindows.swift
[769/819] Compiling NIOPosix UnsafeTransfer.swift
[770/819] Compiling NIOPosix Utilities.swift
[771/819] Compiling NIOPosix VsockAddress.swift
[772/819] Compiling NIOPosix VsockChannelEvents.swift
[773/819] Compiling NIOPosix IO.swift
[774/819] Compiling NIOPosix IntegerBitPacking.swift
[775/819] Compiling NIOPosix IntegerTypes.swift
[776/819] Compiling NIOPosix Linux.swift
[777/819] Compiling NIOPosix LinuxCPUSet.swift
[778/819] Compiling NIOPosix LinuxUring.swift
[779/819] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[780/819] Compiling NIOPosix PooledRecvBufferAllocator.swift
[781/819] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[782/819] Compiling NIOPosix PosixSingletons.swift
[783/819] Compiling NIOPosix RawSocketBootstrap.swift
[784/819] Compiling NIOPosix Resolver.swift
[785/819] Compiling NIOPosix Selectable.swift
[786/819] Compiling NIOPosix NIOThreadPool.swift
[787/819] Compiling NIOPosix NonBlockingFileIO.swift
[788/819] Compiling NIOPosix PendingDatagramWritesManager.swift
[789/819] Compiling NIOPosix PendingWritesManager.swift
[790/819] Compiling NIOPosix PipeChannel.swift
[791/819] Compiling NIOPosix PipePair.swift
[792/819] Compiling NIOPosix Pool.swift
[794/859] Emitting module NIO
[795/859] Compiling NIO Exports.swift
[797/878] Compiling _NIOFileSystem Array+FileSystem.swift
[798/878] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[799/878] Compiling _NIOFileSystem BufferedReader.swift
[800/878] Compiling _NIOFileSystem BufferedWriter.swift
[801/878] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[802/878] Compiling _NIOFileSystem FileChunks.swift
[803/880] Compiling _NIOFileSystem FileType.swift
[804/880] Compiling _NIOFileSystem IOStrategy.swift
[805/880] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[806/917] Compiling NIOHTTP1 ByteCollectionUtils.swift
[807/917] Compiling NIOHTTP1 HTTPDecoder.swift
[808/917] Compiling NIOHTTP1 HTTPEncoder.swift
[809/917] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[810/917] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[811/919] Emitting module _NIOFileSystem
[812/919] Compiling AsyncKit Optional+StrictMap.swift
[813/919] Compiling AsyncKit Exports.swift
[814/923] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[815/923] Compiling NIOTLS TLSEvents.swift
[816/923] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[817/923] Emitting module NIOTLS
[818/923] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[819/923] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[820/923] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[821/923] Compiling NIOSOCKS SOCKSResponse.swift
[823/924] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[824/924] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[825/924] Compiling NIOSOCKS ClientStateMachine.swift
[828/924] Emitting module NIOSOCKS
[831/924] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[832/924] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[836/924] Compiling _NIOFileSystem TokenBucket.swift
[837/924] Compiling _NIOFileSystem UnsafeTransfer.swift
[838/924] Compiling NIOSOCKS ServerStateMachine.swift
[839/925] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[840/925] Compiling NIOTLS SNIHandler.swift
[842/926] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[843/928] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[844/928] Compiling _NIOFileSystem Mocking.swift
[845/928] Compiling _NIOFileSystem Syscall.swift
[846/928] Compiling _NIOFileSystem Syscalls.swift
[847/928] Compiling _NIOFileSystem ParallelDirCopy.swift
[848/928] Compiling _NIOFileSystem ParallelRemoval.swift
[849/928] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[850/928] Compiling _NIOFileSystem CInterop.swift
[851/928] Compiling _NIOFileSystem Errno.swift
[854/928] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[855/928] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[856/928] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[857/928] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[858/928] Compiling _NIOFileSystem FileSystemProtocol.swift
[861/926] Emitting module NIOFoundationCompat
[862/926] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[863/926] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[864/926] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[870/955] Compiling NIOSSL NIOSSLClientHandler.swift
[871/955] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[872/955] Compiling NIOSSL SSLContext.swift
[873/955] Compiling NIOSSL SSLErrors.swift
[874/977] Compiling _NIOFileSystem SystemFileHandle.swift
[875/977] Compiling _NIOFileSystem Utilities.swift
[876/977] Compiling _NIOFileSystem OpenOptions.swift
[877/977] Compiling _NIOFileSystem String+FileSystem.swift
[878/977] Compiling NIOTransportServices AcceptHandler.swift
[879/977] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[880/977] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[881/977] Emitting module NIOTransportServices
[882/977] Compiling NIOTransportServices NIOTSBootstraps.swift
[883/977] Compiling NIOTransportServices NIOTSChannelOptions.swift
[884/977] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[885/977] Emitting module NIOHTTP1
[886/980] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[887/980] Compiling NIOTransportServices NIOTSErrors.swift
[888/980] Compiling NIOTransportServices NIOTSEventLoop.swift
[889/980] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[890/980] Compiling NIOTransportServices NIOTSSingletons.swift
[891/980] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[892/980] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[893/980] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[894/980] Compiling NIOTransportServices NIOTSListenerChannel.swift
[895/980] Compiling NIOTransportServices StateManagedChannel.swift
[896/980] Compiling NIOTransportServices StateManagedListenerChannel.swift
[897/980] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[898/980] Emitting module AsyncKit
[902/980] Compiling NIOTransportServices NIOTSDatagramListener.swift
[903/980] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[904/980] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[906/980] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[907/980] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[911/981] Compiling NIOSSL SubjectAlternativeName.swift
[917/982] Compiling NIOSSL NIOSSLSecureBytes.swift
[918/982] Compiling NIOSSL RNG.swift
[919/982] Compiling NIOSSL SafeCompare.swift
[920/982] Compiling NIOSSL Zeroization.swift
[921/982] Emitting module NIOSSL
[934/1047] Compiling NIOExtras NIOExtrasError.swift
[935/1047] Compiling NIOExtras NIOLengthFieldBitLength.swift
[936/1047] Compiling NIOExtras NIORequestIdentifiable.swift
[937/1047] Compiling NIOExtras PCAPRingBuffer.swift
[938/1047] Compiling NIOExtras QuiescingHelper.swift
[939/1047] Compiling NIOExtras JSONRPCFraming.swift
[940/1047] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[941/1047] Compiling NIOExtras LengthFieldPrepender.swift
[942/1047] Compiling NIOExtras LineBasedFrameDecoder.swift
[943/1047] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[945/1048] Compiling NIOExtras FixedLengthFrameDecoder.swift
[946/1048] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[947/1049] Compiling NIOWebSocket WebSocketOpcode.swift
[948/1049] Emitting module NIOHTTPCompression
[949/1049] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[950/1049] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[954/1050] Compiling NIOExtras DebugInboundEventsHandler.swift
[955/1050] Compiling NIOExtras DebugOutboundEventsHandler.swift
[957/1050] Compiling NIOExtras RequestResponseHandler.swift
[961/1051] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[962/1051] Compiling NIOHTTPCompression HTTPDecompression.swift
[963/1051] Emitting module MultipartKit
[964/1051] Compiling NIOHPACK IntegerCoding.swift
[965/1051] Compiling NIOHPACK IndexedHeaderTable.swift
[966/1051] Compiling NIOHPACK HuffmanTables.swift
[967/1051] Compiling NIOHTTPCompression HTTPCompression.swift
[968/1051] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[969/1051] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[970/1051] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[975/1051] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[977/1052] Compiling NIOSSL TLSConfiguration.swift
[978/1052] Compiling NIOSSL UniversalBootstrapSupport.swift
[979/1052] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[982/1052] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[983/1052] Compiling NIOHPACK StaticHeaderTable.swift
[985/1054] Compiling NIOExtras RequestResponseWithIDHandler.swift
[986/1054] Emitting module NIOWebSocket
[993/1057] Compiling NIOExtras WritePCAPHandler.swift
[994/1057] Compiling MultipartKit Utilities.swift
[1000/1058] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1001/1058] Compiling NIOWebSocket WebSocketFrame.swift
[1005/1059] Emitting module NIOHPACK
[1006/1059] Compiling NIOHPACK HuffmanCoding.swift
[1016/1059] Compiling NIOExtras UnsafeTransfer.swift
[1020/1060] Emitting module NIOExtras
[1026/1060] Emitting module _NIOFileSystemFoundationCompat
[1028/1058] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1029/1058] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1043/1058] Emitting module NIOFileSystem
[1044/1058] Compiling NIOFileSystem Exports.swift
[1046/1116] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1047/1116] Compiling NIOHTTP2 DOSHeuristics.swift
[1049/1116] Compiling NIOHTTP2 MaySendFrames.swift
[1050/1116] Compiling NIOHTTP2 SendingDataState.swift
[1051/1116] Compiling NIOHTTP2 SendingGoawayState.swift
[1052/1116] Compiling NIOHTTP2 SendingHeadersState.swift
[1053/1116] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1054/1116] Compiling NIOHTTP2 SendingRstStreamState.swift
[1055/1116] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1056/1116] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1057/1132] Compiling WebSocketKit WebSocketHandler.swift
[1058/1132] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1059/1132] Compiling WebSocketKit Exports.swift
[1060/1132] Compiling WebSocketKit WebSocket+Concurrency.swift
[1061/1132] Compiling WebSocketKit WebSocket+Connect.swift
[1062/1132] Emitting module WebSocketKit
[1063/1132] Compiling WebSocketKit WebSocket.swift
[1064/1132] Compiling WebSocketKit WebSocketClient.swift
[1065/1133] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1066/1133] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1067/1133] Compiling NIOHTTP2 HasLocalSettings.swift
[1068/1133] Compiling NIOHTTP2 HasRemoteSettings.swift
[1069/1133] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1070/1133] Compiling NIOHTTP2 QuiescingState.swift
[1071/1133] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1072/1133] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1073/1133] Emitting module NIOHTTP2
[1075/1133] Compiling NIOHTTP2 InboundWindowManager.swift
[1076/1133] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1077/1133] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1078/1133] Compiling NIOHTTP2 StreamChannelList.swift
[1079/1133] Compiling NIOHTTP2 StreamMap.swift
[1080/1133] Compiling NIOHTTP2 StreamStateMachine.swift
[1081/1133] Compiling NIOHTTP2 UnsafeTransfer.swift
[1082/1133] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1082/1133] Wrapping AST for WebSocketKit for debugging
[1084/1133] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1085/1133] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1086/1133] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1087/1133] Compiling NIOHTTP2 HTTP2StreamID.swift
[1088/1133] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1089/1133] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1090/1133] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1091/1133] Compiling NIOHTTP2 InboundEventBuffer.swift
[1092/1133] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1093/1133] Compiling NIOHTTP2 HTTP2Frame.swift
[1094/1133] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1095/1133] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1096/1133] Compiling NIOHTTP2 HTTP2PingData.swift
[1097/1133] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1098/1133] Compiling NIOHTTP2 HTTP2Settings.swift
[1099/1133] Compiling NIOHTTP2 HTTP2Stream.swift
[1100/1133] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1101/1133] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1102/1133] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1103/1133] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1104/1133] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1105/1133] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1106/1133] Compiling NIOHTTP2 HTTP2Error.swift
[1107/1133] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1108/1133] Compiling NIOHTTP2 StateMachineResult.swift
[1111/1133] Compiling NIOHTTP2 Error+Any.swift
[1112/1133] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1113/1133] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1114/1133] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1115/1133] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1116/1133] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1117/1133] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1118/1133] Compiling NIOHTTP2 MayReceiveFrames.swift
[1119/1133] Compiling NIOHTTP2 ReceivingDataState.swift
[1120/1133] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1121/1133] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1122/1133] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1123/1133] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1124/1133] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1126/1192] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1127/1192] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1128/1192] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1129/1192] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1130/1192] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1131/1192] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1132/1192] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1133/1192] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1134/1192] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1135/1200] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1136/1200] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1137/1200] Compiling AsyncHTTPClient Transaction.swift
[1138/1200] Compiling AsyncHTTPClient Base64.swift
[1139/1200] Compiling AsyncHTTPClient BasicAuth.swift
[1140/1200] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1141/1200] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1142/1200] Compiling AsyncHTTPClient ConnectionPool.swift
[1143/1200] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1144/1200] Emitting module AsyncHTTPClient
[1145/1200] Compiling AsyncHTTPClient RequestBag.swift
[1146/1200] Compiling AsyncHTTPClient RequestValidation.swift
[1147/1200] Compiling AsyncHTTPClient SSLContextCache.swift
[1148/1200] Compiling AsyncHTTPClient Scheme.swift
[1149/1200] Compiling AsyncHTTPClient Singleton.swift
[1150/1200] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1151/1200] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1152/1200] Compiling AsyncHTTPClient Utils.swift
[1153/1200] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1154/1200] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1155/1200] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1156/1200] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1157/1200] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1158/1200] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1159/1200] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1160/1200] Compiling AsyncHTTPClient RequestBodyLength.swift
[1161/1200] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1162/1200] Compiling AsyncHTTPClient RequestOptions.swift
[1163/1200] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1164/1200] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1165/1200] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1166/1200] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1167/1200] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1168/1200] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1169/1200] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1170/1200] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1171/1200] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1172/1200] Compiling AsyncHTTPClient HTTP1Connection.swift
[1173/1200] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1174/1200] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1175/1200] Compiling AsyncHTTPClient HTTP2Connection.swift
[1176/1200] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1177/1200] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1178/1200] Compiling AsyncHTTPClient ConnectionTarget.swift
[1179/1200] Compiling AsyncHTTPClient DeconstructedURL.swift
[1180/1200] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1181/1200] Compiling AsyncHTTPClient FoundationExtensions.swift
[1182/1200] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1183/1200] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1184/1200] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1185/1200] Compiling AsyncHTTPClient HTTPClient.swift
[1186/1200] Compiling AsyncHTTPClient HTTPHandler.swift
[1187/1200] Compiling AsyncHTTPClient LRUCache.swift
[1188/1200] Compiling AsyncHTTPClient NWErrorHandler.swift
[1189/1200] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1190/1200] Compiling AsyncHTTPClient TLSConfiguration.swift
[1191/1200] Compiling AsyncHTTPClient RedirectState.swift
[1192/1200] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1193/1201] Wrapping AST for AsyncHTTPClient for debugging
[1195/1370] Compiling Vapor Core.swift
[1196/1370] Compiling Vapor Running.swift
[1197/1370] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1198/1370] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1199/1370] Compiling Vapor DotEnvFile+load.swift
[1200/1370] Compiling Vapor Routes+caseInsenstive.swift
[1201/1370] Compiling Vapor Validatable+validate.swift
[1202/1370] Compiling Vapor Environment+Process.swift
[1203/1370] Compiling Vapor Environment+Secret.swift
[1204/1370] Compiling Vapor Environment.swift
[1205/1370] Compiling Vapor Abort.swift
[1206/1370] Compiling Vapor AbortError.swift
[1207/1370] Compiling Vapor DebuggableError.swift
[1208/1370] Compiling Vapor Demangler.swift
[1209/1370] Compiling Vapor ErrorSource.swift
[1210/1370] Compiling Vapor StackTrace.swift
[1211/1370] Compiling Vapor Exports.swift
[1212/1370] Compiling Vapor Application+HTTP.swift
[1213/1370] Compiling Vapor BasicResponder.swift
[1214/1370] Compiling Vapor BodyStream.swift
[1215/1370] Compiling Vapor Application+HTTP+Client.swift
[1216/1370] Compiling Vapor EventLoopHTTPClient.swift
[1217/1370] Compiling Vapor EndpointCache.swift
[1218/1370] Compiling Vapor HTTPMethod+String.swift
[1219/1394] Compiling Vapor Request+Body.swift
[1220/1394] Compiling Vapor Request+BodyStream.swift
[1221/1394] Compiling Vapor Request.swift
[1222/1394] Compiling Vapor Application+Responder.swift
[1223/1394] Compiling Vapor DefaultResponder.swift
[1224/1394] Compiling Vapor Response+Body.swift
[1225/1394] Compiling Vapor Response.swift
[1226/1394] Compiling Vapor ResponseCodable.swift
[1227/1394] Compiling Vapor Application+Routes.swift
[1228/1394] Compiling Vapor Parameters+Require.swift
[1229/1394] Compiling Vapor Request+WebSocket.swift
[1230/1394] Compiling Vapor Route.swift
[1231/1394] Compiling Vapor RouteCollection.swift
[1232/1394] Compiling Vapor Routes.swift
[1233/1394] Compiling Vapor RoutesBuilder+Group.swift
[1234/1394] Compiling Vapor RoutesBuilder+Method.swift
[1235/1394] Compiling Vapor RoutesBuilder+Middleware.swift
[1236/1394] Compiling Vapor RoutesBuilder+WebSocket.swift
[1237/1394] Compiling Vapor RoutesBuilder.swift
[1238/1394] Compiling Vapor OTP.swift
[1239/1394] Compiling Vapor Application+Servers.swift
[1240/1394] Compiling Vapor Server.swift
[1241/1394] Compiling Vapor App+Service.swift
[1242/1394] Compiling Vapor Req+Service.swift
[1243/1418] Compiling Vapor Bytes+Hex.swift
[1244/1418] Compiling Vapor Bytes+SecureCompare.swift
[1245/1418] Compiling Vapor Collection+Safe.swift
[1246/1418] Compiling Vapor DataProtocol+Copy.swift
[1247/1418] Compiling Vapor DecoderUnwrapper.swift
[1248/1418] Compiling Vapor DirectoryConfiguration.swift
[1249/1418] Compiling Vapor DotEnv.swift
[1250/1418] Compiling Vapor Extendable.swift
[1251/1418] Compiling Vapor File.swift
[1252/1418] Compiling Vapor FileIO.swift
[1253/1418] Compiling Vapor LifecycleHandler.swift
[1254/1418] Compiling Vapor OptionalType.swift
[1255/1418] Compiling Vapor RFC1123.swift
[1256/1418] Compiling Vapor SocketAddress+Hostname.swift
[1257/1418] Compiling Vapor Storage.swift
[1258/1418] Compiling Vapor String+IsIPAddress.swift
[1259/1418] Compiling Vapor Thread.swift
[1260/1418] Compiling Vapor URI.swift
[1261/1418] Compiling Vapor RangeResult.swift
[1262/1418] Compiling Vapor Validatable.swift
[1263/1418] Compiling Vapor Validation.swift
[1264/1418] Compiling Vapor ValidationKey.swift
[1265/1418] Compiling Vapor Validations.swift
[1266/1418] Compiling Vapor ValidationsError.swift
[1267/1418] Compiling Vapor Validator.swift
[1268/1418] Compiling Vapor ValidatorResult.swift
[1269/1418] Compiling Vapor And.swift
[1270/1418] Compiling Vapor Case.swift
[1271/1418] Compiling Vapor CharacterSet.swift
[1272/1418] Compiling Vapor Count.swift
[1273/1418] Compiling Vapor Custom.swift
[1274/1418] Compiling Vapor Email.swift
[1275/1418] Compiling Vapor Empty.swift
[1276/1418] Compiling Vapor In.swift
[1277/1418] Compiling Vapor Nil.swift
[1278/1418] Compiling Vapor NilIgnoring.swift
[1279/1418] Compiling Vapor Not.swift
[1280/1418] Compiling Vapor Or.swift
[1281/1418] Compiling Vapor Pattern.swift
[1282/1418] Compiling Vapor Range.swift
[1283/1418] Compiling Vapor URL.swift
[1284/1418] Compiling Vapor Valid.swift
[1285/1418] Compiling Vapor Application+Views.swift
[1286/1418] Compiling Vapor PlaintextRenderer.swift
[1287/1418] Compiling Vapor Request+View.swift
[1288/1418] Compiling Vapor View.swift
[1289/1418] Compiling Vapor ViewRenderer.swift
[1290/1418] Compiling Vapor _Deprecations.swift
[1291/1418] Compiling Vapor Application.swift
[1292/1418] Compiling Vapor AuthenticationCache.swift
[1293/1418] Compiling Vapor Authenticator.swift
[1294/1418] Compiling Vapor BasicAuthorization.swift
[1295/1418] Compiling Vapor BearerAuthorization.swift
[1296/1418] Compiling Vapor GuardMiddleware.swift
[1297/1418] Compiling Vapor RedirectMiddleware.swift
[1298/1418] Compiling Vapor SessionAuthenticatable.swift
[1299/1418] Compiling Vapor Bcrypt.swift
[1300/1418] Compiling Vapor Application+Cache.swift
[1301/1418] Compiling Vapor Cache.swift
[1302/1418] Compiling Vapor CacheExpirationTime.swift
[1303/1418] Compiling Vapor MemoryCache.swift
[1304/1418] Compiling Vapor Request+Cache.swift
[1305/1418] Compiling Vapor Application+Clients.swift
[1306/1418] Compiling Vapor Client.swift
[1307/1418] Compiling Vapor ClientRequest.swift
[1308/1418] Compiling Vapor ClientResponse.swift
[1309/1418] Compiling Vapor Request+Client.swift
[1310/1418] Compiling Vapor BootCommand.swift
[1311/1418] Compiling Vapor CommandContext+Application.swift
[1312/1418] Compiling Vapor RoutesCommand.swift
[1313/1418] Compiling Vapor ServeCommand.swift
[1314/1418] Compiling Vapor AnyResponse+Concurrency.swift
[1315/1418] Compiling Vapor HTTPServerResponseEncoder.swift
[1316/1418] Compiling Vapor HTTPServerUpgradeHandler.swift
[1317/1418] Compiling Vapor Logger+Report.swift
[1318/1418] Compiling Vapor LoggingSystem+Environment.swift
[1319/1418] Compiling Vapor Application+Middleware.swift
[1320/1418] Compiling Vapor CORSMiddleware.swift
[1321/1418] Compiling Vapor ErrorMiddleware.swift
[1322/1418] Compiling Vapor FileMiddleware.swift
[1323/1418] Compiling Vapor Middleware.swift
[1324/1418] Compiling Vapor MiddlewareConfiguration.swift
[1325/1418] Compiling Vapor ResponseCompressionMiddleware.swift
[1326/1418] Compiling Vapor RouteLoggingMiddleware.swift
[1327/1418] Compiling Vapor TracingMiddleware.swift
[1328/1418] Compiling Vapor File+Multipart.swift
[1329/1418] Compiling Vapor FormDataDecoder+Content.swift
[1330/1418] Compiling Vapor FormDataEncoder+Content.swift
[1331/1418] Compiling Vapor Application+Password.swift
[1332/1418] Compiling Vapor Application+Passwords.swift
[1333/1418] Compiling Vapor AsyncPasswordHasher.swift
[1334/1418] Compiling Vapor BcryptHasher.swift
[1335/1418] Compiling Vapor PasswordHasher.swift
[1336/1418] Compiling Vapor PlaintextHasher.swift
[1337/1418] Compiling Vapor Request+Password.swift
[1338/1418] Compiling Vapor Redirect.swift
[1339/1418] Compiling Vapor AsyncBasicResponder.swift
[1340/1418] Compiling Vapor AsyncMiddleware.swift
[1341/1418] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1342/1418] Compiling Vapor AsyncSessionDriver.swift
[1343/1418] Compiling Vapor Authentication+Concurrency.swift
[1344/1418] Compiling Vapor Cache+Concurrency.swift
[1345/1418] Compiling Vapor Client+Concurrency.swift
[1346/1418] Compiling Vapor RequestBody+Concurrency.swift
[1347/1418] Compiling Vapor Responder+Concurrency.swift
[1348/1418] Compiling Vapor ResponseCodable+Concurrency.swift
[1349/1418] Compiling Vapor RoutesBuilder+Concurrency.swift
[1350/1418] Compiling Vapor ViewRenderer+Concurrency.swift
[1351/1418] Compiling Vapor WebSocket+Concurrency.swift
[1352/1418] Compiling Vapor ContainerGetPathExecutor.swift
[1353/1418] Compiling Vapor Content.swift
[1354/1418] Compiling Vapor ContentCoders.swift
[1355/1418] Compiling Vapor ContentConfiguration.swift
[1356/1418] Compiling Vapor ContentContainer.swift
[1357/1418] Compiling Vapor JSONCoder+Custom.swift
[1358/1418] Compiling Vapor JSONCoders+Content.swift
[1359/1418] Compiling Vapor PlaintextDecoder.swift
[1360/1418] Compiling Vapor PlaintextEncoder.swift
[1361/1418] Compiling Vapor URLQueryCoders.swift
[1362/1418] Compiling Vapor URLQueryContainer.swift
[1363/1418] Compiling Vapor Service.swift
[1364/1418] Compiling Vapor Application+Sessions.swift
[1365/1418] Compiling Vapor MemorySessions.swift
[1366/1418] Compiling Vapor Request+Session.swift
[1367/1418] Compiling Vapor Session.swift
[1368/1418] Compiling Vapor SessionCache.swift
[1369/1418] Compiling Vapor SessionData.swift
[1370/1418] Compiling Vapor SessionDriver.swift
[1371/1418] Compiling Vapor SessionsConfiguration.swift
[1372/1418] Compiling Vapor SessionsMiddleware.swift
[1373/1418] Compiling Vapor URLEncodedFormData.swift
[1374/1418] Compiling Vapor URLEncodedFormDecoder.swift
[1375/1418] Compiling Vapor URLEncodedFormEncoder.swift
[1376/1418] Compiling Vapor URLEncodedFormError.swift
[1377/1418] Compiling Vapor URLEncodedFormParser.swift
[1378/1418] Compiling Vapor URLEncodedFormSerializer.swift
[1379/1418] Compiling Vapor URLQueryFragmentConvertible.swift
[1380/1418] Compiling Vapor AnyResponse.swift
[1381/1418] Compiling Vapor Array+Random.swift
[1382/1418] Compiling Vapor Base32.swift
[1383/1418] Compiling Vapor Base64.swift
[1384/1418] Compiling Vapor BaseN.swift
[1385/1418] Compiling Vapor BasicCodingKey.swift
[1386/1418] Compiling Vapor ByteCount.swift
[1387/1418] Emitting module Vapor
[1388/1418] Compiling Vapor HTTPStatus.swift
[1389/1418] Compiling Vapor HTTPCookies.swift
[1390/1418] Compiling Vapor HTTPHeaderCacheControl.swift
[1391/1418] Compiling Vapor HTTPHeaderExpires.swift
[1392/1418] Compiling Vapor HTTPHeaderLastModified.swift
[1393/1418] Compiling Vapor HTTPHeaders+Cache.swift
[1394/1418] Compiling Vapor HTTPHeaders+Connection.swift
[1395/1418] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1396/1418] Compiling Vapor HTTPHeaders+ContentRange.swift
[1397/1418] Compiling Vapor HTTPHeaders+Directive.swift
[1398/1418] Compiling Vapor HTTPHeaders+Forwarded.swift
[1399/1418] Compiling Vapor HTTPHeaders+Link.swift
[1400/1418] Compiling Vapor HTTPHeaders+Name.swift
[1401/1418] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1402/1418] Compiling Vapor HTTPHeaders.swift
[1403/1418] Compiling Vapor HTTPMediaType.swift
[1404/1418] Compiling Vapor HTTPMediaTypePreference.swift
[1405/1418] Compiling Vapor Responder.swift
[1406/1418] Compiling Vapor Application+HTTP+Server.swift
[1407/1418] Compiling Vapor HTTPServer.swift
[1408/1418] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1409/1418] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1410/1418] Compiling Vapor HTTPServerHandler.swift
[1411/1418] Compiling Vapor HTTPServerRequestDecoder.swift
[1412/1419] Wrapping AST for Vapor for debugging
[1414/1428] Compiling S3Signer HTTPMethod+Description.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1415/1429] Emitting module S3Signer
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[1416/1429] Compiling S3Signer String+Encoding.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[1417/1429] Compiling S3Signer Container+S3Signer.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[1418/1429] Compiling S3Signer Dates.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[1419/1429] Compiling S3Signer Expiration.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[1420/1429] Compiling S3Signer Region.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[1421/1429] Compiling S3Signer S3Signer.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[1422/1429] Compiling S3Signer S3Signer+Private.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
[1423/1429] Compiling S3Signer Payload.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
 1 | import Vapor
 2 | import CryptoKit
   |        `- error: no such module 'CryptoKit'
 3 |
 4 |
BUILD FAILURE 6.1 linux