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 swift-html-vapor, reference main (dc2c21), with Swift 6.1 for Linux on 28 Apr 2025 20:46:37 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/pointfreeco/swift-html-vapor.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pointfreeco/swift-html-vapor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dc2c219 Add `.editorconfig` for consistent code formatting (#19)
Cloned https://github.com/pointfreeco/swift-html-vapor.git
Revision (git rev-parse @):
dc2c219c1478cdc2830bd724660aefdcfd20f07d
SUCCESS checkout https://github.com/pointfreeco/swift-html-vapor.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-html-vapor.git
https://github.com/pointfreeco/swift-html-vapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-html",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-html"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor"
    }
  ],
  "manifest_display_name" : "swift-html-vapor",
  "name" : "swift-html-vapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "HtmlVaporSupport",
      "targets" : [
        "HtmlVaporSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HtmlVaporSupportExample",
      "targets" : [
        "HtmlVaporSupportExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HtmlVaporSupportTests",
      "module_type" : "SwiftTarget",
      "name" : "HtmlVaporSupportTests",
      "path" : "Tests/HtmlVaporSupportTests",
      "sources" : [
        "HtmlVaporSupportTests.swift"
      ],
      "target_dependencies" : [
        "HtmlVaporSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HtmlVaporSupportExample",
      "module_type" : "SwiftTarget",
      "name" : "HtmlVaporSupportExample",
      "path" : "Sources/HtmlVaporSupportExample",
      "product_memberships" : [
        "HtmlVaporSupportExample"
      ],
      "sources" : [
        "AdvancedUsage.swift",
        "Home.swift",
        "Installation.swift",
        "Layout.swift",
        "Stylesheet.swift",
        "Usage.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "HtmlVaporSupport"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HtmlVaporSupport",
      "module_type" : "SwiftTarget",
      "name" : "HtmlVaporSupport",
      "path" : "Sources/HtmlVaporSupport",
      "product_dependencies" : [
        "Html",
        "Vapor"
      ],
      "product_memberships" : [
        "HtmlVaporSupport",
        "HtmlVaporSupportExample"
      ],
      "sources" : [
        "HtmlVaporSupport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor
Fetching https://github.com/pointfreeco/swift-html
[1/1250] Fetching swift-html
Fetched https://github.com/pointfreeco/swift-html from cache (0.32s)
[1/74337] Fetching vapor
Fetched https://github.com/vapor/vapor from cache (2.40s)
Computing version for https://github.com/pointfreeco/swift-html
Computed https://github.com/pointfreeco/swift-html at 0.5.0 (3.04s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.04s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (2.66s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/74826] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (5.77s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.82s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (6.37s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.64s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.42s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.54s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.114.1 (0.81s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[289/4271] Fetching swift-service-context, multipart-kit
[1899/6867] Fetching swift-service-context, multipart-kit, websocket-kit
[2279/8572] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics
[3959/14475] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics, swift-algorithms
[4973/19449] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics, swift-algorithms, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.33s)
[10396/18386] Fetching multipart-kit, websocket-kit, swift-atomics, swift-algorithms, swift-distributed-tracing
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.59s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.59s)
Fetching https://github.com/apple/swift-nio-extras.git
[8317/12087] Fetching multipart-kit, swift-atomics, swift-distributed-tracing, swift-metrics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.67s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.67s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.46s)
Fetching https://github.com/apple/swift-nio.git
[1638/7044] Fetching multipart-kit, swift-log
[1830/12706] Fetching multipart-kit, swift-log, swift-nio-extras
[11136/24198] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-http2
[13665/38991] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.65s)
Fetching https://github.com/vapor/routing-kit.git
[11698/35155] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[12684/110679] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.81s)
[17053/105017] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-crypto.git
[23000/125744] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
[37809/139528] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (2.27s)
[63421/136320] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/vapor/console-kit.git
[86564/141805] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.80s)
Fetching https://github.com/vapor/async-kit.git
[96397/136320] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (2.23s)
Fetching https://github.com/swift-server/async-http-client.git
[82964/115593] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
[84960/117963] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto, async-kit
[92286/131818] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto, async-kit, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.36s)
[81486/120326] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.91s)
[79255/117956] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.40s)
[64877/103163] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (3.42s)
[69743/89379] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.67s)
[60420/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.83s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.18s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.88s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
[2924/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
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.79s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.57s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.55s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.58s)
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.34s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.94s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.98s)
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.59s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[743/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.29s)
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 (0.84s)
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.62s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
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.54s)
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 (0.56s)
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.57s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.73s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.71s)
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.56s)
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.57s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.86s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.45s)
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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
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/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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/pointfreeco/swift-html
Working copy of https://github.com/pointfreeco/swift-html resolved at 0.5.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Building for debugging...
[0/888] Write sources
[6/888] Compiling vpaes-armv7-linux.S
[7/888] Write sources
[8/888] Compiling chacha20_poly1305_armv8-apple.S
[9/888] Write sources
[13/888] Compiling _NumericsShims _NumericsShims.c
[14/888] Write sources
[53/888] Compiling _AtomicsShims.c
[54/888] Compiling CVaporBcrypt bcrypt.c
[55/888] Compiling CVaporBcrypt blf.c
[56/888] Compiling CNIOWindows shim.c
[57/888] Compiling CSystem shims.c
[58/888] Compiling CNIOWindows WSAStartup.c
[59/888] Compiling CNIOWASI CNIOWASI.c
[60/888] Compiling CNIOSHA1 c_nio_sha1.c
[61/888] Compiling CNIOLinux liburing_shims.c
[61/888] Compiling CNIOLinux shim.c
[63/888] Compiling CNIOLLHTTP c_nio_http.c
[64/888] Compiling CNIOLLHTTP c_nio_api.c
[65/888] Compiling v3_akey.cc
[66/888] Compiling CNIOExtrasZlib empty.c
[67/888] Compiling CNIODarwin shim.c
[68/888] Compiling v3_akeya.cc
[69/888] Write swift-version-24593BA9C3E375BF.txt
[70/888] Compiling fiat_p256_adx_sqr.S
[71/888] Compiling t_x509.cc
[72/888] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/888] Compiling fiat_p256_adx_mul.S
[74/888] Compiling t_x509a.cc
[75/888] Compiling x_algor.cc
[76/888] Compiling fiat_curve25519_adx_square.S
[77/957] Compiling CNIOBoringSSLShims shims.c
[79/962] Emitting module InternalCollectionsUtilities
[80/972] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/972] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/972] Compiling _NIOBase64 Base64.swift
[83/972] Emitting module _NIOBase64
[84/973] Compiling RealModule Real.swift
[85/973] Compiling InternalCollectionsUtilities _SortedCollection.swift
[86/973] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/973] Compiling InternalCollectionsUtilities Debugging.swift
[88/973] Compiling InternalCollectionsUtilities Descriptions.swift
[90/974] Emitting module RealModule
[91/974] Compiling Html Aria.swift
[92/974] Compiling Html Attributes.swift
[93/974] Compiling Html HtmlRender.swift
[94/974] Compiling Html MediaType.swift
[95/974] Emitting module ServiceContextModule
[96/974] Compiling ServiceContextModule ServiceContext.swift
[97/974] Compiling ServiceContextModule ServiceContextKey.swift
[98/974] Compiling RealModule RealFunctions.swift
[99/975] Compiling _NIODataStructures PriorityQueue.swift
[100/975] Compiling _NIODataStructures _TinyArray.swift
[101/975] Compiling RealModule Float80+Real.swift
[104/975] Compiling Html ChildOf.swift
[105/975] Compiling Html Events.swift
[106/975] Compiling Html Html4.swift
[107/975] Compiling Html DebugRender.swift
[108/975] Compiling Html DebugXmlRender.swift
[109/975] Compiling Html Elements.swift
[110/975] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[111/975] Compiling InternalCollectionsUtilities Specialize.swift
[112/976] Compiling RealModule Float16+Real.swift
[113/976] Compiling RealModule ElementaryFunctions.swift
[114/976] Compiling RealModule Float+Real.swift
[116/976] Emitting module SystemPackage
[117/976] Compiling SystemPackage MachPort.swift
[118/976] Compiling SystemPackage PlatformString.swift
[119/976] Compiling SystemPackage SystemString.swift
[120/976] Compiling Html Tag.swift
[136/984] Compiling Html XmlRender.swift
[136/984] Wrapping AST for _NIOBase64 for debugging
[139/990] Compiling Html Node.swift
[142/1035] Compiling Instrumentation MultiplexInstrument.swift
[143/1039] Compiling Instrumentation NoOpInstrument.swift
[144/1113] Emitting module Instrumentation
[145/1113] Compiling Instrumentation Instrument.swift
[146/1113] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[147/1113] Compiling OrderedCollections OrderedDictionary+Values.swift
[148/1113] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[149/1113] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[150/1113] Compiling OrderedCollections OrderedDictionary+Elements.swift
[151/1113] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[152/1113] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[153/1113] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[154/1113] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[155/1113] Emitting module CoreMetrics
[156/1113] Compiling Instrumentation Locks.swift
[157/1113] Compiling Instrumentation InstrumentationSystem.swift
[158/1114] Emitting module _NIODataStructures
[159/1114] Compiling _NIODataStructures Heap.swift
[161/1115] Compiling OrderedCollections OrderedSet+Diffing.swift
[162/1115] Compiling OrderedCollections OrderedSet+Equatable.swift
[163/1115] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[164/1115] Compiling OrderedCollections OrderedSet+Hashable.swift
[165/1115] Compiling OrderedCollections _HashTable+Bucket.swift
[166/1115] Compiling OrderedCollections _HashTable+BucketIterator.swift
[167/1115] Compiling OrderedCollections _HashTable+Constants.swift
[168/1115] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[169/1115] Compiling OrderedCollections _HashTable+Testing.swift
[170/1115] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[171/1115] Compiling OrderedCollections _HashTable.swift
[172/1115] Compiling OrderedCollections _Hashtable+Header.swift
[173/1115] Compiling Logging LogHandler.swift
[174/1116] Compiling Logging Locks.swift
[175/1116] Emitting module Logging
[176/1124] Compiling Logging MetadataProvider.swift
[177/1124] Compiling Logging Logging.swift
[180/1125] Compiling OrderedCollections OrderedSet+Initializers.swift
[181/1125] Compiling OrderedCollections OrderedSet+Insertions.swift
[182/1125] Compiling OrderedCollections OrderedSet+Invariants.swift
[183/1125] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[184/1125] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[185/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[186/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[187/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[189/1132] Compiling CoreMetrics Metrics.swift
[190/1132] Compiling CoreMetrics Locks.swift
[191/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[192/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[193/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[194/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[195/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[196/1133] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[197/1133] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[198/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[199/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[200/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[201/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[202/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[203/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[204/1133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[206/1149] Emitting module RoutingKit
[207/1161] Compiling Tracing TracerProtocol.swift
[208/1161] Compiling Tracing TracingTime.swift
[209/1161] Emitting module Tracing
[210/1237] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[211/1237] Compiling HeapModule Heap+Descriptions.swift
[212/1237] Compiling HashTreeCollections _HashLevel.swift
[213/1237] Compiling HashTreeCollections _HashNode+Builder.swift
[214/1239] Compiling Tracing Tracer.swift
[215/1239] Compiling Tracing TracerProtocol+Legacy.swift
[216/1239] Compiling HashTreeCollections _Bucket.swift
[217/1239] Compiling HashTreeCollections _Hash.swift
[218/1239] Compiling HashTreeCollections _HashNode+Debugging.swift
[219/1239] Compiling HashTreeCollections _HashNode+Initializers.swift
[220/1239] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[221/1239] Compiling HashTreeCollections _HashNode+Structural union.swift
[222/1239] Compiling HeapModule Heap.swift
[223/1239] Compiling HeapModule _HeapNode.swift
[224/1239] Compiling Tracing InstrumentationSystem+Tracing.swift
[225/1239] Compiling Tracing NoOpTracer.swift
[226/1239] Compiling Tracing SpanProtocol.swift
[227/1239] Compiling RoutingKit Router.swift
[228/1239] Compiling RoutingKit TrieRouter.swift
[229/1240] Compiling HeapModule Heap+UnsafeHandle.swift
[230/1240] Compiling HeapModule Heap+Invariants.swift
[232/1240] Emitting module HeapModule
[234/1241] Compiling HashTreeCollections TreeSet+Hashable.swift
[235/1241] Compiling HashTreeCollections TreeSet+Sendable.swift
[236/1241] Compiling HashTreeCollections TreeSet+Sequence.swift
[237/1241] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[238/1241] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[239/1241] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[240/1241] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[241/1241] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[242/1241] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[243/1241] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[244/1251] Compiling DequeModule _DequeSlot.swift
[245/1251] Compiling DequeModule _UnsafeWrappedBuffer.swift
[245/1253] Wrapping AST for _NIODataStructures for debugging
[246/1253] Wrapping AST for Tracing for debugging
[248/1253] Compiling HashTreeCollections _HashNode+Invariants.swift
[249/1253] Compiling HashTreeCollections _HashNode+Lookups.swift
[250/1253] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[251/1253] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[256/1253] Compiling HashTreeCollections _AncestorHashSlots.swift
[257/1253] Compiling HashTreeCollections _Bitmap.swift
[264/1253] Compiling HashTreeCollections _HashNode+Storage.swift
[265/1253] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[266/1253] Compiling HashTreeCollections _HashNode+Structural filter.swift
[267/1253] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[268/1253] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[269/1253] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[270/1253] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[271/1253] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[272/1253] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[273/1253] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[274/1253] Compiling HashTreeCollections _HashNode.swift
[275/1253] Compiling HashTreeCollections _HashNodeHeader.swift
[276/1253] Compiling HashTreeCollections _HashSlot.swift
[277/1253] Compiling HashTreeCollections _HashStack.swift
[278/1253] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[279/1253] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[284/1253] Compiling RoutingKit AnyRouter.swift
[285/1253] Compiling RoutingKit PathComponent.swift
[286/1253] Compiling RoutingKit Parameters.swift
[287/1253] Compiling HashTreeCollections TreeDictionary.swift
[288/1253] Compiling HashTreeCollections TreeSet+Codable.swift
[289/1253] Compiling HashTreeCollections TreeSet+Collection.swift
[290/1253] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[291/1253] Compiling HashTreeCollections TreeSet+Debugging.swift
[292/1253] Compiling HashTreeCollections TreeSet+Descriptions.swift
[293/1253] Compiling HashTreeCollections TreeSet+Equatable.swift
[294/1253] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[295/1253] Compiling HashTreeCollections TreeSet+Extras.swift
[296/1253] Compiling HashTreeCollections TreeSet+Filter.swift
[297/1253] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[298/1253] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[299/1253] Compiling HashTreeCollections TreeDictionary+Filter.swift
[300/1253] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[301/1253] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[302/1253] Compiling HashTreeCollections TreeDictionary+Keys.swift
[303/1253] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[304/1253] Compiling HashTreeCollections TreeDictionary+Merge.swift
[305/1253] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[306/1253] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[307/1253] Compiling HashTreeCollections TreeDictionary+Values.swift
[310/1254] Emitting module Html
[328/1264] Wrapping AST for SystemPackage for debugging
[342/1264] Emitting module Metrics
[343/1264] Compiling Metrics Metrics.swift
[352/1265] Wrapping AST for ServiceContextModule for debugging
[353/1265] Wrapping AST for RealModule for debugging
[355/1265] Compiling _RopeModule _CharacterRecognizer.swift
[356/1265] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[357/1265] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[358/1265] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[359/1265] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[360/1265] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[361/1265] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[362/1265] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[363/1265] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[364/1265] Compiling HashTreeCollections TreeSet.swift
[364/1265] Wrapping AST for RoutingKit for debugging
[365/1265] Wrapping AST for Logging for debugging
[367/1265] Wrapping AST for InternalCollectionsUtilities for debugging
[368/1265] Wrapping AST for Instrumentation for debugging
[369/1265] Wrapping AST for Metrics for debugging
[380/1265] Compiling fiat_curve25519_adx_mul.S
[382/1265] Emitting module DequeModule
[382/1265] Wrapping AST for Html for debugging
[383/1266] Wrapping AST for CoreMetrics for debugging
[384/1266] Wrapping AST for HeapModule for debugging
[387/1266] Emitting module OrderedCollections
[389/1267] Compiling HashTreeCollections _HashTreeIterator.swift
[390/1267] Compiling HashTreeCollections _HashTreeStatistics.swift
[391/1267] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[392/1267] Compiling HashTreeCollections _RawHashNode.swift
[393/1267] Compiling HashTreeCollections _UnmanagedHashNode.swift
[394/1267] Compiling HashTreeCollections _UnsafePath.swift
[395/1267] Compiling HashTreeCollections TreeDictionary+Codable.swift
[396/1267] Compiling HashTreeCollections TreeDictionary+Collection.swift
[397/1267] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[398/1267] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[399/1267] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[399/1267] Wrapping AST for OrderedCollections for debugging
[400/1267] Wrapping AST for DequeModule for debugging
[402/1267] Emitting module _RopeModule
[402/1267] Compiling tls_record.cc
[403/1267] Compiling tls13_enc.cc
[407/1267] Compiling HashTreeCollections _HashNode+Structural merge.swift
[466/1267] Compiling tls13_client.cc
[468/1267] Compiling _RopeModule Rope+Join.swift
[469/1267] Compiling _RopeModule Rope+MutatingForEach.swift
[470/1267] Compiling _RopeModule Rope+Remove.swift
[471/1267] Compiling _RopeModule Rope+RemoveSubrange.swift
[472/1267] Compiling _RopeModule Rope+Split.swift
[473/1267] Compiling _RopeModule Optional Utilities.swift
[474/1267] Compiling _RopeModule String Utilities.swift
[475/1267] Compiling _RopeModule String.Index+ABI.swift
[476/1268] Compiling tls_method.cc
[478/1268] Compiling tls13_server.cc
[479/1268] Compiling ssl_x509.cc
[480/1268] Compiling tls13_both.cc
[481/1268] Wrapping AST for _RopeModule for debugging
[483/1268] Emitting module HashTreeCollections
[483/1269] Compiling t1_enc.cc
[484/1269] Compiling ssl_stat.cc
[486/1269] Wrapping AST for HashTreeCollections for debugging
[487/1269] Compiling ssl_versions.cc
[488/1269] Compiling ssl_transcript.cc
[489/1269] Compiling ssl_session.cc
[490/1269] Compiling ssl_privkey.cc
[491/1269] Compiling ssl_cipher.cc
[492/1269] Compiling ssl_file.cc
[493/1269] Compiling ssl_credential.cc
[494/1269] Compiling ssl_key_share.cc
[495/1269] Compiling ssl_lib.cc
[496/1269] Compiling ssl_buffer.cc
[497/1269] Compiling ssl_cert.cc
[498/1269] Compiling ssl_asn1.cc
[499/1269] Compiling ssl_aead_ctx.cc
[500/1269] Compiling s3_pkt.cc
[501/1269] Compiling s3_lib.cc
[502/1269] Compiling s3_both.cc
[503/1269] Compiling handshake_server.cc
[504/1269] Compiling handshake_client.cc
[505/1269] Compiling handshake.cc
[506/1269] Compiling handoff.cc
[507/1269] Compiling encrypted_client_hello.cc
[508/1269] Compiling extensions.cc
[509/1269] Compiling dtls_record.cc
[510/1269] Compiling md5-x86_64-linux.S
[511/1269] Compiling md5-x86_64-apple.S
[512/1269] Compiling md5-586-linux.S
[513/1269] Compiling md5-586-apple.S
[514/1269] Compiling chacha20_poly1305_x86_64-linux.S
[515/1269] Compiling chacha20_poly1305_x86_64-apple.S
[516/1269] Compiling err_data.cc
[517/1269] Compiling chacha20_poly1305_armv8-win.S
[518/1269] Compiling chacha20_poly1305_armv8-linux.S
[519/1269] Compiling dtls_method.cc
[520/1269] Compiling chacha20_poly1305_armv8-apple.S
[521/1269] Compiling chacha-x86_64-linux.S
[522/1269] Compiling d1_srtp.cc
[523/1269] Compiling chacha-x86_64-apple.S
[524/1269] Compiling chacha-x86-apple.S
[525/1269] Compiling chacha-x86-linux.S
[526/1269] Compiling chacha-armv8-win.S
[527/1269] Compiling chacha-armv4-linux.S
[528/1269] Compiling chacha-armv8-linux.S
[529/1269] Compiling chacha-armv8-apple.S
[530/1269] Compiling aes128gcmsiv-x86_64-linux.S
[531/1269] Compiling aes128gcmsiv-x86_64-apple.S
[532/1269] Compiling x86_64-mont5-apple.S
[533/1269] Compiling x86_64-mont5-linux.S
[534/1269] Compiling d1_pkt.cc
[535/1269] Compiling x86_64-mont-apple.S
[536/1269] Compiling x86_64-mont-linux.S
[537/1269] Compiling x86-mont-linux.S
[538/1269] Compiling d1_lib.cc
[539/1269] Compiling x86-mont-apple.S
[540/1269] Compiling vpaes-x86-apple.S
[541/1269] Compiling vpaes-x86_64-linux.S
[542/1269] Compiling vpaes-x86_64-apple.S
[543/1269] Compiling vpaes-x86-linux.S
[544/1269] Compiling vpaes-armv8-win.S
[545/1269] Compiling vpaes-armv8-linux.S
[546/1269] Compiling vpaes-armv8-apple.S
[547/1269] Compiling vpaes-armv7-linux.S
[548/1269] Compiling sha512-x86_64-apple.S
[549/1269] Compiling sha512-x86_64-linux.S
[550/1269] Compiling sha512-armv8-win.S
[551/1269] Compiling sha512-armv4-linux.S
[552/1269] Compiling sha512-armv8-linux.S
[553/1269] Compiling sha512-armv8-apple.S
[554/1269] Compiling sha512-586-linux.S
[555/1269] Compiling sha512-586-apple.S
[556/1269] Compiling sha256-x86_64-linux.S
[557/1269] Compiling sha256-armv8-win.S
[558/1269] Compiling sha256-armv8-linux.S
[559/1269] Compiling sha256-x86_64-apple.S
[560/1269] Compiling sha256-armv8-apple.S
[561/1269] Compiling sha256-armv4-linux.S
[562/1269] Compiling sha256-586-apple.S
[563/1269] Compiling sha256-586-linux.S
[564/1269] Compiling sha1-x86_64-apple.S
[565/1269] Compiling sha1-armv8-win.S
[566/1269] Compiling sha1-armv8-linux.S
[567/1269] Compiling sha1-armv8-apple.S
[568/1269] Compiling sha1-armv4-large-linux.S
[569/1269] Compiling sha1-x86_64-linux.S
[570/1269] Compiling sha1-586-linux.S
[571/1269] Compiling sha1-586-apple.S
[572/1269] Compiling rdrand-x86_64-linux.S
[573/1269] Compiling rsaz-avx2-linux.S
[574/1269] Compiling rdrand-x86_64-apple.S
[575/1269] Compiling rsaz-avx2-apple.S
[576/1269] Compiling p256_beeu-x86_64-asm-linux.S
[577/1269] Compiling p256_beeu-x86_64-asm-apple.S
[578/1269] Compiling p256_beeu-armv8-asm-linux.S
[579/1269] Compiling p256_beeu-armv8-asm-win.S
[580/1269] Compiling p256_beeu-armv8-asm-apple.S
[581/1269] Compiling bio_ssl.cc
[582/1269] Compiling p256-armv8-asm-win.S
[583/1269] Compiling p256-armv8-asm-apple.S
[584/1269] Compiling p256-x86_64-asm-apple.S
[585/1269] Compiling p256-x86_64-asm-linux.S
[586/1269] Compiling p256-armv8-asm-linux.S
[587/1269] Compiling ghashv8-armv8-win.S
[588/1269] Compiling ghashv8-armv7-linux.S
[589/1269] Compiling ghash-x86_64-apple.S
[589/1269] Compiling ghashv8-armv8-linux.S
[591/1269] Compiling ghash-x86-linux.S
[592/1269] Compiling ghashv8-armv8-apple.S
[593/1269] Compiling ghash-x86_64-linux.S
[594/1269] Compiling ghash-x86-apple.S
[595/1269] Compiling ghash-ssse3-x86-linux.S
[595/1269] Compiling ghash-ssse3-x86_64-linux.S
[597/1269] Compiling ghash-ssse3-x86_64-apple.S
[598/1269] Compiling ghash-neon-armv8-win.S
[599/1269] Compiling ghash-ssse3-x86-apple.S
[600/1269] Compiling ghash-neon-armv8-linux.S
[601/1269] Compiling bsaes-armv7-linux.S
[602/1269] Compiling ghash-neon-armv8-apple.S
[603/1269] Compiling ghash-armv4-linux.S
[604/1269] Compiling bn-armv8-win.S
[605/1269] Compiling co-586-apple.S
[606/1269] Compiling co-586-linux.S
[607/1269] Compiling bn-armv8-apple.S
[608/1269] Compiling bn-586-linux.S
[609/1269] Compiling bn-armv8-linux.S
[610/1269] Compiling bn-586-apple.S
[611/1269] Compiling armv8-mont-win.S
[612/1269] Compiling armv8-mont-linux.S
[613/1269] Compiling armv8-mont-apple.S
[614/1269] Compiling armv4-mont-linux.S
[615/1269] Compiling aesv8-gcm-armv8-win.S
[616/1269] Compiling aesv8-armv8-win.S
[617/1269] Compiling aesv8-gcm-armv8-apple.S
[618/1269] Compiling aesv8-gcm-armv8-linux.S
[619/1269] Compiling aesv8-armv8-linux.S
[620/1269] Compiling aesv8-armv7-linux.S
[621/1269] Compiling aesni-x86_64-linux.S
[622/1269] Compiling aesv8-armv8-apple.S
[623/1269] Compiling aesni-x86_64-apple.S
[624/1269] Compiling aesni-x86-apple.S
[625/1269] Compiling aesni-x86-linux.S
[626/1269] Compiling aesni-gcm-x86_64-apple.S
[627/1269] Compiling aesni-gcm-x86_64-linux.S
[628/1269] Compiling aes-gcm-avx10-x86_64-apple.S
[629/1269] Compiling aes-gcm-avx2-x86_64-linux.S
[630/1269] Compiling aes-gcm-avx2-x86_64-apple.S
[631/1269] Compiling aes-gcm-avx10-x86_64-linux.S
[632/1269] Compiling d1_both.cc
[633/1269] Compiling x_spki.cc
[634/1269] Compiling x_sig.cc
[635/1269] Compiling x_pubkey.cc
[636/1269] Compiling x_x509.cc
[637/1269] Compiling x_val.cc
[638/1269] Compiling x_x509a.cc
[639/1269] Compiling x_req.cc
[640/1269] Compiling x_name.cc
[641/1269] Compiling x_exten.cc
[642/1269] Compiling x_attrib.cc
[643/1269] Compiling x_all.cc
[644/1269] Compiling x_algor.cc
[645/1269] Compiling x_crl.cc
[646/1269] Compiling x509spki.cc
[647/1269] Compiling x509rset.cc
[648/1269] Compiling x509name.cc
[649/1269] Compiling x509cset.cc
[650/1269] Compiling x509_vpm.cc
[651/1269] Compiling x509_txt.cc
[652/1269] Compiling x509_v3.cc
[653/1269] Compiling x509_trs.cc
[654/1269] Compiling x509_vfy.cc
[655/1269] Compiling x509_req.cc
[656/1269] Compiling x509_set.cc
[657/1269] Compiling x509_obj.cc
[658/1269] Compiling x509_lu.cc
[659/1269] Compiling x509_def.cc
[660/1269] Compiling x509_ext.cc
[661/1269] Compiling x509_att.cc
[662/1269] Compiling x509.cc
[663/1269] Compiling x509_d2.cc
[664/1269] Compiling x509_cmp.cc
[665/1269] Compiling v3_skey.cc
[666/1269] Compiling v3_prn.cc
[667/1269] Compiling v3_utl.cc
[668/1269] Compiling v3_purp.cc
[669/1269] Compiling v3_pmaps.cc
[670/1269] Compiling v3_pcons.cc
[671/1269] Compiling v3_ocsp.cc
[672/1269] Compiling v3_ncons.cc
[673/1269] Compiling v3_lib.cc
[674/1269] Compiling v3_int.cc
[675/1269] Compiling v3_info.cc
[676/1269] Compiling v3_genn.cc
[677/1269] Compiling v3_ia5.cc
[678/1269] Compiling v3_extku.cc
[679/1269] Compiling v3_enum.cc
[680/1269] Compiling v3_crld.cc
[681/1269] Compiling v3_cpols.cc
[682/1269] Compiling v3_conf.cc
[683/1269] Compiling v3_bitst.cc
[684/1269] Compiling v3_bcons.cc
[685/1269] Compiling v3_alt.cc
[686/1269] Compiling v3_akeya.cc
[687/1269] Compiling v3_akey.cc
[688/1269] Compiling t_x509a.cc
[689/1269] Compiling t_x509.cc
[690/1269] Compiling i2d_pr.cc
[690/1269] Compiling t_req.cc
[692/1269] Compiling t_crl.cc
[693/1269] Compiling rsa_pss.cc
[694/1269] Compiling policy.cc
[695/1269] Compiling name_print.cc
[696/1269] Compiling by_file.cc
[697/1269] Compiling by_dir.cc
[698/1269] Compiling algorithm.cc
[699/1269] Compiling a_verify.cc
[700/1269] Compiling voprf.cc
[701/1269] Compiling asn1_gen.cc
[702/1269] Compiling thread_win.cc
[703/1269] Compiling a_digest.cc
[704/1269] Compiling trust_token.cc
[705/1269] Compiling a_sign.cc
[706/1269] Compiling thread_pthread.cc
[707/1269] Compiling slhdsa.cc
[708/1269] Compiling thread.cc
[709/1269] Compiling sha256.cc
[710/1269] Compiling thread_none.cc
[711/1269] Compiling stack.cc
[712/1269] Compiling sha512.cc
[713/1269] Compiling siphash.cc
[714/1269] Compiling pmbtoken.cc
[715/1269] Compiling sha1.cc
[716/1269] Compiling rsa_crypt.cc
[717/1269] Compiling rsa_extra.cc
[718/1269] Compiling refcount.cc
[719/1269] Compiling rsa_print.cc
[720/1269] Compiling rc4.cc
[721/1269] Compiling urandom.cc
[722/1269] Compiling rand.cc
[723/1269] Compiling spake2plus.cc
[724/1269] Compiling windows.cc
[725/1269] Compiling forkunsafe.cc
[726/1269] Compiling trusty.cc
[727/1269] Compiling ios.cc
[728/1269] Compiling getentropy.cc
[729/1269] Compiling passive.cc
[730/1269] Compiling poly1305_arm_asm.S
[731/1269] Compiling rsa_asn1.cc
[732/1269] Compiling fork_detect.cc
[733/1269] Compiling deterministic.cc
[734/1269] Compiling poly1305_arm.cc
[735/1269] Compiling poly1305.cc
[736/1269] Compiling pool.cc
[737/1269] Compiling poly1305_vec.cc
[738/1269] Compiling pkcs8.cc
[739/1269] Compiling pkcs7.cc
[740/1269] Compiling p5_pbev2.cc
[741/1269] Compiling pkcs8_x509.cc
[742/1269] Compiling pkcs7_x509.cc
[743/1269] Compiling pem_pkey.cc
[744/1269] Compiling pem_xaux.cc
[745/1269] Compiling pem_x509.cc
[746/1269] Compiling mlkem.cc
[747/1269] Compiling pem_oth.cc
[748/1269] Compiling obj_xref.cc
[749/1269] Compiling pem_pk8.cc
[750/1269] Compiling obj.cc
[751/1269] Compiling mldsa.cc
[752/1269] Compiling pem_lib.cc
[753/1269] Compiling pem_info.cc
[754/1269] Compiling md5.cc
[755/1269] Compiling poly_rq_mul.S
[756/1269] Compiling fips_shared_support.cc
[757/1269] Compiling mem.cc
[758/1269] Compiling kyber.cc
[759/1269] Compiling pem_all.cc
[760/1269] Compiling lhash.cc
[761/1269] Compiling md4.cc
[762/1269] Compiling sign.cc
[763/1269] Compiling hrss.cc
[764/1269] Compiling ex_data.cc
[765/1269] Compiling print.cc
[766/1269] Compiling scrypt.cc
[767/1269] Compiling pbkdf.cc
[768/1269] Compiling p_x25519.cc
[769/1269] Compiling hpke.cc
[770/1269] Compiling p_x25519_asn1.cc
[771/1269] Compiling p_ed25519.cc
[772/1269] Compiling p_rsa_asn1.cc
[773/1269] Compiling p_hkdf.cc
[774/1269] Compiling p_rsa.cc
[775/1269] Compiling p_ec_asn1.cc
[776/1269] Compiling p_ec.cc
[777/1269] Compiling p_ed25519_asn1.cc
[778/1269] Compiling p_dh_asn1.cc
[779/1269] Compiling p_dh.cc
[780/1269] Compiling err.cc
[781/1269] Compiling engine.cc
[782/1269] Compiling evp_ctx.cc
[783/1269] Compiling ecdh.cc
[784/1269] Compiling p_dsa_asn1.cc
[785/1269] Compiling evp.cc
[786/1269] Compiling hash_to_curve.cc
[787/1269] Compiling evp_asn1.cc
[788/1269] Compiling bcm.cc
[789/1269] Compiling ec_derive.cc
[790/1269] Compiling ecdsa_asn1.cc
[791/1269] Compiling dsa.cc
[792/1269] Compiling ec_asn1.cc
[793/1269] Compiling params.cc
[794/1269] Compiling dsa_asn1.cc
[795/1269] Compiling x25519-asm-arm.S
[796/1269] Compiling dh_asn1.cc
[797/1269] Compiling des.cc
[798/1269] Compiling digest_extra.cc
[799/1269] Compiling spake25519.cc
[800/1269] Compiling crypto.cc
[801/1269] Compiling cpu_intel.cc
[802/1269] Compiling cpu_aarch64_linux.cc
[803/1269] Compiling cpu_arm_freebsd.cc
[804/1269] Compiling cpu_arm_linux.cc
[805/1269] Compiling curve25519.cc
[806/1269] Compiling curve25519_64_adx.cc
[807/1269] Compiling cpu_aarch64_win.cc
[808/1269] Compiling cpu_aarch64_sysreg.cc
[809/1269] Compiling cpu_aarch64_openbsd.cc
[810/1269] Compiling cpu_aarch64_apple.cc
[811/1269] Compiling conf.cc
[812/1269] Compiling tls_cbc.cc
[813/1269] Compiling cpu_aarch64_fuchsia.cc
[814/1269] Compiling e_rc2.cc
[815/1269] Compiling get_cipher.cc
[816/1269] Compiling e_null.cc
[817/1269] Compiling e_des.cc
[818/1269] Compiling e_rc4.cc
[819/1269] Compiling e_tls.cc
[820/1269] Compiling derive_key.cc
[821/1269] Compiling chacha.cc
[822/1269] Compiling e_chacha20poly1305.cc
[823/1269] Compiling e_aesgcmsiv.cc
[824/1269] Compiling e_aesctrhmac.cc
[825/1269] Compiling ber.cc
[826/1269] Compiling unicode.cc
[827/1269] Compiling convert.cc
[828/1269] Compiling blake2.cc
[829/1269] Compiling cbb.cc
[830/1269] Compiling buf.cc
[831/1269] Compiling cbs.cc
[832/1269] Compiling asn1_compat.cc
[833/1269] Compiling socket.cc
[834/1269] Compiling socket_helper.cc
[835/1269] Compiling bn_asn1.cc
[836/1269] Compiling printf.cc
[837/1269] Compiling pair.cc
[838/1269] Compiling hexdump.cc
[839/1269] Compiling fd.cc
[840/1269] Compiling file.cc
[841/1269] Compiling errno.cc
[842/1269] Compiling connect.cc
[843/1269] Compiling bio_mem.cc
[844/1269] Compiling base64.cc
[845/1269] Compiling bio.cc
[846/1269] Compiling tasn_typ.cc
[847/1269] Compiling tasn_fre.cc
[848/1269] Compiling tasn_enc.cc
[849/1269] Compiling tasn_utl.cc
[850/1269] Compiling tasn_new.cc
[851/1269] Compiling posix_time.cc
[852/1269] Compiling f_int.cc
[853/1269] Compiling f_string.cc
[854/1269] Compiling asn_pack.cc
[855/1269] Compiling tasn_dec.cc
[856/1269] Compiling asn1_par.cc
[857/1269] Compiling asn1_lib.cc
[858/1269] Compiling a_octet.cc
[859/1269] Compiling a_utctm.cc
[860/1269] Compiling a_type.cc
[861/1269] Compiling a_time.cc
[862/1269] Compiling a_strex.cc
[863/1269] Compiling a_strnid.cc
[864/1269] Compiling a_object.cc
[865/1269] Compiling a_i2d_fp.cc
[866/1269] Compiling a_int.cc
[867/1269] Compiling a_dup.cc
[868/1269] Compiling a_d2i_fp.cc
[869/1269] Compiling a_mbstr.cc
[870/1269] Compiling fiat_p256_adx_sqr.S
[871/1269] Compiling fiat_p256_adx_mul.S
[872/1269] Compiling fiat_curve25519_adx_square.S
[873/1269] Compiling a_bool.cc
[874/1269] Compiling fiat_curve25519_adx_mul.S
[875/1269] Compiling md5-x86_64-linux.S
[876/1269] Compiling a_gentm.cc
[877/1269] Compiling a_bitstr.cc
[878/1269] Compiling CCryptoBoringSSLShims shims.c
[879/1269] Compiling md5-x86_64-apple.S
[880/1269] Compiling md5-586-linux.S
[881/1269] Compiling md5-586-apple.S
[882/1269] Compiling chacha20_poly1305_x86_64-apple.S
[883/1269] Compiling chacha20_poly1305_armv8-win.S
[884/1269] Compiling chacha-x86_64-apple.S
[885/1269] Compiling chacha20_poly1305_armv8-linux.S
[886/1269] Compiling chacha-x86_64-linux.S
[887/1269] Compiling chacha-x86-linux.S
[888/1269] Compiling chacha20_poly1305_x86_64-linux.S
[889/1269] Compiling chacha-armv8-win.S
[890/1269] Compiling chacha-x86-apple.S
[891/1269] Compiling chacha-armv8-linux.S
[892/1269] Compiling chacha-armv8-apple.S
[893/1269] Compiling aes128gcmsiv-x86_64-apple.S
[894/1269] Compiling chacha-armv4-linux.S
[895/1269] Compiling aes128gcmsiv-x86_64-linux.S
[896/1269] Compiling x86_64-mont5-apple.S
[897/1269] Compiling x86_64-mont-apple.S
[898/1269] Compiling x86_64-mont-linux.S
[899/1269] Compiling x86_64-mont5-linux.S
[900/1269] Compiling x86-mont-linux.S
[901/1269] Compiling x86-mont-apple.S
[902/1269] Compiling err_data.cc
[903/1269] Compiling vpaes-x86_64-linux.S
[904/1269] Compiling vpaes-x86-apple.S
[905/1269] Compiling vpaes-x86-linux.S
[906/1269] Compiling vpaes-x86_64-apple.S
[907/1269] Compiling vpaes-armv8-win.S
[908/1269] Compiling vpaes-armv8-linux.S
[908/1269] Compiling sha512-x86_64-linux.S
[910/1269] Compiling sha512-x86_64-apple.S
[911/1269] Compiling vpaes-armv8-apple.S
[912/1269] Compiling sha512-armv8-win.S
[913/1269] Compiling sha512-armv4-linux.S
[914/1269] Compiling sha512-armv8-linux.S
[915/1269] Compiling sha512-586-linux.S
[916/1269] Compiling sha512-armv8-apple.S
[917/1269] Compiling sha256-x86_64-linux.S
[917/1269] Compiling sha512-586-apple.S
[919/1269] Compiling sha256-x86_64-apple.S
[920/1269] Compiling sha256-armv8-win.S
[921/1269] Compiling sha256-armv8-linux.S
[922/1269] Compiling sha256-armv8-apple.S
[923/1269] Compiling sha256-586-linux.S
[924/1269] Compiling sha256-586-apple.S
[925/1269] Compiling sha256-armv4-linux.S
[926/1269] Compiling sha1-x86_64-apple.S
[927/1269] Compiling sha1-armv8-win.S
[928/1269] Compiling sha1-x86_64-linux.S
[929/1269] Compiling sha1-armv4-large-linux.S
[930/1269] Compiling sha1-586-linux.S
[931/1269] Compiling sha1-armv8-apple.S
[932/1269] Compiling sha1-armv8-linux.S
[933/1269] Compiling sha1-586-apple.S
[934/1269] Compiling rsaz-avx2-linux.S
[935/1269] Compiling rdrand-x86_64-linux.S
[936/1269] Compiling rsaz-avx2-apple.S
[936/1269] Compiling p256_beeu-x86_64-asm-linux.S
[938/1269] Compiling rdrand-x86_64-apple.S
[939/1269] Compiling p256_beeu-armv8-asm-win.S
[940/1269] Compiling p256_beeu-armv8-asm-linux.S
[941/1269] Compiling p256_beeu-armv8-asm-apple.S
[942/1269] Compiling p256_beeu-x86_64-asm-apple.S
[943/1269] Compiling p256-x86_64-asm-linux.S
[944/1269] Compiling p256-x86_64-asm-apple.S
[945/1269] Compiling p256-armv8-asm-win.S
[946/1269] Compiling p256-armv8-asm-apple.S
[947/1269] Compiling p256-armv8-asm-linux.S
[948/1269] Compiling ghashv8-armv8-linux.S
[948/1269] Compiling ghashv8-armv8-win.S
[950/1269] Compiling ghashv8-armv7-linux.S
[951/1269] Compiling ghashv8-armv8-apple.S
[952/1269] Compiling ghash-x86_64-linux.S
[953/1269] Compiling ghash-x86-linux.S
[954/1269] Compiling ghash-x86-apple.S
[955/1269] Compiling ghash-ssse3-x86_64-linux.S
[956/1269] Compiling ghash-x86_64-apple.S
[957/1269] Compiling ghash-ssse3-x86_64-apple.S
[958/1269] Compiling ghash-neon-armv8-win.S
[959/1269] Compiling ghash-neon-armv8-linux.S
[960/1269] Compiling ghash-ssse3-x86-linux.S
[961/1269] Compiling ghash-ssse3-x86-apple.S
[962/1269] Compiling ghash-neon-armv8-apple.S
[963/1269] Compiling ghash-armv4-linux.S
[964/1269] Compiling co-586-apple.S
[965/1269] Compiling bn-armv8-linux.S
[966/1269] Compiling co-586-linux.S
[967/1269] Compiling bn-armv8-apple.S
[968/1269] Compiling bsaes-armv7-linux.S
[969/1269] Compiling bn-armv8-win.S
[970/1269] Compiling armv8-mont-win.S
[971/1269] Compiling bn-586-apple.S
[972/1269] Compiling armv8-mont-linux.S
[973/1269] Compiling armv4-mont-linux.S
[974/1269] Compiling armv8-mont-apple.S
[975/1269] Compiling bn-586-linux.S
[976/1269] Compiling aesv8-gcm-armv8-win.S
[977/1269] Compiling aesv8-armv8-linux.S
[978/1269] Compiling aesv8-armv8-win.S
[979/1269] Compiling c-nioatomics.c
[980/1269] Compiling aesv8-armv8-apple.S
[981/1269] Compiling aesv8-gcm-armv8-linux.S
[981/1269] Compiling aesv8-gcm-armv8-apple.S
[983/1269] Compiling aesv8-armv7-linux.S
[984/1269] Compiling aesni-x86_64-apple.S
[985/1269] Compiling aesni-x86_64-linux.S
[986/1269] Compiling aesni-gcm-x86_64-linux.S
[986/1269] Compiling aesni-x86-linux.S
[988/1269] Compiling aesni-x86-apple.S
[989/1269] Compiling aes-gcm-avx10-x86_64-apple.S
[990/1269] Compiling aesni-gcm-x86_64-apple.S
[991/1269] Compiling aes-gcm-avx10-x86_64-linux.S
[992/1269] Compiling c-atomics.c
[993/1269] Compiling x_pubkey.cc
[994/1269] Compiling x_x509a.cc
[995/1269] Compiling x_val.cc
[996/1275] Compiling x_sig.cc
[997/1275] Compiling x_x509.cc
[998/1275] Compiling x_req.cc
[999/1275] Compiling x_spki.cc
[1001/1275] Compiling NIOConcurrencyHelpers NIOLock.swift
[1001/1275] Compiling x_name.cc
[1002/1275] Compiling x_crl.cc
[1004/1275] Compiling NIOConcurrencyHelpers lock.swift
[1004/1275] Compiling x_exten.cc
[1006/1275] Emitting module NIOConcurrencyHelpers
[1007/1275] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1008/1275] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1009/1275] Compiling NIOConcurrencyHelpers atomics.swift
[1009/1276] Compiling x_attrib.cc
[1011/1276] Compiling x509rset.cc
[1012/1276] Compiling x509spki.cc
[1013/1276] Compiling x_all.cc
[1014/1276] Wrapping AST for NIOConcurrencyHelpers for debugging
[1015/1302] Compiling x509cset.cc
[1016/1302] Compiling x509name.cc
[1018/1302] Compiling ConsoleKitTerminal Console+Wait.swift
[1019/1302] Compiling ConsoleKitTerminal ConsoleColor.swift
[1020/1302] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1020/1305] Compiling x509_txt.cc
[1021/1305] Compiling x509_vpm.cc
[1023/1305] Compiling ConsoleKitTerminal Console+Confirm.swift
[1024/1305] Compiling ConsoleKitTerminal Console+Input.swift
[1025/1305] Compiling ConsoleKitTerminal Console+Center.swift
[1026/1305] Compiling ConsoleKitTerminal Console+Output.swift
[1027/1305] Emitting module ConsoleKitTerminal
[1028/1305] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1029/1305] Compiling ConsoleKitTerminal ConsoleClear.swift
[1030/1305] Compiling ConsoleKitTerminal Console+Ask.swift
[1031/1305] Compiling ConsoleKitTerminal Console+Choose.swift
[1031/1305] Compiling x509_v3.cc
[1032/1305] Compiling x509_vfy.cc
[1034/1305] Compiling ConsoleKitTerminal CustomActivity.swift
[1035/1305] Compiling ConsoleKitTerminal LoadingBar.swift
[1036/1305] Compiling ConsoleKitTerminal ProgressBar.swift
[1037/1305] Compiling ConsoleKitTerminal Console+Clear.swift
[1038/1305] Compiling ConsoleKitTerminal ActivityBar.swift
[1039/1305] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1040/1305] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1041/1305] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1042/1305] Compiling ConsoleKitTerminal ConsoleText.swift
[1043/1305] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1044/1305] Compiling ConsoleKitTerminal ANSI.swift
[1045/1305] Compiling ConsoleKitTerminal Console.swift
[1046/1305] Compiling ConsoleKitTerminal Terminal.swift
[1047/1305] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1047/1305] Compiling x509_trs.cc
[1048/1305] Compiling x509_set.cc
[1049/1305] Compiling x509_obj.cc
[1050/1305] Compiling x509_req.cc
[1052/1305] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1053/1305] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1054/1305] Compiling ConsoleKitTerminal LoggerFragment.swift
[1054/1306] Compiling x509_lu.cc
[1055/1306] Compiling x509_def.cc
[1057/1306] Compiling x509_ext.cc
[1058/1306] Compiling x509_cmp.cc
[1059/1306] Wrapping AST for ConsoleKitTerminal for debugging
[1060/1328] Compiling x509_d2.cc
[1062/1328] Compiling ConsoleKitCommands Command.swift
[1063/1328] Compiling ConsoleKitCommands CommandContext.swift
[1064/1328] Compiling ConsoleKitCommands CommandError.swift
[1064/1330] Compiling x509_att.cc
[1066/1330] Emitting module ConsoleKitCommands
[1067/1330] Compiling ConsoleKitCommands CommandSignature.swift
[1068/1330] Compiling ConsoleKitCommands Flag.swift
[1069/1330] Compiling ConsoleKitCommands Option.swift
[1069/1330] Compiling x509.cc
[1070/1330] Compiling v3_skey.cc
[1070/1330] Compiling v3_utl.cc
[1073/1330] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1074/1330] Compiling ConsoleKitCommands AsyncCommand.swift
[1075/1330] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1076/1330] Compiling ConsoleKitCommands AsyncCommands.swift
[1077/1330] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1078/1330] Compiling ConsoleKitCommands AnyCommand.swift
[1078/1330] Compiling v3_pmaps.cc
[1080/1330] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1081/1330] Compiling ConsoleKitCommands Utilities.swift
[1082/1330] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1083/1330] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1084/1330] Compiling ConsoleKitCommands Argument.swift
[1084/1330] Compiling v3_prn.cc
[1085/1330] Compiling v3_purp.cc
[1086/1330] Compiling v3_pcons.cc
[1087/1330] Compiling v3_ocsp.cc
[1088/1330] Compiling v3_lib.cc
[1089/1330] Compiling v3_int.cc
[1090/1330] Compiling v3_ncons.cc
[1091/1330] Compiling v3_info.cc
[1092/1330] Compiling v3_ia5.cc
[1094/1330] Compiling ConsoleKitCommands Console+Run.swift
[1095/1330] Compiling ConsoleKitCommands ConsoleError.swift
[1096/1330] Compiling ConsoleKitCommands Completion.swift
[1097/1330] Compiling ConsoleKitCommands CommandGroup.swift
[1098/1330] Compiling ConsoleKitCommands CommandInput.swift
[1099/1330] Compiling ConsoleKitCommands Commands.swift
[1099/1330] Compiling v3_genn.cc
[1101/1331] Compiling v3_extku.cc
[1102/1331] Compiling v3_crld.cc
[1103/1333] Wrapping AST for ConsoleKitCommands for debugging
[1104/1333] Compiling v3_conf.cc
[1106/1333] Emitting module ConsoleKit
[1107/1333] Compiling ConsoleKit Exports.swift
[1107/1334] Compiling v3_bitst.cc
[1108/1334] Compiling v3_enum.cc
[1109/1334] Compiling v3_bcons.cc
[1111/1334] Compiling v3_cpols.cc
[1112/1334] Wrapping AST for ConsoleKit for debugging
[1113/1334] Compiling t_crl.cc
[1114/1334] Compiling i2d_pr.cc
[1115/1334] Compiling t_req.cc
[1116/1334] Compiling v3_alt.cc
[1117/1334] Compiling name_print.cc
[1118/1334] Compiling rsa_pss.cc
[1119/1334] Compiling policy.cc
[1120/1334] Compiling by_file.cc
[1121/1334] Compiling a_verify.cc
[1122/1334] Compiling by_dir.cc
[1123/1334] Compiling asn1_gen.cc
[1124/1334] Compiling algorithm.cc
[1125/1334] Compiling a_sign.cc
[1126/1334] Compiling a_digest.cc
[1127/1334] Compiling voprf.cc
[1128/1334] Compiling trust_token.cc
[1129/1334] Compiling thread_win.cc
[1130/1334] Compiling thread_pthread.cc
[1131/1334] Compiling thread.cc
[1132/1334] Compiling thread_none.cc
[1133/1334] Compiling thash.cc
[1134/1334] Compiling wots.cc
[1135/1334] Compiling merkle.cc
[1136/1334] Compiling pmbtoken.cc
[1137/1334] Compiling stack.cc
[1138/1334] Compiling fors.cc
[1139/1334] Compiling slhdsa.cc
[1140/1334] Compiling sha512.cc
[1141/1334] Compiling sha1.cc
[1142/1334] Compiling sha256.cc
[1143/1334] Compiling rsa_extra.cc
[1144/1334] Compiling siphash.cc
[1145/1334] Compiling rsa_print.cc
[1146/1334] Compiling urandom.cc
[1147/1334] Compiling refcount.cc
[1148/1334] Compiling rc4.cc
[1149/1334] Compiling rsa_asn1.cc
[1150/1334] Compiling trusty.cc
[1151/1334] Compiling rsa_crypt.cc
[1152/1334] Compiling windows.cc
[1153/1334] Compiling rand_extra.cc
[1154/1334] Compiling ios.cc
[1155/1334] Compiling poly1305_arm_asm.S
[1156/1334] Compiling passive.cc
[1157/1334] Compiling getentropy.cc
[1158/1334] Compiling deterministic.cc
[1159/1334] Compiling fork_detect.cc
[1160/1334] Compiling forkunsafe.cc
[1161/1334] Compiling pool.cc
[1162/1334] Compiling poly1305_arm.cc
[1163/1334] Compiling poly1305_vec.cc
[1164/1334] Compiling poly1305.cc
[1165/1334] Compiling pkcs7.cc
[1166/1334] Compiling pkcs8_x509.cc
[1167/1334] Compiling p5_pbev2.cc
[1168/1334] Compiling pkcs8.cc
[1169/1334] Compiling pem_x509.cc
[1170/1334] Compiling pem_xaux.cc
[1171/1334] Compiling pkcs7_x509.cc
[1172/1334] Compiling pem_pkey.cc
[1173/1334] Compiling pem_pk8.cc
[1174/1334] Compiling obj_xref.cc
[1175/1334] Compiling pem_oth.cc
[1176/1334] Compiling obj.cc
[1177/1334] Compiling mlkem.cc
[1178/1334] Compiling mldsa.cc
[1179/1334] Compiling pem_lib.cc
[1180/1334] Compiling pem_all.cc
[1181/1334] Compiling pem_info.cc
[1182/1334] Compiling md5.cc
[1183/1334] Compiling mem.cc
[1184/1334] Compiling fips_shared_support.cc
[1185/1334] Compiling md4.cc
[1186/1334] Compiling poly_rq_mul.S
[1187/1334] Compiling lhash.cc
[1188/1334] Compiling sign.cc
[1189/1334] Compiling ex_data.cc
[1190/1334] Compiling kyber.cc
[1191/1334] Compiling scrypt.cc
[1192/1334] Compiling hrss.cc
[1193/1334] Compiling hpke.cc
[1194/1334] Compiling pbkdf.cc
[1195/1334] Compiling print.cc
[1196/1334] Compiling p_x25519.cc
[1197/1334] Compiling p_x25519_asn1.cc
[1198/1334] Compiling p_rsa_asn1.cc
[1199/1334] Compiling p_rsa.cc
[1200/1334] Compiling p_hkdf.cc
[1201/1334] Compiling p_ed25519.cc
[1202/1334] Compiling p_ec_asn1.cc
[1203/1334] Compiling p_ed25519_asn1.cc
[1204/1334] Compiling p_ec.cc
[1205/1334] Compiling p_dh_asn1.cc
[1206/1334] Compiling p_dh.cc
[1207/1334] Compiling p_dsa_asn1.cc
[1208/1334] Compiling evp_ctx.cc
[1209/1334] Compiling evp.cc
[1210/1334] Compiling evp_asn1.cc
[1211/1334] Compiling engine.cc
[1212/1334] Compiling err.cc
[1213/1334] Compiling ecdh_extra.cc
[1214/1334] Compiling ecdsa_asn1.cc
[1215/1334] Compiling hash_to_curve.cc
[1216/1334] Compiling ec_derive.cc
[1217/1334] Compiling dsa_asn1.cc
[1218/1334] Compiling ec_asn1.cc
[1219/1334] Compiling dsa.cc
[1220/1334] Compiling digest_extra.cc
[1221/1334] Compiling params.cc
[1222/1334] Compiling x25519-asm-arm.S
[1223/1334] Compiling dh_asn1.cc
[1224/1334] Compiling des.cc
[1225/1334] Compiling spake25519.cc
[1226/1334] Compiling crypto.cc
[1227/1334] Compiling cpu_intel.cc
[1228/1334] Compiling cpu_arm_freebsd.cc
[1229/1334] Compiling curve25519.cc
[1230/1334] Compiling cpu_arm_linux.cc
[1231/1334] Compiling cpu_aarch64_win.cc
[1232/1334] Compiling cpu_aarch64_openbsd.cc
[1233/1334] Compiling cpu_aarch64_linux.cc
[1234/1334] Compiling cpu_aarch64_sysreg.cc
[1235/1334] Compiling bcm.cc
[1236/1334] Compiling cpu_aarch64_fuchsia.cc
[1237/1334] Compiling cpu_aarch64_apple.cc
[1238/1334] Compiling tls_cbc.cc
[1239/1334] Compiling curve25519_64_adx.cc
[1240/1334] Compiling e_rc4.cc
[1241/1334] Compiling conf.cc
[1242/1334] Compiling e_tls.cc
[1243/1334] Compiling e_null.cc
[1244/1334] Compiling e_des.cc
[1245/1334] Compiling e_chacha20poly1305.cc
[1246/1334] Compiling e_rc2.cc
[1247/1334] Compiling derive_key.cc
[1248/1334] Compiling unicode.cc
[1249/1334] Compiling e_aesgcmsiv.cc
[1250/1334] Compiling e_aesctrhmac.cc
[1251/1334] Compiling cipher_extra.cc
[1252/1334] Compiling chacha.cc
[1253/1334] Compiling convert.cc
[1254/1334] Compiling cbb.cc
[1255/1334] Compiling ber.cc
[1256/1334] Compiling cbs.cc
[1257/1334] Compiling bn_asn1.cc
[1258/1334] Compiling asn1_compat.cc
[1259/1334] Compiling buf.cc
[1260/1334] Compiling blake2.cc
[1261/1334] Compiling printf.cc
[1262/1334] Compiling pair.cc
[1263/1334] Compiling errno.cc
[1264/1334] Compiling fd.cc
[1265/1334] Compiling hexdump.cc
[1266/1334] Compiling file.cc
[1267/1334] Compiling bio_mem.cc
[1268/1334] Compiling bio.cc
[1269/1334] Compiling tasn_new.cc
[1270/1334] Compiling base64.cc
[1271/1334] Compiling tasn_fre.cc
[1272/1334] Compiling tasn_typ.cc
[1273/1334] Compiling f_int.cc
[1274/1334] Compiling tasn_utl.cc
[1275/1334] Compiling tasn_enc.cc
[1276/1334] Compiling f_string.cc
[1277/1334] Compiling posix_time.cc
[1278/1334] Compiling tasn_dec.cc
[1279/1334] Compiling asn1_lib.cc
[1280/1334] Compiling asn1_par.cc
[1281/1334] Compiling asn_pack.cc
[1282/1334] Compiling a_utctm.cc
[1283/1334] Compiling a_mbstr.cc
[1284/1334] Compiling a_time.cc
[1285/1334] Compiling a_type.cc
[1286/1334] Compiling a_octet.cc
[1287/1334] Compiling a_strex.cc
[1288/1334] Compiling a_strnid.cc
[1289/1334] Compiling a_object.cc
[1290/1334] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1291/1334] Write sources
[1292/1334] Compiling a_gentm.cc
[1293/1334] Write sources
[1294/1334] Compiling a_i2d_fp.cc
[1295/1334] Write sources
[1296/1334] Compiling a_dup.cc
[1297/1334] Compiling a_d2i_fp.cc
[1298/1334] Compiling a_bitstr.cc
[1299/1334] Compiling a_int.cc
[1300/1406] Compiling a_bool.cc
[1302/1431] Compiling Algorithms AdjacentPairs.swift
[1303/1431] Compiling Algorithms Chain.swift
[1304/1431] Compiling Algorithms Chunked.swift
[1305/1441] Compiling Algorithms Intersperse.swift
[1306/1441] Compiling Algorithms Partition.swift
[1307/1441] Compiling Algorithms Permutations.swift
[1308/1441] Compiling Algorithms Product.swift
[1309/1441] Compiling Algorithms Grouped.swift
[1310/1441] Compiling Algorithms Indexed.swift
[1311/1441] Compiling Algorithms Keyed.swift
[1312/1441] Compiling Algorithms MinMax.swift
[1313/1441] Compiling Algorithms FlattenCollection.swift
[1314/1441] Compiling Atomics IntegerOperations.swift
[1315/1441] Compiling Atomics Unmanaged extensions.swift
[1316/1441] Compiling Algorithms Joined.swift
[1328/1441] Compiling Algorithms Suffix.swift
[1329/1441] Compiling Algorithms RandomSample.swift
[1330/1448] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1331/1448] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1332/1448] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1333/1448] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1334/1448] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1335/1448] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1336/1448] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1337/1448] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1338/1448] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1339/1448] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1340/1448] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1341/1448] Compiling BitCollections BitSet+SetAlgebra union.swift
[1342/1448] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1343/1448] Compiling BitCollections BitSet.Counted.swift
[1344/1448] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1345/1448] Compiling CryptoBoringWrapper RandomBytes.swift
[1346/1448] Compiling CryptoBoringWrapper EllipticCurve.swift
[1347/1448] Emitting module BitCollections
[1348/1448] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1350/1448] Compiling Algorithms Reductions.swift
[1351/1448] Compiling Algorithms Rotate.swift
[1358/1451] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1359/1451] Compiling BitCollections BitSet.Index.swift
[1360/1451] Compiling BitCollections BitSet._UnsafeHandle.swift
[1361/1451] Compiling BitCollections BitSet.swift
[1362/1451] Compiling BitCollections Range+Utilities.swift
[1363/1451] Compiling BitCollections Slice+Utilities.swift
[1364/1451] Compiling BitCollections UInt+Tricks.swift
[1365/1451] Compiling BitCollections _Word.swift
[1366/1451] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1367/1451] Emitting module CryptoBoringWrapper
[1368/1451] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1369/1452] Compiling BitCollections BitArray+RandomBits.swift
[1370/1452] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1371/1452] Compiling BitCollections BitArray+Shifts.swift
[1372/1452] Compiling BitCollections BitArray+Testing.swift
[1373/1452] Compiling BitCollections BitArray._UnsafeHandle.swift
[1374/1452] Compiling BitCollections BitArray.swift
[1375/1452] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1376/1452] Compiling BitCollections BitSet+Codable.swift
[1379/1452] Compiling Algorithms Trim.swift
[1380/1452] Compiling Algorithms Unique.swift
[1381/1452] Compiling Algorithms Windows.swift
[1382/1452] Compiling BitCollections BitArray+CustomReflectable.swift
[1383/1452] Compiling BitCollections BitArray+Descriptions.swift
[1384/1452] Compiling BitCollections BitArray+Equatable.swift
[1388/1452] Compiling Algorithms Combinations.swift
[1389/1452] Compiling Algorithms Compacted.swift
[1390/1452] Compiling Algorithms Cycle.swift
[1391/1452] Compiling Algorithms EitherSequence.swift
[1392/1452] Compiling Algorithms FirstNonNil.swift
[1403/1453] Wrapping AST for CryptoBoringWrapper for debugging
[1404/1453] Wrapping AST for BitCollections for debugging
[1406/1482] Compiling Crypto Digest_boring.swift
[1407/1482] Compiling Crypto Digest.swift
[1408/1482] Compiling Crypto Digests.swift
[1409/1526] Compiling Crypto Cipher.swift
[1410/1526] Compiling Crypto Nonces.swift
[1411/1526] Compiling Crypto ASN1.swift
[1412/1526] Compiling Crypto ASN1Any.swift
[1413/1526] Compiling Crypto ASN1Integer.swift
[1414/1526] Compiling Crypto ASN1Null.swift
[1415/1526] Compiling Crypto ASN1OctetString.swift
[1416/1526] Compiling Crypto ASN1Strings.swift
[1417/1526] Emitting module Collections
[1418/1526] Compiling Collections Collections.swift
[1420/1527] Emitting module Atomics
[1421/1528] Wrapping AST for Collections for debugging
[1423/1528] Compiling Crypto AES-GCM.swift
[1424/1528] Compiling Crypto AES-GCM_boring.swift
[1425/1528] Compiling Crypto ChaChaPoly_boring.swift
[1426/1528] Compiling Crypto ChaChaPoly.swift
[1426/1528] Wrapping AST for Atomics for debugging
[1428/1587] Compiling NIOCore MarkedCircularBuffer.swift
[1429/1587] Compiling NIOCore MulticastChannel.swift
[1430/1587] Compiling NIOCore NIOAny.swift
[1431/1587] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1432/1587] Compiling NIOCore NIOLoopBound.swift
[1433/1587] Compiling NIOCore NIOScheduledCallback.swift
[1434/1587] Compiling NIOCore NIOSendable.swift
[1435/1587] Compiling NIOCore RecvByteBufferAllocator.swift
[1436/1587] Compiling Crypto ECDSA.swift
[1437/1587] Compiling Crypto Ed25519.swift
[1438/1596] Compiling Crypto HKDF.swift
[1439/1596] Compiling Crypto AESWrap.swift
[1440/1596] Compiling Crypto AESWrap_boring.swift
[1441/1596] Compiling Crypto Ed25519_boring.swift
[1442/1596] Compiling Crypto NISTCurvesKeys_boring.swift
[1443/1596] Compiling Crypto X25519Keys_boring.swift
[1444/1596] Compiling Crypto Curve25519.swift
[1445/1596] Compiling Crypto Ed25519Keys.swift
[1446/1596] Compiling Crypto NISTCurvesKeys.swift
[1447/1596] Compiling Crypto X25519Keys.swift
[1448/1596] Compiling NIOCore ByteBuffer-views.swift
[1449/1596] Compiling NIOCore Channel.swift
[1450/1596] Compiling NIOCore ChannelHandler.swift
[1451/1596] Compiling NIOCore ChannelHandlers.swift
[1452/1596] Compiling NIOCore ChannelInvoker.swift
[1453/1596] Compiling NIOCore ChannelOption.swift
[1454/1596] Compiling NIOCore ChannelPipeline.swift
[1455/1596] Compiling NIOCore CircularBuffer.swift
[1456/1596] Compiling NIOCore Codec.swift
[1457/1596] Compiling NIOCore ConvenienceOptionSupport.swift
[1458/1596] Emitting module Algorithms
[1460/1597] Compiling NIOCore BSDSocketAPI.swift
[1461/1597] Compiling NIOCore ByteBuffer-aux.swift
[1462/1597] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1463/1597] Compiling NIOCore ByteBuffer-conversions.swift
[1464/1597] Compiling NIOCore ByteBuffer-core.swift
[1465/1597] Compiling NIOCore ByteBuffer-hex.swift
[1466/1597] Compiling NIOCore ByteBuffer-int.swift
[1467/1597] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1468/1597] Compiling NIOCore ByteBuffer-multi-int.swift
[1469/1597] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1470/1597] Compiling NIOCore AddressedEnvelope.swift
[1471/1597] Compiling NIOCore AsyncAwaitSupport.swift
[1472/1597] Compiling NIOCore AsyncChannel.swift
[1473/1597] Compiling NIOCore AsyncChannelHandler.swift
[1474/1597] Compiling NIOCore AsyncChannelInboundStream.swift
[1475/1597] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1476/1597] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1477/1597] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1478/1597] Compiling NIOCore NIOAsyncWriter.swift
[1479/1597] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1480/1597] Emitting module Crypto
[1488/1605] Wrapping AST for Algorithms for debugging
[1490/1605] Compiling NIOCore DeadChannel.swift
[1491/1605] Compiling NIOCore DispatchQueue+WithFuture.swift
[1492/1605] Compiling NIOCore EventLoop+Deprecated.swift
[1493/1605] Compiling NIOCore EventLoop+SerialExecutor.swift
[1494/1605] Compiling NIOCore EventLoop.swift
[1495/1605] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1496/1605] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1497/1605] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1498/1605] Compiling NIOCore EventLoopFuture.swift
[1499/1605] Compiling NIOCore FileDescriptor.swift
[1500/1605] Compiling NIOCore FileHandle.swift
[1501/1605] Compiling NIOCore FileRegion.swift
[1502/1605] Compiling NIOCore GlobalSingletons.swift
[1503/1605] Compiling NIOCore IO.swift
[1504/1605] Compiling NIOCore IOData.swift
[1505/1605] Compiling NIOCore IPProtocol.swift
[1506/1605] Compiling NIOCore IntegerBitPacking.swift
[1507/1605] Compiling NIOCore IntegerTypes.swift
[1508/1605] Compiling NIOCore Interfaces.swift
[1509/1605] Compiling NIOCore Linux.swift
[1518/1605] Compiling Crypto Signature.swift
[1519/1605] Compiling Crypto CryptoKitErrors_boring.swift
[1520/1605] Compiling Crypto RNG_boring.swift
[1521/1605] Compiling Crypto SafeCompare_boring.swift
[1522/1605] Compiling Crypto Zeroization_boring.swift
[1523/1605] Compiling Crypto PrettyBytes.swift
[1524/1605] Compiling Crypto SafeCompare.swift
[1525/1605] Compiling Crypto SecureBytes.swift
[1526/1605] Compiling Crypto Zeroization.swift
[1527/1606] Wrapping AST for Crypto for debugging
[1545/1606] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1546/1606] Compiling NIOCore SocketAddresses.swift
[1547/1606] Compiling NIOCore SocketOptionProvider.swift
[1548/1606] Compiling NIOCore SystemCallHelpers.swift
[1549/1606] Compiling NIOCore TimeAmount+Duration.swift
[1550/1606] Compiling NIOCore TypeAssistedChannelHandler.swift
[1551/1606] Compiling NIOCore UniversalBootstrapSupport.swift
[1552/1606] Compiling NIOCore Utilities.swift
[1579/1606] Emitting module NIOCore
[1580/1607] Wrapping AST for NIOCore for debugging
[1582/1658] Compiling NIOEmbedded AsyncTestingChannel.swift
[1583/1658] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1584/1658] Emitting module NIOEmbedded
[1585/1658] Compiling NIOEmbedded Embedded.swift
[1586/1659] Wrapping AST for NIOEmbedded for debugging
[1588/1659] Compiling NIOPosix IO.swift
[1589/1659] Compiling NIOPosix IntegerBitPacking.swift
[1590/1659] Compiling NIOPosix IntegerTypes.swift
[1591/1659] Compiling NIOPosix Linux.swift
[1592/1659] Compiling NIOPosix LinuxCPUSet.swift
[1593/1659] Compiling NIOPosix LinuxUring.swift
[1594/1659] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1595/1665] Compiling NIOPosix ThreadPosix.swift
[1596/1665] Compiling NIOPosix ThreadWindows.swift
[1597/1665] Compiling NIOPosix UnsafeTransfer.swift
[1598/1665] Compiling NIOPosix Utilities.swift
[1599/1665] Compiling NIOPosix VsockAddress.swift
[1600/1665] Compiling NIOPosix VsockChannelEvents.swift
[1601/1665] Compiling NIOPosix ServerSocket.swift
[1602/1665] Compiling NIOPosix Socket.swift
[1603/1665] Compiling NIOPosix SocketChannel.swift
[1604/1665] Compiling NIOPosix SocketProtocols.swift
[1605/1665] Compiling NIOPosix System.swift
[1606/1665] Compiling NIOPosix Thread.swift
[1607/1665] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1608/1665] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1609/1665] Compiling NIOPosix PosixSingletons.swift
[1610/1665] Compiling NIOPosix RawSocketBootstrap.swift
[1611/1665] Compiling NIOPosix Resolver.swift
[1612/1665] Compiling NIOPosix Selectable.swift
[1613/1665] Compiling NIOPosix SelectableChannel.swift
[1614/1665] Compiling NIOPosix SelectableEventLoop.swift
[1615/1665] Compiling NIOPosix SelectorEpoll.swift
[1616/1665] Compiling NIOPosix SelectorGeneric.swift
[1617/1665] Compiling NIOPosix SelectorKqueue.swift
[1618/1665] Compiling NIOPosix SelectorUring.swift
[1619/1665] Compiling NIOPosix Bootstrap.swift
[1620/1665] Compiling NIOPosix ControlMessage.swift
[1621/1665] Compiling NIOPosix DatagramVectorReadManager.swift
[1622/1665] Compiling NIOPosix Errors+Any.swift
[1623/1665] Compiling NIOPosix FileDescriptor.swift
[1624/1665] Compiling NIOPosix GetaddrinfoResolver.swift
[1625/1665] Compiling NIOPosix HappyEyeballs.swift
[1626/1665] Compiling NIOPosix BSDSocketAPICommon.swift
[1627/1665] Compiling NIOPosix BSDSocketAPIPosix.swift
[1628/1665] Compiling NIOPosix BSDSocketAPIWindows.swift
[1629/1665] Compiling NIOPosix BaseSocket.swift
[1630/1665] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1631/1665] Compiling NIOPosix BaseSocketChannel.swift
[1632/1665] Compiling NIOPosix BaseStreamSocketChannel.swift
[1633/1665] Emitting module NIOPosix
[1634/1665] Compiling NIOPosix NIOThreadPool.swift
[1635/1665] Compiling NIOPosix NonBlockingFileIO.swift
[1636/1665] Compiling NIOPosix PendingDatagramWritesManager.swift
[1637/1665] Compiling NIOPosix PendingWritesManager.swift
[1638/1665] Compiling NIOPosix PipeChannel.swift
[1639/1665] Compiling NIOPosix PipePair.swift
[1640/1665] Compiling NIOPosix Pool.swift
[1641/1666] Wrapping AST for NIOPosix for debugging
[1643/1725] Compiling NIO Exports.swift
[1644/1725] Emitting module NIO
[1645/1725] Compiling _NIOFileSystem DirectoryEntry.swift
[1646/1725] Compiling _NIOFileSystem Exports.swift
[1647/1725] Compiling _NIOFileSystem Array+FileSystem.swift
[1648/1728] Compiling _NIOFileSystem FileChunks.swift
[1649/1728] Compiling _NIOFileSystem FileHandle.swift
[1650/1728] Compiling _NIOFileSystem FileHandleProtocol.swift
[1651/1728] Wrapping AST for NIO for debugging
[1653/1728] Compiling _NIOFileSystem FileInfo.swift
[1654/1728] Compiling _NIOFileSystem FileSystem.swift
[1655/1728] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1656/1767] Compiling NIOTLS TLSEvents.swift
[1657/1767] Emitting module NIOTLS
[1658/1767] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1659/1767] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1660/1767] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1661/1767] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1662/1767] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1663/1767] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1664/1767] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1665/1767] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1666/1767] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1667/1767] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1668/1767] Compiling NIOHTTP1 HTTPDecoder.swift
[1669/1767] Compiling NIOHTTP1 HTTPEncoder.swift
[1670/1767] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1671/1767] Compiling NIOSOCKS SOCKSResponse.swift
[1672/1767] Compiling NIOSOCKS ClientStateMachine.swift
[1674/1768] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1675/1768] Emitting module _NIOFileSystem
[1676/1772] Compiling AsyncKit Optional+StrictMap.swift
[1677/1772] Compiling AsyncKit Exports.swift
[1680/1772] Emitting module NIOSOCKS
[1683/1772] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1684/1772] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1685/1772] Compiling NIOTLS SNIHandler.swift
[1686/1773] Compiling NIOSOCKS ServerStateMachine.swift
[1688/1774] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1689/1774] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1689/1776] Wrapping AST for NIOTLS for debugging
[1692/1776] Emitting module NIOHTTP1
[1693/1801] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1694/1801] Emitting module NIOFoundationCompat
[1694/1806] Wrapping AST for NIOSOCKS for debugging
[1696/1806] Compiling NIOSSL AndroidCABundle.swift
[1697/1806] Compiling NIOSSL ByteBufferBIO.swift
[1699/1806] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1700/1806] Compiling _NIOFileSystem Mocking.swift
[1701/1806] Compiling _NIOFileSystem Syscall.swift
[1702/1806] Compiling _NIOFileSystem Syscalls.swift
[1703/1806] Compiling NIOSSL RNG.swift
[1704/1806] Compiling NIOSSL SafeCompare.swift
[1705/1806] Compiling NIOSSL Zeroization.swift
[1706/1806] Compiling _NIOFileSystem CInterop.swift
[1707/1806] Compiling _NIOFileSystem Errno.swift
[1707/1806] Wrapping AST for NIOFoundationCompat for debugging
[1709/1828] Compiling NIOTransportServices NIOTSSingletons.swift
[1710/1828] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1711/1828] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1712/1828] Compiling NIOTransportServices NIOTSErrors.swift
[1713/1828] Compiling NIOTransportServices NIOTSEventLoop.swift
[1714/1828] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1717/1828] Compiling NIOTransportServices StateManagedChannel.swift
[1718/1828] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1719/1828] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1720/1828] Emitting module NIOTransportServices
[1721/1828] Compiling NIOTransportServices NIOTSBootstraps.swift
[1722/1828] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1723/1828] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1727/1830] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1728/1830] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1729/1830] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1730/1830] Compiling NIOTransportServices AcceptHandler.swift
[1731/1830] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1732/1830] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1733/1830] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1734/1830] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1735/1830] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1737/1830] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1738/1830] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1739/1830] Compiling NIOSSL SubjectAlternativeName.swift
[1740/1830] Compiling NIOSSL NIOSSLSecureBytes.swift
[1747/1831] Wrapping AST for NIOTransportServices for debugging
[1751/1831] Emitting module AsyncKit
[1760/1832] Compiling _NIOFileSystem SystemFileHandle.swift
[1761/1832] Compiling _NIOFileSystem Utilities.swift
[1762/1832] Compiling _NIOFileSystem OpenOptions.swift
[1763/1832] Compiling _NIOFileSystem String+FileSystem.swift
[1764/1897] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1765/1897] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1766/1897] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1767/1897] Compiling MultipartKit BasicCodingKey.swift
[1776/1900] Compiling NIOHPACK IndexedHeaderTable.swift
[1777/1901] Emitting module MultipartKit
[1778/1901] Compiling NIOWebSocket WebSocketOpcode.swift
[1779/1904] Compiling NIOHPACK StaticHeaderTable.swift
[1780/1904] Compiling MultipartKit MultipartPart.swift
[1781/1904] Compiling MultipartKit MultipartPartConvertible.swift
[1782/1904] Compiling MultipartKit MultipartSerializer.swift
[1783/1904] Compiling MultipartKit Utilities.swift
[1784/1904] Emitting module NIOSSL
[1785/1904] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1786/1904] Compiling NIOHTTPCompression HTTPDecompression.swift
[1787/1904] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1788/1904] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1789/1904] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1790/1904] Compiling NIOHPACK IntegerCoding.swift
[1791/1904] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1792/1904] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1793/1904] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1794/1904] Compiling MultipartKit FormDataEncoder.swift
[1797/1904] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1798/1906] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1801/1906] Compiling NIOExtras WritePCAPHandler.swift
[1803/1906] Emitting module NIOHTTPCompression
[1804/1906] Compiling NIOHTTPCompression HTTPCompression.swift
[1808/1907] Compiling MultipartKit MultipartFormData.swift
[1809/1907] Compiling MultipartKit MultipartParser.swift
[1811/1907] Compiling MultipartKit Storage.swift
[1813/1907] Compiling NIOExtras UnsafeTransfer.swift
[1818/1907] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1819/1907] Compiling MultipartKit FormDataDecoder.swift
[1820/1907] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1822/1907] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1823/1907] Compiling NIOHPACK HuffmanCoding.swift
[1824/1907] Compiling NIOHPACK HuffmanTables.swift
[1826/1907] Compiling MultipartKit MultipartError.swift
[1827/1907] Compiling MultipartKit Exports.swift
[1830/1908] Wrapping AST for NIOHTTPCompression for debugging
[1835/1908] Emitting module NIOExtras
[1836/1908] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1837/1908] Emitting module NIOWebSocket
[1838/1908] Compiling NIOWebSocket WebSocketFrame.swift
[1838/1909] Wrapping AST for NIOHTTP1 for debugging
[1851/1909] Wrapping AST for MultipartKit for debugging
[1870/1910] Wrapping AST for NIOWebSocket for debugging
[1872/1910] Emitting module NIOHPACK
[1885/1911] Wrapping AST for _NIOFileSystem for debugging
[1886/1916] Wrapping AST for NIOHPACK for debugging
[1888/1916] Emitting module _NIOFileSystemFoundationCompat
[1889/1942] Compiling NIOFileSystem Exports.swift
[1890/1947] Emitting module NIOFileSystem
[1891/1950] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1892/1950] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1893/1976] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1894/1976] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1897/1977] Wrapping AST for NIOExtras for debugging
[1899/1977] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1900/1977] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1901/1977] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1903/1978] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1904/1978] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1905/1978] Compiling NIOHTTP2 HasLocalSettings.swift
[1906/1978] Compiling NIOHTTP2 HasRemoteSettings.swift
[1907/1978] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1908/1978] Compiling NIOHTTP2 QuiescingState.swift
[1909/1978] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1910/1978] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1911/1986] Compiling NIOHTTP2 MaySendFrames.swift
[1912/1986] Compiling NIOHTTP2 SendingDataState.swift
[1913/1986] Compiling NIOHTTP2 SendingGoawayState.swift
[1914/1986] Compiling NIOHTTP2 SendingHeadersState.swift
[1915/1986] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1916/1986] Compiling NIOHTTP2 SendingRstStreamState.swift
[1917/1986] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1918/1986] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1918/1986] Wrapping AST for NIOFileSystem for debugging
[1919/1986] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1920/1986] Wrapping AST for NIOSSL for debugging
[1922/1994] Compiling WebSocketKit Exports.swift
[1923/1994] Compiling WebSocketKit WebSocketHandler.swift
[1924/1994] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1925/1994] Emitting module WebSocketKit
[1926/1994] Compiling WebSocketKit WebSocket+Concurrency.swift
[1927/1994] Compiling WebSocketKit WebSocketClient.swift
[1928/1994] Compiling WebSocketKit WebSocket+Connect.swift
[1929/1994] Compiling WebSocketKit WebSocket.swift
[1930/1995] Compiling NIOHTTP2 InboundWindowManager.swift
[1931/1995] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1932/1995] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1933/1995] Compiling NIOHTTP2 StreamChannelList.swift
[1934/1995] Compiling NIOHTTP2 StreamMap.swift
[1935/1995] Compiling NIOHTTP2 StreamStateMachine.swift
[1936/1995] Compiling NIOHTTP2 UnsafeTransfer.swift
[1937/1995] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1939/1995] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1940/1995] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1941/1995] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1942/1995] Compiling NIOHTTP2 HTTP2StreamID.swift
[1943/1995] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1944/1995] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1945/1995] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1946/1995] Compiling NIOHTTP2 InboundEventBuffer.swift
[1946/1995] Wrapping AST for WebSocketKit for debugging
[1948/1995] Emitting module NIOHTTP2
[1949/1995] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1950/1995] Compiling NIOHTTP2 HTTP2Frame.swift
[1951/1995] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1952/1995] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1953/1995] Compiling NIOHTTP2 HTTP2PingData.swift
[1954/1995] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1955/1995] Compiling NIOHTTP2 HTTP2Settings.swift
[1956/1995] Compiling NIOHTTP2 HTTP2Stream.swift
[1957/1995] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1960/1995] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1961/1995] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1962/1995] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1963/1995] Compiling NIOHTTP2 HTTP2Error.swift
[1964/1995] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1965/1995] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1966/1995] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1967/1995] Compiling NIOHTTP2 MayReceiveFrames.swift
[1968/1995] Compiling NIOHTTP2 ReceivingDataState.swift
[1972/1995] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1973/1995] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1974/1995] Compiling NIOHTTP2 StateMachineResult.swift
[1975/1995] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1976/1995] Compiling NIOHTTP2 DOSHeuristics.swift
[1977/1995] Compiling NIOHTTP2 Error+Any.swift
[1978/1995] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1979/1995] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1980/1995] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1981/1995] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1989/1997] Wrapping AST for NIOHTTP2 for debugging
[1990/2043] Wrapping AST for AsyncKit for debugging
[1992/2056] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1993/2056] Compiling AsyncHTTPClient ConnectionTarget.swift
[1994/2056] Compiling AsyncHTTPClient DeconstructedURL.swift
[1995/2056] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1996/2056] Compiling AsyncHTTPClient FoundationExtensions.swift
[1997/2056] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1998/2056] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1999/2056] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2000/2064] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2001/2064] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2002/2064] Compiling AsyncHTTPClient Transaction.swift
[2003/2064] Compiling AsyncHTTPClient Base64.swift
[2004/2064] Compiling AsyncHTTPClient BasicAuth.swift
[2005/2064] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2006/2064] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2007/2064] Compiling AsyncHTTPClient ConnectionPool.swift
[2008/2064] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2009/2064] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2010/2064] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2011/2064] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2012/2064] Compiling AsyncHTTPClient HTTP1Connection.swift
[2013/2064] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2014/2064] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2015/2064] Compiling AsyncHTTPClient HTTP2Connection.swift
[2016/2064] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2017/2064] Emitting module AsyncHTTPClient
[2018/2064] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2019/2064] Compiling AsyncHTTPClient RequestOptions.swift
[2020/2064] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2021/2064] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2022/2064] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2023/2064] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2024/2064] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2025/2064] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2026/2064] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2027/2064] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2028/2064] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2029/2064] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2030/2064] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2031/2064] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2032/2064] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2033/2064] Compiling AsyncHTTPClient RequestBodyLength.swift
[2034/2064] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2035/2064] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2036/2064] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2037/2064] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2038/2064] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2039/2064] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2040/2064] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2041/2064] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2042/2064] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2043/2064] Compiling AsyncHTTPClient RequestBag.swift
[2044/2064] Compiling AsyncHTTPClient RequestValidation.swift
[2045/2064] Compiling AsyncHTTPClient SSLContextCache.swift
[2046/2064] Compiling AsyncHTTPClient Scheme.swift
[2047/2064] Compiling AsyncHTTPClient Singleton.swift
[2048/2064] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2049/2064] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2050/2064] Compiling AsyncHTTPClient Utils.swift
[2051/2064] Compiling AsyncHTTPClient HTTPClient.swift
[2052/2064] Compiling AsyncHTTPClient HTTPHandler.swift
[2053/2064] Compiling AsyncHTTPClient LRUCache.swift
[2054/2064] Compiling AsyncHTTPClient NWErrorHandler.swift
[2055/2064] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2056/2064] Compiling AsyncHTTPClient TLSConfiguration.swift
[2057/2064] Compiling AsyncHTTPClient RedirectState.swift
[2058/2064] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2059/2065] Wrapping AST for AsyncHTTPClient for debugging
[2061/2234] Compiling Vapor Request+Body.swift
[2062/2234] Compiling Vapor Request+BodyStream.swift
[2063/2234] Compiling Vapor Request.swift
[2064/2234] Compiling Vapor Application+Responder.swift
[2065/2234] Compiling Vapor DefaultResponder.swift
[2066/2234] Compiling Vapor Response+Body.swift
[2067/2234] Compiling Vapor Response.swift
[2068/2234] Compiling Vapor ResponseCodable.swift
[2069/2234] Compiling Vapor Application+Routes.swift
[2070/2234] Compiling Vapor Parameters+Require.swift
[2071/2234] Compiling Vapor Request+WebSocket.swift
[2072/2234] Compiling Vapor Route.swift
[2073/2234] Compiling Vapor RouteCollection.swift
[2074/2234] Compiling Vapor Routes.swift
[2075/2234] Compiling Vapor RoutesBuilder+Group.swift
[2076/2234] Compiling Vapor RoutesBuilder+Method.swift
[2077/2234] Compiling Vapor RoutesBuilder+Middleware.swift
[2078/2234] Compiling Vapor RoutesBuilder+WebSocket.swift
[2079/2234] Compiling Vapor RoutesBuilder.swift
[2080/2234] Compiling Vapor OTP.swift
[2081/2234] Compiling Vapor Application+Servers.swift
[2082/2234] Compiling Vapor Server.swift
[2083/2234] Compiling Vapor App+Service.swift
[2084/2234] Compiling Vapor Req+Service.swift
[2085/2258] Compiling Vapor AsyncBasicResponder.swift
[2086/2258] Compiling Vapor AsyncMiddleware.swift
[2087/2258] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2088/2258] Compiling Vapor AsyncSessionDriver.swift
[2089/2258] Compiling Vapor Authentication+Concurrency.swift
[2090/2258] Compiling Vapor Cache+Concurrency.swift
[2091/2258] Compiling Vapor Client+Concurrency.swift
[2092/2258] Compiling Vapor RequestBody+Concurrency.swift
[2093/2258] Compiling Vapor Responder+Concurrency.swift
[2094/2258] Compiling Vapor ResponseCodable+Concurrency.swift
[2095/2258] Compiling Vapor RoutesBuilder+Concurrency.swift
[2096/2258] Compiling Vapor ViewRenderer+Concurrency.swift
[2097/2258] Compiling Vapor WebSocket+Concurrency.swift
[2098/2258] Compiling Vapor ContainerGetPathExecutor.swift
[2099/2258] Compiling Vapor Content.swift
[2100/2258] Compiling Vapor ContentCoders.swift
[2101/2258] Compiling Vapor ContentConfiguration.swift
[2102/2258] Compiling Vapor ContentContainer.swift
[2103/2258] Compiling Vapor JSONCoder+Custom.swift
[2104/2258] Compiling Vapor JSONCoders+Content.swift
[2105/2258] Compiling Vapor PlaintextDecoder.swift
[2106/2258] Compiling Vapor PlaintextEncoder.swift
[2107/2258] Compiling Vapor URLQueryCoders.swift
[2108/2258] Compiling Vapor URLQueryContainer.swift
[2109/2282] Compiling Vapor HTTPServerResponseEncoder.swift
[2110/2282] Compiling Vapor HTTPServerUpgradeHandler.swift
[2111/2282] Compiling Vapor Logger+Report.swift
[2112/2282] Compiling Vapor LoggingSystem+Environment.swift
[2113/2282] Compiling Vapor Application+Middleware.swift
[2114/2282] Compiling Vapor CORSMiddleware.swift
[2115/2282] Compiling Vapor ErrorMiddleware.swift
[2116/2282] Compiling Vapor FileMiddleware.swift
[2117/2282] Compiling Vapor Middleware.swift
[2118/2282] Compiling Vapor MiddlewareConfiguration.swift
[2119/2282] Compiling Vapor ResponseCompressionMiddleware.swift
[2120/2282] Compiling Vapor RouteLoggingMiddleware.swift
[2121/2282] Compiling Vapor TracingMiddleware.swift
[2122/2282] Compiling Vapor File+Multipart.swift
[2123/2282] Compiling Vapor FormDataDecoder+Content.swift
[2124/2282] Compiling Vapor FormDataEncoder+Content.swift
[2125/2282] Compiling Vapor Application+Password.swift
[2126/2282] Compiling Vapor Application+Passwords.swift
[2127/2282] Compiling Vapor AsyncPasswordHasher.swift
[2128/2282] Compiling Vapor BcryptHasher.swift
[2129/2282] Compiling Vapor PasswordHasher.swift
[2130/2282] Compiling Vapor PlaintextHasher.swift
[2131/2282] Compiling Vapor Request+Password.swift
[2132/2282] Compiling Vapor Redirect.swift
[2133/2282] Compiling Vapor Validator.swift
[2134/2282] Compiling Vapor ValidatorResult.swift
[2135/2282] Compiling Vapor And.swift
[2136/2282] Compiling Vapor Case.swift
[2137/2282] Compiling Vapor CharacterSet.swift
[2138/2282] Compiling Vapor Count.swift
[2139/2282] Compiling Vapor Custom.swift
[2140/2282] Compiling Vapor Email.swift
[2141/2282] Compiling Vapor Empty.swift
[2142/2282] Compiling Vapor In.swift
[2143/2282] Compiling Vapor Nil.swift
[2144/2282] Compiling Vapor NilIgnoring.swift
[2145/2282] Compiling Vapor Not.swift
[2146/2282] Compiling Vapor Or.swift
[2147/2282] Compiling Vapor Pattern.swift
[2148/2282] Compiling Vapor Range.swift
[2149/2282] Compiling Vapor URL.swift
[2150/2282] Compiling Vapor Valid.swift
[2151/2282] Compiling Vapor Application+Views.swift
[2152/2282] Compiling Vapor PlaintextRenderer.swift
[2153/2282] Compiling Vapor Request+View.swift
[2154/2282] Compiling Vapor View.swift
[2155/2282] Compiling Vapor ViewRenderer.swift
[2156/2282] Compiling Vapor _Deprecations.swift
[2157/2282] Emitting module Vapor
[2158/2282] Compiling Vapor Bytes+Hex.swift
[2159/2282] Compiling Vapor Bytes+SecureCompare.swift
[2160/2282] Compiling Vapor Collection+Safe.swift
[2161/2282] Compiling Vapor DataProtocol+Copy.swift
[2162/2282] Compiling Vapor DecoderUnwrapper.swift
[2163/2282] Compiling Vapor DirectoryConfiguration.swift
[2164/2282] Compiling Vapor DotEnv.swift
[2165/2282] Compiling Vapor Extendable.swift
[2166/2282] Compiling Vapor File.swift
[2167/2282] Compiling Vapor FileIO.swift
[2168/2282] Compiling Vapor LifecycleHandler.swift
[2169/2282] Compiling Vapor OptionalType.swift
[2170/2282] Compiling Vapor RFC1123.swift
[2171/2282] Compiling Vapor SocketAddress+Hostname.swift
[2172/2282] Compiling Vapor Storage.swift
[2173/2282] Compiling Vapor String+IsIPAddress.swift
[2174/2282] Compiling Vapor Thread.swift
[2175/2282] Compiling Vapor URI.swift
[2176/2282] Compiling Vapor RangeResult.swift
[2177/2282] Compiling Vapor Validatable.swift
[2178/2282] Compiling Vapor Validation.swift
[2179/2282] Compiling Vapor ValidationKey.swift
[2180/2282] Compiling Vapor Validations.swift
[2181/2282] Compiling Vapor ValidationsError.swift
[2182/2282] Compiling Vapor Service.swift
[2183/2282] Compiling Vapor Application+Sessions.swift
[2184/2282] Compiling Vapor MemorySessions.swift
[2185/2282] Compiling Vapor Request+Session.swift
[2186/2282] Compiling Vapor Session.swift
[2187/2282] Compiling Vapor SessionCache.swift
[2188/2282] Compiling Vapor SessionData.swift
[2189/2282] Compiling Vapor SessionDriver.swift
[2190/2282] Compiling Vapor SessionsConfiguration.swift
[2191/2282] Compiling Vapor SessionsMiddleware.swift
[2192/2282] Compiling Vapor URLEncodedFormData.swift
[2193/2282] Compiling Vapor URLEncodedFormDecoder.swift
[2194/2282] Compiling Vapor URLEncodedFormEncoder.swift
[2195/2282] Compiling Vapor URLEncodedFormError.swift
[2196/2282] Compiling Vapor URLEncodedFormParser.swift
[2197/2282] Compiling Vapor URLEncodedFormSerializer.swift
[2198/2282] Compiling Vapor URLQueryFragmentConvertible.swift
[2199/2282] Compiling Vapor AnyResponse.swift
[2200/2282] Compiling Vapor Array+Random.swift
[2201/2282] Compiling Vapor Base32.swift
[2202/2282] Compiling Vapor Base64.swift
[2203/2282] Compiling Vapor BaseN.swift
[2204/2282] Compiling Vapor BasicCodingKey.swift
[2205/2282] Compiling Vapor ByteCount.swift
[2206/2282] Compiling Vapor Core.swift
[2207/2282] Compiling Vapor Running.swift
[2208/2282] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2209/2282] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2210/2282] Compiling Vapor DotEnvFile+load.swift
[2211/2282] Compiling Vapor Routes+caseInsenstive.swift
[2212/2282] Compiling Vapor Validatable+validate.swift
[2213/2282] Compiling Vapor Environment+Process.swift
[2214/2282] Compiling Vapor Environment+Secret.swift
[2215/2282] Compiling Vapor Environment.swift
[2216/2282] Compiling Vapor Abort.swift
[2217/2282] Compiling Vapor AbortError.swift
[2218/2282] Compiling Vapor DebuggableError.swift
[2219/2282] Compiling Vapor Demangler.swift
[2220/2282] Compiling Vapor ErrorSource.swift
[2221/2282] Compiling Vapor StackTrace.swift
[2222/2282] Compiling Vapor Exports.swift
[2223/2282] Compiling Vapor Application+HTTP.swift
[2224/2282] Compiling Vapor BasicResponder.swift
[2225/2282] Compiling Vapor BodyStream.swift
[2226/2282] Compiling Vapor Application+HTTP+Client.swift
[2227/2282] Compiling Vapor EventLoopHTTPClient.swift
[2228/2282] Compiling Vapor EndpointCache.swift
[2229/2282] Compiling Vapor HTTPMethod+String.swift
[2230/2282] Compiling Vapor Application.swift
[2231/2282] Compiling Vapor AuthenticationCache.swift
[2232/2282] Compiling Vapor Authenticator.swift
[2233/2282] Compiling Vapor BasicAuthorization.swift
[2234/2282] Compiling Vapor BearerAuthorization.swift
[2235/2282] Compiling Vapor GuardMiddleware.swift
[2236/2282] Compiling Vapor RedirectMiddleware.swift
[2237/2282] Compiling Vapor SessionAuthenticatable.swift
[2238/2282] Compiling Vapor Bcrypt.swift
[2239/2282] Compiling Vapor Application+Cache.swift
[2240/2282] Compiling Vapor Cache.swift
[2241/2282] Compiling Vapor CacheExpirationTime.swift
[2242/2282] Compiling Vapor MemoryCache.swift
[2243/2282] Compiling Vapor Request+Cache.swift
[2244/2282] Compiling Vapor Application+Clients.swift
[2245/2282] Compiling Vapor Client.swift
[2246/2282] Compiling Vapor ClientRequest.swift
[2247/2282] Compiling Vapor ClientResponse.swift
[2248/2282] Compiling Vapor Request+Client.swift
[2249/2282] Compiling Vapor BootCommand.swift
[2250/2282] Compiling Vapor CommandContext+Application.swift
[2251/2282] Compiling Vapor RoutesCommand.swift
[2252/2282] Compiling Vapor ServeCommand.swift
[2253/2282] Compiling Vapor AnyResponse+Concurrency.swift
[2254/2282] Compiling Vapor HTTPStatus.swift
[2255/2282] Compiling Vapor HTTPCookies.swift
[2256/2282] Compiling Vapor HTTPHeaderCacheControl.swift
[2257/2282] Compiling Vapor HTTPHeaderExpires.swift
[2258/2282] Compiling Vapor HTTPHeaderLastModified.swift
[2259/2282] Compiling Vapor HTTPHeaders+Cache.swift
[2260/2282] Compiling Vapor HTTPHeaders+Connection.swift
[2261/2282] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2262/2282] Compiling Vapor HTTPHeaders+ContentRange.swift
[2263/2282] Compiling Vapor HTTPHeaders+Directive.swift
[2264/2282] Compiling Vapor HTTPHeaders+Forwarded.swift
[2265/2282] Compiling Vapor HTTPHeaders+Link.swift
[2266/2282] Compiling Vapor HTTPHeaders+Name.swift
[2267/2282] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2268/2282] Compiling Vapor HTTPHeaders.swift
[2269/2282] Compiling Vapor HTTPMediaType.swift
[2270/2282] Compiling Vapor HTTPMediaTypePreference.swift
[2271/2282] Compiling Vapor Responder.swift
[2272/2282] Compiling Vapor Application+HTTP+Server.swift
[2273/2282] Compiling Vapor HTTPServer.swift
[2274/2282] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2275/2282] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2276/2282] Compiling Vapor HTTPServerHandler.swift
[2277/2282] Compiling Vapor HTTPServerRequestDecoder.swift
[2278/2283] Wrapping AST for Vapor for debugging
[2280/2285] Emitting module HtmlVaporSupport
/host/spi-builder-workspace/Sources/HtmlVaporSupport/HtmlVaporSupport.swift:4:1: warning: extension declares a conformance of imported type 'Node' to imported protocol 'ResponseEncodable'; this will not behave correctly if the owners of 'Html' introduce this conformance in the future
 2 | import Vapor
 3 |
 4 | extension Html.Node: ResponseEncodable {
   | |- warning: extension declares a conformance of imported type 'Node' to imported protocol 'ResponseEncodable'; this will not behave correctly if the owners of 'Html' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |   public func encodeResponse(for request: Request) -> EventLoopFuture<Response> {
 6 |     var headers = HTTPHeaders()
/host/spi-builder-workspace/Sources/HtmlVaporSupport/HtmlVaporSupport.swift:17:1: warning: extension declares a conformance of imported type 'Node' to imported protocol 'AsyncResponseEncodable'; this will not behave correctly if the owners of 'Html' introduce this conformance in the future
15 |
16 | #if compiler(>=5.5) && canImport(_Concurrency)
17 | extension Html.Node: AsyncResponseEncodable {
   | |- warning: extension declares a conformance of imported type 'Node' to imported protocol 'AsyncResponseEncodable'; this will not behave correctly if the owners of 'Html' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 | 	public func encodeResponse(for request: Request) async throws -> Response {
19 | 		try await encodeResponse(for: request).get()
[2281/2285] Compiling HtmlVaporSupport HtmlVaporSupport.swift
/host/spi-builder-workspace/Sources/HtmlVaporSupport/HtmlVaporSupport.swift:4:1: warning: extension declares a conformance of imported type 'Node' to imported protocol 'ResponseEncodable'; this will not behave correctly if the owners of 'Html' introduce this conformance in the future
 2 | import Vapor
 3 |
 4 | extension Html.Node: ResponseEncodable {
   | |- warning: extension declares a conformance of imported type 'Node' to imported protocol 'ResponseEncodable'; this will not behave correctly if the owners of 'Html' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |   public func encodeResponse(for request: Request) -> EventLoopFuture<Response> {
 6 |     var headers = HTTPHeaders()
/host/spi-builder-workspace/Sources/HtmlVaporSupport/HtmlVaporSupport.swift:17:1: warning: extension declares a conformance of imported type 'Node' to imported protocol 'AsyncResponseEncodable'; this will not behave correctly if the owners of 'Html' introduce this conformance in the future
15 |
16 | #if compiler(>=5.5) && canImport(_Concurrency)
17 | extension Html.Node: AsyncResponseEncodable {
   | |- warning: extension declares a conformance of imported type 'Node' to imported protocol 'AsyncResponseEncodable'; this will not behave correctly if the owners of 'Html' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
18 | 	public func encodeResponse(for request: Request) async throws -> Response {
19 | 		try await encodeResponse(for: request).get()
[2282/2286] Wrapping AST for HtmlVaporSupport for debugging
[2284/2294] Compiling HtmlVaporSupportExample Usage.swift
[2285/2294] Compiling HtmlVaporSupportExample main.swift
/host/spi-builder-workspace/Sources/HtmlVaporSupportExample/main.swift:6:11: warning: 'init(_:_:)' is deprecated: Migrate to using the async APIs. Use use Application.make(_:_:) instead
 4 | var env = try Environment.detect()
 5 | try LoggingSystem.bootstrap(from: &env)
 6 | let app = Application(env)
   |           `- warning: 'init(_:_:)' is deprecated: Migrate to using the async APIs. Use use Application.make(_:_:) instead
 7 | defer { app.shutdown() }
 8 |
[2286/2294] Compiling HtmlVaporSupportExample Layout.swift
[2287/2294] Compiling HtmlVaporSupportExample Stylesheet.swift
[2288/2294] Compiling HtmlVaporSupportExample Installation.swift
[2289/2294] Compiling HtmlVaporSupportExample Home.swift
[2290/2294] Compiling HtmlVaporSupportExample AdvancedUsage.swift
[2291/2294] Emitting module HtmlVaporSupportExample
/host/spi-builder-workspace/Sources/HtmlVaporSupportExample/main.swift:6:11: warning: 'init(_:_:)' is deprecated: Migrate to using the async APIs. Use use Application.make(_:_:) instead
 4 | var env = try Environment.detect()
 5 | try LoggingSystem.bootstrap(from: &env)
 6 | let app = Application(env)
   |           `- warning: 'init(_:_:)' is deprecated: Migrate to using the async APIs. Use use Application.make(_:_:) instead
 7 | defer { app.shutdown() }
 8 |
[2292/2295] Wrapping AST for HtmlVaporSupportExample for debugging
[2293/2295] Write Objects.LinkFileList
[2294/2295] Linking HtmlVaporSupportExample
Build complete! (424.70s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-html",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-html"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor"
    }
  ],
  "manifest_display_name" : "swift-html-vapor",
  "name" : "swift-html-vapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "HtmlVaporSupport",
      "targets" : [
        "HtmlVaporSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HtmlVaporSupportExample",
      "targets" : [
        "HtmlVaporSupportExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HtmlVaporSupportTests",
      "module_type" : "SwiftTarget",
      "name" : "HtmlVaporSupportTests",
      "path" : "Tests/HtmlVaporSupportTests",
      "sources" : [
        "HtmlVaporSupportTests.swift"
      ],
      "target_dependencies" : [
        "HtmlVaporSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HtmlVaporSupportExample",
      "module_type" : "SwiftTarget",
      "name" : "HtmlVaporSupportExample",
      "path" : "Sources/HtmlVaporSupportExample",
      "product_memberships" : [
        "HtmlVaporSupportExample"
      ],
      "sources" : [
        "AdvancedUsage.swift",
        "Home.swift",
        "Installation.swift",
        "Layout.swift",
        "Stylesheet.swift",
        "Usage.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "HtmlVaporSupport"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HtmlVaporSupport",
      "module_type" : "SwiftTarget",
      "name" : "HtmlVaporSupport",
      "path" : "Sources/HtmlVaporSupport",
      "product_dependencies" : [
        "Html",
        "Vapor"
      ],
      "product_memberships" : [
        "HtmlVaporSupport",
        "HtmlVaporSupportExample"
      ],
      "sources" : [
        "HtmlVaporSupport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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.