The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of LingoVapor, reference 4.4.0 (361b19), with Swift 6.1 for Linux on 26 Apr 2025 22:39:35 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/lingo-vapor.git
Reference: 4.4.0
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/vapor-community/lingo-vapor
 * tag               4.4.0      -> FETCH_HEAD
HEAD is now at 361b192 Adding a check to be sure that the locale exists
Cloned https://github.com/vapor-community/lingo-vapor.git
Revision (git rev-parse @):
361b19214e9ae52d9c60457f014acf705a3bb959
SUCCESS checkout https://github.com/vapor-community/lingo-vapor.git at 4.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/lingo-vapor.git
https://github.com/vapor-community/lingo-vapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.27.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    },
    {
      "identity" : "lingo",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/miroslavkovac/Lingo.git"
    }
  ],
  "manifest_display_name" : "LingoVapor",
  "name" : "LingoVapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "LingoVapor",
      "targets" : [
        "LingoVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LingoVaporLeaf",
      "targets" : [
        "LingoVaporLeaf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LingoVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "LingoVaporTests",
      "path" : "Tests/LingoVaporTests",
      "sources" : [
        "LingoVaporTests.swift"
      ],
      "target_dependencies" : [
        "LingoVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LingoVaporLeaf",
      "module_type" : "SwiftTarget",
      "name" : "LingoVaporLeaf",
      "path" : "Sources/LingoVaporLeaf",
      "product_dependencies" : [
        "Leaf"
      ],
      "product_memberships" : [
        "LingoVaporLeaf"
      ],
      "sources" : [
        "LocaleLinksTag.swift",
        "LocaleTag.swift",
        "LocalizeTag.swift"
      ],
      "target_dependencies" : [
        "LingoVapor"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LingoVapor",
      "module_type" : "SwiftTarget",
      "name" : "LingoVapor",
      "path" : "Sources/LingoVapor",
      "product_dependencies" : [
        "Vapor",
        "Lingo"
      ],
      "product_memberships" : [
        "LingoVapor",
        "LingoVaporLeaf"
      ],
      "sources" : [
        "LingoProvider.swift",
        "LocaleRedirectMiddleware.swift",
        "Request+Locale.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/vapor/vapor.git
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/miroslavkovac/Lingo.git
[1/528] Fetching lingo
[529/4484] Fetching lingo, leaf
[2453/3956] Fetching leaf
Fetched https://github.com/miroslavkovac/Lingo.git from cache (0.23s)
[3957/78269] Fetching leaf, vapor
Fetched https://github.com/vapor/leaf.git from cache (2.37s)
Fetched https://github.com/vapor/vapor.git from cache (2.41s)
Computing version for https://github.com/miroslavkovac/Lingo.git
Computed https://github.com/miroslavkovac/Lingo.git at 4.0.0 (3.60s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (0.51s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/leaf-kit.git
[1/4938] Fetching leaf-kit
[150/10841] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (1.02s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.02s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.68s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
[1/2200] Fetching swift-metrics
[155/7170] Fetching swift-metrics, swift-distributed-tracing
[1661/8229] Fetching swift-metrics, swift-distributed-tracing, swift-service-context
[1984/10825] Fetching swift-metrics, swift-distributed-tracing, swift-service-context, websocket-kit
[5623/14033] Fetching swift-metrics, swift-distributed-tracing, swift-service-context, websocket-kit, multipart-kit
[10266/15738] Fetching swift-metrics, swift-distributed-tracing, swift-service-context, websocket-kit, multipart-kit, swift-atomics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.41s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.49s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.49s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[3292/9244] Fetching swift-metrics, multipart-kit, swift-log
[6898/14906] Fetching swift-metrics, multipart-kit, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.41s)
[8954/22562] Fetching swift-metrics, multipart-kit, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.41s)
[5590/16900] Fetching swift-metrics, multipart-kit, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
[5821/31693] Fetching swift-metrics, multipart-kit, swift-nio-http2, swift-nio-ssl
[8746/52416] Fetching swift-metrics, multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit
[27868/127847] Fetching swift-metrics, multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (1.87s)
[64785/125647] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.98s)
[70391/122439] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.52s)
[61947/110947] Fetching swift-nio-ssl, routing-kit, swift-nio
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.25s)
[50246/90224] Fetching swift-nio-ssl, swift-nio
[52510/95709] Fetching swift-nio-ssl, swift-nio, console-kit
Fetching https://github.com/swift-server/async-http-client.git
[56419/98079] Fetching swift-nio-ssl, swift-nio, console-kit, async-kit
[58592/111863] Fetching swift-nio-ssl, swift-nio, console-kit, async-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.45s)
[62771/106378] Fetching swift-nio-ssl, swift-nio, async-kit, swift-crypto
Fetched https://github.com/vapor/async-kit.git from cache (0.43s)
[61431/104008] Fetching swift-nio-ssl, swift-nio, swift-crypto
[65965/117795] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.35s)
[64813/103002] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.26s)
[73375/89215] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.74s)
Fetched https://github.com/apple/swift-nio.git from cache (5.11s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.91s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.84s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4180/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.06s)
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.63s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.60s)
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.30s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.82s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.55s)
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.66s)
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
[58/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.30s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.30s)
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 (1.05s)
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.74s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.70s)
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.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.81s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
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.52s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.59s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.61s)
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.67s)
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.51s)
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.55s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.82s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.88s)
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/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/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-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/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.0
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/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/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
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/miroslavkovac/Lingo.git
Working copy of https://github.com/miroslavkovac/Lingo.git resolved at 4.0.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
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-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/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/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/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/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
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-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/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/835] Write sources
[50/835] Compiling CNIOWindows shim.c
[51/835] Compiling CNIOWindows WSAStartup.c
[51/835] Compiling _NumericsShims _NumericsShims.c
[53/835] Compiling _AtomicsShims.c
[54/835] Compiling CNIOWASI CNIOWASI.c
[55/835] Compiling CNIOLinux liburing_shims.c
[56/835] Compiling CSystem shims.c
[57/835] Compiling CVaporBcrypt blf.c
[58/835] Compiling CNIOSHA1 c_nio_sha1.c
[59/835] Compiling CNIOExtrasZlib empty.c
[60/835] Compiling CNIODarwin shim.c
[61/835] Compiling CNIOLLHTTP c_nio_http.c
[62/835] Compiling CNIOLinux shim.c
[63/835] Compiling CNIOLLHTTP c_nio_api.c
[64/835] Compiling fiat_p256_adx_sqr.S
[65/835] Compiling fiat_p256_adx_mul.S
[66/835] Compiling fiat_curve25519_adx_square.S
[66/835] Compiling fiat_curve25519_adx_mul.S
[68/835] Compiling CVaporBcrypt bcrypt.c
[69/835] Write swift-version-24593BA9C3E375BF.txt
[70/835] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/836] Compiling CNIOBoringSSLShims shims.c
[73/841] Emitting module _NIODataStructures
[73/841] Compiling tls_record.cc
[74/841] Compiling tls_method.cc
[75/841] Compiling tls13_client.cc
[76/841] Compiling tls13_both.cc
[77/843] Compiling tls13_enc.cc
[78/872] Compiling tls13_server.cc
[80/879] Emitting module ServiceContextModule
[81/1038] Emitting module RealModule
[82/1039] Emitting module SystemPackage
[83/1042] Emitting module InternalCollectionsUtilities
[84/1044] Compiling Lingo LocalizationsModel.swift
[85/1044] Compiling Lingo PluralCategory.swift
[86/1044] Compiling Lingo EastSlavic.swift
[87/1044] Compiling Lingo cs.swift
[88/1044] Compiling Lingo cy.swift
[89/1044] Compiling RealModule Real.swift
[90/1044] Compiling SystemPackage Util+StringArray.swift
[91/1044] Compiling SystemPackage Util.swift
[92/1044] Compiling SystemPackage UtilConsumers.swift
[93/1044] Compiling Lingo de_AT.swift
[94/1044] Compiling Lingo de_CH.swift
[95/1044] Compiling ServiceContextModule ServiceContextKey.swift
[96/1044] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[97/1044] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/1044] Compiling Lingo bm.swift
[99/1044] Compiling Lingo bn.swift
[100/1044] Compiling Lingo be.swift
[101/1044] Compiling Lingo bg.swift
[106/1044] Compiling _NIODataStructures _TinyArray.swift
[107/1044] Compiling RealModule RealFunctions.swift
[108/1044] Compiling ServiceContextModule ServiceContext.swift
[109/1044] Compiling Lingo da.swift
[110/1044] Compiling Lingo de.swift
[111/1044] Compiling Lingo de_DE.swift
[112/1044] Compiling Lingo dz.swift
[113/1045] Compiling RealModule Float16+Real.swift
[114/1045] Compiling RealModule Float80+Real.swift
[115/1045] Compiling _NIOBase64 Base64.swift
[116/1045] Emitting module _NIOBase64
[117/1045] Compiling RealModule ElementaryFunctions.swift
[118/1045] Compiling Lingo bs.swift
[119/1045] Compiling Lingo ca.swift
[124/1045] Compiling Lingo bo.swift
[125/1045] Compiling Lingo br.swift
[126/1045] Compiling RealModule Float+Real.swift
[127/1045] Compiling _NIODataStructures PriorityQueue.swift
[136/1174] Emitting module Lingo
[137/1198] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[138/1198] Compiling _RopeModule BigString+Chunk+Breaks.swift
[139/1198] Compiling _RopeModule BigString+Chunk+Counts.swift
[140/1198] Compiling _RopeModule BigString+Chunk+Description.swift
[141/1198] Compiling _RopeModule BigString+Summary.swift
[142/1198] Compiling _RopeModule BigString.swift
[143/1198] Compiling _RopeModule BigString+Comparable.swift
[144/1198] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[145/1198] Compiling _RopeModule BigString+CustomStringConvertible.swift
[146/1198] Compiling _RopeModule BigString+Equatable.swift
[147/1198] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[148/1198] Compiling _RopeModule BigString+Hashing.swift
[149/1198] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[150/1198] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[151/1198] Compiling _RopeModule BigString+Sequence.swift
[152/1198] Compiling _RopeModule BigString+TextOutputStream.swift
[153/1198] Compiling Logging MetadataProvider.swift
[154/1198] Compiling _NIODataStructures Heap.swift
[155/1199] Compiling Logging Locks.swift
[156/1199] Emitting module Logging
[157/1200] Compiling Instrumentation NoOpInstrument.swift
[158/1200] Compiling Instrumentation Instrument.swift
[159/1200] Emitting module Instrumentation
[160/1200] Compiling Logging LogHandler.swift
[161/1200] Compiling Logging Logging.swift
[162/1201] Compiling Instrumentation MultiplexInstrument.swift
[163/1201] Compiling Instrumentation Locks.swift
[165/1201] Compiling Instrumentation InstrumentationSystem.swift
[169/1259] Compiling _RopeModule BigString+Initializers.swift
[170/1259] Compiling _RopeModule BigString+Insert.swift
[171/1259] Compiling _RopeModule BigString+Managing Breaks.swift
[172/1259] Compiling _RopeModule BigString+RemoveSubrange.swift
[173/1259] Compiling _RopeModule BigString+ReplaceSubrange.swift
[174/1259] Compiling _RopeModule BigString+Split.swift
[175/1259] Compiling _RopeModule Range+BigString.swift
[176/1313] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[177/1313] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[178/1313] Compiling HashTreeCollections TreeDictionary+Keys.swift
[179/1313] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[180/1313] Compiling HashTreeCollections TreeDictionary+Merge.swift
[181/1313] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[182/1313] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[183/1313] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[184/1313] Compiling HeapModule Heap+Invariants.swift
[185/1313] Compiling HeapModule Heap+Descriptions.swift
[186/1313] Compiling DequeModule Deque+CustomReflectable.swift
[187/1313] Compiling DequeModule Deque+Descriptions.swift
[188/1315] Compiling DequeModule Deque+Equatable.swift
[189/1315] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[190/1315] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[191/1315] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[192/1315] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[193/1315] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[194/1315] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[195/1315] Compiling HashTreeCollections _HashNode+Structural merge.swift
[196/1315] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[197/1315] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[198/1315] Compiling HeapModule Heap.swift
[199/1315] Compiling DequeModule _DequeBuffer.swift
[200/1315] Compiling DequeModule _DequeBufferHeader.swift
[201/1315] Compiling HeapModule _HeapNode.swift
[202/1315] Compiling DequeModule Deque+Testing.swift
[203/1315] Compiling DequeModule Deque._Storage.swift
[204/1315] Compiling DequeModule Deque._UnsafeHandle.swift
[205/1315] Compiling DequeModule Deque.swift
[208/1315] Compiling DequeModule _DequeSlot.swift
[209/1315] Compiling DequeModule _UnsafeWrappedBuffer.swift
[210/1315] Compiling RoutingKit AnyRouter.swift
[211/1315] Emitting module RoutingKit
[212/1315] Compiling HeapModule Heap+UnsafeHandle.swift
[213/1315] Compiling HashTreeCollections _HashNode+Structural union.swift
[214/1315] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[215/1315] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[216/1315] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[217/1315] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[218/1315] Compiling HashTreeCollections _HashNode.swift
[219/1315] Compiling HashTreeCollections _HashNodeHeader.swift
[220/1315] Compiling HashTreeCollections _HashSlot.swift
[221/1315] Compiling HashTreeCollections _HashStack.swift
[222/1315] Compiling HashTreeCollections _HashTreeIterator.swift
[223/1315] Compiling HashTreeCollections _HashTreeStatistics.swift
[224/1315] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[225/1315] Compiling HashTreeCollections _RawHashNode.swift
[226/1315] Compiling HashTreeCollections _UnmanagedHashNode.swift
[227/1315] Compiling HashTreeCollections _UnsafePath.swift
[228/1315] Compiling HashTreeCollections TreeDictionary+Codable.swift
[229/1315] Compiling DequeModule Deque+Extras.swift
[230/1315] Compiling DequeModule Deque+Hashable.swift
[231/1315] Emitting module HeapModule
[233/1316] Compiling RoutingKit PathComponent.swift
[234/1316] Compiling RoutingKit Router.swift
[235/1316] Compiling RoutingKit TrieRouter.swift
[236/1316] Compiling HashTreeCollections TreeSet+Hashable.swift
[237/1316] Compiling HashTreeCollections TreeSet+Sendable.swift
[238/1316] Compiling HashTreeCollections TreeSet+Sequence.swift
[239/1316] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[240/1316] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[241/1316] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[242/1316] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[243/1316] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[244/1316] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[245/1316] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[246/1326] Compiling CoreMetrics Locks.swift
[247/1326] Emitting module CoreMetrics
[248/1326] Compiling CoreMetrics Metrics.swift
[251/1327] Compiling Lingo pa.swift
[252/1327] Compiling Lingo pl.swift
[253/1327] Compiling Lingo pt.swift
[254/1327] Compiling Lingo pt_BR.swift
[255/1327] Compiling Lingo ro.swift
[256/1327] Compiling Lingo ru.swift
[257/1327] Compiling Lingo sah.swift
[258/1327] Compiling Lingo se.swift
[259/1327] Compiling Lingo ses.swift
[260/1327] Compiling Lingo sg.swift
[261/1327] Compiling Lingo shi.swift
[262/1327] Compiling Lingo sk.swift
[263/1327] Compiling Lingo sl.swift
[264/1327] Compiling Lingo smn.swift
[265/1327] Compiling Lingo sr.swift
[266/1327] Compiling Lingo sv.swift
[267/1327] Compiling Lingo sv_SE.swift
[268/1327] Compiling Lingo sw.swift
[269/1327] Compiling Lingo th.swift
[270/1327] Compiling HashTreeCollections TreeSet+Collection.swift
[271/1327] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[272/1327] Compiling HashTreeCollections TreeSet+Debugging.swift
[273/1327] Compiling HashTreeCollections TreeSet+Descriptions.swift
[274/1327] Compiling HashTreeCollections TreeSet+Equatable.swift
[275/1327] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[276/1327] Compiling HashTreeCollections TreeSet+Extras.swift
[277/1327] Compiling HashTreeCollections TreeSet+Filter.swift
[288/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[289/1327] Compiling Lingo ln.swift
[290/1327] Compiling Lingo lo.swift
[291/1327] Compiling Lingo lt.swift
[292/1327] Compiling Lingo lv.swift
[293/1327] Compiling Lingo mg.swift
[294/1327] Compiling Lingo mk.swift
[295/1327] Compiling Lingo ml.swift
[296/1327] Compiling Lingo mn.swift
[297/1327] Compiling Lingo mr_IN.swift
[298/1327] Compiling Lingo ms.swift
[299/1327] Compiling Lingo mt.swift
[300/1327] Compiling Lingo my.swift
[301/1327] Compiling Lingo naq.swift
[302/1327] Compiling Lingo nb.swift
[303/1327] Compiling Lingo ne.swift
[304/1327] Compiling Lingo nl.swift
[305/1327] Compiling Lingo nn.swift
[306/1327] Compiling Lingo nso.swift
[307/1327] Compiling Lingo or.swift
[310/1327] Compiling HashTreeCollections TreeDictionary+Collection.swift
[311/1327] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[312/1327] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[313/1327] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[314/1327] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[315/1327] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[316/1327] Compiling HashTreeCollections TreeDictionary+Filter.swift
[324/1327] Compiling HashTreeCollections TreeDictionary+Values.swift
[325/1327] Compiling HashTreeCollections TreeDictionary.swift
[326/1327] Compiling HashTreeCollections TreeSet+Codable.swift
[327/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[328/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[329/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[330/1327] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[331/1327] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[332/1327] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[333/1327] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[334/1327] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[335/1327] Compiling HashTreeCollections TreeSet.swift
[336/1327] Compiling Lingo fr_FR.swift
[337/1327] Compiling Lingo ga.swift
[338/1327] Compiling Lingo gd.swift
[339/1327] Compiling Lingo gl.swift
[340/1327] Compiling Lingo gv.swift
[341/1327] Compiling Lingo he.swift
[342/1327] Compiling Lingo hi.swift
[343/1327] Compiling Lingo hi_IN.swift
[344/1327] Compiling Lingo hr.swift
[345/1327] Compiling Lingo hsb.swift
[365/1327] Compiling Lingo ti.swift
[366/1327] Compiling Lingo to.swift
[367/1327] Compiling Lingo tr.swift
[368/1327] Compiling Lingo tzm.swift
[369/1327] Compiling Lingo uk.swift
[370/1327] Compiling Lingo ur.swift
[371/1327] Compiling Lingo vi.swift
[372/1327] Compiling Lingo wa.swift
[373/1327] Compiling Lingo wo.swift
[374/1327] Compiling Lingo yo.swift
[375/1327] Compiling Lingo zh.swift
[376/1327] Compiling Lingo zh_CN.swift
[377/1327] Compiling Lingo zh_HK.swift
[378/1327] Compiling Lingo zh_TW.swift
[379/1327] Compiling Lingo PluralizationRule.swift
[380/1327] Compiling Lingo PluralizationRuleStore+List.swift
[381/1327] Compiling Lingo PluralizationRuleStore.swift
[382/1327] Compiling Lingo StringInterpolator.swift
[383/1327] Compiling DequeModule Deque+Codable.swift
[384/1327] Compiling DequeModule Deque+Collection.swift
[417/1336] Compiling RoutingKit Parameters.swift
[431/1337] Compiling Tracing NoOpTracer.swift
[432/1337] Compiling Tracing InstrumentationSystem+Tracing.swift
[443/1337] Compiling Tracing TracingTime.swift
[472/1348] Emitting module Tracing
[473/1348] Emitting module DequeModule
[474/1349] Compiling Tracing TracerProtocol.swift
[493/1349] Compiling Tracing TracerProtocol+Legacy.swift
[494/1349] Compiling Tracing Tracer.swift
[495/1349] Compiling _RopeModule _CharacterRecognizer.swift
[505/1349] Emitting module Metrics
[506/1349] Compiling Metrics Metrics.swift
[507/1350] Emitting module OrderedCollections
[508/1351] Compiling Tracing SpanProtocol.swift
[523/1352] Emitting module _RopeModule
[545/1352] Compiling t1_enc.cc
[546/1352] Compiling ssl_x509.cc
[548/1352] Compiling _RopeModule Rope+Join.swift
[549/1352] Compiling _RopeModule Rope+MutatingForEach.swift
[550/1352] Compiling _RopeModule Rope+Remove.swift
[551/1352] Compiling _RopeModule Rope+RemoveSubrange.swift
[552/1352] Compiling _RopeModule Rope+Split.swift
[553/1352] Compiling _RopeModule Optional Utilities.swift
[554/1352] Compiling _RopeModule String Utilities.swift
[555/1352] Compiling _RopeModule String.Index+ABI.swift
[596/1352] Compiling ssl_versions.cc
[599/1353] Emitting module HashTreeCollections
[599/1354] Compiling ssl_stat.cc
[601/1354] Compiling ssl_transcript.cc
[602/1354] Compiling ssl_session.cc
[603/1354] Compiling ssl_privkey.cc
[604/1354] Compiling ssl_key_share.cc
[605/1354] Compiling ssl_lib.cc
[606/1354] Compiling ssl_file.cc
[607/1354] Compiling ssl_credential.cc
[608/1354] Compiling ssl_cipher.cc
[609/1354] Compiling ssl_cert.cc
[610/1354] Compiling ssl_buffer.cc
[611/1354] Compiling ssl_asn1.cc
[612/1354] Compiling ssl_aead_ctx.cc
[613/1354] Compiling s3_pkt.cc
[614/1354] Compiling s3_lib.cc
[615/1354] Compiling s3_both.cc
[616/1354] Compiling handshake_server.cc
[617/1354] Compiling handshake_client.cc
[618/1354] Compiling handshake.cc
[619/1354] Compiling handoff.cc
[620/1354] Compiling dtls_record.cc
[621/1354] Compiling encrypted_client_hello.cc
[622/1354] Compiling md5-x86_64-linux.S
[623/1354] Compiling dtls_method.cc
[624/1354] Compiling md5-586-linux.S
[625/1354] Compiling md5-x86_64-apple.S
[626/1354] Compiling md5-586-apple.S
[627/1354] Compiling chacha20_poly1305_x86_64-linux.S
[628/1354] Compiling d1_srtp.cc
[629/1354] Compiling d1_pkt.cc
[630/1354] Compiling chacha20_poly1305_x86_64-apple.S
[631/1354] Compiling extensions.cc
[632/1354] Compiling chacha20_poly1305_armv8-win.S
[633/1354] Compiling chacha20_poly1305_armv8-apple.S
[633/1354] Compiling chacha20_poly1305_armv8-linux.S
[635/1354] Compiling chacha-x86_64-apple.S
[636/1354] Compiling chacha-x86_64-linux.S
[637/1354] Compiling chacha-x86-apple.S
[638/1354] Compiling chacha-x86-linux.S
[639/1354] Compiling chacha-armv8-win.S
[640/1354] Compiling chacha-armv8-linux.S
[640/1354] Compiling err_data.cc
[642/1354] Compiling chacha-armv8-apple.S
[643/1354] Compiling chacha-armv4-linux.S
[644/1354] Compiling d1_lib.cc
[645/1354] Compiling aes128gcmsiv-x86_64-apple.S
[646/1354] Compiling x86_64-mont5-linux.S
[647/1354] Compiling aes128gcmsiv-x86_64-linux.S
[648/1354] Compiling x86_64-mont5-apple.S
[649/1354] Compiling x86_64-mont-apple.S
[649/1354] Compiling x86_64-mont-linux.S
[651/1354] Compiling x86-mont-linux.S
[652/1354] Compiling x86-mont-apple.S
[653/1354] Compiling vpaes-x86_64-apple.S
[654/1354] Compiling vpaes-x86_64-linux.S
[655/1354] Compiling vpaes-x86-apple.S
[656/1354] Compiling vpaes-x86-linux.S
[657/1354] Compiling vpaes-armv8-win.S
[658/1354] Compiling vpaes-armv8-linux.S
[659/1354] Compiling vpaes-armv7-linux.S
[660/1354] Compiling vpaes-armv8-apple.S
[661/1354] Compiling sha512-x86_64-apple.S
[662/1354] Compiling sha512-armv8-win.S
[663/1354] Compiling sha512-armv8-linux.S
[664/1354] Compiling sha512-x86_64-linux.S
[665/1354] Compiling sha512-armv8-apple.S
[665/1354] Compiling sha512-armv4-linux.S
[667/1354] Compiling sha512-586-linux.S
[668/1354] Compiling sha512-586-apple.S
[669/1354] Compiling sha256-x86_64-apple.S
[670/1354] Compiling sha256-armv8-win.S
[671/1354] Compiling sha256-armv8-linux.S
[672/1354] Compiling sha256-x86_64-linux.S
[673/1354] Compiling sha256-armv8-apple.S
[674/1354] Compiling sha256-armv4-linux.S
[675/1354] Compiling sha256-586-linux.S
[676/1354] Compiling sha256-586-apple.S
[677/1354] Compiling sha1-x86_64-apple.S
[678/1354] Compiling sha1-armv8-win.S
[679/1354] Compiling sha1-x86_64-linux.S
[680/1354] Compiling sha1-armv8-apple.S
[681/1354] Compiling sha1-armv8-linux.S
[682/1354] Compiling sha1-armv4-large-linux.S
[683/1354] Compiling sha1-586-linux.S
[684/1354] Compiling sha1-586-apple.S
[685/1354] Compiling rsaz-avx2-apple.S
[686/1354] Compiling rsaz-avx2-linux.S
[687/1354] Compiling rdrand-x86_64-apple.S
[688/1354] Compiling rdrand-x86_64-linux.S
[689/1354] Compiling p256_beeu-x86_64-asm-linux.S
[690/1354] Compiling p256_beeu-x86_64-asm-apple.S
[691/1354] Compiling p256_beeu-armv8-asm-win.S
[692/1354] Compiling p256_beeu-armv8-asm-linux.S
[693/1354] Compiling p256_beeu-armv8-asm-apple.S
[694/1354] Compiling p256-x86_64-asm-apple.S
[695/1354] Compiling p256-armv8-asm-win.S
[696/1354] Compiling p256-x86_64-asm-linux.S
[697/1354] Compiling p256-armv8-asm-linux.S
[698/1354] Compiling p256-armv8-asm-apple.S
[699/1354] Compiling ghashv8-armv8-win.S
[700/1354] Compiling ghashv8-armv8-linux.S
[701/1354] Compiling ghashv8-armv8-apple.S
[702/1354] Compiling ghashv8-armv7-linux.S
[703/1354] Compiling ghash-x86_64-linux.S
[704/1354] Compiling ghash-x86_64-apple.S
[705/1354] Compiling ghash-x86-linux.S
[706/1354] Compiling ghash-x86-apple.S
[707/1354] Compiling ghash-ssse3-x86_64-linux.S
[708/1354] Compiling ghash-ssse3-x86_64-apple.S
[709/1354] Compiling ghash-ssse3-x86-linux.S
[710/1354] Compiling ghash-ssse3-x86-apple.S
[711/1354] Compiling ghash-neon-armv8-win.S
[712/1354] Compiling bio_ssl.cc
[713/1354] Compiling ghash-neon-armv8-linux.S
[714/1354] Compiling ghash-neon-armv8-apple.S
[715/1354] Compiling ghash-armv4-linux.S
[716/1354] Compiling co-586-linux.S
[717/1354] Compiling co-586-apple.S
[718/1354] Compiling bsaes-armv7-linux.S
[719/1354] Compiling bn-armv8-win.S
[720/1354] Compiling bn-armv8-linux.S
[721/1354] Compiling bn-armv8-apple.S
[722/1354] Compiling bn-586-linux.S
[723/1354] Compiling armv8-mont-win.S
[724/1354] Compiling armv8-mont-linux.S
[725/1354] Compiling bn-586-apple.S
[726/1354] Compiling armv8-mont-apple.S
[727/1354] Compiling armv4-mont-linux.S
[728/1354] Compiling aesv8-gcm-armv8-win.S
[729/1354] Compiling aesv8-gcm-armv8-linux.S
[730/1354] Compiling aesv8-gcm-armv8-apple.S
[731/1354] Compiling aesv8-armv8-linux.S
[732/1354] Compiling aesv8-armv8-win.S
[733/1354] Compiling aesv8-armv8-apple.S
[734/1354] Compiling aesv8-armv7-linux.S
[735/1354] Compiling aesni-x86_64-apple.S
[736/1354] Compiling aesni-x86_64-linux.S
[737/1354] Compiling aesni-x86-apple.S
[738/1354] Compiling aesni-gcm-x86_64-apple.S
[739/1354] Compiling aesni-x86-linux.S
[740/1354] Compiling aesni-gcm-x86_64-linux.S
[741/1354] Compiling aes-gcm-avx2-x86_64-linux.S
[742/1354] Compiling aes-gcm-avx2-x86_64-apple.S
[743/1354] Compiling aes-gcm-avx10-x86_64-apple.S
[744/1354] Compiling aes-gcm-avx10-x86_64-linux.S
[745/1354] Compiling d1_both.cc
[746/1354] Compiling x_sig.cc
[747/1354] Compiling x_val.cc
[748/1354] Compiling x_x509a.cc
[749/1354] Compiling x_spki.cc
[750/1354] Compiling x_req.cc
[751/1354] Compiling x_x509.cc
[752/1354] Compiling x_pubkey.cc
[753/1354] Compiling x_name.cc
[754/1354] Compiling x_exten.cc
[754/1354] Compiling x509spki.cc
[755/1354] Compiling x_algor.cc
[757/1354] Compiling x_attrib.cc
[758/1354] Compiling x_crl.cc
[759/1354] Compiling x509rset.cc
[760/1354] Compiling x_all.cc
[761/1354] Compiling x509name.cc
[762/1354] Compiling x509_txt.cc
[763/1354] Compiling x509cset.cc
[764/1354] Compiling x509_vpm.cc
[765/1354] Compiling x509_v3.cc
[766/1354] Compiling x509_vfy.cc
[767/1354] Compiling x509_trs.cc
[768/1354] Compiling x509_set.cc
[769/1354] Compiling x509_req.cc
[770/1354] Compiling x509_obj.cc
[771/1354] Compiling x509_def.cc
[772/1354] Compiling x509_d2.cc
[773/1354] Compiling x509_lu.cc
[774/1354] Compiling x509_ext.cc
[775/1354] Compiling x509_cmp.cc
[776/1354] Compiling x509_att.cc
[777/1354] Compiling x509.cc
[778/1354] Compiling v3_prn.cc
[778/1354] Compiling v3_skey.cc
[780/1354] Compiling v3_purp.cc
[781/1354] Compiling v3_utl.cc
[782/1354] Compiling v3_pmaps.cc
[783/1354] Compiling v3_ocsp.cc
[784/1354] Compiling v3_pcons.cc
[785/1354] Compiling v3_ncons.cc
[786/1354] Compiling v3_int.cc
[787/1354] Compiling v3_lib.cc
[788/1354] Compiling v3_ia5.cc
[789/1354] Compiling v3_info.cc
[790/1354] Compiling v3_genn.cc
[791/1354] Compiling v3_enum.cc
[791/1354] Compiling v3_extku.cc
[793/1354] Compiling v3_crld.cc
[794/1354] Compiling v3_cpols.cc
[795/1354] Compiling v3_conf.cc
[796/1354] Compiling v3_bitst.cc
[797/1354] Compiling v3_bcons.cc
[798/1354] Compiling v3_akeya.cc
[799/1354] Compiling v3_alt.cc
[800/1354] Compiling v3_akey.cc
[801/1354] Compiling t_x509a.cc
[802/1354] Compiling i2d_pr.cc
[803/1354] Compiling t_x509.cc
[804/1354] Compiling t_crl.cc
[805/1354] Compiling t_req.cc
[806/1354] Compiling name_print.cc
[807/1354] Compiling rsa_pss.cc
[808/1354] Compiling policy.cc
[809/1354] Compiling by_file.cc
[810/1354] Compiling by_dir.cc
[811/1354] Compiling voprf.cc
[812/1354] Compiling algorithm.cc
[813/1354] Compiling a_verify.cc
[814/1354] Compiling asn1_gen.cc
[815/1354] Compiling a_digest.cc
[816/1354] Compiling a_sign.cc
[817/1354] Compiling trust_token.cc
[818/1354] Compiling thread_win.cc
[819/1354] Compiling thread.cc
[820/1354] Compiling thread_pthread.cc
[821/1354] Compiling thread_none.cc
[822/1354] Compiling stack.cc
[823/1354] Compiling pmbtoken.cc
[824/1354] Compiling slhdsa.cc
[825/1354] Compiling sha512.cc
[826/1354] Compiling sha256.cc
[827/1354] Compiling siphash.cc
[828/1354] Compiling sha1.cc
[829/1354] Compiling rsa_extra.cc
[830/1354] Compiling rsa_print.cc
[831/1354] Compiling spake2plus.cc
[832/1354] Compiling rc4.cc
[833/1354] Compiling refcount.cc
[834/1354] Compiling windows.cc
[835/1354] Compiling rsa_crypt.cc
[836/1354] Compiling trusty.cc
[837/1354] Compiling rand.cc
[838/1354] Compiling urandom.cc
[839/1354] Compiling rsa_asn1.cc
[840/1354] Compiling passive.cc
[841/1354] Compiling ios.cc
[842/1354] Compiling getentropy.cc
[843/1354] Compiling poly1305_arm_asm.S
[844/1354] Compiling deterministic.cc
[845/1354] Compiling forkunsafe.cc
[846/1354] Compiling fork_detect.cc
[847/1354] Compiling poly1305_arm.cc
[848/1354] Compiling poly1305.cc
[849/1354] Compiling pool.cc
[850/1354] Compiling poly1305_vec.cc
[851/1354] Compiling pkcs7.cc
[852/1354] Compiling pkcs8.cc
[853/1354] Compiling pkcs8_x509.cc
[854/1354] Compiling p5_pbev2.cc
[855/1354] Compiling pkcs7_x509.cc
[856/1354] Compiling pem_xaux.cc
[857/1354] Compiling pem_x509.cc
[858/1354] Compiling pem_pkey.cc
[859/1354] Compiling mlkem.cc
[860/1354] Compiling obj_xref.cc
[860/1354] Compiling pem_pk8.cc
[862/1354] Compiling pem_oth.cc
[863/1354] Compiling pem_info.cc
[864/1354] Compiling mldsa.cc
[865/1354] Compiling pem_all.cc
[865/1354] Compiling pem_lib.cc
[867/1354] Compiling obj.cc
[868/1354] Compiling poly_rq_mul.S
[869/1354] Compiling fips_shared_support.cc
[870/1354] Compiling md5.cc
[871/1354] Compiling mem.cc
[872/1354] Compiling md4.cc
[873/1354] Compiling lhash.cc
[874/1354] Compiling ex_data.cc
[874/1354] Compiling hrss.cc
[876/1354] Compiling sign.cc
[877/1354] Compiling kyber.cc
[878/1354] Compiling scrypt.cc
[879/1354] Compiling hpke.cc
[880/1354] Compiling print.cc
[881/1354] Compiling pbkdf.cc
[882/1354] Compiling p_x25519.cc
[883/1354] Compiling p_x25519_asn1.cc
[884/1354] Compiling p_rsa_asn1.cc
[885/1354] Compiling p_rsa.cc
[886/1354] Compiling p_ed25519.cc
[887/1354] Compiling p_hkdf.cc
[888/1354] Compiling p_ed25519_asn1.cc
[889/1354] Compiling p_ec_asn1.cc
[890/1354] Compiling p_ec.cc
[891/1354] Compiling p_dh.cc
[892/1354] Compiling p_dh_asn1.cc
[893/1354] Compiling evp_ctx.cc
[894/1354] Compiling p_dsa_asn1.cc
[895/1354] Compiling evp.cc
[896/1354] Compiling err.cc
[897/1354] Compiling engine.cc
[898/1354] Compiling evp_asn1.cc
[899/1354] Compiling ecdh.cc
[900/1354] Compiling ecdsa_asn1.cc
[901/1354] Compiling hash_to_curve.cc
[902/1354] Compiling ec_derive.cc
[903/1354] Compiling dsa.cc
[904/1354] Compiling ec_asn1.cc
[905/1354] Compiling dsa_asn1.cc
[906/1354] Compiling params.cc
[907/1354] Compiling x25519-asm-arm.S
[908/1354] Compiling des.cc
[909/1354] Compiling digest_extra.cc
[910/1354] Compiling dh_asn1.cc
[911/1354] Compiling crypto.cc
[912/1354] Compiling cpu_intel.cc
[913/1354] Compiling cpu_arm_linux.cc
[914/1354] Compiling spake25519.cc
[915/1354] Compiling curve25519.cc
[916/1354] Compiling cpu_arm_freebsd.cc
[917/1354] Compiling cpu_aarch64_openbsd.cc
[918/1354] Compiling cpu_aarch64_win.cc
[919/1354] Compiling bcm.cc
[920/1354] Compiling cpu_aarch64_sysreg.cc
[921/1354] Compiling cpu_aarch64_linux.cc
[922/1354] Compiling cpu_aarch64_fuchsia.cc
[923/1354] Compiling curve25519_64_adx.cc
[924/1354] Compiling cpu_aarch64_apple.cc
[925/1354] Compiling tls_cbc.cc
[925/1354] Compiling get_cipher.cc
[927/1354] Compiling conf.cc
[928/1354] Compiling e_tls.cc
[929/1354] Compiling e_rc4.cc
[930/1354] Compiling e_null.cc
[930/1354] Compiling e_rc2.cc
[932/1354] Compiling e_des.cc
[933/1354] Compiling derive_key.cc
[934/1354] Compiling e_chacha20poly1305.cc
[935/1354] Compiling e_aesgcmsiv.cc
[936/1354] Compiling e_aesctrhmac.cc
[937/1354] Compiling chacha.cc
[938/1354] Compiling unicode.cc
[939/1354] Compiling buf.cc
[940/1354] Compiling cbb.cc
[941/1354] Compiling cbs.cc
[942/1354] Compiling ber.cc
[943/1354] Compiling bn_asn1.cc
[944/1354] Compiling asn1_compat.cc
[945/1354] Compiling blake2.cc
[946/1354] Compiling convert.cc
[947/1354] Compiling socket.cc
[948/1354] Compiling printf.cc
[948/1354] Compiling socket_helper.cc
[950/1354] Compiling pair.cc
[951/1354] Compiling hexdump.cc
[952/1354] Compiling file.cc
[953/1354] Compiling errno.cc
[954/1354] Compiling fd.cc
[955/1354] Compiling connect.cc
[956/1354] Compiling bio_mem.cc
[957/1354] Compiling bio.cc
[958/1354] Compiling base64.cc
[959/1354] Compiling tasn_typ.cc
[960/1354] Compiling tasn_fre.cc
[961/1354] Compiling tasn_enc.cc
[962/1354] Compiling f_string.cc
[963/1354] Compiling tasn_utl.cc
[964/1354] Compiling posix_time.cc
[965/1354] Compiling tasn_new.cc
[966/1354] Compiling f_int.cc
[967/1354] Compiling asn_pack.cc
[968/1354] Compiling tasn_dec.cc
[969/1354] Compiling asn1_par.cc
[970/1354] Compiling a_utctm.cc
[971/1354] Compiling a_octet.cc
[971/1354] Compiling a_type.cc
[973/1354] Compiling a_time.cc
[974/1354] Compiling asn1_lib.cc
[975/1354] Compiling a_strnid.cc
[976/1354] Compiling a_strex.cc
[977/1354] Compiling a_i2d_fp.cc
[977/1354] Compiling a_object.cc
[979/1354] Compiling a_dup.cc
[980/1354] Compiling a_d2i_fp.cc
[981/1354] Compiling a_mbstr.cc
[982/1354] Compiling a_gentm.cc
[983/1354] Compiling fiat_p256_adx_sqr.S
[984/1354] Compiling a_int.cc
[985/1354] Compiling fiat_p256_adx_mul.S
[986/1354] Compiling fiat_curve25519_adx_square.S
[987/1354] Compiling fiat_curve25519_adx_mul.S
[988/1354] Compiling md5-x86_64-linux.S
[989/1354] Compiling md5-x86_64-apple.S
[990/1354] Compiling md5-586-linux.S
[991/1354] Compiling a_bitstr.cc
[992/1354] Compiling md5-586-apple.S
[993/1354] Compiling a_bool.cc
[994/1354] Compiling chacha20_poly1305_armv8-win.S
[995/1354] Compiling chacha20_poly1305_x86_64-apple.S
[996/1354] Compiling chacha20_poly1305_armv8-linux.S
[997/1354] Compiling chacha20_poly1305_x86_64-linux.S
[998/1354] Compiling CCryptoBoringSSLShims shims.c
[999/1354] Compiling chacha20_poly1305_armv8-apple.S
[1000/1354] Compiling chacha-x86_64-linux.S
[1001/1354] Compiling chacha-x86_64-apple.S
[1002/1354] Compiling chacha-x86-linux.S
[1003/1354] Compiling chacha-x86-apple.S
[1004/1354] Compiling chacha-armv8-win.S
[1005/1354] Compiling chacha-armv8-linux.S
[1006/1354] Compiling chacha-armv8-apple.S
[1007/1354] Compiling chacha-armv4-linux.S
[1008/1354] Compiling x86_64-mont5-apple.S
[1009/1354] Compiling aes128gcmsiv-x86_64-linux.S
[1010/1354] Compiling aes128gcmsiv-x86_64-apple.S
[1011/1354] Compiling x86_64-mont5-linux.S
[1012/1354] Compiling x86_64-mont-linux.S
[1013/1354] Compiling x86_64-mont-apple.S
[1014/1354] Compiling err_data.cc
[1015/1354] Compiling x86-mont-linux.S
[1016/1354] Compiling x86-mont-apple.S
[1017/1354] Compiling vpaes-x86_64-linux.S
[1018/1354] Compiling vpaes-x86_64-apple.S
[1019/1354] Compiling vpaes-x86-apple.S
[1020/1354] Compiling vpaes-x86-linux.S
[1021/1354] Compiling vpaes-armv8-win.S
[1022/1354] Compiling vpaes-armv8-linux.S
[1023/1354] Compiling vpaes-armv8-apple.S
[1024/1354] Compiling vpaes-armv7-linux.S
[1025/1354] Compiling sha512-armv8-win.S
[1026/1354] Compiling sha512-x86_64-apple.S
[1027/1354] Compiling sha512-x86_64-linux.S
[1028/1354] Compiling sha512-armv8-linux.S
[1029/1354] Compiling sha512-armv4-linux.S
[1030/1354] Compiling sha512-armv8-apple.S
[1031/1354] Compiling sha512-586-apple.S
[1032/1354] Compiling sha512-586-linux.S
[1033/1354] Compiling sha256-x86_64-apple.S
[1034/1354] Compiling sha256-armv8-win.S
[1035/1354] Compiling sha256-armv8-linux.S
[1036/1354] Compiling sha256-x86_64-linux.S
[1037/1354] Compiling sha256-armv4-linux.S
[1038/1354] Compiling sha256-armv8-apple.S
[1039/1354] Compiling sha256-586-linux.S
[1040/1354] Compiling sha256-586-apple.S
[1041/1354] Compiling sha1-x86_64-apple.S
[1042/1354] Compiling sha1-x86_64-linux.S
[1043/1354] Compiling sha1-armv8-win.S
[1044/1354] Compiling sha1-armv8-linux.S
[1045/1354] Compiling sha1-armv4-large-linux.S
[1046/1354] Compiling sha1-armv8-apple.S
[1047/1354] Compiling sha1-586-linux.S
[1048/1354] Compiling sha1-586-apple.S
[1049/1354] Compiling rsaz-avx2-linux.S
[1050/1354] Compiling rsaz-avx2-apple.S
[1051/1354] Compiling rdrand-x86_64-linux.S
[1052/1354] Compiling rdrand-x86_64-apple.S
[1053/1354] Compiling p256_beeu-x86_64-asm-linux.S
[1054/1354] Compiling p256_beeu-x86_64-asm-apple.S
[1055/1354] Compiling p256_beeu-armv8-asm-win.S
[1056/1354] Compiling p256_beeu-armv8-asm-apple.S
[1057/1354] Compiling p256_beeu-armv8-asm-linux.S
[1058/1354] Compiling p256-x86_64-asm-linux.S
[1059/1354] Compiling p256-x86_64-asm-apple.S
[1060/1354] Compiling p256-armv8-asm-win.S
[1061/1354] Compiling p256-armv8-asm-linux.S
[1062/1354] Compiling p256-armv8-asm-apple.S
[1063/1354] Compiling ghashv8-armv8-win.S
[1064/1354] Compiling ghashv8-armv8-linux.S
[1065/1354] Compiling ghashv8-armv8-apple.S
[1066/1354] Compiling ghashv8-armv7-linux.S
[1067/1354] Compiling ghash-x86_64-apple.S
[1068/1354] Compiling ghash-x86_64-linux.S
[1069/1354] Compiling ghash-x86-linux.S
[1070/1354] Compiling ghash-x86-apple.S
[1071/1354] Compiling ghash-ssse3-x86_64-linux.S
[1072/1354] Compiling ghash-ssse3-x86_64-apple.S
[1073/1354] Compiling ghash-ssse3-x86-linux.S
[1074/1354] Compiling ghash-ssse3-x86-apple.S
[1075/1354] Compiling ghash-neon-armv8-win.S
[1076/1354] Compiling ghash-neon-armv8-linux.S
[1077/1354] Compiling ghash-neon-armv8-apple.S
[1078/1354] Compiling ghash-armv4-linux.S
[1079/1354] Compiling co-586-linux.S
[1080/1354] Compiling co-586-apple.S
[1081/1354] Compiling bsaes-armv7-linux.S
[1082/1354] Compiling bn-armv8-win.S
[1083/1354] Compiling bn-armv8-linux.S
[1084/1354] Compiling bn-armv8-apple.S
[1085/1354] Compiling bn-586-apple.S
[1086/1354] Compiling bn-586-linux.S
[1087/1354] Compiling armv8-mont-win.S
[1088/1354] Compiling armv8-mont-linux.S
[1089/1354] Compiling armv8-mont-apple.S
[1090/1354] Compiling aesv8-gcm-armv8-win.S
[1091/1354] Compiling armv4-mont-linux.S
[1092/1354] Compiling aesv8-gcm-armv8-linux.S
[1093/1354] Compiling aesv8-gcm-armv8-apple.S
[1094/1354] Compiling aesv8-armv8-win.S
[1095/1354] Compiling aesv8-armv8-linux.S
[1096/1354] Compiling aesv8-armv8-apple.S
[1097/1354] Compiling aesv8-armv7-linux.S
[1098/1354] Compiling aesni-x86_64-apple.S
[1099/1354] Compiling aesni-x86_64-linux.S
[1100/1354] Compiling aesni-x86-linux.S
[1101/1354] Compiling aesni-x86-apple.S
[1102/1354] Compiling aesni-gcm-x86_64-apple.S
[1103/1354] Compiling aesni-gcm-x86_64-linux.S
[1104/1354] Compiling aes-gcm-avx10-x86_64-apple.S
[1105/1354] Compiling aes-gcm-avx10-x86_64-linux.S
[1106/1354] Compiling x_sig.cc
[1107/1354] Compiling x_spki.cc
[1108/1354] Compiling x_x509a.cc
[1109/1354] Compiling x_val.cc
[1110/1354] Compiling x_req.cc
[1111/1354] Compiling x_x509.cc
[1112/1354] Compiling c-nioatomics.c
[1113/1354] Compiling x_name.cc
[1114/1354] Compiling x_pubkey.cc
[1115/1354] Compiling x_exten.cc
[1116/1354] Compiling x_attrib.cc
[1117/1354] Compiling x_crl.cc
[1118/1354] Compiling c-atomics.c
[1119/1354] Compiling x_all.cc
[1120/1358] Compiling x_algor.cc
[1121/1360] Compiling x509spki.cc
[1122/1360] Compiling x509rset.cc
[1124/1360] Compiling NIOConcurrencyHelpers lock.swift
[1125/1360] Compiling NIOConcurrencyHelpers NIOLock.swift
[1125/1360] Compiling x509cset.cc
[1126/1360] Compiling x509name.cc
[1127/1360] Compiling x509_vfy.cc
[1128/1360] Compiling x509_vpm.cc
[1130/1360] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1131/1360] Compiling NIOConcurrencyHelpers atomics.swift
[1132/1360] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1133/1360] Emitting module NIOConcurrencyHelpers
[1133/1361] Compiling x509_v3.cc
[1135/1361] Compiling x509_txt.cc
[1136/1361] Compiling x509_trs.cc
[1137/1387] Compiling x509_obj.cc
[1138/1387] Compiling x509_lu.cc
[1139/1387] Compiling x509_set.cc
[1139/1387] Compiling x509_req.cc
[1141/1387] Compiling x509_ext.cc
[1142/1387] Compiling x509_def.cc
[1143/1387] Compiling x509_d2.cc
[1145/1387] Compiling ConsoleKitTerminal Console+Confirm.swift
[1146/1387] Compiling ConsoleKitTerminal Console+Input.swift
[1147/1387] Compiling ConsoleKitTerminal Console+Center.swift
[1148/1387] Compiling ConsoleKitTerminal Console+Output.swift
[1149/1390] Compiling ConsoleKitTerminal ConsoleText.swift
[1150/1390] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1151/1390] Compiling ConsoleKitTerminal ANSI.swift
[1152/1390] Compiling ConsoleKitTerminal Console+Wait.swift
[1153/1390] Compiling ConsoleKitTerminal ConsoleColor.swift
[1154/1390] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1155/1390] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1156/1390] Compiling ConsoleKitTerminal ConsoleClear.swift
[1157/1390] Compiling ConsoleKitTerminal Console+Ask.swift
[1158/1390] Compiling ConsoleKitTerminal Console+Choose.swift
[1159/1390] Compiling ConsoleKitTerminal Console.swift
[1160/1390] Compiling ConsoleKitTerminal Terminal.swift
[1161/1390] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1162/1390] Emitting module ConsoleKitTerminal
[1163/1390] Compiling ConsoleKitTerminal ActivityBar.swift
[1164/1390] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1165/1390] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1166/1390] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1167/1390] Compiling ConsoleKitTerminal CustomActivity.swift
[1168/1390] Compiling ConsoleKitTerminal LoadingBar.swift
[1169/1390] Compiling ConsoleKitTerminal ProgressBar.swift
[1170/1390] Compiling ConsoleKitTerminal Console+Clear.swift
[1170/1390] Compiling x509_att.cc
[1171/1390] Compiling x509.cc
[1172/1390] Compiling x509_cmp.cc
[1173/1390] Compiling v3_utl.cc
[1174/1390] Compiling v3_prn.cc
[1175/1390] Compiling v3_skey.cc
[1176/1390] Compiling v3_purp.cc
[1177/1390] Compiling v3_pmaps.cc
[1179/1390] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1180/1390] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1181/1390] Compiling ConsoleKitTerminal LoggerFragment.swift
[1181/1391] Compiling v3_pcons.cc
[1183/1391] Compiling v3_ocsp.cc
[1184/1391] Compiling v3_int.cc
[1185/1391] Compiling v3_ncons.cc
[1186/1398] Compiling v3_lib.cc
[1187/1413] Compiling v3_info.cc
[1188/1413] Compiling v3_ia5.cc
[1190/1413] Emitting module ConsoleKitCommands
[1191/1415] Compiling ConsoleKitCommands CommandSignature.swift
[1192/1415] Compiling ConsoleKitCommands Flag.swift
[1193/1415] Compiling ConsoleKitCommands Option.swift
[1193/1415] Compiling v3_genn.cc
[1194/1415] Compiling v3_extku.cc
[1196/1415] Compiling ConsoleKitCommands Command.swift
[1197/1415] Compiling ConsoleKitCommands CommandContext.swift
[1198/1415] Compiling ConsoleKitCommands CommandError.swift
[1198/1415] Compiling v3_crld.cc
[1200/1415] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1201/1415] Compiling ConsoleKitCommands AsyncCommand.swift
[1202/1415] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1203/1415] Compiling ConsoleKitCommands AsyncCommands.swift
[1204/1415] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1205/1415] Compiling ConsoleKitCommands AnyCommand.swift
[1205/1415] Compiling v3_enum.cc
[1207/1415] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1208/1415] Compiling ConsoleKitCommands Utilities.swift
[1208/1415] Compiling v3_conf.cc
[1209/1415] Compiling v3_cpols.cc
[1210/1415] Compiling v3_bitst.cc
[1211/1415] Compiling v3_alt.cc
[1212/1415] Compiling v3_bcons.cc
[1213/1415] Compiling v3_akeya.cc
[1214/1415] Compiling v3_akey.cc
[1215/1415] Compiling t_x509a.cc
[1216/1415] Compiling t_x509.cc
[1217/1415] Compiling t_req.cc
[1219/1415] Compiling ConsoleKitCommands CommandGroup.swift
[1220/1415] Compiling ConsoleKitCommands CommandInput.swift
[1221/1415] Compiling ConsoleKitCommands Commands.swift
[1222/1415] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1223/1415] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1224/1415] Compiling ConsoleKitCommands Argument.swift
[1225/1415] Compiling ConsoleKitCommands Console+Run.swift
[1226/1415] Compiling ConsoleKitCommands ConsoleError.swift
[1227/1415] Compiling ConsoleKitCommands Completion.swift
[1228/1416] Compiling t_crl.cc
[1229/1416] Compiling rsa_pss.cc
[1230/1418] Compiling i2d_pr.cc
[1231/1418] Compiling policy.cc
[1233/1418] Compiling ConsoleKit Exports.swift
[1234/1418] Emitting module ConsoleKit
[1234/1419] Compiling name_print.cc
[1236/1419] Compiling by_file.cc
[1237/1419] Compiling by_dir.cc
[1238/1419] Compiling asn1_gen.cc
[1239/1419] Compiling algorithm.cc
[1240/1419] Compiling a_verify.cc
[1241/1419] Compiling a_sign.cc
[1242/1419] Compiling voprf.cc
[1243/1419] Compiling a_digest.cc
[1244/1419] Compiling trust_token.cc
[1245/1419] Compiling pmbtoken.cc
[1246/1419] Compiling thread_win.cc
[1247/1419] Compiling thread_pthread.cc
[1248/1419] Compiling thread.cc
[1248/1419] Compiling thread_none.cc
[1250/1419] Compiling stack.cc
[1251/1419] Compiling wots.cc
[1252/1419] Compiling thash.cc
[1253/1419] Compiling merkle.cc
[1254/1419] Compiling sha512.cc
[1255/1419] Compiling slhdsa.cc
[1256/1419] Compiling fors.cc
[1257/1419] Compiling siphash.cc
[1258/1419] Compiling sha256.cc
[1259/1419] Compiling sha1.cc
[1260/1419] Compiling rsa_print.cc
[1261/1419] Compiling rsa_extra.cc
[1262/1419] Compiling rc4.cc
[1263/1419] Compiling refcount.cc
[1264/1419] Compiling windows.cc
[1265/1419] Compiling rsa_crypt.cc
[1266/1419] Compiling rsa_asn1.cc
[1266/1419] Compiling trusty.cc
[1268/1419] Compiling urandom.cc
[1269/1419] Compiling rand_extra.cc
[1270/1419] Compiling ios.cc
[1270/1419] Compiling passive.cc
[1272/1419] Compiling poly1305_arm_asm.S
[1273/1419] Compiling getentropy.cc
[1274/1419] Compiling deterministic.cc
[1275/1419] Compiling forkunsafe.cc
[1276/1419] Compiling fork_detect.cc
[1277/1419] Compiling pool.cc
[1278/1419] Compiling poly1305_arm.cc
[1279/1419] Compiling poly1305.cc
[1280/1419] Compiling poly1305_vec.cc
[1281/1419] Compiling pkcs7.cc
[1282/1419] Compiling pkcs8.cc
[1283/1419] Compiling p5_pbev2.cc
[1284/1419] Compiling pkcs7_x509.cc
[1285/1419] Compiling pkcs8_x509.cc
[1286/1419] Compiling pem_xaux.cc
[1287/1419] Compiling pem_x509.cc
[1288/1419] Compiling pem_pkey.cc
[1289/1419] Compiling pem_pk8.cc
[1290/1419] Compiling obj_xref.cc
[1291/1419] Compiling pem_oth.cc
[1292/1419] Compiling mlkem.cc
[1293/1419] Compiling pem_info.cc
[1294/1419] Compiling mldsa.cc
[1295/1419] Compiling pem_lib.cc
[1296/1419] Compiling obj.cc
[1297/1419] Compiling pem_all.cc
[1298/1419] Compiling poly_rq_mul.S
[1299/1419] Compiling fips_shared_support.cc
[1300/1419] Compiling mem.cc
[1301/1419] Compiling md5.cc
[1302/1419] Compiling lhash.cc
[1303/1419] Compiling md4.cc
[1304/1419] Compiling kyber.cc
[1305/1419] Compiling hrss.cc
[1306/1419] Compiling ex_data.cc
[1307/1419] Compiling hpke.cc
[1308/1419] Compiling sign.cc
[1309/1419] Compiling scrypt.cc
[1310/1419] Compiling pbkdf.cc
[1311/1419] Compiling print.cc
[1312/1419] Compiling p_x25519.cc
[1313/1419] Compiling p_x25519_asn1.cc
[1314/1419] Compiling p_rsa_asn1.cc
[1315/1419] Compiling p_rsa.cc
[1316/1419] Compiling p_ed25519.cc
[1316/1419] Compiling p_hkdf.cc
[1318/1419] Compiling p_ed25519_asn1.cc
[1319/1419] Compiling p_ec_asn1.cc
[1320/1419] Compiling p_ec.cc
[1321/1419] Compiling p_dh_asn1.cc
[1322/1419] Compiling p_dsa_asn1.cc
[1323/1419] Compiling p_dh.cc
[1324/1419] Compiling evp_ctx.cc
[1325/1419] Compiling evp_asn1.cc
[1326/1419] Compiling evp.cc
[1327/1419] Compiling err.cc
[1328/1419] Compiling engine.cc
[1329/1419] Compiling ecdh_extra.cc
[1330/1419] Compiling ecdsa_asn1.cc
[1331/1419] Compiling hash_to_curve.cc
[1332/1419] Compiling ec_derive.cc
[1333/1419] Compiling ec_asn1.cc
[1334/1419] Compiling dsa_asn1.cc
[1335/1419] Compiling dsa.cc
[1336/1419] Compiling params.cc
[1337/1419] Compiling x25519-asm-arm.S
[1338/1419] Compiling digest_extra.cc
[1339/1419] Compiling dh_asn1.cc
[1340/1419] Compiling des.cc
[1341/1419] Compiling spake25519.cc
[1342/1419] Compiling crypto.cc
[1343/1419] Compiling cpu_intel.cc
[1344/1419] Compiling cpu_arm_linux.cc
[1345/1419] Compiling cpu_arm_freebsd.cc
[1346/1419] Compiling curve25519.cc
[1347/1419] Compiling cpu_aarch64_win.cc
[1348/1419] Compiling cpu_aarch64_openbsd.cc
[1349/1419] Compiling cpu_aarch64_sysreg.cc
[1350/1419] Compiling cpu_aarch64_linux.cc
[1351/1419] Compiling cpu_aarch64_fuchsia.cc
[1352/1419] Compiling cpu_aarch64_apple.cc
[1353/1419] Compiling curve25519_64_adx.cc
[1354/1419] Compiling bcm.cc
[1355/1419] Compiling tls_cbc.cc
[1356/1419] Compiling conf.cc
[1357/1419] Compiling e_rc4.cc
[1357/1419] Compiling e_tls.cc
[1359/1419] Compiling e_rc2.cc
[1359/1419] Compiling e_null.cc
[1361/1419] Compiling e_des.cc
[1362/1419] Compiling e_chacha20poly1305.cc
[1363/1419] Compiling derive_key.cc
[1364/1419] Compiling e_aesgcmsiv.cc
[1365/1419] Compiling e_aesctrhmac.cc
[1366/1419] Compiling cipher_extra.cc
[1367/1419] Compiling unicode.cc
[1368/1419] Compiling chacha.cc
[1369/1419] Compiling cbs.cc
[1370/1419] Compiling ber.cc
[1371/1419] Compiling cbb.cc
[1372/1419] Compiling buf.cc
[1373/1419] Compiling asn1_compat.cc
[1374/1419] Compiling bn_asn1.cc
[1375/1419] Compiling convert.cc
[1376/1419] Compiling blake2.cc
[1377/1419] Compiling printf.cc
[1378/1419] Compiling pair.cc
[1378/1419] Compiling hexdump.cc
[1380/1419] Compiling file.cc
[1381/1419] Compiling fd.cc
[1382/1419] Compiling errno.cc
[1383/1419] Compiling bio_mem.cc
[1384/1419] Compiling bio.cc
[1385/1419] Compiling base64.cc
[1386/1419] Compiling tasn_typ.cc
[1387/1419] Compiling tasn_fre.cc
[1388/1419] Compiling tasn_utl.cc
[1389/1419] Compiling tasn_new.cc
[1390/1419] Compiling tasn_enc.cc
[1391/1419] Compiling posix_time.cc
[1392/1419] Compiling f_string.cc
[1393/1419] Compiling tasn_dec.cc
[1394/1419] Compiling f_int.cc
[1395/1419] Compiling asn_pack.cc
[1396/1419] Compiling asn1_par.cc
[1397/1419] Compiling a_utctm.cc
[1398/1419] Compiling asn1_lib.cc
[1399/1419] Compiling a_type.cc
[1400/1419] Compiling a_time.cc
[1401/1419] Compiling a_strnid.cc
[1402/1419] Compiling a_octet.cc
[1403/1419] Compiling a_strex.cc
[1404/1419] Compiling a_object.cc
[1405/1419] Compiling a_mbstr.cc
[1406/1419] Compiling a_i2d_fp.cc
[1407/1419] Write sources
[1408/1419] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1409/1419] Write sources
[1410/1419] Compiling a_int.cc
[1411/1419] Write sources
[1414/1419] Compiling a_dup.cc
[1415/1419] Compiling a_gentm.cc
[1416/1419] Compiling a_d2i_fp.cc
[1417/1491] Compiling a_bool.cc
[1418/1516] Compiling a_bitstr.cc
[1420/1524] Compiling Algorithms MinMax.swift
[1421/1524] Compiling Algorithms Partition.swift
[1422/1524] Compiling Algorithms Permutations.swift
[1423/1524] Compiling Algorithms Product.swift
[1424/1526] Compiling Algorithms Grouped.swift
[1425/1526] Compiling Algorithms Indexed.swift
[1426/1526] Compiling Algorithms EitherSequence.swift
[1427/1526] Compiling Algorithms FirstNonNil.swift
[1428/1526] Compiling Algorithms FlattenCollection.swift
[1429/1526] Compiling Algorithms Intersperse.swift
[1430/1526] Compiling Algorithms Joined.swift
[1431/1526] Compiling Algorithms Keyed.swift
[1432/1526] Compiling Atomics IntegerOperations.swift
[1433/1526] Compiling Atomics Unmanaged extensions.swift
[1441/1526] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1442/1526] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1443/1526] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1444/1526] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1445/1526] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1446/1526] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1447/1526] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1448/1526] Compiling Algorithms Suffix.swift
[1449/1526] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1450/1526] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1451/1526] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1452/1526] Compiling BitCollections BitSet+SetAlgebra union.swift
[1453/1526] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1454/1526] Compiling BitCollections BitSet.Counted.swift
[1455/1533] Compiling BitCollections BitSet+Initializers.swift
[1456/1533] Compiling BitCollections BitSet+Invariants.swift
[1457/1533] Compiling BitCollections BitSet+Random.swift
[1458/1533] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1459/1533] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1460/1533] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1461/1533] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1462/1533] Compiling BitCollections BitArray+BitwiseOperations.swift
[1463/1533] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1464/1533] Compiling BitCollections BitArray+Codable.swift
[1465/1533] Compiling BitCollections BitArray+Collection.swift
[1466/1533] Compiling BitCollections BitArray+Copy.swift
[1467/1533] Compiling BitCollections BitArray+CustomReflectable.swift
[1468/1533] Compiling BitCollections BitArray+Descriptions.swift
[1469/1533] Compiling BitCollections BitArray+Equatable.swift
[1470/1533] Compiling Algorithms Split.swift
[1471/1533] Compiling Algorithms Stride.swift
[1475/1536] Compiling Algorithms Rotate.swift
[1476/1536] Compiling CryptoBoringWrapper RandomBytes.swift
[1477/1536] Emitting module BitCollections
[1486/1536] Compiling Algorithms AdjacentPairs.swift
[1487/1536] Compiling Algorithms Chain.swift
[1488/1536] Compiling Algorithms Chunked.swift
[1489/1536] Compiling Algorithms Combinations.swift
[1490/1536] Compiling Algorithms Compacted.swift
[1491/1536] Compiling Algorithms Cycle.swift
[1500/1536] Compiling Algorithms Trim.swift
[1501/1536] Compiling Algorithms Unique.swift
[1502/1536] Compiling Algorithms Windows.swift
[1503/1536] Compiling CryptoBoringWrapper EllipticCurve.swift
[1504/1536] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1505/1536] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1506/1536] Emitting module CryptoBoringWrapper
[1507/1536] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1508/1536] Compiling BitCollections BitSet.Index.swift
[1509/1536] Compiling BitCollections BitSet._UnsafeHandle.swift
[1510/1536] Compiling BitCollections BitSet.swift
[1511/1536] Compiling BitCollections Range+Utilities.swift
[1512/1536] Compiling BitCollections Slice+Utilities.swift
[1513/1536] Compiling BitCollections UInt+Tricks.swift
[1514/1536] Compiling BitCollections _Word.swift
[1528/1537] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1529/1537] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1537/1540] Compiling Collections Collections.swift
[1538/1540] Emitting module Collections
[1539/1540] Emitting module Atomics
[1542/1672] Emitting module Algorithms
[1544/1673] Compiling NIOCore EventLoopFuture.swift
[1545/1673] Compiling NIOCore FileDescriptor.swift
[1546/1673] Compiling NIOCore FileHandle.swift
[1547/1673] Compiling NIOCore FileRegion.swift
[1548/1673] Compiling NIOCore GlobalSingletons.swift
[1549/1673] Compiling NIOCore IO.swift
[1550/1673] Compiling NIOCore IOData.swift
[1551/1673] Compiling NIOCore IPProtocol.swift
[1552/1673] Compiling NIOCore IntegerBitPacking.swift
[1553/1673] Compiling NIOCore IntegerTypes.swift
[1554/1682] Compiling NIOCore Interfaces.swift
[1555/1682] Compiling NIOCore Linux.swift
[1556/1682] Compiling NIOCore ChannelPipeline.swift
[1557/1682] Compiling NIOCore CircularBuffer.swift
[1558/1682] Compiling NIOCore Codec.swift
[1559/1682] Compiling NIOCore ConvenienceOptionSupport.swift
[1560/1682] Compiling NIOCore DeadChannel.swift
[1561/1682] Compiling NIOCore DispatchQueue+WithFuture.swift
[1562/1682] Compiling NIOCore EventLoop+Deprecated.swift
[1563/1682] Compiling NIOCore EventLoop+SerialExecutor.swift
[1564/1682] Compiling NIOCore MarkedCircularBuffer.swift
[1565/1682] Compiling NIOCore MulticastChannel.swift
[1566/1682] Compiling NIOCore NIOAny.swift
[1567/1682] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1568/1682] Compiling NIOCore NIOLoopBound.swift
[1569/1682] Compiling NIOCore NIOScheduledCallback.swift
[1570/1682] Compiling NIOCore NIOSendable.swift
[1571/1682] Compiling NIOCore RecvByteBufferAllocator.swift
[1572/1690] Emitting module Crypto
[1573/1690] Compiling NIOCore ByteBuffer-views.swift
[1574/1690] Compiling NIOCore Channel.swift
[1575/1690] Compiling NIOCore ChannelHandler.swift
[1576/1690] Compiling NIOCore ChannelHandlers.swift
[1577/1690] Compiling NIOCore ChannelInvoker.swift
[1578/1690] Compiling NIOCore ChannelOption.swift
[1579/1690] Compiling NIOCore EventLoop.swift
[1580/1690] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1581/1690] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1582/1690] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1591/1690] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1592/1690] Compiling NIOCore SocketAddresses.swift
[1593/1690] Compiling NIOCore SocketOptionProvider.swift
[1594/1690] Compiling NIOCore SystemCallHelpers.swift
[1595/1690] Compiling NIOCore TimeAmount+Duration.swift
[1596/1690] Compiling NIOCore TypeAssistedChannelHandler.swift
[1597/1690] Compiling NIOCore UniversalBootstrapSupport.swift
[1598/1690] Compiling NIOCore Utilities.swift
[1599/1690] Compiling Crypto KEM.swift
[1600/1690] Compiling Crypto ECDH_boring.swift
[1601/1690] Compiling Crypto DH.swift
[1602/1690] Compiling Crypto ECDH.swift
[1603/1690] Compiling NIOCore AddressedEnvelope.swift
[1604/1690] Compiling NIOCore AsyncAwaitSupport.swift
[1605/1690] Compiling NIOCore AsyncChannel.swift
[1606/1690] Compiling NIOCore AsyncChannelHandler.swift
[1607/1690] Compiling NIOCore AsyncChannelInboundStream.swift
[1608/1690] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1609/1690] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1610/1690] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1611/1690] Compiling NIOCore NIOAsyncWriter.swift
[1612/1690] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1613/1690] Compiling NIOCore BSDSocketAPI.swift
[1614/1690] Compiling NIOCore ByteBuffer-aux.swift
[1615/1690] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1616/1690] Compiling NIOCore ByteBuffer-conversions.swift
[1617/1690] Compiling NIOCore ByteBuffer-core.swift
[1618/1690] Compiling NIOCore ByteBuffer-hex.swift
[1619/1690] Compiling NIOCore ByteBuffer-int.swift
[1620/1690] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1621/1690] Compiling NIOCore ByteBuffer-multi-int.swift
[1622/1690] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1623/1690] Compiling Crypto Signature.swift
[1624/1690] Compiling Crypto CryptoKitErrors_boring.swift
[1625/1690] Compiling Crypto RNG_boring.swift
[1626/1690] Compiling Crypto SafeCompare_boring.swift
[1627/1690] Compiling Crypto Zeroization_boring.swift
[1628/1690] Compiling Crypto PrettyBytes.swift
[1629/1690] Compiling Crypto SafeCompare.swift
[1630/1690] Compiling Crypto SecureBytes.swift
[1631/1690] Compiling Crypto Zeroization.swift
[1691/1691] Emitting module NIOCore
[1693/1743] Emitting module NIOEmbedded
[1694/1743] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1695/1743] Compiling NIOEmbedded AsyncTestingChannel.swift
[1696/1743] Compiling NIOEmbedded Embedded.swift
[1698/1744] Compiling NIOPosix IO.swift
[1699/1744] Compiling NIOPosix IntegerBitPacking.swift
[1700/1744] Compiling NIOPosix IntegerTypes.swift
[1701/1744] Compiling NIOPosix Linux.swift
[1702/1744] Compiling NIOPosix LinuxCPUSet.swift
[1703/1744] Compiling NIOPosix LinuxUring.swift
[1704/1744] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1705/1750] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1706/1750] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1707/1750] Compiling NIOPosix PosixSingletons.swift
[1708/1750] Compiling NIOPosix RawSocketBootstrap.swift
[1709/1750] Compiling NIOPosix Resolver.swift
[1710/1750] Compiling NIOPosix Selectable.swift
[1711/1750] Compiling NIOPosix ThreadPosix.swift
[1712/1750] Compiling NIOPosix ThreadWindows.swift
[1713/1750] Compiling NIOPosix UnsafeTransfer.swift
[1714/1750] Compiling NIOPosix Utilities.swift
[1715/1750] Compiling NIOPosix VsockAddress.swift
[1716/1750] Compiling NIOPosix VsockChannelEvents.swift
[1717/1750] Compiling NIOPosix SelectableChannel.swift
[1718/1750] Compiling NIOPosix SelectableEventLoop.swift
[1719/1750] Compiling NIOPosix SelectorEpoll.swift
[1720/1750] Compiling NIOPosix SelectorGeneric.swift
[1721/1750] Compiling NIOPosix SelectorKqueue.swift
[1722/1750] Compiling NIOPosix SelectorUring.swift
[1723/1750] Compiling NIOPosix ServerSocket.swift
[1724/1750] Compiling NIOPosix Socket.swift
[1725/1750] Compiling NIOPosix SocketChannel.swift
[1726/1750] Compiling NIOPosix SocketProtocols.swift
[1727/1750] Compiling NIOPosix System.swift
[1728/1750] Compiling NIOPosix Thread.swift
[1729/1750] Emitting module NIOPosix
[1730/1750] Compiling NIOPosix BSDSocketAPICommon.swift
[1731/1750] Compiling NIOPosix BSDSocketAPIPosix.swift
[1732/1750] Compiling NIOPosix BSDSocketAPIWindows.swift
[1733/1750] Compiling NIOPosix BaseSocket.swift
[1734/1750] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1735/1750] Compiling NIOPosix BaseSocketChannel.swift
[1736/1750] Compiling NIOPosix BaseStreamSocketChannel.swift
[1737/1750] Compiling NIOPosix NIOThreadPool.swift
[1738/1750] Compiling NIOPosix NonBlockingFileIO.swift
[1739/1750] Compiling NIOPosix PendingDatagramWritesManager.swift
[1740/1750] Compiling NIOPosix PendingWritesManager.swift
[1741/1750] Compiling NIOPosix PipeChannel.swift
[1742/1750] Compiling NIOPosix PipePair.swift
[1743/1750] Compiling NIOPosix Pool.swift
[1744/1750] Compiling NIOPosix Bootstrap.swift
[1745/1750] Compiling NIOPosix ControlMessage.swift
[1746/1750] Compiling NIOPosix DatagramVectorReadManager.swift
[1747/1750] Compiling NIOPosix Errors+Any.swift
[1748/1750] Compiling NIOPosix FileDescriptor.swift
[1749/1750] Compiling NIOPosix GetaddrinfoResolver.swift
[1750/1750] Compiling NIOPosix HappyEyeballs.swift
[1752/1810] Compiling NIO Exports.swift
[1753/1810] Emitting module NIO
[1755/1837] Emitting module _NIOFileSystem
[1756/1854] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1757/1854] Compiling NIOTLS TLSEvents.swift
[1758/1854] Emitting module NIOTLS
[1759/1854] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1760/1854] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1761/1854] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1762/1854] Compiling NIOSOCKS AuthenticationMethod.swift
[1763/1854] Compiling NIOSOCKS ClientGreeting.swift
[1764/1856] Compiling NIOSOCKS SOCKSResponse.swift
[1765/1857] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1766/1857] Compiling NIOSOCKS ClientStateMachine.swift
[1769/1857] Emitting module NIOFoundationCompat
[1770/1857] Emitting module NIOSOCKS
[1771/1857] Compiling NIOSOCKS SOCKSClientHandler.swift
[1772/1857] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1773/1857] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1774/1857] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1775/1857] Compiling NIOTLS SNIHandler.swift
[1776/1858] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1777/1858] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1778/1858] Compiling NIOSOCKS Messages.swift
[1779/1858] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1780/1858] Compiling NIOHTTP1 HTTPTypes.swift
[1781/1858] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1782/1858] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1783/1858] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1784/1858] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1785/1858] Compiling NIOSOCKS ServerStateMachine.swift
[1787/1859] Emitting module NIOHTTP1
[1789/1859] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1795/1889] Compiling NIOSSL NIOSSLSecureBytes.swift
[1796/1889] Compiling NIOSSL RNG.swift
[1797/1889] Compiling NIOSSL SafeCompare.swift
[1798/1889] Compiling NIOSSL Zeroization.swift
[1799/1889] Compiling NIOSSL SSLPublicKey.swift
[1800/1889] Compiling NIOSSL SSLCallbacks.swift
[1801/1889] Compiling NIOSSL SSLCertificate.swift
[1802/1889] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1803/1889] Compiling _NIOFileSystem Mocking.swift
[1804/1889] Compiling _NIOFileSystem Syscall.swift
[1805/1889] Compiling _NIOFileSystem Syscalls.swift
[1806/1889] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1807/1889] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1808/1889] Compiling NIOSSL SubjectAlternativeName.swift
[1809/1889] Compiling _NIOFileSystem BufferedWriter.swift
[1810/1889] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1811/1889] Compiling NIOSSL SSLContext.swift
[1812/1889] Compiling NIOSSL SSLErrors.swift
[1813/1889] Compiling NIOSSL SSLInit.swift
[1814/1889] Compiling NIOSSL SSLPKCS12Bundle.swift
[1815/1889] Compiling NIOSSL SSLPrivateKey.swift
[1816/1911] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1817/1911] Compiling NIOTransportServices NIOTSSingletons.swift
[1820/1911] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1821/1911] Compiling NIOTransportServices StateManagedChannel.swift
[1822/1911] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1823/1911] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1824/1911] Emitting module NIOTransportServices
[1825/1913] Compiling NIOTransportServices NIOTSBootstraps.swift
[1826/1913] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1827/1913] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1828/1913] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1829/1913] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1830/1913] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1831/1913] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1832/1913] Compiling NIOTransportServices NIOTSErrors.swift
[1833/1913] Compiling NIOTransportServices NIOTSEventLoop.swift
[1834/1913] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1835/1913] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1836/1913] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1841/1913] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1842/1913] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1845/1914] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1846/1914] Compiling NIOTransportServices AcceptHandler.swift
[1847/1914] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1851/1915] Compiling _NIOFileSystem SystemFileHandle.swift
[1852/1915] Compiling _NIOFileSystem Utilities.swift
[1853/1915] Compiling _NIOFileSystem OpenOptions.swift
[1854/1915] Compiling _NIOFileSystem String+FileSystem.swift
[1855/1944] Emitting module AsyncKit
[1856/1982] Compiling NIOWebSocket WebSocketOpcode.swift
[1857/1983] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1858/1983] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1860/1985] Compiling AsyncKit Optional+StrictMap.swift
[1861/1985] Compiling AsyncKit Exports.swift
[1867/1988] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1868/1988] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1869/1988] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1870/1988] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1871/1988] Compiling MultipartKit MultipartParser.swift
[1872/1988] Compiling MultipartKit MultipartPart.swift
[1873/1988] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1874/1988] Compiling MultipartKit FormDataEncoder.swift
[1875/1988] Compiling MultipartKit Storage.swift
[1876/1988] Compiling MultipartKit MultipartFormData.swift
[1877/1988] Compiling NIOHPACK IndexedHeaderTable.swift
[1878/1988] Compiling NIOHPACK IntegerCoding.swift
[1882/1991] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1883/1991] Compiling MultipartKit FormDataDecoder.swift
[1884/1991] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1888/1991] Compiling MultipartKit BasicCodingKey.swift
[1889/1991] Compiling MultipartKit MultipartError.swift
[1890/1991] Compiling MultipartKit Exports.swift
[1895/1991] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1896/1992] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1897/1992] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1898/1992] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1900/1992] Compiling NIOExtras UnsafeTransfer.swift
[1901/1992] Emitting module NIOHTTPCompression
[1906/1992] Emitting module NIOWebSocket
[1913/1992] Emitting module MultipartKit
[1917/1992] Compiling NIOHPACK HuffmanCoding.swift
[1918/1992] Compiling NIOHPACK HuffmanTables.swift
[1919/1992] Emitting module NIOSSL
[1920/1992] Compiling NIOHTTPCompression HTTPCompression.swift
[1921/1992] Compiling NIOHTTPCompression HTTPDecompression.swift
[1922/1992] Compiling NIOHPACK StaticHeaderTable.swift
[1923/1992] Emitting module NIOHPACK
[1926/1992] Compiling MultipartKit MultipartSerializer.swift
[1927/1992] Compiling MultipartKit Utilities.swift
[1928/1992] Emitting module NIOExtras
[1929/1992] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1930/1992] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1937/1994] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1938/1994] Compiling NIOWebSocket WebSocketFrame.swift
[1962/1999] Emitting module _NIOFileSystemFoundationCompat
[1964/2001] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1965/2001] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1966/2002] Compiling NIOFileSystem Exports.swift
[1967/2002] Emitting module NIOFileSystem
[1970/2061] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1971/2061] Compiling NIOHTTP2 MaySendFrames.swift
[1972/2061] Compiling NIOHTTP2 SendingDataState.swift
[1973/2061] Compiling NIOHTTP2 SendingGoawayState.swift
[1974/2061] Compiling NIOHTTP2 SendingHeadersState.swift
[1975/2061] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1976/2061] Compiling NIOHTTP2 SendingRstStreamState.swift
[1977/2061] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1978/2061] Compiling NIOHTTP2 Error+Any.swift
[1979/2061] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1980/2061] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1981/2062] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1982/2062] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1985/2095] Compiling WebSocketKit Exports.swift
[1986/2095] Emitting module LeafKit
[1987/2098] Compiling LeafKit LeafRawTemplate.swift
[1988/2098] Compiling LeafKit LeafToken.swift
[1989/2098] Compiling LeafKit LeafParameter.swift
[1990/2098] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1991/2098] Compiling LeafKit LeafSource.swift
[1992/2098] Compiling LeafKit LeafSources.swift
[1993/2098] Compiling LeafKit NIOLeafFiles.swift
[1994/2098] Emitting module WebSocketKit
[1995/2098] Compiling WebSocketKit WebSocket+Concurrency.swift
[1996/2098] Compiling WebSocketKit WebSocketHandler.swift
[1997/2098] Compiling WebSocketKit WebSocket.swift
[1998/2098] Compiling WebSocketKit WebSocket+Connect.swift
[1999/2098] Compiling WebSocketKit WebSocketClient.swift
[2000/2099] Emitting module NIOHTTP2
[2002/2107] Compiling LeafKit LeafContext.swift
[2003/2107] Compiling LeafKit LeafSerializer.swift
[2004/2107] Compiling LeafKit ParameterResolver.swift
[2005/2107] Compiling LeafKit LeafParser.swift
[2006/2107] Compiling LeafKit LeafRenderer.swift
[2007/2107] Compiling LeafKit Dictionary+LeafData.swift
[2008/2107] Compiling LeafKit LeafError.swift
[2009/2107] Compiling LeafKit LeafLexer.swift
[2010/2107] Compiling LeafKit LeafParameterTypes.swift
[2025/2107] Compiling LeafKit LeafSyntax.swift
[2026/2107] Compiling LeafKit LeafTag.swift
[2027/2107] Compiling LeafKit LeafConfiguration.swift
[2028/2107] Compiling LeafKit LeafData.swift
[2029/2107] Compiling LeafKit LeafDataRepresentable.swift
[2030/2107] Compiling LeafKit LeafDataStorage.swift
[2031/2107] Compiling LeafKit Character+Identities.swift
[2032/2107] Compiling LeafKit LeafAST.swift
[2033/2107] Compiling LeafKit DefaultLeafCache.swift
[2034/2107] Compiling LeafKit LeafCache.swift
[2037/2107] Compiling LeafKit String+HTMLEscape.swift
[2039/2108] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2040/2108] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2041/2108] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2042/2108] Compiling NIOHTTP2 HTTP2StreamID.swift
[2043/2108] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2044/2108] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2045/2108] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2046/2108] Compiling NIOHTTP2 InboundEventBuffer.swift
[2056/2108] Compiling NIOHTTP2 InboundWindowManager.swift
[2057/2108] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2058/2108] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2059/2108] Compiling NIOHTTP2 StreamChannelList.swift
[2060/2108] Compiling NIOHTTP2 StreamMap.swift
[2061/2108] Compiling NIOHTTP2 StreamStateMachine.swift
[2062/2108] Compiling NIOHTTP2 UnsafeTransfer.swift
[2063/2108] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2086/2109] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2087/2109] Compiling NIOHTTP2 HTTP2Frame.swift
[2088/2109] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2089/2109] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2090/2109] Compiling NIOHTTP2 HTTP2PingData.swift
[2091/2109] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2092/2109] Compiling NIOHTTP2 HTTP2Settings.swift
[2093/2109] Compiling NIOHTTP2 HTTP2Stream.swift
[2095/2109] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2096/2109] Compiling NIOHTTP2 DOSHeuristics.swift
[2100/2109] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2101/2109] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2102/2109] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2103/2109] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2104/2109] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2105/2109] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2106/2109] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2107/2109] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2108/2109] Compiling NIOHTTP2 HTTP2Error.swift
[2109/2109] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2111/2169] Emitting module AsyncHTTPClient
[2112/2177] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2113/2177] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2114/2177] Compiling AsyncHTTPClient Transaction.swift
[2115/2177] Compiling AsyncHTTPClient Base64.swift
[2116/2177] Compiling AsyncHTTPClient BasicAuth.swift
[2117/2177] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2118/2177] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2119/2177] Compiling AsyncHTTPClient ConnectionPool.swift
[2120/2177] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2121/2177] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2122/2177] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2123/2177] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2124/2177] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2125/2177] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2126/2177] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2127/2177] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2128/2177] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2129/2177] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2130/2177] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2131/2177] Compiling AsyncHTTPClient ConnectionTarget.swift
[2132/2177] Compiling AsyncHTTPClient DeconstructedURL.swift
[2133/2177] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2134/2177] Compiling AsyncHTTPClient FoundationExtensions.swift
[2135/2177] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2136/2177] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2137/2177] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2138/2177] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2139/2177] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2140/2177] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2141/2177] Compiling AsyncHTTPClient HTTP1Connection.swift
[2142/2177] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2143/2177] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2144/2177] Compiling AsyncHTTPClient HTTP2Connection.swift
[2145/2177] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2146/2177] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2147/2177] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2148/2177] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2149/2177] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2150/2177] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2151/2177] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2152/2177] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2153/2177] Compiling AsyncHTTPClient RequestBodyLength.swift
[2154/2177] Compiling AsyncHTTPClient RequestBag.swift
[2155/2177] Compiling AsyncHTTPClient RequestValidation.swift
[2156/2177] Compiling AsyncHTTPClient SSLContextCache.swift
[2157/2177] Compiling AsyncHTTPClient Scheme.swift
[2158/2177] Compiling AsyncHTTPClient Singleton.swift
[2159/2177] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2160/2177] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2161/2177] Compiling AsyncHTTPClient Utils.swift
[2162/2177] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2163/2177] Compiling AsyncHTTPClient RequestOptions.swift
[2164/2177] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2165/2177] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2166/2177] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2167/2177] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2168/2177] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2169/2177] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2170/2177] Compiling AsyncHTTPClient HTTPClient.swift
[2171/2177] Compiling AsyncHTTPClient HTTPHandler.swift
[2172/2177] Compiling AsyncHTTPClient LRUCache.swift
[2173/2177] Compiling AsyncHTTPClient NWErrorHandler.swift
[2174/2177] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2175/2177] Compiling AsyncHTTPClient TLSConfiguration.swift
[2176/2177] Compiling AsyncHTTPClient RedirectState.swift
[2177/2177] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2179/2347] Compiling Vapor AsyncBasicResponder.swift
[2180/2347] Compiling Vapor AsyncMiddleware.swift
[2181/2347] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2182/2347] Compiling Vapor AsyncSessionDriver.swift
[2183/2347] Compiling Vapor Authentication+Concurrency.swift
[2184/2347] Compiling Vapor Cache+Concurrency.swift
[2185/2347] Compiling Vapor Client+Concurrency.swift
[2186/2347] Compiling Vapor RequestBody+Concurrency.swift
[2187/2347] Compiling Vapor Responder+Concurrency.swift
[2188/2347] Compiling Vapor ResponseCodable+Concurrency.swift
[2189/2347] Compiling Vapor RoutesBuilder+Concurrency.swift
[2190/2347] Compiling Vapor ViewRenderer+Concurrency.swift
[2191/2347] Compiling Vapor WebSocket+Concurrency.swift
[2192/2347] Compiling Vapor ContainerGetPathExecutor.swift
[2193/2347] Compiling Vapor Content.swift
[2194/2347] Compiling Vapor ContentCoders.swift
[2195/2347] Compiling Vapor ContentConfiguration.swift
[2196/2347] Compiling Vapor ContentContainer.swift
[2197/2347] Compiling Vapor JSONCoder+Custom.swift
[2198/2347] Compiling Vapor JSONCoders+Content.swift
[2199/2347] Compiling Vapor PlaintextDecoder.swift
[2200/2347] Compiling Vapor PlaintextEncoder.swift
[2201/2347] Compiling Vapor URLQueryCoders.swift
[2202/2347] Compiling Vapor URLQueryContainer.swift
[2203/2371] Compiling Vapor Application.swift
[2204/2371] Compiling Vapor AuthenticationCache.swift
[2205/2371] Compiling Vapor Authenticator.swift
[2206/2371] Compiling Vapor BasicAuthorization.swift
[2207/2371] Compiling Vapor BearerAuthorization.swift
[2208/2371] Compiling Vapor GuardMiddleware.swift
[2209/2371] Compiling Vapor RedirectMiddleware.swift
[2210/2371] Compiling Vapor SessionAuthenticatable.swift
[2211/2371] Compiling Vapor Bcrypt.swift
[2212/2371] Compiling Vapor Application+Cache.swift
[2213/2371] Compiling Vapor Cache.swift
[2214/2371] Compiling Vapor CacheExpirationTime.swift
[2215/2371] Compiling Vapor MemoryCache.swift
[2216/2371] Compiling Vapor Request+Cache.swift
[2217/2371] Compiling Vapor Application+Clients.swift
[2218/2371] Compiling Vapor Client.swift
[2219/2371] Compiling Vapor ClientRequest.swift
[2220/2371] Compiling Vapor ClientResponse.swift
[2221/2371] Compiling Vapor Request+Client.swift
[2222/2371] Compiling Vapor BootCommand.swift
[2223/2371] Compiling Vapor CommandContext+Application.swift
[2224/2371] Compiling Vapor RoutesCommand.swift
[2225/2371] Compiling Vapor ServeCommand.swift
[2226/2371] Compiling Vapor AnyResponse+Concurrency.swift
[2227/2395] Compiling Vapor Validator.swift
[2228/2395] Compiling Vapor ValidatorResult.swift
[2229/2395] Compiling Vapor And.swift
[2230/2395] Compiling Vapor Case.swift
[2231/2395] Compiling Vapor CharacterSet.swift
[2232/2395] Compiling Vapor Count.swift
[2233/2395] Compiling Vapor Custom.swift
[2234/2395] Compiling Vapor Email.swift
[2235/2395] Compiling Vapor Empty.swift
[2236/2395] Compiling Vapor In.swift
[2237/2395] Compiling Vapor Nil.swift
[2238/2395] Compiling Vapor NilIgnoring.swift
[2239/2395] Compiling Vapor Not.swift
[2240/2395] Compiling Vapor Or.swift
[2241/2395] Compiling Vapor Pattern.swift
[2242/2395] Compiling Vapor Range.swift
[2243/2395] Compiling Vapor URL.swift
[2244/2395] Compiling Vapor Valid.swift
[2245/2395] Compiling Vapor Application+Views.swift
[2246/2395] Compiling Vapor PlaintextRenderer.swift
[2247/2395] Compiling Vapor Request+View.swift
[2248/2395] Compiling Vapor View.swift
[2249/2395] Compiling Vapor ViewRenderer.swift
[2250/2395] Compiling Vapor _Deprecations.swift
[2251/2395] Compiling Vapor Request+Body.swift
[2252/2395] Compiling Vapor Request+BodyStream.swift
[2253/2395] Compiling Vapor Request.swift
[2254/2395] Compiling Vapor Application+Responder.swift
[2255/2395] Compiling Vapor DefaultResponder.swift
[2256/2395] Compiling Vapor Response+Body.swift
[2257/2395] Compiling Vapor Response.swift
[2258/2395] Compiling Vapor ResponseCodable.swift
[2259/2395] Compiling Vapor Application+Routes.swift
[2260/2395] Compiling Vapor Parameters+Require.swift
[2261/2395] Compiling Vapor Request+WebSocket.swift
[2262/2395] Compiling Vapor Route.swift
[2263/2395] Compiling Vapor RouteCollection.swift
[2264/2395] Compiling Vapor Routes.swift
[2265/2395] Compiling Vapor RoutesBuilder+Group.swift
[2266/2395] Compiling Vapor RoutesBuilder+Method.swift
[2267/2395] Compiling Vapor RoutesBuilder+Middleware.swift
[2268/2395] Compiling Vapor RoutesBuilder+WebSocket.swift
[2269/2395] Compiling Vapor RoutesBuilder.swift
[2270/2395] Compiling Vapor OTP.swift
[2271/2395] Compiling Vapor Application+Servers.swift
[2272/2395] Compiling Vapor Server.swift
[2273/2395] Compiling Vapor App+Service.swift
[2274/2395] Compiling Vapor Req+Service.swift
[2275/2395] Emitting module Vapor
[2276/2395] Compiling Vapor HTTPStatus.swift
[2277/2395] Compiling Vapor HTTPCookies.swift
[2278/2395] Compiling Vapor HTTPHeaderCacheControl.swift
[2279/2395] Compiling Vapor HTTPHeaderExpires.swift
[2280/2395] Compiling Vapor HTTPHeaderLastModified.swift
[2281/2395] Compiling Vapor HTTPHeaders+Cache.swift
[2282/2395] Compiling Vapor HTTPHeaders+Connection.swift
[2283/2395] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2284/2395] Compiling Vapor HTTPHeaders+ContentRange.swift
[2285/2395] Compiling Vapor HTTPHeaders+Directive.swift
[2286/2395] Compiling Vapor HTTPHeaders+Forwarded.swift
[2287/2395] Compiling Vapor HTTPHeaders+Link.swift
[2288/2395] Compiling Vapor HTTPHeaders+Name.swift
[2289/2395] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2290/2395] Compiling Vapor HTTPHeaders.swift
[2291/2395] Compiling Vapor HTTPMediaType.swift
[2292/2395] Compiling Vapor HTTPMediaTypePreference.swift
[2293/2395] Compiling Vapor Responder.swift
[2294/2395] Compiling Vapor Application+HTTP+Server.swift
[2295/2395] Compiling Vapor HTTPServer.swift
[2296/2395] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2297/2395] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2298/2395] Compiling Vapor HTTPServerHandler.swift
[2299/2395] Compiling Vapor HTTPServerRequestDecoder.swift
[2300/2395] Compiling Vapor Core.swift
[2301/2395] Compiling Vapor Running.swift
[2302/2395] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2303/2395] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2304/2395] Compiling Vapor DotEnvFile+load.swift
[2305/2395] Compiling Vapor Routes+caseInsenstive.swift
[2306/2395] Compiling Vapor Validatable+validate.swift
[2307/2395] Compiling Vapor Environment+Process.swift
[2308/2395] Compiling Vapor Environment+Secret.swift
[2309/2395] Compiling Vapor Environment.swift
[2310/2395] Compiling Vapor Abort.swift
[2311/2395] Compiling Vapor AbortError.swift
[2312/2395] Compiling Vapor DebuggableError.swift
[2313/2395] Compiling Vapor Demangler.swift
[2314/2395] Compiling Vapor ErrorSource.swift
[2315/2395] Compiling Vapor StackTrace.swift
[2316/2395] Compiling Vapor Exports.swift
[2317/2395] Compiling Vapor Application+HTTP.swift
[2318/2395] Compiling Vapor BasicResponder.swift
[2319/2395] Compiling Vapor BodyStream.swift
[2320/2395] Compiling Vapor Application+HTTP+Client.swift
[2321/2395] Compiling Vapor EventLoopHTTPClient.swift
[2322/2395] Compiling Vapor EndpointCache.swift
[2323/2395] Compiling Vapor HTTPMethod+String.swift
[2324/2395] Compiling Vapor HTTPServerResponseEncoder.swift
[2325/2395] Compiling Vapor HTTPServerUpgradeHandler.swift
[2326/2395] Compiling Vapor Logger+Report.swift
[2327/2395] Compiling Vapor LoggingSystem+Environment.swift
[2328/2395] Compiling Vapor Application+Middleware.swift
[2329/2395] Compiling Vapor CORSMiddleware.swift
[2330/2395] Compiling Vapor ErrorMiddleware.swift
[2331/2395] Compiling Vapor FileMiddleware.swift
[2332/2395] Compiling Vapor Middleware.swift
[2333/2395] Compiling Vapor MiddlewareConfiguration.swift
[2334/2395] Compiling Vapor ResponseCompressionMiddleware.swift
[2335/2395] Compiling Vapor RouteLoggingMiddleware.swift
[2336/2395] Compiling Vapor TracingMiddleware.swift
[2337/2395] Compiling Vapor File+Multipart.swift
[2338/2395] Compiling Vapor FormDataDecoder+Content.swift
[2339/2395] Compiling Vapor FormDataEncoder+Content.swift
[2340/2395] Compiling Vapor Application+Password.swift
[2341/2395] Compiling Vapor Application+Passwords.swift
[2342/2395] Compiling Vapor AsyncPasswordHasher.swift
[2343/2395] Compiling Vapor BcryptHasher.swift
[2344/2395] Compiling Vapor PasswordHasher.swift
[2345/2395] Compiling Vapor PlaintextHasher.swift
[2346/2395] Compiling Vapor Request+Password.swift
[2347/2395] Compiling Vapor Redirect.swift
[2348/2395] Compiling Vapor Service.swift
[2349/2395] Compiling Vapor Application+Sessions.swift
[2350/2395] Compiling Vapor MemorySessions.swift
[2351/2395] Compiling Vapor Request+Session.swift
[2352/2395] Compiling Vapor Session.swift
[2353/2395] Compiling Vapor SessionCache.swift
[2354/2395] Compiling Vapor SessionData.swift
[2355/2395] Compiling Vapor SessionDriver.swift
[2356/2395] Compiling Vapor SessionsConfiguration.swift
[2357/2395] Compiling Vapor SessionsMiddleware.swift
[2358/2395] Compiling Vapor URLEncodedFormData.swift
[2359/2395] Compiling Vapor URLEncodedFormDecoder.swift
[2360/2395] Compiling Vapor URLEncodedFormEncoder.swift
[2361/2395] Compiling Vapor URLEncodedFormError.swift
[2362/2395] Compiling Vapor URLEncodedFormParser.swift
[2363/2395] Compiling Vapor URLEncodedFormSerializer.swift
[2364/2395] Compiling Vapor URLQueryFragmentConvertible.swift
[2365/2395] Compiling Vapor AnyResponse.swift
[2366/2395] Compiling Vapor Array+Random.swift
[2367/2395] Compiling Vapor Base32.swift
[2368/2395] Compiling Vapor Base64.swift
[2369/2395] Compiling Vapor BaseN.swift
[2370/2395] Compiling Vapor BasicCodingKey.swift
[2371/2395] Compiling Vapor ByteCount.swift
[2372/2395] Compiling Vapor Bytes+Hex.swift
[2373/2395] Compiling Vapor Bytes+SecureCompare.swift
[2374/2395] Compiling Vapor Collection+Safe.swift
[2375/2395] Compiling Vapor DataProtocol+Copy.swift
[2376/2395] Compiling Vapor DecoderUnwrapper.swift
[2377/2395] Compiling Vapor DirectoryConfiguration.swift
[2378/2395] Compiling Vapor DotEnv.swift
[2379/2395] Compiling Vapor Extendable.swift
[2380/2395] Compiling Vapor File.swift
[2381/2395] Compiling Vapor FileIO.swift
[2382/2395] Compiling Vapor LifecycleHandler.swift
[2383/2395] Compiling Vapor OptionalType.swift
[2384/2395] Compiling Vapor RFC1123.swift
[2385/2395] Compiling Vapor SocketAddress+Hostname.swift
[2386/2395] Compiling Vapor Storage.swift
[2387/2395] Compiling Vapor String+IsIPAddress.swift
[2388/2395] Compiling Vapor Thread.swift
[2389/2395] Compiling Vapor URI.swift
[2390/2395] Compiling Vapor RangeResult.swift
[2391/2395] Compiling Vapor Validatable.swift
[2392/2395] Compiling Vapor Validation.swift
[2393/2395] Compiling Vapor ValidationKey.swift
[2394/2395] Compiling Vapor Validations.swift
[2395/2395] Compiling Vapor ValidationsError.swift
[2397/2407] Compiling LingoVapor LocaleRedirectMiddleware.swift
[2398/2407] Emitting module LingoVapor
/host/spi-builder-workspace/Sources/LingoVapor/LingoProvider.swift:26:12: warning: type 'LingoProvider.ConfigurationKey.Value' (aka 'LingoConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 |
25 | extension LingoProvider {
26 |     struct ConfigurationKey: StorageKey {
   |            `- warning: type 'LingoProvider.ConfigurationKey.Value' (aka 'LingoConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 |         typealias Value = LingoConfiguration
28 |     }
   :
34 | }
35 |
36 | public struct LingoConfiguration {
   |               `- note: consider making struct 'LingoConfiguration' conform to the 'Sendable' protocol
37 |     let defaultLocale, localizationsDir: String
38 |
[2399/2407] Compiling LingoVapor LingoProvider.swift
/host/spi-builder-workspace/Sources/LingoVapor/LingoProvider.swift:26:12: warning: type 'LingoProvider.ConfigurationKey.Value' (aka 'LingoConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 |
25 | extension LingoProvider {
26 |     struct ConfigurationKey: StorageKey {
   |            `- warning: type 'LingoProvider.ConfigurationKey.Value' (aka 'LingoConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 |         typealias Value = LingoConfiguration
28 |     }
   :
34 | }
35 |
36 | public struct LingoConfiguration {
   |               `- note: consider making struct 'LingoConfiguration' conform to the 'Sendable' protocol
37 |     let defaultLocale, localizationsDir: String
38 |
[2400/2407] Compiling LingoVapor Request+Locale.swift
[2401/2407] Compiling Leaf Request+Leaf.swift
[2402/2407] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2404/2408] Compiling Leaf Application+Leaf.swift
[2405/2408] Compiling Leaf LeafError+AbortError.swift
[2406/2408] Emitting module Leaf
[2407/2408] Compiling Leaf Exports.swift
[2408/2408] Compiling Leaf LeafEncoder.swift
[2410/2413] Compiling LingoVaporLeaf LocalizeTag.swift
[2411/2413] Compiling LingoVaporLeaf LocaleTag.swift
[2412/2413] Emitting module LingoVaporLeaf
[2413/2413] Compiling LingoVaporLeaf LocaleLinksTag.swift
Build complete! (200.35s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.27.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "leaf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/leaf.git"
    },
    {
      "identity" : "lingo",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/miroslavkovac/Lingo.git"
    }
  ],
  "manifest_display_name" : "LingoVapor",
  "name" : "LingoVapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "LingoVapor",
      "targets" : [
        "LingoVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LingoVaporLeaf",
      "targets" : [
        "LingoVaporLeaf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LingoVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "LingoVaporTests",
      "path" : "Tests/LingoVaporTests",
      "sources" : [
        "LingoVaporTests.swift"
      ],
      "target_dependencies" : [
        "LingoVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LingoVaporLeaf",
      "module_type" : "SwiftTarget",
      "name" : "LingoVaporLeaf",
      "path" : "Sources/LingoVaporLeaf",
      "product_dependencies" : [
        "Leaf"
      ],
      "product_memberships" : [
        "LingoVaporLeaf"
      ],
      "sources" : [
        "LocaleLinksTag.swift",
        "LocaleTag.swift",
        "LocalizeTag.swift"
      ],
      "target_dependencies" : [
        "LingoVapor"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LingoVapor",
      "module_type" : "SwiftTarget",
      "name" : "LingoVapor",
      "path" : "Sources/LingoVapor",
      "product_dependencies" : [
        "Vapor",
        "Lingo"
      ],
      "product_memberships" : [
        "LingoVapor",
        "LingoVaporLeaf"
      ],
      "sources" : [
        "LingoProvider.swift",
        "LocaleRedirectMiddleware.swift",
        "Request+Locale.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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
Done.