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 master (f56622), with Swift 6.1 for Linux on 26 Apr 2025 22:44:26 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f566223 Update README.md
Cloned https://github.com/vapor-community/lingo-vapor.git
Revision (git rev-parse @):
f56622381076e50b10e0a3e9cc247a16b7b9fb78
SUCCESS checkout https://github.com/vapor-community/lingo-vapor.git at master
========================================
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-3":/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/leaf.git
Fetching https://github.com/miroslavkovac/Lingo.git
Fetching https://github.com/vapor/vapor.git
[1/528] Fetching lingo
[529/4484] Fetching lingo, leaf
[4485/78797] Fetching lingo, leaf, vapor
Fetched https://github.com/miroslavkovac/Lingo.git from cache (2.11s)
Fetched https://github.com/vapor/leaf.git from cache (2.11s)
Fetched https://github.com/vapor/vapor.git from cache (2.16s)
Computing version for https://github.com/miroslavkovac/Lingo.git
Computed https://github.com/miroslavkovac/Lingo.git at 4.0.0 (2.72s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (0.53s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/leaf-kit.git
[1/4938] Fetching leaf-kit
[693/10841] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (0.42s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.43s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.07s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
[1/1059] Fetching swift-service-context
[298/3259] Fetching swift-service-context, swift-metrics
[341/6467] Fetching swift-service-context, swift-metrics, multipart-kit
[824/9063] Fetching swift-service-context, swift-metrics, multipart-kit, websocket-kit
[4097/14033] Fetching swift-service-context, swift-metrics, multipart-kit, websocket-kit, swift-distributed-tracing
[8686/15738] Fetching swift-service-context, swift-metrics, multipart-kit, websocket-kit, swift-distributed-tracing, swift-atomics
Fetched https://github.com/apple/swift-metrics.git from cache (0.51s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
Fetching https://github.com/apple/swift-nio-extras.git
[10263/15669] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, swift-log
[14099/21331] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
[15924/17495] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, swift-nio-extras
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio-ssl.git
[10263/23325] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, swift-nio-http2
[15627/38118] Fetching swift-service-context, multipart-kit, websocket-kit, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-service-context.git from cache (1.65s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.66s)
[23665/34463] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.67s)
[18990/29493] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.75s)
[16374/26285] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
[20961/47008] Fetching swift-nio-http2, swift-nio-ssl, routing-kit
[25580/52493] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, console-kit
[43882/66277] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, console-kit, swift-crypto
[43883/141708] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, console-kit, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.29s)
[32666/130216] Fetching swift-nio-ssl, routing-kit, console-kit, swift-crypto, swift-nio
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.50s)
Fetching https://github.com/swift-server/async-http-client.git
[28920/124731] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio
[51650/127101] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio, async-kit
[59989/140888] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio, async-kit, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (3.49s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.51s)
Fetched https://github.com/vapor/async-kit.git from cache (2.96s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.17s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.96s)
Fetched https://github.com/apple/swift-nio.git from cache (4.62s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (8.39s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.07s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.32s)
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
Fetching https://github.com/apple/swift-system.git
Fetched https://github.com/apple/swift-collections.git from cache (1.42s)
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (2.71s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (1.83s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (1.06s)
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.47s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.95s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.88s)
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.92s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.27s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.29s)
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.18s)
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.90s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.97s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.77s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.24s)
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.64s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.66s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.25s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (9.20s)
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.64s)
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.72s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.36s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.36s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.35s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-http-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-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/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/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-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/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/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-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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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/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-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/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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Building for debugging...
[0/835] Write sources
[42/835] Compiling CNIOWindows shim.c
[42/835] Write sources
[44/835] Compiling CNIOWindows WSAStartup.c
[45/835] Compiling CNIOWASI CNIOWASI.c
[46/835] Write sources
[53/835] Compiling CNIOSHA1 c_nio_sha1.c
[54/835] Compiling _NumericsShims _NumericsShims.c
[54/835] Compiling CVaporBcrypt bcrypt.c
[56/835] Compiling CVaporBcrypt blf.c
[57/835] Compiling CNIOLinux liburing_shims.c
[58/835] Compiling _AtomicsShims.c
[59/835] Compiling CSystem shims.c
[60/835] Compiling CNIOLinux shim.c
[61/835] Compiling CNIOLLHTTP c_nio_http.c
[62/835] Compiling CNIOExtrasZlib empty.c
[63/835] Compiling CNIODarwin shim.c
[64/835] Compiling fiat_p256_adx_mul.S
[65/835] Compiling fiat_curve25519_adx_mul.S
[66/835] Compiling fiat_p256_adx_sqr.S
[67/835] Compiling CNIOLLHTTP c_nio_api.c
[68/835] Compiling fiat_curve25519_adx_square.S
[69/835] Write swift-version-24593BA9C3E375BF.txt
[70/835] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/835] Compiling CNIOBoringSSLShims shims.c
[72/841] Compiling tls_method.cc
[73/841] Compiling tls13_client.cc
[74/841] Compiling tls13_server.cc
[75/841] Compiling tls13_both.cc
[76/851] Compiling tls_record.cc
[77/883] Compiling tls13_enc.cc
[79/1038] Emitting module SystemPackage
[80/1041] Emitting module RealModule
[81/1042] Compiling _NIODataStructures PriorityQueue.swift
[82/1042] Compiling _NIOBase64 Base64.swift
[83/1042] Emitting module _NIOBase64
[85/1043] Compiling RealModule ElementaryFunctions.swift
[86/1043] Compiling _NIODataStructures _TinyArray.swift
[87/1046] Compiling Lingo da.swift
[88/1046] Compiling Lingo de.swift
[89/1048] Compiling RealModule Float+Real.swift
[90/1048] Compiling RealModule Float16+Real.swift
[91/1048] Compiling RealModule RealFunctions.swift
[92/1048] Compiling Lingo de_AT.swift
[93/1048] Compiling Lingo de_CH.swift
[94/1048] Compiling Lingo de_DE.swift
[95/1048] Compiling Lingo dz.swift
[96/1048] Compiling Lingo be.swift
[97/1048] Compiling Lingo bg.swift
[98/1048] Compiling Lingo bm.swift
[99/1048] Compiling RealModule Real.swift
[100/1048] Emitting module InternalCollectionsUtilities
[101/1048] Compiling Lingo bn.swift
[102/1048] Compiling Lingo bo.swift
[103/1048] Compiling Lingo br.swift
[104/1048] Compiling ServiceContextModule ServiceContext.swift
[105/1048] Emitting module ServiceContextModule
[106/1048] Compiling ServiceContextModule ServiceContextKey.swift
[107/1048] Compiling SystemPackage Util+StringArray.swift
[108/1048] Compiling SystemPackage Util.swift
[109/1048] Compiling SystemPackage UtilConsumers.swift
[110/1048] Compiling Lingo LocalizationsModel.swift
[111/1048] Compiling Lingo PluralCategory.swift
[112/1048] Compiling Lingo EastSlavic.swift
[113/1048] Compiling RealModule Float80+Real.swift
[118/1049] Compiling Lingo bs.swift
[119/1049] Compiling Lingo ca.swift
[120/1049] Compiling Lingo cs.swift
[121/1049] Compiling Lingo cy.swift
[136/1050] Emitting module CoreMetrics
[137/1050] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[138/1050] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[140/1057] Compiling Instrumentation Instrument.swift
[141/1057] Compiling Instrumentation NoOpInstrument.swift
[142/1057] Compiling Instrumentation MultiplexInstrument.swift
[147/1057] Compiling Logging Locks.swift
[148/1057] Compiling Logging MetadataProvider.swift
[151/1057] Compiling Lingo en_AU.swift
[152/1057] Compiling Lingo FileDataSource.swift
[153/1057] Compiling Lingo LocalizationDataSource.swift
[154/1057] Compiling Lingo Lingo.swift
[155/1057] Compiling Lingo LocaleValidator.swift
[156/1057] Compiling Lingo Localization.swift
[157/1058] Emitting module _NIODataStructures
[158/1058] Compiling _NIODataStructures Heap.swift
[159/1059] Emitting module Instrumentation
[160/1059] Compiling Instrumentation Locks.swift
[161/1059] Compiling Instrumentation InstrumentationSystem.swift
[162/1060] Compiling Logging LogHandler.swift
[163/1060] Compiling Logging Logging.swift
[164/1060] Emitting module Logging
[169/1061] Compiling Lingo pa.swift
[170/1061] Compiling Lingo pl.swift
[171/1061] Compiling Lingo pt.swift
[172/1061] Compiling Lingo pt_BR.swift
[173/1061] Compiling Lingo ro.swift
[174/1061] Compiling Lingo ru.swift
[175/1061] Compiling Lingo sah.swift
[176/1061] Compiling Lingo se.swift
[177/1061] Compiling Lingo ses.swift
[178/1061] Compiling Lingo sg.swift
[179/1061] Compiling Lingo shi.swift
[180/1061] Compiling Lingo sk.swift
[181/1061] Compiling Lingo sl.swift
[182/1061] Compiling Lingo smn.swift
[183/1061] Compiling Lingo sr.swift
[184/1061] Compiling Lingo sv.swift
[185/1061] Compiling Lingo sv_SE.swift
[186/1061] Compiling Lingo sw.swift
[187/1061] Compiling Lingo th.swift
[188/1079] Compiling Lingo en_CA.swift
[189/1079] Compiling Lingo en_GB.swift
[190/1079] Compiling Lingo en_IN.swift
[191/1079] Compiling Lingo en_NZ.swift
[192/1079] Compiling Lingo eo.swift
[193/1079] Compiling Lingo es.swift
[194/1079] Compiling Lingo es_419.swift
[195/1079] Compiling Lingo es_AR.swift
[196/1079] Compiling Lingo es_CL.swift
[197/1079] Compiling Lingo es_CO.swift
[198/1079] Compiling Lingo es_CR.swift
[199/1079] Compiling Lingo es_EC.swift
[200/1079] Compiling Lingo es_ES.swift
[201/1079] Compiling Lingo es_MX.swift
[202/1079] Compiling Lingo es_NI.swift
[203/1079] Compiling Lingo es_PA.swift
[204/1079] Compiling Lingo es_PE.swift
[205/1079] Compiling Lingo es_US.swift
[206/1079] Compiling Lingo es_VE.swift
[207/1079] Compiling Lingo hu.swift
[208/1079] Compiling Lingo id.swift
[209/1079] Compiling Lingo ig.swift
[210/1079] Compiling Lingo ii.swift
[211/1079] Compiling Lingo it.swift
[212/1079] Compiling Lingo it_CH.swift
[213/1079] Compiling Lingo iu.swift
[214/1079] Compiling Lingo ja.swift
[215/1079] Compiling Lingo jv.swift
[216/1079] Compiling Lingo ka.swift
[217/1079] Compiling Lingo kab.swift
[218/1079] Compiling Lingo kde.swift
[219/1079] Compiling Lingo kea.swift
[220/1079] Compiling Lingo km.swift
[221/1079] Compiling Lingo kn.swift
[222/1079] Compiling Lingo ko.swift
[223/1079] Compiling Lingo ksh.swift
[224/1079] Compiling Lingo kw.swift
[225/1079] Compiling Lingo lag.swift
[226/1079] Compiling Lingo et.swift
[227/1079] Compiling Lingo eu.swift
[228/1079] Compiling Lingo fa.swift
[229/1079] Compiling Lingo ff.swift
[230/1079] Compiling Lingo fi.swift
[231/1079] Compiling Lingo fil.swift
[232/1079] Compiling Lingo fr.swift
[233/1079] Compiling Lingo fr_CA.swift
[234/1079] Compiling Lingo fr_CH.swift
[235/1079] Compiling Lingo fr_FR.swift
[236/1079] Compiling Lingo ga.swift
[237/1079] Compiling Lingo gd.swift
[238/1079] Compiling Lingo gl.swift
[239/1079] Compiling Lingo gv.swift
[240/1079] Compiling Lingo he.swift
[241/1079] Compiling Lingo hi.swift
[242/1079] Compiling Lingo hi_IN.swift
[243/1079] Compiling Lingo hr.swift
[244/1079] Compiling Lingo hsb.swift
[245/1079] Compiling Lingo ln.swift
[246/1079] Compiling Lingo lo.swift
[247/1079] Compiling Lingo lt.swift
[248/1079] Compiling Lingo lv.swift
[249/1079] Compiling Lingo mg.swift
[250/1079] Compiling Lingo mk.swift
[251/1079] Compiling Lingo ml.swift
[252/1079] Compiling Lingo mn.swift
[253/1079] Compiling Lingo mr_IN.swift
[254/1079] Compiling Lingo ms.swift
[255/1079] Compiling Lingo mt.swift
[256/1079] Compiling Lingo my.swift
[257/1079] Compiling Lingo naq.swift
[258/1079] Compiling Lingo nb.swift
[259/1079] Compiling Lingo ne.swift
[260/1079] Compiling Lingo nl.swift
[261/1079] Compiling Lingo nn.swift
[262/1079] Compiling Lingo nso.swift
[263/1079] Compiling Lingo or.swift
[275/1079] Compiling Lingo OneWithZeroOther.swift
[276/1079] Compiling Lingo Other.swift
[277/1079] Compiling Lingo Romanian.swift
[278/1079] Compiling Lingo WestSlavic.swift
[279/1079] Compiling Lingo ak.swift
[280/1079] Compiling Lingo am.swift
[281/1079] Compiling Lingo ar.swift
[282/1079] Compiling Lingo az.swift
[283/1079] Emitting module Lingo
[303/1149] Compiling CoreMetrics Metrics.swift
[304/1149] Compiling CoreMetrics Locks.swift
[306/1218] Compiling Tracing TracingTime.swift
[307/1218] Compiling Tracing NoOpTracer.swift
[308/1218] Compiling Tracing InstrumentationSystem+Tracing.swift
[309/1218] Compiling HeapModule Heap+Descriptions.swift
[310/1218] Compiling HeapModule _HeapNode.swift
[311/1224] Compiling _RopeModule BigString+Chunk+Breaks.swift
[312/1224] Compiling _RopeModule BigString+Chunk+Counts.swift
[313/1224] Compiling _RopeModule BigString+Chunk+Description.swift
[314/1224] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[315/1224] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[316/1224] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[317/1224] Compiling _RopeModule BigString+Chunk+Splitting.swift
[318/1224] Emitting module Tracing
[319/1231] Compiling HeapModule Heap.swift
[320/1231] Compiling Tracing TracerProtocol.swift
[320/1231] Compiling t1_enc.cc
[322/1231] Compiling Tracing Tracer.swift
[323/1231] Compiling Tracing TracerProtocol+Legacy.swift
[324/1231] Compiling HeapModule Heap+Invariants.swift
[325/1231] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[326/1231] Compiling HeapModule Heap+UnsafeHandle.swift
[327/1231] Compiling Lingo ti.swift
[328/1231] Compiling Lingo to.swift
[329/1231] Compiling Lingo tr.swift
[330/1231] Compiling Lingo tzm.swift
[331/1231] Compiling Lingo uk.swift
[332/1231] Compiling Lingo ur.swift
[333/1231] Compiling Lingo vi.swift
[334/1231] Compiling Lingo wa.swift
[335/1231] Compiling Lingo wo.swift
[336/1231] Compiling Lingo yo.swift
[337/1231] Compiling Lingo zh.swift
[338/1231] Compiling Lingo zh_CN.swift
[339/1231] Compiling Lingo zh_HK.swift
[340/1231] Compiling Lingo zh_TW.swift
[341/1231] Compiling Lingo PluralizationRule.swift
[342/1231] Compiling Lingo PluralizationRuleStore+List.swift
[343/1231] Compiling Lingo PluralizationRuleStore.swift
[344/1231] Compiling Lingo StringInterpolator.swift
[345/1232] Emitting module HeapModule
[347/1233] Compiling _RopeModule BigString+Chunk.swift
[348/1233] Compiling _RopeModule BigString+BidirectionalCollection.swift
[349/1233] Compiling _RopeModule Rope+_Storage.swift
[350/1233] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[351/1233] Compiling _RopeModule Rope+_UnsafeHandle.swift
[352/1233] Compiling _RopeModule Rope.swift
[353/1233] Compiling _RopeModule RopeElement.swift
[354/1233] Emitting module RoutingKit
[355/1233] Compiling RoutingKit AnyRouter.swift
[357/1235] Compiling RoutingKit Parameters.swift
[358/1235] Compiling RoutingKit PathComponent.swift
[359/1235] Compiling _RopeModule BigString+UTF16View.swift
[360/1235] Compiling _RopeModule BigString+UTF8View.swift
[361/1235] Compiling _RopeModule BigString+Builder.swift
[362/1235] Compiling _RopeModule BigString+Contents.swift
[363/1235] Compiling _RopeModule BigString+Debugging.swift
[364/1235] Compiling _RopeModule BigString+Index.swift
[365/1235] Compiling _RopeModule BigString+Ingester.swift
[366/1235] Compiling _RopeModule BigString+Invariants.swift
[367/1235] Compiling _RopeModule BigString+Iterators.swift
[368/1235] Compiling _RopeModule BigString+Metrics.swift
[369/1235] Compiling _RopeModule BigString+Summary.swift
[370/1235] Compiling _RopeModule BigString.swift
[371/1235] Compiling _RopeModule BigString+UnicodeScalarView.swift
[372/1235] Compiling _RopeModule BigSubstring+UTF16View.swift
[373/1235] Compiling _RopeModule BigSubstring+UTF8View.swift
[374/1235] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[375/1235] Compiling Metrics Metrics.swift
[376/1235] Compiling Tracing SpanProtocol.swift
[377/1312] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[378/1312] Compiling HashTreeCollections _RawHashNode.swift
[379/1312] Compiling HashTreeCollections _UnmanagedHashNode.swift
[380/1312] Compiling HashTreeCollections _UnsafePath.swift
[381/1312] Compiling HashTreeCollections TreeDictionary+Codable.swift
[382/1312] Compiling HashTreeCollections TreeDictionary+Collection.swift
[383/1312] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[384/1312] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[385/1312] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[386/1312] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[387/1312] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[388/1312] Compiling HashTreeCollections _HashNode+Structural union.swift
[389/1312] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[390/1312] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[391/1312] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[392/1312] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[394/1312] Compiling RoutingKit Router.swift
[395/1312] Compiling RoutingKit TrieRouter.swift
[397/1328] Emitting module Metrics
[398/1329] Compiling DequeModule Deque+CustomReflectable.swift
[399/1329] Compiling DequeModule Deque+Descriptions.swift
[400/1329] Compiling DequeModule Deque+Equatable.swift
[401/1329] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[402/1331] Compiling HashTreeCollections TreeDictionary+Keys.swift
[403/1331] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[404/1331] Compiling HashTreeCollections TreeDictionary+Merge.swift
[405/1331] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[406/1331] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[407/1331] Compiling HashTreeCollections TreeDictionary+Values.swift
[408/1331] Compiling HashTreeCollections TreeDictionary.swift
[409/1331] Compiling HashTreeCollections TreeSet+Codable.swift
[410/1331] Compiling HashTreeCollections TreeSet+Collection.swift
[412/1340] Compiling DequeModule _DequeBuffer.swift
[413/1340] Compiling DequeModule _DequeBufferHeader.swift
[413/1340] Compiling ssl_x509.cc
[415/1340] Compiling HashTreeCollections TreeSet+Hashable.swift
[416/1340] Compiling HashTreeCollections TreeSet+Sendable.swift
[417/1340] Compiling _RopeModule Rope+Join.swift
[418/1340] Compiling _RopeModule Rope+MutatingForEach.swift
[419/1340] Compiling _RopeModule Rope+Remove.swift
[420/1340] Compiling _RopeModule Rope+RemoveSubrange.swift
[421/1340] Compiling _RopeModule Rope+Split.swift
[422/1340] Compiling _RopeModule Optional Utilities.swift
[423/1340] Compiling _RopeModule String Utilities.swift
[424/1340] Compiling _RopeModule String.Index+ABI.swift
[425/1350] Compiling DequeModule _DequeSlot.swift
[426/1350] Compiling DequeModule _UnsafeWrappedBuffer.swift
[431/1350] Compiling DequeModule Deque+Codable.swift
[432/1350] Compiling DequeModule Deque+Collection.swift
[433/1350] Compiling DequeModule Deque+Extras.swift
[434/1350] Compiling DequeModule Deque+Hashable.swift
[438/1350] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[439/1350] Compiling HashTreeCollections TreeSet+Debugging.swift
[440/1350] Compiling HashTreeCollections TreeSet+Descriptions.swift
[441/1350] Compiling HashTreeCollections TreeSet+Equatable.swift
[442/1350] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[443/1350] Compiling HashTreeCollections TreeSet+Extras.swift
[444/1350] Compiling HashTreeCollections TreeSet+Filter.swift
[445/1350] Compiling DequeModule Deque+Testing.swift
[446/1350] Compiling DequeModule Deque._Storage.swift
[449/1350] Compiling DequeModule Deque._UnsafeHandle.swift
[450/1350] Compiling DequeModule Deque.swift
[451/1350] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[452/1350] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[453/1350] Compiling HashTreeCollections TreeDictionary+Filter.swift
[454/1350] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[455/1350] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[480/1350] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[481/1350] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[482/1350] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[483/1350] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[484/1350] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[485/1350] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[486/1350] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[487/1350] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[488/1350] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[489/1350] Compiling HashTreeCollections TreeSet.swift
[490/1350] Emitting module DequeModule
[502/1351] Compiling HashTreeCollections _HashTreeIterator.swift
[503/1351] Compiling HashTreeCollections _HashTreeStatistics.swift
[513/1351] Emitting module OrderedCollections
[514/1352] Compiling ssl_versions.cc
[515/1352] Compiling ssl_transcript.cc
[525/1352] Compiling ssl_stat.cc
[527/1352] Emitting module _RopeModule
[527/1352] Compiling ssl_session.cc
[547/1352] Compiling HashTreeCollections _HashNode.swift
[548/1352] Compiling HashTreeCollections _HashNodeHeader.swift
[549/1352] Compiling HashTreeCollections _HashSlot.swift
[550/1352] Compiling HashTreeCollections _HashStack.swift
[556/1352] Compiling HashTreeCollections _HashNode+Builder.swift
[557/1352] Compiling HashTreeCollections _HashNode+Debugging.swift
[558/1352] Compiling HashTreeCollections _HashNode+Initializers.swift
[559/1352] Compiling HashTreeCollections _HashNode+Invariants.swift
[560/1352] Compiling HashTreeCollections _HashNode+Lookups.swift
[561/1352] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[601/1352] Emitting module HashTreeCollections
[603/1354] Compiling ssl_privkey.cc
[604/1354] Compiling ssl_key_share.cc
[605/1354] Compiling ssl_file.cc
[606/1354] Compiling ssl_credential.cc
[607/1354] Compiling ssl_cipher.cc
[608/1354] Compiling ssl_lib.cc
[609/1354] Compiling s3_pkt.cc
[610/1354] Compiling ssl_buffer.cc
[611/1354] Compiling s3_both.cc
[612/1354] Compiling ssl_aead_ctx.cc
[613/1354] Compiling ssl_cert.cc
[614/1354] Compiling ssl_asn1.cc
[615/1354] Compiling s3_lib.cc
[616/1354] Compiling handoff.cc
[617/1354] Compiling handshake_client.cc
[618/1354] Compiling handshake_server.cc
[619/1354] Compiling extensions.cc
[620/1354] Compiling handshake.cc
[621/1354] Compiling dtls_record.cc
[622/1354] Compiling encrypted_client_hello.cc
[623/1354] Compiling md5-x86_64-linux.S
[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 dtls_method.cc
[628/1354] Compiling chacha20_poly1305_x86_64-apple.S
[629/1354] Compiling err_data.cc
[630/1354] Compiling chacha20_poly1305_x86_64-linux.S
[631/1354] Compiling chacha20_poly1305_armv8-win.S
[632/1354] Compiling chacha20_poly1305_armv8-linux.S
[633/1354] Compiling chacha20_poly1305_armv8-apple.S
[634/1354] Compiling chacha-x86_64-linux.S
[635/1354] Compiling chacha-x86_64-apple.S
[636/1354] Compiling chacha-x86-linux.S
[637/1354] Compiling chacha-x86-apple.S
[638/1354] Compiling chacha-armv8-win.S
[639/1354] Compiling chacha-armv8-linux.S
[640/1354] Compiling chacha-armv8-apple.S
[641/1354] Compiling chacha-armv4-linux.S
[642/1354] Compiling aes128gcmsiv-x86_64-linux.S
[643/1354] Compiling aes128gcmsiv-x86_64-apple.S
[644/1354] Compiling d1_srtp.cc
[645/1354] Compiling x86_64-mont5-linux.S
[646/1354] Compiling x86_64-mont5-apple.S
[647/1354] Compiling x86_64-mont-linux.S
[648/1354] Compiling x86_64-mont-apple.S
[649/1354] Compiling x86-mont-linux.S
[650/1354] Compiling bio_ssl.cc
[651/1354] Compiling x86-mont-apple.S
[652/1354] Compiling vpaes-x86_64-linux.S
[653/1354] Compiling vpaes-x86_64-apple.S
[654/1354] Compiling vpaes-x86-linux.S
[655/1354] Compiling vpaes-x86-apple.S
[655/1354] Compiling vpaes-armv8-win.S
[657/1354] Compiling vpaes-armv8-apple.S
[658/1354] Compiling vpaes-armv8-linux.S
[659/1354] Compiling vpaes-armv7-linux.S
[660/1354] Compiling sha512-x86_64-apple.S
[661/1354] Compiling sha512-x86_64-linux.S
[662/1354] Compiling sha512-armv8-win.S
[663/1354] Compiling sha512-armv8-apple.S
[664/1354] Compiling sha512-armv8-linux.S
[665/1354] Compiling d1_lib.cc
[666/1354] Compiling d1_both.cc
[667/1354] Compiling d1_pkt.cc
[668/1354] Compiling sha512-586-linux.S
[668/1354] Compiling sha512-armv4-linux.S
[670/1354] Compiling sha512-586-apple.S
[670/1354] Compiling sha256-x86_64-linux.S
[672/1354] Compiling sha256-x86_64-apple.S
[673/1354] Compiling sha256-armv8-linux.S
[674/1354] Compiling sha256-armv8-win.S
[675/1354] Compiling sha1-x86_64-apple.S
[676/1354] Compiling sha1-x86_64-linux.S
[676/1354] Compiling sha256-armv8-apple.S
[678/1354] Compiling sha256-armv4-linux.S
[678/1354] Compiling sha256-586-apple.S
[678/1354] Compiling sha256-586-linux.S
[681/1354] Compiling sha1-armv8-win.S
[681/1354] Compiling sha1-armv8-linux.S
[683/1354] Compiling rsaz-avx2-apple.S
[684/1354] Compiling rdrand-x86_64-apple.S
[685/1354] Compiling sha1-586-apple.S
[686/1354] Compiling sha1-586-linux.S
[686/1354] Compiling sha1-armv4-large-linux.S
[686/1354] Compiling sha1-armv8-apple.S
[689/1354] Compiling rdrand-x86_64-linux.S
[690/1354] Compiling rsaz-avx2-linux.S
[691/1354] Compiling p256-x86_64-asm-apple.S
[692/1354] Compiling p256-armv8-asm-win.S
[692/1354] Compiling p256_beeu-armv8-asm-linux.S
[692/1354] Compiling p256_beeu-x86_64-asm-apple.S
[693/1354] Compiling p256-x86_64-asm-linux.S
[694/1354] Compiling p256_beeu-armv8-asm-apple.S
[696/1354] Compiling p256_beeu-armv8-asm-win.S
[698/1354] Compiling p256_beeu-x86_64-asm-linux.S
[699/1354] Compiling p256-armv8-asm-apple.S
[700/1354] Compiling ghashv8-armv7-linux.S
[701/1354] Compiling ghashv8-armv8-apple.S
[701/1354] Compiling ghashv8-armv8-linux.S
[703/1354] Compiling ghashv8-armv8-win.S
[704/1354] Compiling p256-armv8-asm-linux.S
[705/1354] Compiling ghash-x86_64-apple.S
[706/1354] Compiling ghash-x86_64-linux.S
[707/1354] Compiling ghash-ssse3-x86-apple.S
[708/1354] Compiling ghash-neon-armv8-win.S
[708/1354] Compiling ghash-ssse3-x86-linux.S
[710/1354] Compiling ghash-ssse3-x86_64-linux.S
[711/1354] Compiling ghash-x86-linux.S
[712/1354] Compiling ghash-ssse3-x86_64-apple.S
[713/1354] Compiling ghash-neon-armv8-linux.S
[714/1354] Compiling ghash-x86-apple.S
[715/1354] Compiling bsaes-armv7-linux.S
[716/1354] Compiling ghash-neon-armv8-apple.S
[717/1354] Compiling co-586-apple.S
[718/1354] Compiling ghash-armv4-linux.S
[719/1354] Compiling bn-armv8-win.S
[720/1354] Compiling bn-armv8-linux.S
[721/1354] Compiling co-586-linux.S
[722/1354] Compiling bn-armv8-apple.S
[723/1354] Compiling armv8-mont-linux.S
[724/1354] Compiling armv8-mont-win.S
[724/1354] Compiling bn-586-apple.S
[726/1354] Compiling bn-586-linux.S
[727/1354] Compiling armv8-mont-apple.S
[728/1354] Compiling armv4-mont-linux.S
[729/1354] Compiling aesv8-gcm-armv8-win.S
[730/1354] Compiling aesv8-gcm-armv8-linux.S
[731/1354] Compiling aesv8-armv8-win.S
[732/1354] Compiling aesv8-armv8-apple.S
[733/1354] Compiling aesv8-gcm-armv8-apple.S
[733/1354] Compiling aesv8-armv8-linux.S
[735/1354] Compiling aesv8-armv7-linux.S
[736/1354] Compiling aesni-x86_64-apple.S
[737/1354] Compiling aesni-x86_64-linux.S
[738/1354] Compiling aesni-x86-linux.S
[739/1354] Compiling aesni-x86-apple.S
[740/1354] Compiling aesni-gcm-x86_64-apple.S
[741/1354] Compiling aes-gcm-avx2-x86_64-linux.S
[742/1354] Compiling aesni-gcm-x86_64-linux.S
[743/1354] Compiling aes-gcm-avx2-x86_64-apple.S
[744/1354] Compiling aes-gcm-avx10-x86_64-apple.S
[745/1354] Compiling aes-gcm-avx10-x86_64-linux.S
[746/1354] Compiling x_sig.cc
[747/1354] Compiling x_val.cc
[748/1354] Compiling x_spki.cc
[749/1354] Compiling x_x509a.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_algor.cc
[755/1354] Compiling x509spki.cc
[755/1354] Compiling x_exten.cc
[757/1354] Compiling x_attrib.cc
[758/1354] Compiling x509rset.cc
[759/1354] Compiling x_crl.cc
[760/1354] Compiling x_all.cc
[761/1354] Compiling x509name.cc
[762/1354] Compiling x509_trs.cc
[763/1354] Compiling x509_v3.cc
[764/1354] Compiling x509cset.cc
[765/1354] Compiling x509_txt.cc
[766/1354] Compiling x509_vfy.cc
[767/1354] Compiling x509_req.cc
[768/1354] Compiling x509_vpm.cc
[769/1354] Compiling x509_set.cc
[770/1354] Compiling x509_lu.cc
[771/1354] Compiling x509_obj.cc
[772/1354] Compiling x509_cmp.cc
[773/1354] Compiling x509_def.cc
[774/1354] Compiling x509.cc
[775/1354] Compiling x509_ext.cc
[776/1354] Compiling x509_d2.cc
[777/1354] Compiling x509_att.cc
[778/1354] Compiling v3_prn.cc
[779/1354] Compiling v3_purp.cc
[780/1354] Compiling v3_ocsp.cc
[781/1354] Compiling v3_utl.cc
[782/1354] Compiling v3_skey.cc
[783/1354] Compiling v3_pmaps.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_crld.cc
[790/1354] Compiling v3_info.cc
[791/1354] Compiling v3_extku.cc
[792/1354] Compiling v3_genn.cc
[793/1354] Compiling v3_enum.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_alt.cc
[799/1354] Compiling v3_akeya.cc
[800/1354] Compiling t_x509.cc
[801/1354] Compiling v3_akey.cc
[802/1354] Compiling t_x509a.cc
[803/1354] Compiling i2d_pr.cc
[804/1354] Compiling t_req.cc
[805/1354] Compiling t_crl.cc
[806/1354] Compiling rsa_pss.cc
[807/1354] Compiling name_print.cc
[808/1354] Compiling policy.cc
[809/1354] Compiling by_file.cc
[810/1354] Compiling by_dir.cc
[811/1354] Compiling algorithm.cc
[811/1354] Compiling asn1_gen.cc
[813/1354] Compiling a_verify.cc
[814/1354] Compiling trust_token.cc
[814/1354] Compiling a_sign.cc
[816/1354] Compiling voprf.cc
[817/1354] Compiling a_digest.cc
[818/1354] Compiling thread_win.cc
[819/1354] Compiling thread_pthread.cc
[820/1354] Compiling thread.cc
[821/1354] Compiling pmbtoken.cc
[822/1354] Compiling thread_none.cc
[823/1354] Compiling stack.cc
[824/1354] Compiling sha512.cc
[825/1354] Compiling siphash.cc
[826/1354] Compiling rsa_extra.cc
[827/1354] Compiling sha1.cc
[828/1354] Compiling sha256.cc
[829/1354] Compiling slhdsa.cc
[830/1354] Compiling rsa_print.cc
[831/1354] Compiling spake2plus.cc
[832/1354] Compiling rsa_crypt.cc
[833/1354] Compiling refcount.cc
[834/1354] Compiling rc4.cc
[835/1354] Compiling trusty.cc
[836/1354] Compiling windows.cc
[837/1354] Compiling rsa_asn1.cc
[838/1354] Compiling urandom.cc
[839/1354] Compiling rand.cc
[840/1354] Compiling ios.cc
[841/1354] Compiling deterministic.cc
[841/1354] Compiling getentropy.cc
[841/1354] Compiling forkunsafe.cc
[841/1354] Compiling passive.cc
[844/1354] Compiling fork_detect.cc
[846/1354] Compiling poly1305_arm_asm.S
[847/1354] Compiling poly1305_vec.cc
[848/1354] Compiling pool.cc
[849/1354] Compiling poly1305.cc
[850/1354] Compiling poly1305_arm.cc
[851/1354] Compiling pkcs7.cc
[852/1354] Compiling p5_pbev2.cc
[853/1354] Compiling pkcs8.cc
[854/1354] Compiling pkcs8_x509.cc
[855/1354] Compiling pem_xaux.cc
[856/1354] Compiling pkcs7_x509.cc
[857/1354] Compiling pem_x509.cc
[858/1354] Compiling pem_pkey.cc
[859/1354] Compiling mlkem.cc
[860/1354] Compiling pem_pk8.cc
[861/1354] Compiling pem_oth.cc
[862/1354] Compiling obj_xref.cc
[863/1354] Compiling pem_info.cc
[864/1354] Compiling pem_lib.cc
[865/1354] Compiling mldsa.cc
[866/1354] Compiling obj.cc
[867/1354] Compiling pem_all.cc
[868/1354] Compiling poly_rq_mul.S
[869/1354] Compiling mem.cc
[870/1354] Compiling fips_shared_support.cc
[871/1354] Compiling md5.cc
[872/1354] Compiling md4.cc
[873/1354] Compiling lhash.cc
[874/1354] Compiling hrss.cc
[875/1354] Compiling ex_data.cc
[875/1354] Compiling sign.cc
[877/1354] Compiling kyber.cc
[878/1354] Compiling scrypt.cc
[879/1354] Compiling print.cc
[880/1354] Compiling hpke.cc
[881/1354] Compiling p_x25519.cc
[882/1354] Compiling pbkdf.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 dsa_asn1.cc
[905/1354] Compiling ec_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 spake25519.cc
[914/1354] Compiling cpu_arm_linux.cc
[915/1354] Compiling curve25519.cc
[916/1354] Compiling cpu_arm_freebsd.cc
[917/1354] Compiling cpu_aarch64_win.cc
[918/1354] Compiling cpu_aarch64_openbsd.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_apple.cc
[923/1354] Compiling cpu_aarch64_fuchsia.cc
[924/1354] Compiling curve25519_64_adx.cc
[925/1354] Compiling get_cipher.cc
[926/1354] Compiling tls_cbc.cc
[927/1354] Compiling conf.cc
[928/1354] Compiling e_tls.cc
[929/1354] Compiling e_rc4.cc
[930/1354] Compiling e_rc2.cc
[931/1354] Compiling e_null.cc
[932/1354] Compiling e_des.cc
[933/1354] Compiling derive_key.cc
[934/1354] Compiling e_chacha20poly1305.cc
[935/1354] Compiling e_aesctrhmac.cc
[936/1354] Compiling e_aesgcmsiv.cc
[937/1354] Compiling chacha.cc
[938/1354] Compiling unicode.cc
[939/1354] Compiling buf.cc
[939/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
[949/1354] Compiling socket_helper.cc
[950/1354] Compiling pair.cc
[951/1354] Compiling hexdump.cc
[952/1354] Compiling file.cc
[953/1354] Compiling fd.cc
[954/1354] Compiling errno.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
[964/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_octet.cc
[970/1354] Compiling a_utctm.cc
[970/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
[978/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 a_int.cc
[984/1354] Compiling fiat_p256_adx_sqr.S
[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 md5-586-apple.S
[992/1354] Compiling a_bool.cc
[993/1354] Compiling a_bitstr.cc
[994/1354] Compiling chacha20_poly1305_x86_64-apple.S
[995/1354] Compiling chacha20_poly1305_armv8-win.S
[996/1354] Compiling chacha20_poly1305_armv8-linux.S
[997/1354] Compiling chacha20_poly1305_x86_64-linux.S
[998/1354] Compiling chacha20_poly1305_armv8-apple.S
[999/1354] Compiling CCryptoBoringSSLShims shims.c
[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
[1004/1354] Compiling chacha-armv8-linux.S
[1006/1354] Compiling chacha-armv8-apple.S
[1007/1354] Compiling chacha-armv4-linux.S
[1008/1354] Compiling aes128gcmsiv-x86_64-linux.S
[1009/1354] Compiling aes128gcmsiv-x86_64-apple.S
[1010/1354] Compiling x86_64-mont5-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 x86-mont-linux.S
[1015/1354] Compiling x86-mont-apple.S
[1016/1354] Compiling err_data.cc
[1017/1354] Compiling vpaes-x86_64-linux.S
[1018/1354] Compiling vpaes-x86_64-apple.S
[1019/1354] Compiling vpaes-x86-linux.S
[1020/1354] Compiling vpaes-x86-apple.S
[1021/1354] Compiling vpaes-armv8-linux.S
[1022/1354] Compiling vpaes-armv8-win.S
[1023/1354] Compiling vpaes-armv8-apple.S
[1024/1354] Compiling vpaes-armv7-linux.S
[1025/1354] Compiling sha512-x86_64-apple.S
[1026/1354] Compiling sha512-x86_64-linux.S
[1027/1354] Compiling sha512-armv8-win.S
[1028/1354] Compiling sha512-armv8-linux.S
[1029/1354] Compiling sha512-armv8-apple.S
[1030/1354] Compiling sha512-armv4-linux.S
[1031/1354] Compiling sha512-586-linux.S
[1032/1354] Compiling sha512-586-apple.S
[1033/1354] Compiling sha256-armv8-win.S
[1034/1354] Compiling sha256-armv8-linux.S
[1035/1354] Compiling sha256-x86_64-apple.S
[1036/1354] Compiling sha256-x86_64-linux.S
[1037/1354] Compiling sha256-armv8-apple.S
[1038/1354] Compiling sha256-armv4-linux.S
[1039/1354] Compiling sha256-586-linux.S
[1040/1354] Compiling sha1-x86_64-apple.S
[1041/1354] Compiling sha256-586-apple.S
[1042/1354] Compiling sha1-armv8-win.S
[1043/1354] Compiling sha1-x86_64-linux.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-apple.S
[1050/1354] Compiling rsaz-avx2-linux.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-apple.S
[1054/1354] Compiling p256_beeu-x86_64-asm-linux.S
[1055/1354] Compiling p256_beeu-armv8-asm-win.S
[1056/1354] Compiling p256_beeu-armv8-asm-linux.S
[1057/1354] Compiling p256_beeu-armv8-asm-apple.S
[1058/1354] Compiling p256-x86_64-asm-apple.S
[1059/1354] Compiling p256-x86_64-asm-linux.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-armv7-linux.S
[1066/1354] Compiling ghashv8-armv8-apple.S
[1067/1354] Compiling ghash-x86_64-linux.S
[1068/1354] Compiling ghash-x86_64-apple.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 co-586-linux.S
[1079/1354] Compiling co-586-apple.S
[1080/1354] Compiling ghash-armv4-linux.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-linux.S
[1086/1354] Compiling bn-586-apple.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 armv4-mont-linux.S
[1091/1354] Compiling aesv8-gcm-armv8-win.S
[1092/1354] Compiling aesv8-gcm-armv8-linux.S
[1093/1354] Compiling aesv8-gcm-armv8-apple.S
[1094/1354] Compiling aesv8-armv8-linux.S
[1095/1354] Compiling aesv8-armv8-win.S
[1096/1354] Compiling aesv8-armv8-apple.S
[1097/1354] Compiling aesv8-armv7-linux.S
[1098/1354] Compiling aesni-x86_64-linux.S
[1099/1354] Compiling aesni-x86_64-apple.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-linux.S
[1105/1354] Compiling aes-gcm-avx10-x86_64-apple.S
[1106/1354] Compiling x_sig.cc
[1107/1354] Compiling x_val.cc
[1108/1354] Compiling x_spki.cc
[1109/1354] Compiling x_x509a.cc
[1110/1354] Compiling x_x509.cc
[1111/1354] Compiling x_req.cc
[1112/1354] Compiling c-nioatomics.c
[1113/1354] Compiling x_pubkey.cc
[1114/1354] Compiling x_attrib.cc
[1114/1354] Compiling x_exten.cc
[1116/1354] Compiling x_crl.cc
[1117/1354] Compiling x_name.cc
[1118/1354] Compiling x_all.cc
[1119/1354] Compiling c-atomics.c
[1120/1354] Compiling x_algor.cc
[1121/1360] Compiling x509cset.cc
[1122/1360] Compiling x509name.cc
[1123/1360] Compiling x509spki.cc
[1124/1360] Compiling x509_vpm.cc
[1125/1360] Compiling x509rset.cc
[1126/1360] Compiling x509_vfy.cc
[1128/1360] Compiling NIOConcurrencyHelpers NIOLock.swift
[1129/1360] Compiling NIOConcurrencyHelpers lock.swift
[1129/1360] Compiling x509_v3.cc
[1131/1360] Emitting module NIOConcurrencyHelpers
[1132/1360] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1133/1360] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1134/1360] Compiling NIOConcurrencyHelpers atomics.swift
[1135/1361] Compiling x509_txt.cc
[1136/1361] Compiling x509_trs.cc
[1137/1361] Compiling x509_obj.cc
[1138/1361] Compiling x509_set.cc
[1139/1361] Compiling x509_req.cc
[1140/1387] Compiling x509_lu.cc
[1141/1387] Compiling x509_ext.cc
[1143/1387] Compiling ConsoleKitTerminal Console+Wait.swift
[1144/1387] Compiling ConsoleKitTerminal ConsoleColor.swift
[1145/1387] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1145/1390] Compiling x509_d2.cc
[1146/1390] Compiling x509_def.cc
[1148/1390] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1149/1390] Compiling ConsoleKitTerminal ConsoleClear.swift
[1150/1390] Compiling ConsoleKitTerminal Console+Ask.swift
[1151/1390] Compiling ConsoleKitTerminal Console+Choose.swift
[1152/1390] Compiling ConsoleKitTerminal ActivityBar.swift
[1153/1390] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1154/1390] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1155/1390] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1156/1390] Emitting module ConsoleKitTerminal
[1157/1390] Compiling ConsoleKitTerminal CustomActivity.swift
[1158/1390] Compiling ConsoleKitTerminal LoadingBar.swift
[1159/1390] Compiling ConsoleKitTerminal ProgressBar.swift
[1160/1390] Compiling ConsoleKitTerminal Console+Clear.swift
[1160/1390] Compiling x509.cc
[1162/1390] Compiling ConsoleKitTerminal Console+Confirm.swift
[1163/1390] Compiling ConsoleKitTerminal Console+Input.swift
[1164/1390] Compiling ConsoleKitTerminal Console+Center.swift
[1165/1390] Compiling ConsoleKitTerminal Console+Output.swift
[1165/1390] Compiling x509_cmp.cc
[1166/1390] Compiling x509_att.cc
[1167/1390] Compiling v3_skey.cc
[1169/1390] Compiling ConsoleKitTerminal ConsoleText.swift
[1170/1390] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1171/1390] Compiling ConsoleKitTerminal ANSI.swift
[1172/1390] Compiling ConsoleKitTerminal Console.swift
[1173/1390] Compiling ConsoleKitTerminal Terminal.swift
[1174/1390] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1174/1390] Compiling v3_utl.cc
[1175/1390] Compiling v3_purp.cc
[1176/1390] Compiling v3_prn.cc
[1178/1390] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1179/1390] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1180/1390] Compiling ConsoleKitTerminal LoggerFragment.swift
[1180/1391] Compiling v3_ocsp.cc
[1181/1391] Compiling v3_pmaps.cc
[1183/1391] Compiling v3_pcons.cc
[1184/1391] Compiling v3_ncons.cc
[1185/1394] Compiling v3_lib.cc
[1186/1413] Compiling v3_int.cc
[1187/1413] Compiling v3_info.cc
[1188/1413] Compiling v3_genn.cc
[1190/1413] Compiling ConsoleKitCommands CommandSignature.swift
[1191/1413] Compiling ConsoleKitCommands Flag.swift
[1192/1413] Compiling ConsoleKitCommands Option.swift
[1192/1413] Compiling v3_extku.cc
[1193/1415] Compiling v3_ia5.cc
[1195/1415] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1196/1415] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1197/1415] Compiling ConsoleKitCommands Argument.swift
[1198/1415] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1199/1415] Compiling ConsoleKitCommands AsyncCommand.swift
[1200/1415] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1201/1415] Compiling ConsoleKitCommands AsyncCommands.swift
[1202/1415] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1203/1415] Compiling ConsoleKitCommands AnyCommand.swift
[1204/1415] Compiling ConsoleKitCommands Command.swift
[1205/1415] Compiling ConsoleKitCommands CommandContext.swift
[1206/1415] Compiling ConsoleKitCommands CommandError.swift
[1207/1415] Emitting module ConsoleKitCommands
[1207/1415] Compiling v3_enum.cc
[1209/1415] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1210/1415] Compiling ConsoleKitCommands Utilities.swift
[1210/1415] Compiling v3_cpols.cc
[1211/1415] Compiling v3_crld.cc
[1212/1415] Compiling v3_conf.cc
[1213/1415] Compiling v3_bitst.cc
[1214/1415] Compiling v3_alt.cc
[1215/1415] Compiling v3_bcons.cc
[1216/1415] Compiling v3_akeya.cc
[1217/1415] Compiling v3_akey.cc
[1218/1415] Compiling t_x509a.cc
[1219/1415] Compiling t_x509.cc
[1221/1415] Compiling ConsoleKitCommands CommandGroup.swift
[1222/1415] Compiling ConsoleKitCommands CommandInput.swift
[1223/1415] Compiling ConsoleKitCommands Commands.swift
[1224/1415] Compiling ConsoleKitCommands Console+Run.swift
[1225/1415] Compiling ConsoleKitCommands ConsoleError.swift
[1226/1415] Compiling ConsoleKitCommands Completion.swift
[1226/1416] Compiling t_req.cc
[1228/1416] Compiling t_crl.cc
[1229/1416] Compiling rsa_pss.cc
[1230/1418] Compiling i2d_pr.cc
[1232/1418] Emitting module ConsoleKit
[1233/1418] Compiling ConsoleKit Exports.swift
[1233/1419] Compiling policy.cc
[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 voprf.cc
[1242/1419] Compiling a_digest.cc
[1243/1419] Compiling trust_token.cc
[1244/1419] Compiling a_sign.cc
[1245/1419] Compiling pmbtoken.cc
[1246/1419] Compiling thread_win.cc
[1247/1419] Compiling thread_pthread.cc
[1248/1419] Compiling thread.cc
[1249/1419] Compiling thread_none.cc
[1250/1419] Compiling wots.cc
[1251/1419] Compiling stack.cc
[1252/1419] Compiling thash.cc
[1253/1419] Compiling merkle.cc
[1254/1419] Compiling slhdsa.cc
[1255/1419] Compiling sha512.cc
[1256/1419] Compiling fors.cc
[1257/1419] Compiling siphash.cc
[1258/1419] Compiling sha1.cc
[1258/1419] Compiling sha256.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 rsa_crypt.cc
[1265/1419] Compiling rsa_asn1.cc
[1266/1419] Compiling trusty.cc
[1266/1419] Compiling windows.cc
[1268/1419] Compiling urandom.cc
[1269/1419] Compiling rand_extra.cc
[1270/1419] Compiling ios.cc
[1271/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_x509.cc
[1283/1419] Compiling p5_pbev2.cc
[1284/1419] Compiling pkcs8.cc
[1285/1419] Compiling pkcs7_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 mlkem.cc
[1291/1419] Compiling pem_oth.cc
[1293/1419] Compiling pem_info.cc
[1294/1419] Compiling obj.cc
[1295/1419] Compiling pem_lib.cc
[1296/1419] Compiling mldsa.cc
[1297/1419] Compiling pem_all.cc
[1298/1419] Compiling poly_rq_mul.S
[1299/1419] Compiling mem.cc
[1300/1419] Compiling fips_shared_support.cc
[1301/1419] Compiling md5.cc
[1302/1419] Compiling md4.cc
[1303/1419] Compiling lhash.cc
[1304/1419] Compiling kyber.cc
[1305/1419] Compiling ex_data.cc
[1306/1419] Compiling hpke.cc
[1307/1419] Compiling hrss.cc
[1308/1419] Compiling sign.cc
[1309/1419] Compiling scrypt.cc
[1310/1419] Compiling pbkdf.cc
[1310/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_hkdf.cc
[1316/1419] Compiling p_rsa.cc
[1317/1419] Compiling p_ed25519.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.cc
[1322/1419] Compiling p_dsa_asn1.cc
[1323/1419] Compiling p_dh_asn1.cc
[1324/1419] Compiling evp_ctx.cc
[1325/1419] Compiling evp.cc
[1326/1419] Compiling evp_asn1.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 curve25519.cc
[1346/1419] Compiling cpu_arm_freebsd.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_tls.cc
[1358/1419] Compiling e_rc4.cc
[1359/1419] Compiling e_rc2.cc
[1360/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_aesctrhmac.cc
[1365/1419] Compiling cipher_extra.cc
[1366/1419] Compiling e_aesgcmsiv.cc
[1367/1419] Compiling chacha.cc
[1368/1419] Compiling unicode.cc
[1369/1419] Compiling cbb.cc
[1370/1419] Compiling cbs.cc
[1371/1419] Compiling ber.cc
[1372/1419] Compiling asn1_compat.cc
[1373/1419] Compiling buf.cc
[1374/1419] Compiling bn_asn1.cc
[1375/1419] Compiling blake2.cc
[1376/1419] Compiling convert.cc
[1377/1419] Compiling printf.cc
[1378/1419] Compiling hexdump.cc
[1379/1419] Compiling pair.cc
[1380/1419] Compiling file.cc
[1381/1419] Compiling errno.cc
[1381/1419] Compiling fd.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_enc.cc
[1390/1419] Compiling tasn_new.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 CAsyncHTTPClient CAsyncHTTPClient.c
[1406/1419] Write sources
[1411/1419] Compiling a_i2d_fp.cc
[1412/1419] Compiling a_int.cc
[1413/1419] Write sources
[1414/1419] Compiling a_gentm.cc
[1415/1419] Compiling a_dup.cc
[1416/1419] Compiling a_d2i_fp.cc
[1417/1491] Compiling a_bool.cc
[1418/1516] Compiling a_bitstr.cc
[1420/1521] Compiling Atomics UnsafeAtomic.swift
[1421/1521] Compiling Atomics UnsafeAtomicLazyReference.swift
[1422/1523] Compiling Atomics ManagedAtomic.swift
[1423/1523] Compiling Atomics ManagedAtomicLazyReference.swift
[1424/1526] Compiling Atomics AtomicMemoryOrderings.swift
[1425/1526] Compiling Atomics DoubleWord.swift
[1426/1526] Compiling Atomics IntegerConformances.swift
[1427/1526] Compiling Atomics PointerConformances.swift
[1428/1526] Compiling Atomics Primitives.native.swift
[1429/1526] Compiling Atomics OptionalRawRepresentable.swift
[1430/1526] Compiling Algorithms Compacted.swift
[1431/1526] Compiling Algorithms Cycle.swift
[1432/1526] Compiling Atomics Primitives.shims.swift
[1433/1533] Emitting module BitCollections
[1434/1533] Compiling Atomics IntegerOperations.swift
[1435/1533] Compiling Atomics Unmanaged extensions.swift
[1436/1533] Compiling Atomics AtomicReference.swift
[1437/1533] Compiling Atomics AtomicStorage.swift
[1438/1533] Compiling Atomics AtomicValue.swift
[1439/1533] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1440/1533] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1441/1533] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1442/1533] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1443/1533] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1444/1533] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1445/1533] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1446/1533] Compiling Algorithms Product.swift
[1447/1533] Compiling BitCollections BitSet+Invariants.swift
[1448/1533] Compiling BitCollections BitSet+Random.swift
[1449/1533] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1450/1533] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1451/1533] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1452/1533] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1453/1533] Compiling BitCollections BitArray+BitwiseOperations.swift
[1454/1533] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1455/1533] Compiling BitCollections BitArray+Codable.swift
[1456/1533] Compiling BitCollections BitArray+Collection.swift
[1457/1533] Compiling BitCollections BitArray+Copy.swift
[1458/1533] Compiling BitCollections BitArray+CustomReflectable.swift
[1459/1533] Compiling BitCollections BitArray+Descriptions.swift
[1460/1533] Compiling BitCollections BitArray+Equatable.swift
[1461/1533] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1462/1533] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1463/1533] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1464/1533] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1465/1533] Compiling BitCollections BitSet+SetAlgebra union.swift
[1466/1533] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1467/1533] Compiling BitCollections BitSet.Counted.swift
[1470/1533] Compiling Algorithms Suffix.swift
[1477/1536] Compiling CryptoBoringWrapper RandomBytes.swift
[1478/1536] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1479/1536] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1480/1536] Compiling BitCollections BitSet.Index.swift
[1481/1536] Compiling BitCollections BitSet._UnsafeHandle.swift
[1482/1536] Compiling BitCollections BitSet.swift
[1483/1536] Compiling BitCollections Range+Utilities.swift
[1484/1536] Compiling BitCollections Slice+Utilities.swift
[1485/1536] Compiling BitCollections UInt+Tricks.swift
[1486/1536] Compiling BitCollections _Word.swift
[1487/1536] Compiling Algorithms Partition.swift
[1488/1536] Compiling Algorithms Permutations.swift
[1490/1536] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1491/1536] Compiling Atomics AtomicInteger.swift
[1492/1536] Compiling Atomics AtomicOptionalWrappable.swift
[1507/1536] Compiling CryptoBoringWrapper EllipticCurve.swift
[1508/1537] Emitting module CryptoBoringWrapper
[1509/1537] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1511/1537] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1520/1538] Compiling Algorithms Trim.swift
[1521/1538] Compiling Algorithms Unique.swift
[1522/1538] Compiling Algorithms Windows.swift
[1528/1540] Compiling Collections Collections.swift
[1529/1540] Emitting module Collections
[1531/1612] Compiling Crypto ASN1.swift
[1532/1612] Compiling Crypto ASN1Any.swift
[1533/1612] Compiling Crypto ASN1BitString.swift
[1534/1612] Compiling Crypto ChaChaPoly.swift
[1535/1612] Compiling Crypto Cipher.swift
[1536/1612] Compiling Crypto Nonces.swift
[1537/1612] Emitting module Atomics
[1538/1612] Compiling Crypto AES-GCM.swift
[1539/1612] Compiling Crypto AES-GCM_boring.swift
[1540/1612] Compiling Crypto ChaChaPoly_boring.swift
[1542/1672] Emitting module Algorithms
[1544/1673] Emitting module Crypto
[1545/1682] Compiling NIOCore ByteBuffer-multi-int.swift
[1546/1682] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1547/1682] Compiling NIOCore ByteBuffer-views.swift
[1548/1682] Compiling NIOCore Channel.swift
[1549/1682] Compiling NIOCore ChannelHandler.swift
[1550/1682] Compiling NIOCore ChannelHandlers.swift
[1551/1682] Compiling NIOCore ChannelInvoker.swift
[1552/1682] Compiling NIOCore ChannelOption.swift
[1553/1682] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1554/1682] Compiling NIOCore BSDSocketAPI.swift
[1555/1682] Compiling Crypto SymmetricKeys.swift
[1556/1682] Compiling Crypto HMAC.swift
[1557/1682] Compiling Crypto MACFunctions.swift
[1558/1682] Compiling Crypto MessageAuthenticationCode.swift
[1559/1682] Compiling Crypto AES.swift
[1560/1682] Compiling Crypto ECDSASignature_boring.swift
[1561/1682] Compiling Crypto ECDSA_boring.swift
[1562/1682] Compiling Crypto EdDSA_boring.swift
[1563/1682] Compiling Crypto ECDSA.swift
[1564/1682] Compiling Crypto Ed25519.swift
[1565/1682] Compiling NIOCore DeadChannel.swift
[1566/1682] Compiling NIOCore DispatchQueue+WithFuture.swift
[1567/1682] Compiling NIOCore EventLoop+Deprecated.swift
[1568/1682] Compiling NIOCore EventLoop+SerialExecutor.swift
[1569/1682] Compiling NIOCore GlobalSingletons.swift
[1570/1682] Compiling NIOCore IO.swift
[1571/1682] Compiling NIOCore IOData.swift
[1572/1682] Compiling NIOCore IPProtocol.swift
[1573/1682] Compiling NIOCore IntegerBitPacking.swift
[1574/1682] Compiling NIOCore IntegerTypes.swift
[1575/1682] Compiling NIOCore AsyncChannelHandler.swift
[1576/1682] Compiling NIOCore AsyncChannelInboundStream.swift
[1577/1682] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1578/1682] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1579/1682] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1580/1682] Compiling NIOCore NIOAsyncWriter.swift
[1581/1682] Compiling NIOCore ChannelPipeline.swift
[1582/1682] Compiling NIOCore CircularBuffer.swift
[1583/1682] Compiling NIOCore Codec.swift
[1584/1682] Compiling NIOCore ConvenienceOptionSupport.swift
[1585/1682] Compiling NIOCore EventLoop.swift
[1586/1682] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1587/1682] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1588/1682] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1589/1682] Compiling NIOCore EventLoopFuture.swift
[1590/1682] Compiling NIOCore FileDescriptor.swift
[1591/1682] Compiling NIOCore FileHandle.swift
[1592/1682] Compiling NIOCore FileRegion.swift
[1593/1682] Compiling Crypto HashFunctions_SHA2.swift
[1594/1682] Compiling Crypto HPKE-AEAD.swift
[1595/1682] Compiling NIOCore MarkedCircularBuffer.swift
[1596/1682] Compiling NIOCore MulticastChannel.swift
[1597/1682] Compiling NIOCore NIOAny.swift
[1598/1682] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1599/1682] Compiling NIOCore NIOLoopBound.swift
[1600/1682] Compiling NIOCore NIOScheduledCallback.swift
[1601/1682] Compiling NIOCore NIOSendable.swift
[1602/1682] Compiling NIOCore RecvByteBufferAllocator.swift
[1603/1690] Compiling NIOCore Interfaces.swift
[1604/1690] Compiling NIOCore Linux.swift
[1613/1690] Compiling NIOCore ByteBuffer-aux.swift
[1614/1690] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1615/1690] Compiling NIOCore ByteBuffer-conversions.swift
[1616/1690] Compiling NIOCore ByteBuffer-core.swift
[1617/1690] Compiling NIOCore ByteBuffer-hex.swift
[1618/1690] Compiling NIOCore ByteBuffer-int.swift
[1619/1690] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1620/1690] Compiling NIOCore AddressedEnvelope.swift
[1621/1690] Compiling NIOCore AsyncAwaitSupport.swift
[1622/1690] Compiling NIOCore AsyncChannel.swift
[1631/1690] Compiling Crypto Signature.swift
[1632/1690] Compiling Crypto CryptoKitErrors_boring.swift
[1633/1690] Compiling Crypto RNG_boring.swift
[1634/1690] Compiling Crypto SafeCompare_boring.swift
[1635/1690] Compiling Crypto Zeroization_boring.swift
[1636/1690] Compiling Crypto PrettyBytes.swift
[1637/1690] Compiling Crypto SafeCompare.swift
[1638/1690] Compiling Crypto SecureBytes.swift
[1639/1690] Compiling Crypto Zeroization.swift
[1657/1691] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1658/1691] Compiling NIOCore SocketAddresses.swift
[1659/1691] Compiling NIOCore SocketOptionProvider.swift
[1660/1691] Compiling NIOCore SystemCallHelpers.swift
[1661/1691] Compiling NIOCore TimeAmount+Duration.swift
[1662/1691] Compiling NIOCore TypeAssistedChannelHandler.swift
[1663/1691] Compiling NIOCore UniversalBootstrapSupport.swift
[1664/1691] Compiling NIOCore Utilities.swift
[1691/1691] Emitting module NIOCore
[1693/1743] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1694/1743] Compiling NIOEmbedded AsyncTestingChannel.swift
[1695/1743] Compiling NIOEmbedded Embedded.swift
[1696/1743] Emitting module NIOEmbedded
[1697/1744] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1698/1744] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1699/1744] Compiling NIOPosix PosixSingletons.swift
[1700/1744] Compiling NIOPosix RawSocketBootstrap.swift
[1701/1744] Compiling NIOPosix Resolver.swift
[1702/1744] Compiling NIOPosix Selectable.swift
[1704/1750] Compiling NIOPosix ThreadPosix.swift
[1705/1750] Compiling NIOPosix ThreadWindows.swift
[1706/1750] Compiling NIOPosix UnsafeTransfer.swift
[1707/1750] Compiling NIOPosix Utilities.swift
[1708/1750] Compiling NIOPosix VsockAddress.swift
[1709/1750] Compiling NIOPosix VsockChannelEvents.swift
[1710/1750] Emitting module NIOPosix
[1711/1750] Compiling NIOPosix BSDSocketAPICommon.swift
[1712/1750] Compiling NIOPosix BSDSocketAPIPosix.swift
[1713/1750] Compiling NIOPosix BSDSocketAPIWindows.swift
[1714/1750] Compiling NIOPosix BaseSocket.swift
[1715/1750] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1716/1750] Compiling NIOPosix BaseSocketChannel.swift
[1717/1750] Compiling NIOPosix BaseStreamSocketChannel.swift
[1718/1750] Compiling NIOPosix SelectableChannel.swift
[1719/1750] Compiling NIOPosix SelectableEventLoop.swift
[1720/1750] Compiling NIOPosix SelectorEpoll.swift
[1721/1750] Compiling NIOPosix SelectorGeneric.swift
[1722/1750] Compiling NIOPosix SelectorKqueue.swift
[1723/1750] Compiling NIOPosix SelectorUring.swift
[1724/1750] Compiling NIOPosix ServerSocket.swift
[1725/1750] Compiling NIOPosix Socket.swift
[1726/1750] Compiling NIOPosix SocketChannel.swift
[1727/1750] Compiling NIOPosix SocketProtocols.swift
[1728/1750] Compiling NIOPosix System.swift
[1729/1750] Compiling NIOPosix Thread.swift
[1730/1750] Compiling NIOPosix IO.swift
[1731/1750] Compiling NIOPosix IntegerBitPacking.swift
[1732/1750] Compiling NIOPosix IntegerTypes.swift
[1733/1750] Compiling NIOPosix Linux.swift
[1734/1750] Compiling NIOPosix LinuxCPUSet.swift
[1735/1750] Compiling NIOPosix LinuxUring.swift
[1736/1750] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1737/1750] Compiling NIOPosix Bootstrap.swift
[1738/1750] Compiling NIOPosix ControlMessage.swift
[1739/1750] Compiling NIOPosix DatagramVectorReadManager.swift
[1740/1750] Compiling NIOPosix Errors+Any.swift
[1741/1750] Compiling NIOPosix FileDescriptor.swift
[1742/1750] Compiling NIOPosix GetaddrinfoResolver.swift
[1743/1750] Compiling NIOPosix HappyEyeballs.swift
[1744/1750] Compiling NIOPosix NIOThreadPool.swift
[1745/1750] Compiling NIOPosix NonBlockingFileIO.swift
[1746/1750] Compiling NIOPosix PendingDatagramWritesManager.swift
[1747/1750] Compiling NIOPosix PendingWritesManager.swift
[1748/1750] Compiling NIOPosix PipeChannel.swift
[1749/1750] Compiling NIOPosix PipePair.swift
[1750/1750] Compiling NIOPosix Pool.swift
[1752/1810] Compiling _NIOFileSystem Array+FileSystem.swift
[1753/1810] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1754/1810] Compiling _NIOFileSystem BufferedReader.swift
[1755/1810] Compiling NIO Exports.swift
[1756/1810] Emitting module NIO
[1758/1819] Compiling _NIOFileSystem FileSystemProtocol.swift
[1759/1819] Compiling _NIOFileSystem FileType.swift
[1760/1819] Compiling _NIOFileSystem IOStrategy.swift
[1761/1819] Compiling _NIOFileSystem ParallelDirCopy.swift
[1762/1819] Compiling _NIOFileSystem ParallelRemoval.swift
[1763/1819] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1764/1852] Emitting module _NIOFileSystem
[1765/1856] Compiling NIOTLS TLSEvents.swift
[1766/1856] Emitting module NIOTLS
[1767/1856] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1768/1856] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1769/1856] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1770/1856] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1771/1857] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1772/1857] Compiling NIOSOCKS SOCKSResponse.swift
[1773/1857] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1774/1857] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1775/1857] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1776/1857] Emitting module NIOSOCKS
[1777/1857] Compiling NIOSOCKS ClientStateMachine.swift
[1778/1857] Compiling AsyncKit Optional+StrictMap.swift
[1779/1857] Compiling AsyncKit Exports.swift
[1780/1857] Compiling NIOHTTP1 HTTPEncoder.swift
[1782/1857] Compiling NIOSOCKS ServerStateMachine.swift
[1783/1857] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1784/1857] Compiling NIOHTTP1 HTTPDecoder.swift
[1785/1857] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1786/1857] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1787/1857] Compiling NIOTLS SNIHandler.swift
[1790/1858] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1791/1858] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1794/1859] Emitting module NIOFoundationCompat
[1795/1859] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1796/1860] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1797/1860] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1799/1867] Compiling NIOSSL IdentityVerification.swift
[1801/1871] Compiling NIOSSL NIOSSLClientHandler.swift
[1802/1871] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1803/1904] Compiling NIOTransportServices NIOTSEventLoop.swift
[1804/1904] Compiling NIOSSL NIOSSLServerHandler.swift
[1805/1913] Compiling NIOTransportServices NIOTSBootstraps.swift
[1806/1913] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1807/1913] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1808/1913] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1809/1913] Compiling NIOTransportServices NIOTSErrors.swift
[1811/1913] Emitting module NIOTransportServices
[1812/1915] Compiling NIOTransportServices AcceptHandler.swift
[1813/1915] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1814/1915] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1815/1915] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1816/1915] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1817/1915] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1818/1915] Compiling NIOTransportServices NIOTSSingletons.swift
[1819/1915] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1820/1915] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1821/1915] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1822/1915] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1823/1915] Compiling NIOTransportServices StateManagedChannel.swift
[1824/1915] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1825/1915] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1826/1915] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1827/1915] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1837/1915] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1839/1916] Emitting module AsyncKit
[1840/1916] Emitting module NIOHTTP1
[1846/1917] Compiling _NIOFileSystem SystemFileHandle.swift
[1847/1917] Compiling _NIOFileSystem Utilities.swift
[1848/1917] Compiling _NIOFileSystem OpenOptions.swift
[1849/1917] Compiling _NIOFileSystem String+FileSystem.swift
[1851/1924] Emitting module NIOSSL
[1852/1985] Emitting module NIOHTTPCompression
[1853/1985] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1854/1985] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1855/1985] Compiling NIOExtras NIOExtrasError.swift
[1856/1987] Compiling NIOWebSocket WebSocketOpcode.swift
[1857/1987] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1858/1988] Compiling NIOHPACK HPACKHeader.swift
[1859/1988] Compiling NIOHPACK HeaderTables.swift
[1860/1988] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1861/1988] Compiling NIOExtras LengthFieldPrepender.swift
[1862/1988] Compiling NIOHTTPCompression HTTPCompression.swift
[1863/1988] Compiling NIOHTTPCompression HTTPDecompression.swift
[1867/1988] Compiling NIOSSL SubjectAlternativeName.swift
[1868/1988] Compiling NIOSSL NIOSSLSecureBytes.swift
[1869/1988] Compiling NIOSSL RNG.swift
[1870/1988] Compiling NIOSSL SafeCompare.swift
[1871/1988] Compiling NIOSSL Zeroization.swift
[1872/1988] Compiling NIOSSL UniversalBootstrapSupport.swift
[1873/1988] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1874/1988] Compiling _NIOFileSystem Cancellation.swift
[1875/1988] Compiling _NIOFileSystem TokenBucket.swift
[1876/1988] Compiling _NIOFileSystem UnsafeTransfer.swift
[1880/1988] Compiling NIOSSL TLSConfiguration.swift
[1881/1988] Compiling NIOExtras RequestResponseHandler.swift
[1882/1988] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1883/1988] Compiling NIOExtras UnsafeTransfer.swift
[1884/1988] Compiling NIOExtras WritePCAPHandler.swift
[1887/1988] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1888/1988] Compiling NIOExtras NIORequestIdentifiable.swift
[1889/1988] Compiling NIOExtras PCAPRingBuffer.swift
[1890/1988] Compiling NIOExtras QuiescingHelper.swift
[1894/1988] Compiling NIOExtras LineBasedFrameDecoder.swift
[1901/1988] Emitting module MultipartKit
[1902/1990] Compiling NIOHPACK IndexedHeaderTable.swift
[1903/1990] Compiling NIOHPACK IntegerCoding.swift
[1906/1991] Compiling MultipartKit MultipartSerializer.swift
[1907/1991] Compiling MultipartKit Utilities.swift
[1916/1992] Compiling NIOHPACK DynamicHeaderTable.swift
[1917/1992] Compiling NIOHPACK HPACKDecoder.swift
[1920/1992] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1921/1992] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1922/1993] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1923/1993] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1928/1993] Compiling NIOHPACK HPACKErrors.swift
[1933/1993] Compiling NIOHPACK HPACKEncoder.swift
[1934/1993] Compiling NIOHPACK HuffmanTables.swift
[1939/1993] Compiling NIOHPACK HuffmanCoding.swift
[1940/1993] Emitting module NIOWebSocket
[1943/1993] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1945/1993] Compiling NIOHPACK StaticHeaderTable.swift
[1947/1993] Emitting module NIOHPACK
[1950/1993] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1951/1993] Compiling NIOWebSocket WebSocketFrame.swift
[1952/1994] Emitting module NIOExtras
[1974/2001] Emitting module NIOFileSystem
[1975/2001] Compiling NIOFileSystem Exports.swift
[1976/2001] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1978/2001] Emitting module _NIOFileSystemFoundationCompat
[1979/2001] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1990/2061] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1991/2061] Compiling NIOHTTP2 HTTP2Frame.swift
[1992/2061] Compiling NIOHTTP2 Error+Any.swift
[1993/2061] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1994/2061] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1997/2095] Emitting module LeafKit
[1998/2098] Compiling WebSocketKit WebSocketHandler.swift
[1999/2098] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2000/2098] Compiling WebSocketKit Exports.swift
[2001/2098] Compiling NIOHTTP2 MaySendFrames.swift
[2002/2098] Compiling NIOHTTP2 SendingDataState.swift
[2003/2098] Compiling NIOHTTP2 SendingGoawayState.swift
[2004/2098] Compiling NIOHTTP2 SendingHeadersState.swift
[2005/2098] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2006/2098] Compiling NIOHTTP2 SendingRstStreamState.swift
[2007/2098] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2008/2098] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2009/2106] Compiling LeafKit LeafSource.swift
[2010/2106] Compiling LeafKit LeafSources.swift
[2011/2106] Compiling LeafKit NIOLeafFiles.swift
[2012/2106] Compiling WebSocketKit WebSocket+Concurrency.swift
[2013/2106] Emitting module WebSocketKit
[2014/2106] Compiling LeafKit LeafRawTemplate.swift
[2015/2106] Compiling LeafKit LeafToken.swift
[2016/2106] Compiling LeafKit LeafParameter.swift
[2017/2106] Compiling LeafKit LeafParser.swift
[2018/2106] Compiling LeafKit LeafRenderer.swift
[2019/2106] Compiling LeafKit Dictionary+LeafData.swift
[2020/2106] Compiling LeafKit LeafContext.swift
[2021/2106] Compiling LeafKit LeafSerializer.swift
[2022/2106] Compiling LeafKit ParameterResolver.swift
[2023/2106] Compiling LeafKit LeafError.swift
[2024/2106] Compiling LeafKit LeafLexer.swift
[2025/2106] Compiling LeafKit LeafParameterTypes.swift
[2026/2106] Compiling WebSocketKit WebSocket.swift
[2027/2106] Compiling WebSocketKit WebSocket+Connect.swift
[2028/2106] Compiling WebSocketKit WebSocketClient.swift
[2030/2107] Emitting module NIOHTTP2
[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
[2035/2107] Compiling LeafKit LeafConfiguration.swift
[2036/2107] Compiling LeafKit LeafData.swift
[2037/2107] Compiling LeafKit LeafDataRepresentable.swift
[2038/2107] Compiling LeafKit LeafDataStorage.swift
[2039/2107] Compiling LeafKit LeafSyntax.swift
[2040/2107] Compiling LeafKit LeafTag.swift
[2041/2107] Compiling LeafKit String+HTMLEscape.swift
[2043/2108] Compiling NIOHTTP2 InboundWindowManager.swift
[2044/2108] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2045/2108] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2046/2108] Compiling NIOHTTP2 StreamChannelList.swift
[2047/2108] Compiling NIOHTTP2 StreamMap.swift
[2048/2108] Compiling NIOHTTP2 StreamStateMachine.swift
[2049/2108] Compiling NIOHTTP2 UnsafeTransfer.swift
[2050/2108] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2051/2108] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2052/2108] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2053/2108] Compiling NIOHTTP2 HasLocalSettings.swift
[2054/2108] Compiling NIOHTTP2 HasRemoteSettings.swift
[2055/2108] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2056/2108] Compiling NIOHTTP2 QuiescingState.swift
[2057/2108] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2058/2108] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2059/2108] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2060/2108] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2061/2108] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2062/2108] Compiling NIOHTTP2 HTTP2StreamID.swift
[2063/2108] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2064/2108] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2065/2108] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2066/2108] Compiling NIOHTTP2 InboundEventBuffer.swift
[2076/2108] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2077/2108] Compiling NIOHTTP2 DOSHeuristics.swift
[2081/2108] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2082/2108] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2111/2169] Emitting module AsyncHTTPClient
[2112/2177] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2113/2177] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2114/2177] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2115/2177] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2116/2177] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2117/2177] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2118/2177] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2119/2177] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2120/2177] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2121/2177] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2122/2177] Compiling AsyncHTTPClient ConnectionTarget.swift
[2123/2177] Compiling AsyncHTTPClient DeconstructedURL.swift
[2124/2177] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2125/2177] Compiling AsyncHTTPClient FoundationExtensions.swift
[2126/2177] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2127/2177] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2128/2177] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2129/2177] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2130/2177] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2131/2177] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2132/2177] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2133/2177] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2134/2177] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2135/2177] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2136/2177] Compiling AsyncHTTPClient RequestBodyLength.swift
[2137/2177] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2138/2177] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2139/2177] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2140/2177] Compiling AsyncHTTPClient HTTP1Connection.swift
[2141/2177] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2142/2177] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2143/2177] Compiling AsyncHTTPClient HTTP2Connection.swift
[2144/2177] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2145/2177] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2146/2177] Compiling AsyncHTTPClient RequestOptions.swift
[2147/2177] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2148/2177] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2149/2177] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2150/2177] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2151/2177] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2152/2177] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2153/2177] Compiling AsyncHTTPClient RequestBag.swift
[2154/2177] Compiling AsyncHTTPClient RequestValidation.swift
[2155/2177] Compiling AsyncHTTPClient SSLContextCache.swift
[2156/2177] Compiling AsyncHTTPClient Scheme.swift
[2157/2177] Compiling AsyncHTTPClient Singleton.swift
[2158/2177] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2159/2177] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2160/2177] Compiling AsyncHTTPClient Utils.swift
[2161/2177] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2162/2177] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2163/2177] Compiling AsyncHTTPClient Transaction.swift
[2164/2177] Compiling AsyncHTTPClient Base64.swift
[2165/2177] Compiling AsyncHTTPClient BasicAuth.swift
[2166/2177] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2167/2177] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2168/2177] Compiling AsyncHTTPClient ConnectionPool.swift
[2169/2177] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.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 HTTPServerResponseEncoder.swift
[2180/2347] Compiling Vapor HTTPServerUpgradeHandler.swift
[2181/2347] Compiling Vapor Logger+Report.swift
[2182/2347] Compiling Vapor LoggingSystem+Environment.swift
[2183/2347] Compiling Vapor Application+Middleware.swift
[2184/2347] Compiling Vapor CORSMiddleware.swift
[2185/2347] Compiling Vapor ErrorMiddleware.swift
[2186/2347] Compiling Vapor FileMiddleware.swift
[2187/2347] Compiling Vapor Middleware.swift
[2188/2347] Compiling Vapor MiddlewareConfiguration.swift
[2189/2347] Compiling Vapor ResponseCompressionMiddleware.swift
[2190/2347] Compiling Vapor RouteLoggingMiddleware.swift
[2191/2347] Compiling Vapor TracingMiddleware.swift
[2192/2347] Compiling Vapor File+Multipart.swift
[2193/2347] Compiling Vapor FormDataDecoder+Content.swift
[2194/2347] Compiling Vapor FormDataEncoder+Content.swift
[2195/2347] Compiling Vapor Application+Password.swift
[2196/2347] Compiling Vapor Application+Passwords.swift
[2197/2347] Compiling Vapor AsyncPasswordHasher.swift
[2198/2347] Compiling Vapor BcryptHasher.swift
[2199/2347] Compiling Vapor PasswordHasher.swift
[2200/2347] Compiling Vapor PlaintextHasher.swift
[2201/2347] Compiling Vapor Request+Password.swift
[2202/2347] Compiling Vapor Redirect.swift
[2203/2347] Compiling Vapor Application.swift
[2204/2347] Compiling Vapor AuthenticationCache.swift
[2205/2347] Compiling Vapor Authenticator.swift
[2206/2347] Compiling Vapor BasicAuthorization.swift
[2207/2347] Compiling Vapor BearerAuthorization.swift
[2208/2347] Compiling Vapor GuardMiddleware.swift
[2209/2347] Compiling Vapor RedirectMiddleware.swift
[2210/2347] Compiling Vapor SessionAuthenticatable.swift
[2211/2347] Compiling Vapor Bcrypt.swift
[2212/2347] Compiling Vapor Application+Cache.swift
[2213/2347] Compiling Vapor Cache.swift
[2214/2347] Compiling Vapor CacheExpirationTime.swift
[2215/2347] Compiling Vapor MemoryCache.swift
[2216/2347] Compiling Vapor Request+Cache.swift
[2217/2347] Compiling Vapor Application+Clients.swift
[2218/2347] Compiling Vapor Client.swift
[2219/2347] Compiling Vapor ClientRequest.swift
[2220/2347] Compiling Vapor ClientResponse.swift
[2221/2347] Compiling Vapor Request+Client.swift
[2222/2347] Compiling Vapor BootCommand.swift
[2223/2347] Compiling Vapor CommandContext+Application.swift
[2224/2347] Compiling Vapor RoutesCommand.swift
[2225/2347] Compiling Vapor ServeCommand.swift
[2226/2347] 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] Emitting module Vapor
[2252/2395] Compiling Vapor Bytes+Hex.swift
[2253/2395] Compiling Vapor Bytes+SecureCompare.swift
[2254/2395] Compiling Vapor Collection+Safe.swift
[2255/2395] Compiling Vapor DataProtocol+Copy.swift
[2256/2395] Compiling Vapor DecoderUnwrapper.swift
[2257/2395] Compiling Vapor DirectoryConfiguration.swift
[2258/2395] Compiling Vapor DotEnv.swift
[2259/2395] Compiling Vapor Extendable.swift
[2260/2395] Compiling Vapor File.swift
[2261/2395] Compiling Vapor FileIO.swift
[2262/2395] Compiling Vapor LifecycleHandler.swift
[2263/2395] Compiling Vapor OptionalType.swift
[2264/2395] Compiling Vapor RFC1123.swift
[2265/2395] Compiling Vapor SocketAddress+Hostname.swift
[2266/2395] Compiling Vapor Storage.swift
[2267/2395] Compiling Vapor String+IsIPAddress.swift
[2268/2395] Compiling Vapor Thread.swift
[2269/2395] Compiling Vapor URI.swift
[2270/2395] Compiling Vapor RangeResult.swift
[2271/2395] Compiling Vapor Validatable.swift
[2272/2395] Compiling Vapor Validation.swift
[2273/2395] Compiling Vapor ValidationKey.swift
[2274/2395] Compiling Vapor Validations.swift
[2275/2395] Compiling Vapor ValidationsError.swift
[2276/2395] Compiling Vapor Request+Body.swift
[2277/2395] Compiling Vapor Request+BodyStream.swift
[2278/2395] Compiling Vapor Request.swift
[2279/2395] Compiling Vapor Application+Responder.swift
[2280/2395] Compiling Vapor DefaultResponder.swift
[2281/2395] Compiling Vapor Response+Body.swift
[2282/2395] Compiling Vapor Response.swift
[2283/2395] Compiling Vapor ResponseCodable.swift
[2284/2395] Compiling Vapor Application+Routes.swift
[2285/2395] Compiling Vapor Parameters+Require.swift
[2286/2395] Compiling Vapor Request+WebSocket.swift
[2287/2395] Compiling Vapor Route.swift
[2288/2395] Compiling Vapor RouteCollection.swift
[2289/2395] Compiling Vapor Routes.swift
[2290/2395] Compiling Vapor RoutesBuilder+Group.swift
[2291/2395] Compiling Vapor RoutesBuilder+Method.swift
[2292/2395] Compiling Vapor RoutesBuilder+Middleware.swift
[2293/2395] Compiling Vapor RoutesBuilder+WebSocket.swift
[2294/2395] Compiling Vapor RoutesBuilder.swift
[2295/2395] Compiling Vapor OTP.swift
[2296/2395] Compiling Vapor Application+Servers.swift
[2297/2395] Compiling Vapor Server.swift
[2298/2395] Compiling Vapor App+Service.swift
[2299/2395] Compiling Vapor Req+Service.swift
[2300/2395] Compiling Vapor Service.swift
[2301/2395] Compiling Vapor Application+Sessions.swift
[2302/2395] Compiling Vapor MemorySessions.swift
[2303/2395] Compiling Vapor Request+Session.swift
[2304/2395] Compiling Vapor Session.swift
[2305/2395] Compiling Vapor SessionCache.swift
[2306/2395] Compiling Vapor SessionData.swift
[2307/2395] Compiling Vapor SessionDriver.swift
[2308/2395] Compiling Vapor SessionsConfiguration.swift
[2309/2395] Compiling Vapor SessionsMiddleware.swift
[2310/2395] Compiling Vapor URLEncodedFormData.swift
[2311/2395] Compiling Vapor URLEncodedFormDecoder.swift
[2312/2395] Compiling Vapor URLEncodedFormEncoder.swift
[2313/2395] Compiling Vapor URLEncodedFormError.swift
[2314/2395] Compiling Vapor URLEncodedFormParser.swift
[2315/2395] Compiling Vapor URLEncodedFormSerializer.swift
[2316/2395] Compiling Vapor URLQueryFragmentConvertible.swift
[2317/2395] Compiling Vapor AnyResponse.swift
[2318/2395] Compiling Vapor Array+Random.swift
[2319/2395] Compiling Vapor Base32.swift
[2320/2395] Compiling Vapor Base64.swift
[2321/2395] Compiling Vapor BaseN.swift
[2322/2395] Compiling Vapor BasicCodingKey.swift
[2323/2395] Compiling Vapor ByteCount.swift
[2324/2395] Compiling Vapor Core.swift
[2325/2395] Compiling Vapor Running.swift
[2326/2395] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2327/2395] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2328/2395] Compiling Vapor DotEnvFile+load.swift
[2329/2395] Compiling Vapor Routes+caseInsenstive.swift
[2330/2395] Compiling Vapor Validatable+validate.swift
[2331/2395] Compiling Vapor Environment+Process.swift
[2332/2395] Compiling Vapor Environment+Secret.swift
[2333/2395] Compiling Vapor Environment.swift
[2334/2395] Compiling Vapor Abort.swift
[2335/2395] Compiling Vapor AbortError.swift
[2336/2395] Compiling Vapor DebuggableError.swift
[2337/2395] Compiling Vapor Demangler.swift
[2338/2395] Compiling Vapor ErrorSource.swift
[2339/2395] Compiling Vapor StackTrace.swift
[2340/2395] Compiling Vapor Exports.swift
[2341/2395] Compiling Vapor Application+HTTP.swift
[2342/2395] Compiling Vapor BasicResponder.swift
[2343/2395] Compiling Vapor BodyStream.swift
[2344/2395] Compiling Vapor Application+HTTP+Client.swift
[2345/2395] Compiling Vapor EventLoopHTTPClient.swift
[2346/2395] Compiling Vapor EndpointCache.swift
[2347/2395] Compiling Vapor HTTPMethod+String.swift
[2348/2395] Compiling Vapor AsyncBasicResponder.swift
[2349/2395] Compiling Vapor AsyncMiddleware.swift
[2350/2395] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2351/2395] Compiling Vapor AsyncSessionDriver.swift
[2352/2395] Compiling Vapor Authentication+Concurrency.swift
[2353/2395] Compiling Vapor Cache+Concurrency.swift
[2354/2395] Compiling Vapor Client+Concurrency.swift
[2355/2395] Compiling Vapor RequestBody+Concurrency.swift
[2356/2395] Compiling Vapor Responder+Concurrency.swift
[2357/2395] Compiling Vapor ResponseCodable+Concurrency.swift
[2358/2395] Compiling Vapor RoutesBuilder+Concurrency.swift
[2359/2395] Compiling Vapor ViewRenderer+Concurrency.swift
[2360/2395] Compiling Vapor WebSocket+Concurrency.swift
[2361/2395] Compiling Vapor ContainerGetPathExecutor.swift
[2362/2395] Compiling Vapor Content.swift
[2363/2395] Compiling Vapor ContentCoders.swift
[2364/2395] Compiling Vapor ContentConfiguration.swift
[2365/2395] Compiling Vapor ContentContainer.swift
[2366/2395] Compiling Vapor JSONCoder+Custom.swift
[2367/2395] Compiling Vapor JSONCoders+Content.swift
[2368/2395] Compiling Vapor PlaintextDecoder.swift
[2369/2395] Compiling Vapor PlaintextEncoder.swift
[2370/2395] Compiling Vapor URLQueryCoders.swift
[2371/2395] Compiling Vapor URLQueryContainer.swift
[2372/2395] Compiling Vapor HTTPStatus.swift
[2373/2395] Compiling Vapor HTTPCookies.swift
[2374/2395] Compiling Vapor HTTPHeaderCacheControl.swift
[2375/2395] Compiling Vapor HTTPHeaderExpires.swift
[2376/2395] Compiling Vapor HTTPHeaderLastModified.swift
[2377/2395] Compiling Vapor HTTPHeaders+Cache.swift
[2378/2395] Compiling Vapor HTTPHeaders+Connection.swift
[2379/2395] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2380/2395] Compiling Vapor HTTPHeaders+ContentRange.swift
[2381/2395] Compiling Vapor HTTPHeaders+Directive.swift
[2382/2395] Compiling Vapor HTTPHeaders+Forwarded.swift
[2383/2395] Compiling Vapor HTTPHeaders+Link.swift
[2384/2395] Compiling Vapor HTTPHeaders+Name.swift
[2385/2395] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2386/2395] Compiling Vapor HTTPHeaders.swift
[2387/2395] Compiling Vapor HTTPMediaType.swift
[2388/2395] Compiling Vapor HTTPMediaTypePreference.swift
[2389/2395] Compiling Vapor Responder.swift
[2390/2395] Compiling Vapor Application+HTTP+Server.swift
[2391/2395] Compiling Vapor HTTPServer.swift
[2392/2395] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2393/2395] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2394/2395] Compiling Vapor HTTPServerHandler.swift
[2395/2395] Compiling Vapor HTTPServerRequestDecoder.swift
[2397/2407] Compiling Leaf Request+Leaf.swift
[2398/2407] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2399/2407] Compiling Leaf LeafError+AbortError.swift
[2400/2407] Compiling LingoVapor LocaleRedirectMiddleware.swift
[2401/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 |
[2402/2407] Compiling LingoVapor Request+Locale.swift
[2403/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 |
[2404/2407] Emitting module Leaf
[2406/2408] Compiling Leaf Application+Leaf.swift
[2407/2408] Compiling Leaf Exports.swift
[2408/2408] Compiling Leaf LeafEncoder.swift
[2410/2413] Compiling LingoVaporLeaf LocalizeTag.swift
[2411/2413] Emitting module LingoVaporLeaf
[2412/2413] Compiling LingoVaporLeaf LocaleLinksTag.swift
[2413/2413] Compiling LingoVaporLeaf LocaleTag.swift
Build complete! (272.69s)
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.