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 0.5.0 (2e4685), with Swift 6.1 for Linux on 28 Apr 2025 20:46:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-html-vapor.git
Reference: 0.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pointfreeco/swift-html-vapor
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 2e46851 Update CI (#17)
Cloned https://github.com/pointfreeco/swift-html-vapor.git
Revision (git rev-parse @):
2e46851c978dcf5058b1cdcdd5c50a4093b43f72
SUCCESS checkout https://github.com/pointfreeco/swift-html-vapor.git at 0.5.0
========================================
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor
Fetching https://github.com/pointfreeco/swift-html
[1/1250] Fetching swift-html
[1251/75587] Fetching swift-html, vapor
Fetched https://github.com/pointfreeco/swift-html from cache (2.21s)
Fetched https://github.com/vapor/vapor from cache (2.25s)
Computing version for https://github.com/pointfreeco/swift-html
Computed https://github.com/pointfreeco/swift-html at 0.5.0 (2.87s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.90s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (2.46s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.35s)
[1/70245] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.80s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (6.34s)
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.67s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.45s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.53s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.114.1 (0.66s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1063] Fetching swift-service-context
[1064/6037] Fetching swift-service-context, swift-distributed-tracing
[2059/11940] Fetching swift-service-context, swift-distributed-tracing, swift-algorithms
[2812/14536] Fetching swift-service-context, swift-distributed-tracing, swift-algorithms, websocket-kit
[4311/17744] Fetching swift-service-context, swift-distributed-tracing, swift-algorithms, websocket-kit, multipart-kit
[5014/19449] Fetching swift-service-context, swift-distributed-tracing, swift-algorithms, websocket-kit, multipart-kit, swift-atomics
Fetched https://github.com/vapor/websocket-kit.git from cache (0.39s)
Fetching https://github.com/apple/swift-metrics.git
[14737/19053] Fetching swift-service-context, swift-distributed-tracing, swift-algorithms, multipart-kit, swift-atomics, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.44s)
Fetching https://github.com/apple/swift-log.git
[14737/20689] Fetching swift-service-context, swift-distributed-tracing, swift-algorithms, multipart-kit, swift-atomics, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio-extras.git
[14768/16853] Fetching swift-service-context, swift-distributed-tracing, swift-algorithms, multipart-kit, swift-atomics
[16854/22515] Fetching swift-service-context, swift-distributed-tracing, swift-algorithms, multipart-kit, swift-atomics, swift-nio-extras
Fetched https://github.com/apple/swift-atomics.git from cache (1.93s)
Fetched https://github.com/apple/swift-service-context.git from cache (1.94s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.94s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.95s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.63s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.08s)
Fetching https://github.com/vapor/console-kit.git
[1/11492] Fetching swift-nio-http2
[346/25276] Fetching swift-nio-http2, swift-crypto
[2185/30761] Fetching swift-nio-http2, swift-crypto, console-kit
[6348/45554] Fetching swift-nio-http2, swift-crypto, console-kit, swift-nio-ssl
[10312/121078] Fetching swift-nio-http2, swift-crypto, console-kit, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/console-kit.git from cache (0.63s)
[10090/115593] Fetching swift-nio-http2, swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
[25447/117963] Fetching swift-nio-http2, swift-crypto, swift-nio-ssl, swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.53s)
[34022/115593] Fetching swift-nio-http2, swift-crypto, swift-nio-ssl, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
[56690/129448] Fetching swift-nio-http2, swift-crypto, swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.16s)
[62752/117956] Fetching swift-crypto, swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.11s)
[79179/104101] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.82s)
[70681/90317] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.97s)
[58154/75524] Fetching swift-nio
[59665/96251] Fetching swift-nio, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.11s)
Fetched https://github.com/apple/swift-nio.git from cache (7.81s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (10.32s)
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
[3963/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.16s)
Fetched https://github.com/apple/swift-collections.git from cache (1.18s)
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.75s)
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.58s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.53s)
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.33s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.90s)
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.95s)
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.63s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.27s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.28s)
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.97s)
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.54s)
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.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.79s)
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.75s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.57s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.76s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.66s)
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.55s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.55s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.76s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.95s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.63s)
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/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-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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/pointfreeco/swift-html
Working copy of https://github.com/pointfreeco/swift-html resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Building for debugging...
[0/888] Write sources
[9/888] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[9/888] Write sources
[11/888] Compiling _NumericsShims _NumericsShims.c
[12/888] Write sources
[16/888] Compiling _AtomicsShims.c
[17/888] Write sources
[56/888] Compiling CVaporBcrypt blf.c
[57/888] Compiling CVaporBcrypt bcrypt.c
[58/888] Write swift-version-24593BA9C3E375BF.txt
[59/888] Compiling CSystem shims.c
[60/888] Compiling a_dup.cc
[61/888] Compiling CNIOWindows shim.c
[62/888] Compiling a_d2i_fp.cc
[63/888] Compiling a_bitstr.cc
[64/894] Compiling a_i2d_fp.cc
[65/894] Compiling a_bool.cc
[66/922] Compiling a_gentm.cc
[68/970] Emitting module InternalCollectionsUtilities
[69/972] Emitting module SystemPackage
[70/975] Compiling SystemPackage Util+StringArray.swift
[71/975] Compiling SystemPackage Util.swift
[72/975] Compiling SystemPackage UtilConsumers.swift
[73/975] Emitting module _NIOBase64
[74/975] Compiling _NIOBase64 Base64.swift
[75/976] Compiling ServiceContextModule ServiceContext.swift
[76/976] Emitting module ServiceContextModule
[78/976] Compiling RealModule Float+Real.swift
[79/977] Compiling SystemPackage MachPort.swift
[80/977] Compiling SystemPackage PlatformString.swift
[81/977] Compiling SystemPackage SystemString.swift
[82/977] Compiling _NIODataStructures PriorityQueue.swift
[83/977] Compiling RealModule RealFunctions.swift
[84/977] Compiling _NIODataStructures _TinyArray.swift
[85/977] Compiling ServiceContextModule ServiceContextKey.swift
[86/978] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[87/978] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/978] Compiling InternalCollectionsUtilities _SortedCollection.swift
[89/978] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[90/978] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/978] Compiling InternalCollectionsUtilities Specialize.swift
[92/978] Compiling Html DebugXmlRender.swift
[93/978] Compiling Html Elements.swift
[94/978] Compiling InternalCollectionsUtilities Debugging.swift
[95/978] Compiling InternalCollectionsUtilities Descriptions.swift
[96/978] Compiling Html HtmlRender.swift
[97/978] Compiling Html MediaType.swift
[98/978] Compiling Html Aria.swift
[99/978] Compiling Html Attributes.swift
[100/978] Compiling Html ChildOf.swift
[101/978] Compiling Html DebugRender.swift
[102/978] Compiling Html Events.swift
[103/978] Compiling Html Html4.swift
[104/978] Emitting module RealModule
[113/979] Compiling RealModule ElementaryFunctions.swift
[114/979] Compiling RealModule Float80+Real.swift
[115/979] Compiling RealModule Float16+Real.swift
[116/979] Compiling RealModule Real.swift
[131/980] Compiling Html Tag.swift
[133/1003] Compiling Html XmlRender.swift
[134/1074] Compiling _RopeModule BigString+Chunk.swift
[135/1074] Compiling _RopeModule BigString+BidirectionalCollection.swift
[136/1074] Compiling Html Node.swift
[137/1077] Emitting module Instrumentation
[138/1077] Compiling Instrumentation Instrument.swift
[140/1077] Compiling _RopeModule BigString+Builder.swift
[141/1079] Compiling _RopeModule BigString+Iterators.swift
[142/1079] Compiling _RopeModule BigString+Metrics.swift
[143/1079] Compiling _RopeModule BigString+Ingester.swift
[144/1079] Compiling _RopeModule BigString+Invariants.swift
[145/1079] Compiling Instrumentation NoOpInstrument.swift
[146/1079] Compiling Instrumentation MultiplexInstrument.swift
[147/1079] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[148/1079] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[149/1079] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[150/1079] Compiling _RopeModule BigString+Chunk+Splitting.swift
[151/1079] Compiling _RopeModule BigString+Chunk+Counts.swift
[152/1079] Compiling _RopeModule BigString+Chunk+Description.swift
[153/1079] Compiling Instrumentation Locks.swift
[154/1079] Compiling Instrumentation InstrumentationSystem.swift
[155/1080] Compiling Atomics IntegerOperations.swift
[156/1080] Compiling Atomics Unmanaged extensions.swift
[157/1080] Compiling Logging MetadataProvider.swift
[158/1080] Emitting module _NIODataStructures
[159/1080] Compiling _NIODataStructures Heap.swift
[160/1080] Emitting module Logging
[161/1080] Compiling Logging Locks.swift
[162/1081] Compiling _RopeModule BigString+Comparable.swift
[163/1081] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[164/1081] Compiling _RopeModule BigString+CustomStringConvertible.swift
[165/1081] Compiling _RopeModule BigString+Equatable.swift
[170/1081] Compiling Logging LogHandler.swift
[172/1082] Compiling Logging Logging.swift
[173/1082] Compiling _RopeModule BigString+Contents.swift
[174/1082] Compiling _RopeModule BigString+Debugging.swift
[175/1082] Compiling _RopeModule BigString+Index.swift
[185/1083] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[186/1083] Compiling _RopeModule BigString+Hashing.swift
[187/1083] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[188/1083] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[189/1083] Compiling _RopeModule BigString+Sequence.swift
[190/1083] Compiling _RopeModule BigString+TextOutputStream.swift
[192/1153] Compiling CoreMetrics Locks.swift
[193/1153] Emitting module CoreMetrics
[194/1153] Compiling CoreMetrics Metrics.swift
[195/1169] Compiling Tracing TracingTime.swift
[196/1169] Compiling RoutingKit PathComponent.swift
[198/1169] Compiling RoutingKit AnyRouter.swift
[199/1169] Compiling HeapModule Heap+Descriptions.swift
[200/1169] Compiling RoutingKit Router.swift
[201/1169] Compiling RoutingKit TrieRouter.swift
[202/1169] Compiling HeapModule _HeapNode.swift
[203/1187] Compiling Tracing InstrumentationSystem+Tracing.swift
[204/1187] Compiling Tracing NoOpTracer.swift
[205/1245] Compiling HeapModule Heap.swift
[206/1245] Emitting module Tracing
[207/1245] Compiling HeapModule Heap+Invariants.swift
[208/1245] Compiling HeapModule Heap+UnsafeHandle.swift
[209/1245] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[210/1245] Compiling HashTreeCollections _AncestorHashSlots.swift
[211/1245] Compiling HashTreeCollections _Bitmap.swift
[212/1245] Compiling HashTreeCollections _Bucket.swift
[213/1245] Compiling HashTreeCollections _Hash.swift
[214/1245] Compiling HashTreeCollections _HashLevel.swift
[215/1245] Compiling HashTreeCollections _HashNode+Builder.swift
[216/1245] Compiling HashTreeCollections _HashNode+Debugging.swift
[217/1245] Compiling HashTreeCollections _HashNode+Initializers.swift
[218/1252] Compiling HashTreeCollections _HashNode+Structural union.swift
[219/1252] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[220/1252] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[221/1252] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[222/1252] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[223/1252] Compiling HashTreeCollections _HashNode.swift
[224/1252] Compiling HashTreeCollections _HashNodeHeader.swift
[225/1252] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[226/1252] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[227/1252] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[228/1252] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[229/1252] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[230/1252] Compiling HashTreeCollections _HashNode+Structural merge.swift
[231/1252] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[232/1252] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[233/1252] Emitting module HeapModule
[235/1253] Compiling Tracing TracerProtocol.swift
[236/1253] Compiling Tracing Tracer.swift
[237/1253] Compiling Tracing TracerProtocol+Legacy.swift
[238/1255] Compiling HashTreeCollections TreeDictionary+Filter.swift
[239/1255] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[240/1255] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[241/1255] Compiling HashTreeCollections TreeDictionary+Keys.swift
[242/1255] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[243/1255] Compiling HashTreeCollections TreeDictionary+Merge.swift
[244/1255] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[245/1255] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[246/1255] Compiling HashTreeCollections _HashSlot.swift
[247/1255] Compiling HashTreeCollections _HashStack.swift
[248/1255] Compiling HashTreeCollections _HashTreeIterator.swift
[249/1255] Compiling HashTreeCollections _HashTreeStatistics.swift
[250/1255] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[251/1255] Compiling HashTreeCollections _RawHashNode.swift
[252/1255] Compiling HashTreeCollections _UnmanagedHashNode.swift
[253/1255] Compiling HashTreeCollections _UnsafePath.swift
[254/1255] Compiling HashTreeCollections TreeDictionary+Codable.swift
[255/1255] Compiling HashTreeCollections TreeDictionary+Collection.swift
[256/1255] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[257/1255] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[258/1255] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[259/1255] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[260/1255] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[261/1255] Compiling Tracing SpanProtocol.swift
[262/1256] Compiling HashTreeCollections TreeSet+Hashable.swift
[263/1256] Compiling HashTreeCollections TreeSet+Sendable.swift
[264/1256] Compiling HashTreeCollections TreeSet+Sequence.swift
[265/1256] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[266/1256] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[267/1256] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[268/1256] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[269/1256] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[270/1256] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[271/1256] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[279/1266] Compiling OrderedCollections OrderedSet+Sendable.swift
[280/1266] Compiling OrderedCollections OrderedSet+SubSequence.swift
[281/1266] Compiling OrderedCollections OrderedSet+Testing.swift
[291/1281] Compiling DequeModule Deque+Codable.swift
[292/1281] Compiling DequeModule Deque+Collection.swift
[293/1281] Compiling DequeModule Deque+CustomReflectable.swift
[294/1281] Compiling DequeModule Deque+Descriptions.swift
[295/1281] Compiling DequeModule Deque+Equatable.swift
[296/1281] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[297/1281] Compiling DequeModule Deque+Extras.swift
[298/1281] Compiling DequeModule Deque+Hashable.swift
[299/1281] Compiling DequeModule Deque._UnsafeHandle.swift
[300/1281] Compiling DequeModule Deque.swift
[301/1281] Compiling DequeModule Deque+Testing.swift
[302/1281] Compiling DequeModule Deque._Storage.swift
[303/1281] Compiling DequeModule _DequeBuffer.swift
[304/1281] Compiling DequeModule _DequeBufferHeader.swift
[305/1281] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[306/1281] Compiling HashTreeCollections _HashNode+Structural filter.swift
[317/1283] Emitting module Html
[318/1284] Emitting module RoutingKit
[319/1284] Compiling RoutingKit Parameters.swift
[320/1285] Emitting module OrderedCollections
[323/1285] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[324/1285] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[325/1285] Compiling OrderedCollections OrderedSet.swift
[326/1285] Compiling OrderedCollections _UnsafeBitset.swift
[327/1285] Compiling HashTreeCollections TreeSet+Equatable.swift
[328/1285] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[329/1285] Compiling HashTreeCollections TreeSet+Extras.swift
[330/1285] Compiling HashTreeCollections TreeSet+Filter.swift
[346/1310] Compiling Algorithms FlattenCollection.swift
[347/1310] Compiling Algorithms Grouped.swift
[348/1310] Compiling Algorithms Indexed.swift
[349/1310] Compiling Algorithms Intersperse.swift
[350/1310] Compiling Algorithms Joined.swift
[351/1310] Compiling Algorithms Keyed.swift
[352/1310] Compiling Algorithms MinMax.swift
[353/1310] Compiling Algorithms Partition.swift
[354/1363] Emitting module Atomics
[362/1364] Compiling BitCollections BitSet+BidirectionalCollection.swift
[363/1364] Compiling BitCollections BitSet+Codable.swift
[364/1364] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[365/1364] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[366/1364] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[367/1364] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[368/1364] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[369/1364] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[370/1364] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[371/1364] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[372/1364] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[373/1364] Compiling HashTreeCollections TreeSet.swift
[374/1364] Emitting module Metrics
[375/1364] Compiling Metrics Metrics.swift
[378/1365] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[379/1365] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[380/1365] Compiling BitCollections BitArray+Extras.swift
[381/1365] Compiling BitCollections BitArray+Fill.swift
[382/1365] Compiling BitCollections BitArray+Hashable.swift
[383/1365] Compiling BitCollections BitArray+Initializers.swift
[383/1366] Wrapping AST for _NIODataStructures for debugging
[384/1366] Wrapping AST for _NIOBase64 for debugging
[386/1366] Wrapping AST for SystemPackage for debugging
[387/1366] Wrapping AST for Tracing for debugging
[389/1366] Compiling BitCollections BitArray+RandomBits.swift
[390/1366] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[391/1366] Compiling BitCollections BitArray+Shifts.swift
[392/1366] Compiling BitCollections BitArray+Testing.swift
[393/1366] Compiling BitCollections BitArray+Invariants.swift
[394/1366] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[396/1366] Wrapping AST for ServiceContextModule for debugging
[397/1366] Wrapping AST for RoutingKit for debugging
[407/1366] Wrapping AST for RealModule for debugging
[408/1366] Wrapping AST for Metrics for debugging
[409/1366] Wrapping AST for OrderedCollections for debugging
[411/1366] Emitting module _RopeModule
[412/1366] Compiling BitCollections BitSet+CustomStringConvertible.swift
[413/1366] Compiling BitCollections BitSet+Equatable.swift
[414/1366] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[415/1366] Compiling BitCollections BitSet+Extras.swift
[416/1366] Compiling BitCollections BitSet+Hashable.swift
[417/1366] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[418/1366] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[419/1366] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[420/1366] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[421/1366] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[422/1366] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[423/1366] Emitting module DequeModule
[423/1367] Wrapping AST for InternalCollectionsUtilities for debugging
[424/1367] Wrapping AST for Instrumentation for debugging
[426/1367] Wrapping AST for Logging for debugging
[427/1367] Compiling CNIOWindows WSAStartup.c
[428/1367] Wrapping AST for Html for debugging
[429/1367] Compiling CNIOWASI CNIOWASI.c
[430/1367] Wrapping AST for CoreMetrics for debugging
[432/1367] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[433/1367] Compiling BitCollections BitSet+CustomReflectable.swift
[439/1367] Compiling BitCollections BitSet+Initializers.swift
[440/1367] Compiling BitCollections BitSet+Invariants.swift
[441/1367] Compiling BitCollections BitSet+Random.swift
[442/1367] Compiling BitCollections BitSet+SetAlgebra basics.swift
[443/1367] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[444/1367] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[445/1367] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[446/1374] Emitting module BitCollections
[446/1374] Compiling CNIOSHA1 c_nio_sha1.c
[447/1374] Wrapping AST for HeapModule for debugging
[448/1374] Compiling CNIOLinux liburing_shims.c
[449/1374] Compiling CNIOLinux shim.c
[450/1374] Wrapping AST for DequeModule for debugging
[451/1374] Compiling CNIOLLHTTP c_nio_http.c
[452/1374] Compiling CNIOExtrasZlib empty.c
[453/1374] Compiling CNIODarwin shim.c
[455/1374] Compiling BitCollections BitArray+CustomReflectable.swift
[456/1374] Compiling BitCollections BitArray+Descriptions.swift
[457/1374] Compiling BitCollections BitArray+Equatable.swift
[458/1374] Compiling BitCollections BitArray+Codable.swift
[459/1374] Compiling BitCollections BitArray+Collection.swift
[460/1374] Compiling BitCollections BitArray+Copy.swift
[460/1377] Compiling CNIOLLHTTP c_nio_api.c
[461/1377] Compiling fiat_p256_adx_sqr.S
[462/1377] Compiling fiat_p256_adx_mul.S
[463/1377] Compiling fiat_curve25519_adx_square.S
[464/1377] Compiling fiat_curve25519_adx_mul.S
[472/1377] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[473/1377] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[474/1377] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[475/1377] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[476/1377] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[477/1377] Compiling BitCollections BitSet+SetAlgebra union.swift
[478/1377] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[479/1377] Compiling BitCollections BitSet.Counted.swift
[480/1377] Compiling BitCollections BitArray._UnsafeHandle.swift
[481/1377] Compiling BitCollections BitArray.swift
[484/1377] Compiling BitCollections BitArray+BitwiseOperations.swift
[485/1377] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[485/1377] Compiling CNIOBoringSSLShims shims.c
[486/1377] Compiling CNIOLLHTTP c_nio_llhttp.c
[536/1377] Compiling Algorithms Trim.swift
[537/1377] Compiling Algorithms Unique.swift
[538/1377] Compiling Algorithms Windows.swift
[545/1377] Emitting module HashTreeCollections
[558/1378] Compiling BitCollections BitSet.Index.swift
[559/1378] Compiling BitCollections BitSet._UnsafeHandle.swift
[560/1378] Compiling BitCollections BitSet.swift
[561/1378] Compiling BitCollections Range+Utilities.swift
[562/1378] Compiling BitCollections Slice+Utilities.swift
[563/1378] Compiling BitCollections UInt+Tricks.swift
[564/1378] Compiling BitCollections _Word.swift
[564/1379] Compiling tls_method.cc
[566/1379] Wrapping AST for HashTreeCollections for debugging
[591/1382] Compiling tls13_enc.cc
[593/1382] Compiling Collections Collections.swift
[594/1382] Emitting module Collections
[595/1383] Wrapping AST for _RopeModule for debugging
[596/1383] Compiling tls_record.cc
[597/1383] Compiling tls13_client.cc
[598/1383] Wrapping AST for Collections for debugging
[600/1383] Emitting module Algorithms
[600/1383] Compiling tls13_server.cc
[601/1384] Compiling tls13_both.cc
[602/1384] Compiling t1_enc.cc
[604/1384] Compiling ssl_versions.cc
[605/1384] Compiling ssl_transcript.cc
[606/1384] Compiling ssl_stat.cc
[607/1384] Compiling ssl_x509.cc
[608/1384] Compiling ssl_privkey.cc
[609/1384] Compiling ssl_key_share.cc
[610/1384] Compiling ssl_lib.cc
[611/1384] Compiling ssl_session.cc
[612/1384] Compiling ssl_file.cc
[613/1384] Compiling ssl_credential.cc
[614/1384] Compiling ssl_cert.cc
[615/1384] Compiling ssl_cipher.cc
[616/1384] Compiling ssl_buffer.cc
[617/1384] Compiling ssl_asn1.cc
[618/1384] Compiling s3_pkt.cc
[619/1384] Compiling ssl_aead_ctx.cc
[620/1384] Compiling s3_lib.cc
[621/1384] Compiling s3_both.cc
[622/1384] Compiling handshake_server.cc
[623/1384] Compiling handshake.cc
[624/1384] Compiling handshake_client.cc
[625/1384] Compiling encrypted_client_hello.cc
[626/1384] Compiling handoff.cc
[627/1384] Compiling extensions.cc
[628/1384] Compiling md5-x86_64-linux.S
[629/1384] Compiling md5-x86_64-apple.S
[630/1384] Compiling md5-586-linux.S
[631/1384] Compiling md5-586-apple.S
[632/1384] Compiling dtls_record.cc
[633/1384] Compiling dtls_method.cc
[634/1384] Compiling chacha20_poly1305_x86_64-apple.S
[635/1384] Compiling chacha20_poly1305_x86_64-linux.S
[636/1384] Compiling chacha20_poly1305_armv8-win.S
[637/1384] Compiling bio_ssl.cc
[638/1384] Compiling err_data.cc
[639/1384] Compiling chacha20_poly1305_armv8-linux.S
[640/1384] Compiling chacha20_poly1305_armv8-apple.S
[641/1384] Compiling chacha-x86_64-apple.S
[642/1384] Compiling chacha-x86-linux.S
[643/1384] Compiling chacha-x86_64-linux.S
[644/1384] Compiling chacha-x86-apple.S
[645/1384] Compiling chacha-armv8-win.S
[646/1384] Compiling chacha-armv8-linux.S
[647/1384] Compiling chacha-armv8-apple.S
[648/1384] Compiling chacha-armv4-linux.S
[649/1384] Compiling d1_srtp.cc
[650/1384] Compiling aes128gcmsiv-x86_64-linux.S
[651/1384] Compiling aes128gcmsiv-x86_64-apple.S
[652/1384] Compiling x86_64-mont5-linux.S
[653/1384] Compiling x86_64-mont5-apple.S
[654/1384] Compiling d1_lib.cc
[655/1384] Compiling x86_64-mont-linux.S
[656/1384] Compiling x86-mont-linux.S
[657/1384] Compiling x86-mont-apple.S
[657/1384] Compiling x86_64-mont-apple.S
[659/1384] Compiling vpaes-x86_64-apple.S
[660/1384] Compiling vpaes-x86_64-linux.S
[661/1384] Compiling vpaes-x86-linux.S
[662/1384] Compiling vpaes-x86-apple.S
[663/1384] Compiling vpaes-armv8-linux.S
[664/1384] Compiling vpaes-armv8-win.S
[665/1384] Compiling vpaes-armv8-apple.S
[666/1384] Compiling d1_pkt.cc
[667/1384] Compiling vpaes-armv7-linux.S
[668/1384] Compiling sha512-x86_64-apple.S
[669/1384] Compiling sha512-armv4-linux.S
[670/1384] Compiling sha512-x86_64-linux.S
[671/1384] Compiling sha512-armv8-win.S
[672/1384] Compiling sha512-armv8-apple.S
[673/1384] Compiling sha512-armv8-linux.S
[674/1384] Compiling sha512-586-linux.S
[675/1384] Compiling sha256-armv8-win.S
[676/1384] Compiling sha256-armv8-linux.S
[677/1384] Compiling sha512-586-apple.S
[677/1384] Compiling sha256-x86_64-linux.S
[679/1384] Compiling sha256-armv8-apple.S
[680/1384] Compiling sha256-x86_64-apple.S
[681/1384] Compiling sha256-armv4-linux.S
[682/1384] Compiling sha256-586-apple.S
[683/1384] Compiling sha1-x86_64-apple.S
[684/1384] Compiling sha256-586-linux.S
[685/1384] Compiling sha1-armv8-win.S
[686/1384] Compiling sha1-armv8-apple.S
[687/1384] Compiling sha1-x86_64-linux.S
[688/1384] Compiling sha1-armv4-large-linux.S
[689/1384] Compiling sha1-armv8-linux.S
[690/1384] Compiling sha1-586-linux.S
[691/1384] Compiling sha1-586-apple.S
[692/1384] Compiling rdrand-x86_64-apple.S
[693/1384] Compiling rsaz-avx2-linux.S
[694/1384] Compiling rsaz-avx2-apple.S
[695/1384] Compiling p256_beeu-x86_64-asm-linux.S
[696/1384] Compiling rdrand-x86_64-linux.S
[697/1384] Compiling p256_beeu-x86_64-asm-apple.S
[698/1384] Compiling d1_both.cc
[699/1384] Compiling p256_beeu-armv8-asm-win.S
[700/1384] Compiling p256_beeu-armv8-asm-linux.S
[701/1384] Compiling p256-x86_64-asm-apple.S
[702/1384] Compiling p256_beeu-armv8-asm-apple.S
[703/1384] Compiling p256-armv8-asm-win.S
[704/1384] Compiling p256-x86_64-asm-linux.S
[705/1384] Compiling ghashv8-armv8-linux.S
[706/1384] Compiling ghashv8-armv8-win.S
[707/1384] Compiling ghashv8-armv7-linux.S
[708/1384] Compiling p256-armv8-asm-linux.S
[709/1384] Compiling ghashv8-armv8-apple.S
[710/1384] Compiling p256-armv8-asm-apple.S
[711/1384] Compiling ghash-x86_64-linux.S
[712/1384] Compiling ghash-ssse3-x86-linux.S
[713/1384] Compiling ghash-x86_64-apple.S
[714/1384] Compiling ghash-ssse3-x86_64-apple.S
[714/1384] Compiling ghash-x86-linux.S
[714/1384] Compiling ghash-ssse3-x86_64-linux.S
[714/1384] Compiling ghash-neon-armv8-win.S
[714/1384] Compiling ghash-x86-apple.S
[719/1384] Compiling ghash-ssse3-x86-apple.S
[720/1384] Compiling ghash-neon-armv8-linux.S
[721/1384] Compiling co-586-apple.S
[722/1384] Compiling ghash-armv4-linux.S
[723/1384] Compiling ghash-neon-armv8-apple.S
[724/1384] Compiling co-586-linux.S
[725/1384] Compiling bsaes-armv7-linux.S
[726/1384] Compiling bn-armv8-linux.S
[727/1384] Compiling bn-armv8-win.S
[728/1384] Compiling bn-armv8-apple.S
[729/1384] Compiling bn-586-linux.S
[730/1384] Compiling armv8-mont-win.S
[731/1384] Compiling bn-586-apple.S
[732/1384] Compiling armv8-mont-linux.S
[733/1384] Compiling aesv8-gcm-armv8-win.S
[734/1384] Compiling armv4-mont-linux.S
[735/1384] Compiling armv8-mont-apple.S
[736/1384] Compiling aesv8-gcm-armv8-linux.S
[737/1384] Compiling aesv8-armv8-linux.S
[738/1384] Compiling aesv8-armv8-apple.S
[739/1384] Compiling aesv8-gcm-armv8-apple.S
[740/1384] Compiling aesv8-armv8-win.S
[741/1384] Compiling aesv8-armv7-linux.S
[742/1384] Compiling aesni-x86_64-apple.S
[743/1384] Compiling aesni-x86_64-linux.S
[744/1384] Compiling aesni-x86-linux.S
[745/1384] Compiling aesni-x86-apple.S
[746/1384] Compiling aesni-gcm-x86_64-apple.S
[747/1384] Compiling aes-gcm-avx10-x86_64-apple.S
[748/1384] Compiling aes-gcm-avx2-x86_64-linux.S
[749/1384] Compiling aesni-gcm-x86_64-linux.S
[749/1384] Compiling aes-gcm-avx10-x86_64-linux.S
[751/1384] Compiling aes-gcm-avx2-x86_64-apple.S
[752/1384] Compiling x_pubkey.cc
[753/1384] Compiling x_sig.cc
[754/1384] Compiling x_req.cc
[755/1384] Compiling x_x509.cc
[756/1384] Compiling x_spki.cc
[757/1384] Compiling x_val.cc
[758/1384] Compiling x_name.cc
[759/1384] Compiling x_x509a.cc
[760/1384] Compiling x_exten.cc
[761/1384] Compiling x_crl.cc
[762/1384] Compiling x_attrib.cc
[763/1384] Compiling x_all.cc
[764/1384] Compiling x509spki.cc
[765/1384] Compiling x_algor.cc
[766/1384] Compiling x509rset.cc
[767/1384] Compiling x509name.cc
[768/1384] Compiling x509cset.cc
[769/1384] Compiling x509_txt.cc
[770/1384] Compiling x509_vfy.cc
[771/1384] Compiling x509_set.cc
[772/1384] Compiling x509_vpm.cc
[773/1384] Compiling x509_v3.cc
[774/1384] Compiling x509_trs.cc
[775/1384] Compiling x509_req.cc
[776/1384] Compiling x509_obj.cc
[777/1384] Compiling x509_def.cc
[778/1384] Compiling x509_lu.cc
[779/1384] Compiling x509_d2.cc
[780/1384] Compiling x509_ext.cc
[781/1384] Compiling x509_cmp.cc
[782/1384] Compiling x509_att.cc
[783/1384] Compiling x509.cc
[784/1384] Compiling v3_utl.cc
[785/1384] Compiling v3_prn.cc
[786/1384] Compiling v3_skey.cc
[787/1384] Compiling v3_purp.cc
[788/1384] Compiling v3_pmaps.cc
[789/1384] Compiling v3_pcons.cc
[790/1384] Compiling v3_ocsp.cc
[791/1384] Compiling v3_ncons.cc
[792/1384] Compiling v3_enum.cc
[793/1384] Compiling v3_lib.cc
[794/1384] Compiling v3_int.cc
[795/1384] Compiling v3_ia5.cc
[796/1384] Compiling v3_info.cc
[797/1384] Compiling v3_genn.cc
[798/1384] Compiling v3_extku.cc
[799/1384] Compiling v3_bitst.cc
[800/1384] Compiling v3_crld.cc
[801/1384] Compiling v3_bcons.cc
[802/1384] Compiling v3_conf.cc
[803/1384] Compiling t_x509a.cc
[804/1384] Compiling v3_cpols.cc
[805/1384] Compiling v3_alt.cc
[806/1384] Compiling v3_akeya.cc
[807/1384] Compiling t_x509.cc
[808/1384] Compiling t_crl.cc
[809/1384] Compiling t_req.cc
[810/1384] Compiling v3_akey.cc
[811/1384] Compiling rsa_pss.cc
[812/1384] Compiling i2d_pr.cc
[813/1384] Compiling policy.cc
[814/1384] Compiling name_print.cc
[815/1384] Compiling by_file.cc
[816/1384] Compiling a_verify.cc
[817/1384] Compiling by_dir.cc
[818/1384] Compiling asn1_gen.cc
[819/1384] Compiling algorithm.cc
[820/1384] Compiling voprf.cc
[821/1384] Compiling a_sign.cc
[822/1384] Compiling a_digest.cc
[823/1384] Compiling thread_none.cc
[824/1384] Compiling thread_win.cc
[825/1384] Compiling thread_pthread.cc
[826/1384] Compiling thread.cc
[827/1384] Compiling pmbtoken.cc
[828/1384] Compiling stack.cc
[829/1384] Compiling trust_token.cc
[830/1384] Compiling sha256.cc
[831/1384] Compiling siphash.cc
[832/1384] Compiling sha512.cc
[833/1384] Compiling sha1.cc
[834/1384] Compiling slhdsa.cc
[835/1384] Compiling rsa_extra.cc
[836/1384] Compiling rsa_print.cc
[837/1384] Compiling rsa_crypt.cc
[838/1384] Compiling rsa_asn1.cc
[839/1384] Compiling spake2plus.cc
[840/1384] Compiling windows.cc
[841/1384] Compiling rc4.cc
[842/1384] Compiling refcount.cc
[843/1384] Compiling passive.cc
[844/1384] Compiling urandom.cc
[845/1384] Compiling rand.cc
[846/1384] Compiling trusty.cc
[847/1384] Compiling poly1305_arm_asm.S
[848/1384] Compiling getentropy.cc
[849/1384] Compiling deterministic.cc
[850/1384] Compiling forkunsafe.cc
[851/1384] Compiling ios.cc
[852/1384] Compiling fork_detect.cc
[853/1384] Compiling poly1305_vec.cc
[854/1384] Compiling poly1305_arm.cc
[855/1384] Compiling p5_pbev2.cc
[856/1384] Compiling poly1305.cc
[857/1384] Compiling pool.cc
[858/1384] Compiling pem_xaux.cc
[859/1384] Compiling pkcs7.cc
[860/1384] Compiling pkcs7_x509.cc
[861/1384] Compiling pkcs8.cc
[862/1384] Compiling pkcs8_x509.cc
[863/1384] Compiling pem_x509.cc
[864/1384] Compiling pem_pkey.cc
[865/1384] Compiling pem_lib.cc
[866/1384] Compiling pem_pk8.cc
[867/1384] Compiling obj_xref.cc
[868/1384] Compiling mlkem.cc
[869/1384] Compiling pem_oth.cc
[870/1384] Compiling pem_info.cc
[871/1384] Compiling lhash.cc
[872/1384] Compiling mldsa.cc
[873/1384] Compiling mem.cc
[874/1384] Compiling md5.cc
[875/1384] Compiling md4.cc
[876/1384] Compiling obj.cc
[877/1384] Compiling poly_rq_mul.S
[878/1384] Compiling fips_shared_support.cc
[879/1384] Compiling pem_all.cc
[880/1384] Compiling kyber.cc
[881/1384] Compiling scrypt.cc
[882/1384] Compiling sign.cc
[883/1384] Compiling ex_data.cc
[884/1384] Compiling hrss.cc
[885/1384] Compiling print.cc
[886/1384] Compiling hpke.cc
[887/1384] Compiling pbkdf.cc
[888/1384] Compiling p_x25519.cc
[889/1384] Compiling p_x25519_asn1.cc
[890/1384] Compiling p_hkdf.cc
[891/1384] Compiling p_ec.cc
[892/1384] Compiling p_rsa.cc
[893/1384] Compiling p_rsa_asn1.cc
[894/1384] Compiling p_ed25519.cc
[895/1384] Compiling p_dh.cc
[896/1384] Compiling p_ed25519_asn1.cc
[897/1384] Compiling p_ec_asn1.cc
[898/1384] Compiling p_dh_asn1.cc
[899/1384] Compiling evp_ctx.cc
[900/1384] Compiling p_dsa_asn1.cc
[901/1384] Compiling evp_asn1.cc
[902/1384] Compiling err.cc
[903/1384] Compiling evp.cc
[904/1384] Compiling engine.cc
[905/1384] Compiling ecdh.cc
[906/1384] Compiling ec_derive.cc
[907/1384] Compiling ecdsa_asn1.cc
[908/1384] Compiling hash_to_curve.cc
[909/1384] Compiling dsa.cc
[910/1384] Compiling dsa_asn1.cc
[911/1384] Compiling ec_asn1.cc
[912/1384] Compiling params.cc
[913/1384] Compiling x25519-asm-arm.S
[914/1384] Compiling des.cc
[915/1384] Compiling dh_asn1.cc
[916/1384] Compiling digest_extra.cc
[917/1384] Compiling crypto.cc
[918/1384] Compiling curve25519.cc
[919/1384] Compiling bcm.cc
[920/1384] Compiling cpu_intel.cc
[921/1384] Compiling spake25519.cc
[922/1384] Compiling cpu_arm_linux.cc
[923/1384] Compiling cpu_arm_freebsd.cc
[924/1384] Compiling cpu_aarch64_sysreg.cc
[925/1384] Compiling cpu_aarch64_openbsd.cc
[926/1384] Compiling cpu_aarch64_win.cc
[927/1384] Compiling cpu_aarch64_fuchsia.cc
[928/1384] Compiling cpu_aarch64_linux.cc
[929/1384] Compiling cpu_aarch64_apple.cc
[930/1384] Compiling curve25519_64_adx.cc
[931/1384] Compiling e_tls.cc
[932/1384] Compiling tls_cbc.cc
[933/1384] Compiling e_rc2.cc
[934/1384] Compiling get_cipher.cc
[935/1384] Compiling e_rc4.cc
[936/1384] Compiling conf.cc
[937/1384] Compiling e_null.cc
[938/1384] Compiling chacha.cc
[939/1384] Compiling e_des.cc
[940/1384] Compiling e_chacha20poly1305.cc
[941/1384] Compiling unicode.cc
[942/1384] Compiling e_aesgcmsiv.cc
[943/1384] Compiling derive_key.cc
[944/1384] Compiling cbb.cc
[945/1384] Compiling e_aesctrhmac.cc
[946/1384] Compiling buf.cc
[947/1384] Compiling ber.cc
[948/1384] Compiling asn1_compat.cc
[949/1384] Compiling blake2.cc
[950/1384] Compiling cbs.cc
[951/1384] Compiling socket_helper.cc
[952/1384] Compiling socket.cc
[953/1384] Compiling bn_asn1.cc
[954/1384] Compiling printf.cc
[955/1384] Compiling convert.cc
[956/1384] Compiling file.cc
[957/1384] Compiling hexdump.cc
[958/1384] Compiling pair.cc
[959/1384] Compiling fd.cc
[960/1384] Compiling errno.cc
[961/1384] Compiling connect.cc
[962/1384] Compiling bio_mem.cc
[963/1384] Compiling tasn_typ.cc
[964/1384] Compiling bio.cc
[965/1384] Compiling base64.cc
[966/1384] Compiling tasn_fre.cc
[967/1384] Compiling tasn_new.cc
[968/1384] Compiling tasn_enc.cc
[969/1384] Compiling posix_time.cc
[970/1384] Compiling tasn_utl.cc
[971/1384] Compiling asn_pack.cc
[972/1384] Compiling f_string.cc
[973/1384] Compiling f_int.cc
[974/1384] Compiling asn1_par.cc
[975/1384] Compiling tasn_dec.cc
[976/1384] Compiling a_octet.cc
[977/1384] Compiling asn1_lib.cc
[978/1384] Compiling a_type.cc
[979/1384] Compiling a_time.cc
[980/1384] Compiling a_utctm.cc
[981/1384] Compiling a_strnid.cc
[982/1384] Compiling a_strex.cc
[983/1384] Compiling a_d2i_fp.cc
[984/1384] Compiling a_object.cc
[985/1384] Compiling a_int.cc
[986/1384] Compiling a_i2d_fp.cc
[987/1384] Compiling a_dup.cc
[988/1384] Compiling fiat_p256_adx_sqr.S
[989/1384] Compiling fiat_p256_adx_mul.S
[990/1384] Compiling a_mbstr.cc
[991/1384] Compiling fiat_curve25519_adx_square.S
[992/1384] Compiling a_bitstr.cc
[993/1384] Compiling md5-x86_64-linux.S
[993/1384] Compiling fiat_curve25519_adx_mul.S
[995/1384] Compiling md5-586-linux.S
[996/1384] Compiling a_gentm.cc
[997/1384] Compiling md5-586-apple.S
[998/1384] Compiling md5-x86_64-apple.S
[999/1384] Compiling chacha20_poly1305_armv8-win.S
[1000/1384] Compiling chacha20_poly1305_x86_64-apple.S
[1001/1384] Compiling chacha20_poly1305_x86_64-linux.S
[1002/1384] Compiling chacha20_poly1305_armv8-linux.S
[1003/1384] Compiling a_bool.cc
[1004/1384] Compiling chacha20_poly1305_armv8-apple.S
[1005/1384] Compiling chacha-x86_64-apple.S
[1006/1384] Compiling chacha-x86_64-linux.S
[1007/1384] Compiling CCryptoBoringSSLShims shims.c
[1008/1384] Compiling chacha-x86-linux.S
[1009/1384] Compiling chacha-x86-apple.S
[1010/1384] Compiling chacha-armv8-win.S
[1011/1384] Compiling err_data.cc
[1012/1384] Compiling chacha-armv8-apple.S
[1013/1384] Compiling chacha-armv4-linux.S
[1014/1384] Compiling chacha-armv8-linux.S
[1015/1384] Compiling aes128gcmsiv-x86_64-apple.S
[1016/1384] Compiling aes128gcmsiv-x86_64-linux.S
[1017/1384] Compiling x86_64-mont5-apple.S
[1018/1384] Compiling x86_64-mont5-linux.S
[1019/1384] Compiling x86_64-mont-linux.S
[1020/1384] Compiling x86_64-mont-apple.S
[1021/1384] Compiling x86-mont-linux.S
[1022/1384] Compiling vpaes-x86_64-linux.S
[1023/1384] Compiling x86-mont-apple.S
[1024/1384] Compiling vpaes-x86_64-apple.S
[1025/1384] Compiling vpaes-x86-apple.S
[1026/1384] Compiling vpaes-x86-linux.S
[1027/1384] Compiling vpaes-armv8-win.S
[1028/1384] Compiling vpaes-armv8-linux.S
[1029/1384] Compiling vpaes-armv8-apple.S
[1030/1384] Compiling vpaes-armv7-linux.S
[1031/1384] Compiling sha512-x86_64-apple.S
[1032/1384] Compiling sha512-armv8-win.S
[1033/1384] Compiling sha512-x86_64-linux.S
[1034/1384] Compiling sha512-armv8-linux.S
[1034/1384] Compiling sha512-armv8-apple.S
[1036/1384] Compiling sha512-586-linux.S
[1037/1384] Compiling sha256-x86_64-apple.S
[1038/1384] Compiling sha512-586-apple.S
[1039/1384] Compiling sha512-armv4-linux.S
[1040/1384] Compiling sha256-x86_64-linux.S
[1041/1384] Compiling sha256-armv4-linux.S
[1042/1384] Compiling sha256-586-linux.S
[1043/1384] Compiling sha256-armv8-win.S
[1044/1384] Compiling sha256-armv8-linux.S
[1045/1384] Compiling sha256-586-apple.S
[1046/1384] Compiling sha1-x86_64-apple.S
[1047/1384] Compiling sha256-armv8-apple.S
[1048/1384] Compiling sha1-armv8-linux.S
[1049/1384] Compiling sha1-586-linux.S
[1050/1384] Compiling sha1-armv8-win.S
[1051/1384] Compiling sha1-x86_64-linux.S
[1052/1384] Compiling sha1-armv8-apple.S
[1053/1384] Compiling sha1-armv4-large-linux.S
[1054/1384] Compiling rsaz-avx2-apple.S
[1055/1384] Compiling sha1-586-apple.S
[1056/1384] Compiling rsaz-avx2-linux.S
[1057/1384] Compiling p256_beeu-x86_64-asm-linux.S
[1058/1384] Compiling rdrand-x86_64-linux.S
[1059/1384] Compiling p256_beeu-armv8-asm-win.S
[1060/1384] Compiling p256_beeu-armv8-asm-linux.S
[1061/1384] Compiling rdrand-x86_64-apple.S
[1062/1384] Compiling p256_beeu-x86_64-asm-apple.S
[1063/1384] Compiling p256_beeu-armv8-asm-apple.S
[1064/1384] Compiling p256-x86_64-asm-linux.S
[1065/1384] Compiling p256-x86_64-asm-apple.S
[1066/1384] Compiling p256-armv8-asm-win.S
[1067/1384] Compiling p256-armv8-asm-linux.S
[1068/1384] Compiling p256-armv8-asm-apple.S
[1069/1384] Compiling ghashv8-armv8-linux.S
[1070/1384] Compiling ghashv8-armv8-apple.S
[1071/1384] Compiling ghashv8-armv8-win.S
[1072/1384] Compiling ghashv8-armv7-linux.S
[1073/1384] Compiling ghash-x86_64-linux.S
[1074/1384] Compiling ghash-x86_64-apple.S
[1075/1384] Compiling ghash-x86-linux.S
[1076/1384] Compiling ghash-x86-apple.S
[1077/1384] Compiling ghash-ssse3-x86_64-linux.S
[1078/1384] Compiling ghash-ssse3-x86-linux.S
[1079/1384] Compiling ghash-ssse3-x86_64-apple.S
[1080/1384] Compiling ghash-ssse3-x86-apple.S
[1081/1384] Compiling ghash-neon-armv8-apple.S
[1082/1384] Compiling ghash-neon-armv8-win.S
[1083/1384] Compiling ghash-neon-armv8-linux.S
[1084/1384] Compiling co-586-linux.S
[1085/1384] Compiling ghash-armv4-linux.S
[1086/1384] Compiling bsaes-armv7-linux.S
[1087/1384] Compiling bn-armv8-win.S
[1088/1384] Compiling co-586-apple.S
[1089/1384] Compiling bn-armv8-linux.S
[1090/1384] Compiling bn-armv8-apple.S
[1091/1384] Compiling bn-586-apple.S
[1092/1384] Compiling bn-586-linux.S
[1093/1384] Compiling armv4-mont-linux.S
[1094/1384] Compiling aesv8-gcm-armv8-win.S
[1095/1384] Compiling armv8-mont-apple.S
[1096/1384] Compiling armv8-mont-win.S
[1097/1384] Compiling armv8-mont-linux.S
[1098/1384] Compiling aesv8-gcm-armv8-linux.S
[1099/1384] Compiling aesv8-gcm-armv8-apple.S
[1100/1384] Compiling aesv8-armv8-win.S
[1101/1384] Compiling aesv8-armv7-linux.S
[1102/1384] Compiling aesv8-armv8-linux.S
[1103/1384] Compiling aesv8-armv8-apple.S
[1104/1384] Compiling aesni-x86_64-apple.S
[1105/1384] Compiling aesni-x86-linux.S
[1106/1384] Compiling aesni-x86_64-linux.S
[1107/1384] Compiling aesni-gcm-x86_64-apple.S
[1108/1384] Compiling aesni-gcm-x86_64-linux.S
[1109/1384] Compiling aesni-x86-apple.S
[1110/1384] Compiling aes-gcm-avx10-x86_64-apple.S
[1111/1384] Compiling aes-gcm-avx10-x86_64-linux.S
[1112/1384] Compiling x_x509.cc
[1113/1384] Compiling x_sig.cc
[1114/1384] Compiling x_spki.cc
[1115/1384] Compiling x_x509a.cc
[1116/1384] Compiling x_val.cc
[1117/1384] Compiling c-atomics.c
[1118/1384] Compiling x_req.cc
[1119/1384] Compiling c-nioatomics.c
[1120/1384] Compiling x_pubkey.cc
[1121/1384] Compiling x_attrib.cc
[1122/1384] Compiling x_algor.cc
[1123/1384] Compiling x_name.cc
[1124/1384] Compiling x_exten.cc
[1125/1384] Compiling x_all.cc
[1126/1384] Compiling x_crl.cc
[1128/1390] Compiling NIOConcurrencyHelpers lock.swift
[1129/1390] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1129/1390] Compiling x509spki.cc
[1131/1390] Emitting module NIOConcurrencyHelpers
[1131/1390] Compiling x509_vfy.cc
[1132/1390] Compiling x509name.cc
[1133/1390] Compiling x509_v3.cc
[1134/1390] Compiling x509_vpm.cc
[1135/1390] Compiling x509rset.cc
[1137/1390] Compiling NIOConcurrencyHelpers atomics.swift
[1138/1390] Compiling NIOConcurrencyHelpers NIOLock.swift
[1139/1390] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1139/1391] Compiling x509cset.cc
[1141/1391] Compiling x509_txt.cc
[1142/1450] Compiling x509_trs.cc
[1143/1450] Compiling x509_set.cc
[1144/1450] Wrapping AST for NIOConcurrencyHelpers for debugging
[1145/1450] Compiling x509_def.cc
[1146/1450] Compiling x509_req.cc
[1147/1450] Compiling x509_obj.cc
[1148/1450] Compiling x509_ext.cc
[1149/1451] Compiling x509_lu.cc
[1150/1476] Compiling x509.cc
[1152/1476] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1153/1476] Compiling ConsoleKitTerminal ConsoleClear.swift
[1154/1476] Compiling ConsoleKitTerminal Console+Ask.swift
[1155/1476] Compiling ConsoleKitTerminal Console+Choose.swift
[1156/1479] Emitting module ConsoleKitTerminal
[1156/1479] Compiling x509_att.cc
[1158/1479] Compiling ConsoleKitTerminal Console+Wait.swift
[1159/1479] Compiling ConsoleKitTerminal ConsoleColor.swift
[1160/1479] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1161/1479] Compiling ConsoleKitTerminal Console+Confirm.swift
[1162/1479] Compiling ConsoleKitTerminal Console+Input.swift
[1163/1479] Compiling ConsoleKitTerminal Console+Center.swift
[1164/1479] Compiling ConsoleKitTerminal Console+Output.swift
[1165/1479] Compiling ConsoleKitTerminal CustomActivity.swift
[1166/1479] Compiling ConsoleKitTerminal LoadingBar.swift
[1167/1479] Compiling ConsoleKitTerminal ProgressBar.swift
[1168/1479] Compiling ConsoleKitTerminal Console+Clear.swift
[1169/1479] Compiling ConsoleKitTerminal ActivityBar.swift
[1170/1479] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1171/1479] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1172/1479] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1172/1479] Compiling x509_d2.cc
[1173/1479] Compiling x509_cmp.cc
[1175/1479] Compiling ConsoleKitTerminal Console.swift
[1176/1479] Compiling ConsoleKitTerminal Terminal.swift
[1177/1479] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1178/1479] Compiling ConsoleKitTerminal ConsoleText.swift
[1179/1479] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1180/1479] Compiling ConsoleKitTerminal ANSI.swift
[1180/1479] Compiling v3_utl.cc
[1181/1479] Compiling v3_skey.cc
[1183/1479] Compiling NIOCore MarkedCircularBuffer.swift
[1184/1479] Compiling NIOCore MulticastChannel.swift
[1185/1479] Compiling NIOCore NIOAny.swift
[1186/1479] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1187/1479] Compiling NIOCore NIOLoopBound.swift
[1188/1479] Compiling NIOCore NIOScheduledCallback.swift
[1189/1479] Compiling NIOCore NIOSendable.swift
[1190/1479] Compiling NIOCore RecvByteBufferAllocator.swift
[1190/1487] Compiling v3_purp.cc
[1191/1487] Compiling v3_prn.cc
[1193/1487] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1194/1487] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1195/1487] Compiling ConsoleKitTerminal LoggerFragment.swift
[1196/1488] Compiling NIOCore GlobalSingletons.swift
[1197/1488] Compiling NIOCore IO.swift
[1198/1488] Compiling NIOCore IOData.swift
[1199/1488] Compiling NIOCore IPProtocol.swift
[1200/1488] Compiling NIOCore IntegerBitPacking.swift
[1201/1488] Compiling NIOCore IntegerTypes.swift
[1202/1488] Compiling NIOCore Interfaces.swift
[1203/1488] Compiling NIOCore Linux.swift
[1204/1488] Compiling v3_pcons.cc
[1205/1488] Compiling v3_ncons.cc
[1206/1488] Compiling v3_ocsp.cc
[1207/1488] Compiling v3_pmaps.cc
[1208/1488] Wrapping AST for ConsoleKitTerminal for debugging
[1209/1510] Compiling v3_int.cc
[1210/1510] Compiling v3_lib.cc
[1212/1510] Emitting module ConsoleKitCommands
[1213/1512] Compiling ConsoleKitCommands CommandSignature.swift
[1214/1512] Compiling ConsoleKitCommands Flag.swift
[1215/1512] Compiling ConsoleKitCommands Option.swift
[1216/1512] Compiling ConsoleKitCommands Command.swift
[1217/1512] Compiling ConsoleKitCommands CommandContext.swift
[1218/1512] Compiling ConsoleKitCommands CommandError.swift
[1219/1512] Compiling ConsoleKitCommands AsyncCommands.swift
[1220/1512] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1221/1512] Compiling ConsoleKitCommands AnyCommand.swift
[1222/1512] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1223/1512] Compiling ConsoleKitCommands AsyncCommand.swift
[1224/1512] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1225/1512] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1226/1512] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1227/1512] Compiling ConsoleKitCommands Argument.swift
[1227/1512] Compiling v3_info.cc
[1231/1512] Compiling NIOCore Codec.swift
[1232/1512] Compiling NIOCore ConvenienceOptionSupport.swift
[1233/1512] Compiling NIOCore DeadChannel.swift
[1234/1512] Compiling NIOCore DispatchQueue+WithFuture.swift
[1235/1512] Compiling NIOCore EventLoop+Deprecated.swift
[1236/1512] Compiling NIOCore EventLoop+SerialExecutor.swift
[1236/1512] Compiling v3_ia5.cc
[1238/1512] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1239/1512] Compiling ConsoleKitCommands Utilities.swift
[1239/1512] Compiling v3_genn.cc
[1240/1512] Compiling v3_extku.cc
[1241/1512] Compiling v3_enum.cc
[1243/1512] Compiling NIOCore EventLoop.swift
[1244/1512] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1245/1512] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1246/1512] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1247/1512] Compiling NIOCore EventLoopFuture.swift
[1248/1512] Compiling NIOCore FileDescriptor.swift
[1249/1512] Compiling NIOCore FileHandle.swift
[1250/1512] Compiling NIOCore FileRegion.swift
[1250/1512] Compiling v3_crld.cc
[1252/1512] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1253/1512] Compiling NIOCore SocketAddresses.swift
[1254/1512] Compiling NIOCore SocketOptionProvider.swift
[1255/1512] Compiling NIOCore SystemCallHelpers.swift
[1256/1512] Compiling NIOCore TimeAmount+Duration.swift
[1257/1512] Compiling NIOCore TypeAssistedChannelHandler.swift
[1258/1512] Compiling NIOCore UniversalBootstrapSupport.swift
[1259/1512] Compiling NIOCore Utilities.swift
[1259/1512] Compiling v3_cpols.cc
[1260/1512] Compiling v3_bcons.cc
[1261/1512] Compiling v3_conf.cc
[1261/1512] Compiling v3_bitst.cc
[1264/1512] Compiling ConsoleKitCommands Console+Run.swift
[1265/1512] Compiling ConsoleKitCommands ConsoleError.swift
[1266/1512] Compiling ConsoleKitCommands Completion.swift
[1267/1512] Compiling ConsoleKitCommands CommandGroup.swift
[1268/1512] Compiling ConsoleKitCommands CommandInput.swift
[1269/1512] Compiling ConsoleKitCommands Commands.swift
[1270/1513] Compiling v3_alt.cc
[1271/1515] Compiling v3_akeya.cc
[1272/1515] Wrapping AST for ConsoleKitCommands for debugging
[1274/1515] Compiling ConsoleKit Exports.swift
[1275/1515] Emitting module ConsoleKit
[1276/1516] Compiling v3_akey.cc
[1277/1516] Compiling t_x509a.cc
[1278/1516] Compiling t_req.cc
[1279/1516] Compiling t_x509.cc
[1280/1516] Wrapping AST for ConsoleKit for debugging
[1281/1516] Compiling t_crl.cc
[1282/1516] Compiling i2d_pr.cc
[1283/1516] Compiling rsa_pss.cc
[1284/1516] Compiling policy.cc
[1285/1516] Compiling by_dir.cc
[1286/1516] Compiling name_print.cc
[1287/1516] Compiling by_file.cc
[1288/1516] Compiling a_verify.cc
[1289/1516] Compiling algorithm.cc
[1290/1516] Compiling asn1_gen.cc
[1291/1516] Compiling a_digest.cc
[1292/1516] Compiling voprf.cc
[1293/1516] Compiling trust_token.cc
[1294/1516] Compiling a_sign.cc
[1295/1516] Compiling thread.cc
[1296/1516] Compiling thread_win.cc
[1297/1516] Compiling thread_pthread.cc
[1298/1516] Compiling pmbtoken.cc
[1299/1516] Compiling thread_none.cc
[1300/1516] Compiling wots.cc
[1301/1516] Compiling stack.cc
[1302/1516] Compiling slhdsa.cc
[1330/1516] Emitting module NIOCore
[1330/1516] Compiling thash.cc
[1331/1516] Compiling fors.cc
[1332/1516] Compiling siphash.cc
[1333/1517] Compiling merkle.cc
[1334/1517] Compiling sha1.cc
[1335/1517] Compiling sha512.cc
[1336/1517] Compiling sha256.cc
[1338/1517] Compiling rsa_print.cc
[1339/1517] Compiling rsa_extra.cc
[1340/1517] Compiling rc4.cc
[1341/1517] Compiling rsa_crypt.cc
[1342/1517] Compiling refcount.cc
[1343/1564] Compiling rsa_asn1.cc
[1344/1564] Compiling trusty.cc
[1345/1564] Compiling windows.cc
[1346/1568] Wrapping AST for NIOCore for debugging
[1347/1568] Compiling rand_extra.cc
[1348/1568] Compiling getentropy.cc
[1349/1568] Compiling urandom.cc
[1350/1568] Compiling ios.cc
[1351/1568] Compiling passive.cc
[1352/1568] Compiling forkunsafe.cc
[1353/1568] Compiling poly1305_arm_asm.S
[1354/1568] Compiling poly1305_arm.cc
[1355/1568] Compiling deterministic.cc
[1356/1568] Compiling fork_detect.cc
[1357/1568] Compiling poly1305_vec.cc
[1358/1568] Compiling pool.cc
[1359/1568] Compiling poly1305.cc
[1361/1568] Emitting module NIOEmbedded
[1361/1568] Compiling pkcs8.cc
[1362/1568] Compiling pkcs7.cc
[1364/1568] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1365/1568] Compiling NIOEmbedded AsyncTestingChannel.swift
[1366/1568] Compiling NIOEmbedded Embedded.swift
[1367/1569] Compiling p5_pbev2.cc
[1368/1569] Wrapping AST for NIOEmbedded for debugging
[1369/1569] Compiling pem_xaux.cc
[1370/1569] Compiling pkcs7_x509.cc
[1371/1569] Compiling pkcs8_x509.cc
[1372/1569] Compiling pem_oth.cc
[1373/1569] Compiling pem_x509.cc
[1374/1569] Compiling pem_pkey.cc
[1375/1569] Compiling pem_pk8.cc
[1376/1569] Compiling obj_xref.cc
[1377/1569] Compiling pem_all.cc
[1378/1569] Compiling pem_info.cc
[1380/1569] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1381/1569] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1382/1569] Compiling NIOPosix PosixSingletons.swift
[1383/1569] Compiling NIOPosix RawSocketBootstrap.swift
[1384/1569] Compiling NIOPosix Resolver.swift
[1385/1569] Compiling NIOPosix Selectable.swift
[1386/1569] Compiling NIOPosix SelectableChannel.swift
[1387/1569] Compiling NIOPosix SelectableEventLoop.swift
[1388/1569] Compiling NIOPosix SelectorEpoll.swift
[1389/1569] Compiling NIOPosix SelectorGeneric.swift
[1390/1569] Compiling NIOPosix SelectorKqueue.swift
[1391/1569] Compiling NIOPosix SelectorUring.swift
[1391/1575] Compiling pem_lib.cc
[1392/1575] Compiling mem.cc
[1394/1575] Compiling NIOPosix ServerSocket.swift
[1395/1575] Compiling NIOPosix Socket.swift
[1396/1575] Compiling NIOPosix SocketChannel.swift
[1397/1575] Compiling NIOPosix SocketProtocols.swift
[1398/1575] Compiling NIOPosix System.swift
[1399/1575] Compiling NIOPosix Thread.swift
[1399/1575] Compiling mlkem.cc
[1400/1575] Compiling mldsa.cc
[1401/1575] Compiling obj.cc
[1402/1575] Compiling md5.cc
[1403/1575] Compiling md4.cc
[1404/1575] Compiling lhash.cc
[1405/1575] Compiling poly_rq_mul.S
[1406/1575] Compiling fips_shared_support.cc
[1407/1575] Compiling kyber.cc
[1409/1575] Compiling NIOPosix ThreadPosix.swift
[1410/1575] Compiling NIOPosix ThreadWindows.swift
[1411/1575] Compiling NIOPosix UnsafeTransfer.swift
[1412/1575] Compiling NIOPosix Utilities.swift
[1413/1575] Compiling NIOPosix VsockAddress.swift
[1414/1575] Compiling NIOPosix VsockChannelEvents.swift
[1414/1575] Compiling hpke.cc
[1415/1575] Compiling print.cc
[1416/1575] Compiling hrss.cc
[1417/1575] Compiling scrypt.cc
[1418/1575] Compiling ex_data.cc
[1419/1575] Compiling sign.cc
[1420/1575] Compiling pbkdf.cc
[1422/1575] Compiling NIOPosix BSDSocketAPICommon.swift
[1423/1575] Compiling NIOPosix BSDSocketAPIPosix.swift
[1424/1575] Compiling NIOPosix BSDSocketAPIWindows.swift
[1425/1575] Compiling NIOPosix BaseSocket.swift
[1426/1575] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1427/1575] Compiling NIOPosix BaseSocketChannel.swift
[1428/1575] Compiling NIOPosix BaseStreamSocketChannel.swift
[1429/1575] Compiling NIOPosix Bootstrap.swift
[1430/1575] Compiling NIOPosix ControlMessage.swift
[1431/1575] Compiling NIOPosix DatagramVectorReadManager.swift
[1432/1575] Compiling NIOPosix Errors+Any.swift
[1433/1575] Compiling NIOPosix FileDescriptor.swift
[1434/1575] Compiling NIOPosix GetaddrinfoResolver.swift
[1435/1575] Compiling NIOPosix HappyEyeballs.swift
[1436/1575] Emitting module NIOPosix
[1436/1575] Compiling p_rsa_asn1.cc
[1437/1575] Compiling p_x25519.cc
[1438/1575] Compiling p_x25519_asn1.cc
[1439/1575] Compiling p_hkdf.cc
[1440/1575] Compiling p_rsa.cc
[1441/1575] Compiling p_ed25519.cc
[1442/1575] Compiling p_ed25519_asn1.cc
[1443/1575] Compiling p_ec_asn1.cc
[1445/1575] Compiling NIOPosix NIOThreadPool.swift
[1446/1575] Compiling NIOPosix NonBlockingFileIO.swift
[1447/1575] Compiling NIOPosix PendingDatagramWritesManager.swift
[1448/1575] Compiling NIOPosix PendingWritesManager.swift
[1449/1575] Compiling NIOPosix PipeChannel.swift
[1450/1575] Compiling NIOPosix PipePair.swift
[1451/1575] Compiling NIOPosix Pool.swift
[1452/1575] Compiling NIOPosix IO.swift
[1453/1575] Compiling NIOPosix IntegerBitPacking.swift
[1454/1575] Compiling NIOPosix IntegerTypes.swift
[1455/1575] Compiling NIOPosix Linux.swift
[1456/1575] Compiling NIOPosix LinuxCPUSet.swift
[1457/1575] Compiling NIOPosix LinuxUring.swift
[1458/1575] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1458/1576] Compiling p_ec.cc
[1460/1576] Compiling p_dsa_asn1.cc
[1461/1576] Compiling p_dh_asn1.cc
[1462/1576] Compiling p_dh.cc
[1463/1576] Compiling evp_ctx.cc
[1464/1576] Compiling evp_asn1.cc
[1465/1576] Compiling engine.cc
[1466/1613] Compiling ecdh_extra.cc
[1467/1613] Compiling evp.cc
[1468/1613] Compiling err.cc
[1469/1613] Wrapping AST for NIOPosix for debugging
[1471/1613] Compiling NIO Exports.swift
[1471/1613] Compiling ecdsa_asn1.cc
[1473/1613] Emitting module NIO
[1475/1636] Compiling AsyncKit Future+Transform.swift
[1476/1636] Compiling AsyncKit Future+Try.swift
[1477/1636] Compiling AsyncKit FutureOperators.swift
[1477/1638] Compiling ec_derive.cc
[1479/1638] Compiling AsyncKit Future+Miscellaneous.swift
[1480/1638] Compiling AsyncKit Future+Nonempty.swift
[1481/1638] Compiling AsyncKit Future+Optional.swift
[1481/1638] Compiling hash_to_curve.cc
[1482/1638] Compiling ec_asn1.cc
[1483/1638] Compiling dsa_asn1.cc
[1485/1638] Compiling AsyncKit EventLoop+Flatten.swift
[1486/1638] Compiling AsyncKit EventLoop+Future.swift
[1487/1638] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1487/1677] Compiling dsa.cc
[1488/1677] Wrapping AST for NIO for debugging
[1490/1677] Compiling NIOTLS TLSEvents.swift
[1491/1677] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1492/1677] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1493/1677] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1494/1677] Emitting module NIOTLS
[1495/1677] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1496/1677] Compiling NIOSOCKS SOCKSClientHandler.swift
[1497/1677] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1498/1677] Compiling NIOSOCKS Errors.swift
[1499/1677] Compiling NIOSOCKS Helpers.swift
[1500/1677] Compiling NIOSOCKS AuthenticationMethod.swift
[1501/1677] Compiling NIOSOCKS ClientGreeting.swift
[1502/1677] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1505/1678] Emitting module _NIOFileSystem
[1506/1682] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1507/1682] Compiling NIOSOCKS SOCKSResponse.swift
[1508/1682] Compiling NIOSOCKS ClientStateMachine.swift
[1509/1682] Compiling AsyncKit Optional+StrictMap.swift
[1510/1682] Compiling AsyncKit Exports.swift
[1513/1682] Compiling _NIOFileSystem ParallelDirCopy.swift
[1514/1682] Compiling _NIOFileSystem ParallelRemoval.swift
[1515/1682] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1516/1682] Compiling _NIOFileSystem CInterop.swift
[1517/1682] Compiling _NIOFileSystem Errno.swift
[1518/1682] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1519/1682] Compiling _NIOFileSystem Mocking.swift
[1520/1682] Compiling _NIOFileSystem Syscall.swift
[1521/1682] Compiling _NIOFileSystem Syscalls.swift
[1527/1682] Emitting module NIOSOCKS
[1530/1682] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1531/1682] Compiling NIOTLS SNIHandler.swift
[1532/1683] Compiling NIOSOCKS ServerStateMachine.swift
[1536/1685] Compiling NIOSOCKS Messages.swift
[1537/1685] Compiling NIOSOCKS SOCKSRequest.swift
[1539/1686] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1540/1686] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1540/1686] Compiling digest_extra.cc
[1542/1686] Emitting module NIOHTTP1
[1542/1686] Wrapping AST for NIOTLS for debugging
[1544/1686] Emitting module NIOFoundationCompat
[1545/1686] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1546/1716] Wrapping AST for NIOSOCKS for debugging
[1547/1716] Compiling bcm.cc
[1548/1716] Compiling params.cc
[1550/1716] Compiling NIOSSL SSLCallbacks.swift
[1551/1716] Compiling NIOSSL SSLCertificate.swift
[1551/1716] Wrapping AST for NIOFoundationCompat for debugging
[1553/1716] Compiling NIOSSL NIOSSLSecureBytes.swift
[1554/1716] Compiling NIOSSL RNG.swift
[1555/1716] Compiling NIOSSL SafeCompare.swift
[1556/1716] Compiling NIOSSL Zeroization.swift
[1557/1716] Compiling NIOSSL SSLPublicKey.swift
[1558/1716] Compiling NIOSSL SSLContext.swift
[1559/1716] Compiling NIOSSL SSLErrors.swift
[1560/1716] Compiling NIOSSL SSLInit.swift
[1561/1716] Compiling NIOSSL SSLPKCS12Bundle.swift
[1562/1716] Compiling NIOSSL SSLPrivateKey.swift
[1562/1738] Compiling spake25519.cc
[1564/1738] Compiling NIOTransportServices NIOTSBootstraps.swift
[1565/1738] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1566/1738] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1566/1740] Compiling des.cc
[1568/1740] Compiling NIOTransportServices StateManagedChannel.swift
[1569/1740] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1570/1740] Compiling NIOTransportServices AcceptHandler.swift
[1571/1740] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1572/1740] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1573/1740] Emitting module NIOTransportServices
[1574/1740] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1575/1740] Compiling NIOTransportServices NIOTSSingletons.swift
[1576/1740] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1579/1740] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1580/1740] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1581/1740] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1582/1740] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1583/1740] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1584/1740] Compiling NIOTransportServices NIOTSErrors.swift
[1585/1740] Compiling NIOTransportServices NIOTSEventLoop.swift
[1585/1740] Compiling dh_asn1.cc
[1586/1740] Compiling x25519-asm-arm.S
[1588/1740] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1589/1740] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1592/1740] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1593/1740] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1594/1740] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1602/1741] Compiling curve25519.cc
[1604/1742] Emitting module AsyncKit
[1605/1742] Wrapping AST for NIOTransportServices for debugging
[1606/1742] Compiling crypto.cc
[1607/1742] Compiling cpu_intel.cc
[1608/1742] Compiling curve25519_64_adx.cc
[1610/1752] Compiling _NIOFileSystem SystemFileHandle.swift
[1611/1752] Compiling _NIOFileSystem Utilities.swift
[1612/1752] Compiling _NIOFileSystem OpenOptions.swift
[1613/1752] Compiling _NIOFileSystem String+FileSystem.swift
[1613/1763] Compiling cpu_arm_linux.cc
[1614/1763] Compiling cpu_arm_freebsd.cc
[1616/1805] Compiling NIOExtras DebugInboundEventsHandler.swift
[1617/1805] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1618/1808] Compiling NIOHPACK HuffmanTables.swift
[1619/1808] Compiling NIOWebSocket WebSocketOpcode.swift
[1620/1809] Compiling NIOHPACK StaticHeaderTable.swift
[1621/1809] Compiling NIOHPACK IndexedHeaderTable.swift
[1622/1809] Compiling NIOHPACK IntegerCoding.swift
[1623/1809] Emitting module NIOWebSocket
[1624/1809] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1625/1809] Compiling NIOExtras NIOExtrasError.swift
[1626/1811] Compiling NIOExtras NIORequestIdentifiable.swift
[1627/1811] Compiling NIOExtras PCAPRingBuffer.swift
[1628/1813] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1629/1813] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1630/1813] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1631/1813] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1632/1813] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1633/1813] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1639/1816] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1642/1816] Compiling NIOExtras QuiescingHelper.swift
[1643/1816] Compiling NIOExtras JSONRPCFraming.swift
[1644/1816] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1645/1816] Compiling NIOExtras LengthFieldPrepender.swift
[1646/1816] Compiling NIOExtras LineBasedFrameDecoder.swift
[1649/1817] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1650/1817] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1651/1817] Compiling NIOSSL SubjectAlternativeName.swift
[1652/1817] Emitting module MultipartKit
[1656/1817] Compiling NIOHTTPCompression HTTPCompression.swift
[1657/1817] Emitting module NIOHTTPCompression
[1658/1817] Compiling NIOHTTPCompression HTTPDecompression.swift
[1659/1817] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1660/1817] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1661/1817] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1664/1817] Compiling NIOWebSocket WebSocketFrame.swift
[1666/1817] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1668/1818] Compiling NIOHPACK HuffmanCoding.swift
[1670/1818] Compiling NIOExtras RequestResponseHandler.swift
[1674/1818] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1684/1819] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1685/1819] Emitting module NIOHPACK
[1687/1819] Compiling NIOExtras UnsafeTransfer.swift
[1688/1819] Emitting module NIOSSL
[1689/1819] Emitting module NIOExtras
[1703/1822] Wrapping AST for _NIOFileSystem for debugging
[1707/1822] Compiling MultipartKit MultipartSerializer.swift
[1708/1822] Compiling MultipartKit Utilities.swift
[1711/1825] Wrapping AST for NIOWebSocket for debugging
[1713/1825] Compiling NIOFileSystem Exports.swift
[1714/1825] Emitting module _NIOFileSystemFoundationCompat
[1715/1825] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1716/1825] Emitting module NIOFileSystem
[1717/1825] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1726/1826] Wrapping AST for NIOHTTPCompression for debugging
[1731/1828] Wrapping AST for MultipartKit for debugging
[1734/1828] Wrapping AST for NIOHTTP1 for debugging
[1736/1828] Wrapping AST for NIOHPACK for debugging
[1737/1828] Wrapping AST for NIOFileSystem for debugging
[1738/1836] Compiling cpu_aarch64_sysreg.cc
[1739/1886] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1740/1886] Compiling cpu_aarch64_win.cc
[1742/1886] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1743/1886] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1744/1886] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1745/1886] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1745/1886] Compiling cpu_aarch64_openbsd.cc
[1746/1886] Compiling cpu_aarch64_linux.cc
[1748/1886] Compiling NIOHTTP2 StateMachineResult.swift
[1749/1886] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1749/1887] Compiling cpu_aarch64_fuchsia.cc
[1750/1887] Compiling cpu_aarch64_apple.cc
[1752/1887] Compiling NIOHTTP2 HasRemoteSettings.swift
[1753/1887] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1754/1887] Compiling NIOHTTP2 QuiescingState.swift
[1757/1888] Compiling NIOHTTP2 MaySendFrames.swift
[1758/1888] Compiling NIOHTTP2 SendingDataState.swift
[1759/1888] Compiling NIOHTTP2 SendingGoawayState.swift
[1760/1888] Compiling NIOHTTP2 SendingHeadersState.swift
[1761/1888] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1762/1888] Compiling NIOHTTP2 SendingRstStreamState.swift
[1763/1888] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1764/1888] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1764/1896] Compiling conf.cc
[1765/1896] Compiling e_rc4.cc
[1766/1896] Wrapping AST for NIOSSL for debugging
[1767/1904] Compiling tls_cbc.cc
[1768/1904] Compiling e_tls.cc
[1769/1904] Wrapping AST for NIOExtras for debugging
[1770/1904] Compiling e_rc2.cc
[1772/1904] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1772/1904] Compiling e_null.cc
[1774/1904] Compiling WebSocketKit WebSocketHandler.swift
[1774/1904] Compiling e_des.cc
[1775/1904] Compiling e_aesgcmsiv.cc
[1776/1904] Compiling e_aesctrhmac.cc
[1778/1904] Emitting module WebSocketKit
[1778/1904] Compiling e_chacha20poly1305.cc
[1779/1904] Compiling derive_key.cc
[1781/1904] Compiling WebSocketKit WebSocket+Concurrency.swift
[1782/1904] Compiling WebSocketKit Exports.swift
[1783/1904] Compiling WebSocketKit WebSocket+Connect.swift
[1783/1904] Compiling chacha.cc
[1785/1904] Compiling WebSocketKit WebSocket.swift
[1786/1904] Compiling WebSocketKit WebSocketClient.swift
[1786/1905] Compiling unicode.cc
[1787/1905] Compiling cipher_extra.cc
[1789/1905] Compiling cbb.cc
[1793/1905] Compiling NIOHTTP2 DOSHeuristics.swift
[1794/1905] Compiling NIOHTTP2 Error+Any.swift
[1795/1905] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1796/1905] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1797/1905] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1798/1905] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1799/1905] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1800/1905] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1801/1905] Compiling NIOHTTP2 HasLocalSettings.swift
[1805/1905] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1806/1905] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1806/1905] Compiling cbs.cc
[1807/1905] Compiling ber.cc
[1808/1905] Wrapping AST for WebSocketKit for debugging
[1809/1905] Compiling asn1_compat.cc
[1810/1905] Compiling buf.cc
[1811/1905] Compiling convert.cc
[1812/1905] Compiling bn_asn1.cc
[1813/1905] Compiling fd.cc
[1814/1905] Compiling pair.cc
[1815/1905] Compiling file.cc
[1816/1905] Compiling blake2.cc
[1817/1905] Compiling printf.cc
[1819/1905] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1820/1905] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1821/1905] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1822/1905] Compiling NIOHTTP2 HTTP2StreamID.swift
[1823/1905] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1824/1905] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1825/1905] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1826/1905] Compiling NIOHTTP2 InboundEventBuffer.swift
[1827/1905] Compiling NIOHTTP2 InboundWindowManager.swift
[1828/1905] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1829/1905] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1830/1905] Compiling NIOHTTP2 StreamChannelList.swift
[1831/1905] Compiling NIOHTTP2 StreamMap.swift
[1832/1905] Compiling NIOHTTP2 StreamStateMachine.swift
[1833/1905] Compiling NIOHTTP2 UnsafeTransfer.swift
[1834/1905] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1834/1905] Compiling hexdump.cc
[1835/1905] Compiling bio_mem.cc
[1836/1905] Compiling errno.cc
[1837/1905] Compiling base64.cc
[1838/1905] Compiling tasn_typ.cc
[1839/1905] Compiling bio.cc
[1840/1905] Compiling tasn_new.cc
[1841/1905] Compiling tasn_fre.cc
[1842/1905] Compiling tasn_enc.cc
[1843/1905] Compiling tasn_utl.cc
[1845/1905] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1846/1905] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1847/1905] Compiling NIOHTTP2 MayReceiveFrames.swift
[1848/1905] Compiling NIOHTTP2 ReceivingDataState.swift
[1853/1905] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1854/1905] Emitting module NIOHTTP2
[1854/1905] Compiling tasn_dec.cc
[1855/1905] Compiling posix_time.cc
[1857/1905] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1858/1905] Compiling NIOHTTP2 HTTP2Frame.swift
[1859/1905] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1860/1905] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1861/1905] Compiling NIOHTTP2 HTTP2PingData.swift
[1862/1905] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1863/1905] Compiling NIOHTTP2 HTTP2Settings.swift
[1864/1905] Compiling NIOHTTP2 HTTP2Stream.swift
[1864/1905] Compiling asn_pack.cc
[1865/1905] Compiling f_string.cc
[1866/1905] Compiling asn1_par.cc
[1867/1905] Compiling f_int.cc
[1868/1905] Compiling a_type.cc
[1869/1905] Compiling a_octet.cc
[1870/1905] Compiling a_utctm.cc
[1871/1905] Compiling a_strex.cc
[1872/1905] Compiling asn1_lib.cc
[1873/1905] Compiling a_time.cc
[1874/1905] Compiling a_strnid.cc
[1875/1905] Wrapping AST for BitCollections for debugging
[1876/1905] Wrapping AST for Atomics for debugging
[1877/1905] Wrapping AST for Algorithms for debugging
[1878/1905] Compiling a_mbstr.cc
[1879/1905] Compiling a_int.cc
[1880/1905] Compiling a_object.cc
[1882/1905] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1883/1905] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1884/1905] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1885/1905] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1886/1905] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1887/1905] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1888/1905] Compiling NIOHTTP2 HTTP2Error.swift
[1889/1905] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1890/1914] Wrapping AST for NIOHTTP2 for debugging
[1892/1973] Compiling CryptoBoringWrapper RandomBytes.swift
[1893/1973] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1894/1973] Emitting module CryptoBoringWrapper
[1895/1973] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1896/1973] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1897/1973] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1898/1973] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1899/1973] Compiling CryptoBoringWrapper EllipticCurve.swift
[1900/1974] Compiling AsyncHTTPClient Base64.swift
[1901/1974] Compiling AsyncHTTPClient BasicAuth.swift
[1902/1974] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1903/1974] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1904/1974] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1905/1974] Compiling AsyncHTTPClient Transaction.swift
[1907/1975] Wrapping AST for CryptoBoringWrapper for debugging
[1908/1975] Wrapping AST for AsyncKit for debugging
[1910/2046] Emitting module AsyncHTTPClient
[1911/2046] Compiling Crypto AES-GCM.swift
[1912/2046] Compiling Crypto AES-GCM_boring.swift
[1913/2046] Compiling Crypto ChaChaPoly_boring.swift
[1914/2046] Compiling Crypto ChaChaPoly.swift
[1915/2046] Compiling Crypto Cipher.swift
[1916/2046] Compiling Crypto Nonces.swift
[1917/2046] Compiling Crypto ASN1.swift
[1918/2046] Compiling Crypto ASN1Any.swift
[1919/2046] Compiling Crypto ASN1BitString.swift
[1920/2054] Compiling Crypto ASN1Boolean.swift
[1921/2054] Compiling Crypto PKCS8PrivateKey.swift
[1922/2054] Compiling Crypto SEC1PrivateKey.swift
[1923/2054] Compiling Crypto SubjectPublicKeyInfo.swift
[1924/2054] Compiling Crypto CryptoKitErrors.swift
[1925/2054] Compiling Crypto Digest_boring.swift
[1926/2054] Compiling Crypto Digest.swift
[1927/2054] Compiling Crypto Digests.swift
[1928/2054] Compiling Crypto HashFunctions.swift
[1929/2054] Compiling AsyncHTTPClient RequestBag.swift
[1930/2054] Compiling AsyncHTTPClient RequestValidation.swift
[1931/2054] Compiling AsyncHTTPClient SSLContextCache.swift
[1932/2054] Compiling AsyncHTTPClient Scheme.swift
[1933/2054] Compiling AsyncHTTPClient Singleton.swift
[1934/2054] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1935/2054] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1936/2054] Compiling AsyncHTTPClient Utils.swift
[1937/2054] Compiling Crypto HPKE-Utils.swift
[1938/2054] Compiling Crypto DHKEM.swift
[1939/2054] Compiling Crypto HPKE-KEM-Curve25519.swift
[1940/2054] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1941/2054] Compiling Crypto HPKE-KEM.swift
[1942/2054] Compiling Crypto HPKE-Errors.swift
[1943/2054] Compiling Crypto SymmetricKeys.swift
[1944/2054] Compiling Crypto HMAC.swift
[1945/2054] Compiling Crypto HKDF.swift
[1946/2054] Compiling Crypto AESWrap.swift
[1947/2054] Compiling Crypto AESWrap_boring.swift
[1948/2054] Compiling Crypto Ed25519_boring.swift
[1949/2054] Compiling Crypto NISTCurvesKeys_boring.swift
[1950/2054] Compiling Crypto X25519Keys_boring.swift
[1951/2054] Compiling Crypto Curve25519.swift
[1952/2054] Compiling Crypto Ed25519Keys.swift
[1955/2054] Compiling Crypto MACFunctions.swift
[1956/2054] Compiling Crypto MessageAuthenticationCode.swift
[1957/2054] Compiling Crypto AES.swift
[1958/2054] Compiling Crypto ECDSASignature_boring.swift
[1959/2054] Compiling Crypto ECDSA_boring.swift
[1960/2054] Compiling Crypto EdDSA_boring.swift
[1961/2054] Compiling Crypto ECDSA.swift
[1962/2054] Compiling Crypto Ed25519.swift
[1973/2063] Compiling Crypto HashFunctions_SHA2.swift
[1974/2063] Compiling Crypto HPKE-AEAD.swift
[1975/2063] Compiling Crypto ASN1Identifier.swift
[1976/2063] Compiling Crypto ASN1Integer.swift
[1977/2063] Compiling Crypto ASN1Null.swift
[1978/2063] Compiling Crypto ASN1OctetString.swift
[1979/2063] Compiling Crypto ASN1Strings.swift
[1980/2063] Compiling Crypto ArraySliceBigint.swift
[1989/2063] Compiling Crypto GeneralizedTime.swift
[1990/2063] Compiling Crypto ObjectIdentifier.swift
[1991/2063] Compiling Crypto ECDSASignature.swift
[1992/2063] Compiling Crypto PEMDocument.swift
[1993/2063] Compiling Crypto HPKE-Ciphersuite.swift
[1994/2063] Compiling Crypto HPKE-KDF.swift
[1995/2063] Compiling Crypto HPKE-KexKeyDerivation.swift
[1996/2063] Compiling Crypto HPKE-LabeledExtract.swift
[2024/2064] Compiling Crypto KEM.swift
[2025/2064] Compiling Crypto ECDH_boring.swift
[2026/2064] Compiling Crypto DH.swift
[2027/2064] Compiling Crypto ECDH.swift
[2027/2064] Wrapping AST for AsyncHTTPClient for debugging
[2049/2064] Emitting module Crypto
[2050/2064] Compiling Crypto Signature.swift
[2051/2064] Compiling Crypto CryptoKitErrors_boring.swift
[2052/2064] Compiling Crypto RNG_boring.swift
[2053/2064] Compiling Crypto SafeCompare_boring.swift
[2054/2064] Compiling Crypto Zeroization_boring.swift
[2055/2064] Compiling Crypto PrettyBytes.swift
[2056/2064] Compiling Crypto SafeCompare.swift
[2057/2064] Compiling Crypto SecureBytes.swift
[2058/2064] Compiling Crypto Zeroization.swift
[2059/2065] Wrapping AST for Crypto for debugging
[2061/2234] Compiling Vapor HTTPServerResponseEncoder.swift
[2062/2234] Compiling Vapor HTTPServerUpgradeHandler.swift
[2063/2234] Compiling Vapor Logger+Report.swift
[2064/2234] Compiling Vapor LoggingSystem+Environment.swift
[2065/2234] Compiling Vapor Application+Middleware.swift
[2066/2234] Compiling Vapor CORSMiddleware.swift
[2067/2234] Compiling Vapor ErrorMiddleware.swift
[2068/2234] Compiling Vapor FileMiddleware.swift
[2069/2234] Compiling Vapor Middleware.swift
[2070/2234] Compiling Vapor MiddlewareConfiguration.swift
[2071/2234] Compiling Vapor ResponseCompressionMiddleware.swift
[2072/2234] Compiling Vapor RouteLoggingMiddleware.swift
[2073/2234] Compiling Vapor TracingMiddleware.swift
[2074/2234] Compiling Vapor File+Multipart.swift
[2075/2234] Compiling Vapor FormDataDecoder+Content.swift
[2076/2234] Compiling Vapor FormDataEncoder+Content.swift
[2077/2234] Compiling Vapor Application+Password.swift
[2078/2234] Compiling Vapor Application+Passwords.swift
[2079/2234] Compiling Vapor AsyncPasswordHasher.swift
[2080/2234] Compiling Vapor BcryptHasher.swift
[2081/2234] Compiling Vapor PasswordHasher.swift
[2082/2234] Compiling Vapor PlaintextHasher.swift
[2083/2234] Compiling Vapor Request+Password.swift
[2084/2234] Compiling Vapor Redirect.swift
[2085/2258] Compiling Vapor Application.swift
[2086/2258] Compiling Vapor AuthenticationCache.swift
[2087/2258] Compiling Vapor Authenticator.swift
[2088/2258] Compiling Vapor BasicAuthorization.swift
[2089/2258] Compiling Vapor BearerAuthorization.swift
[2090/2258] Compiling Vapor GuardMiddleware.swift
[2091/2258] Compiling Vapor RedirectMiddleware.swift
[2092/2258] Compiling Vapor SessionAuthenticatable.swift
[2093/2258] Compiling Vapor Bcrypt.swift
[2094/2258] Compiling Vapor Application+Cache.swift
[2095/2258] Compiling Vapor Cache.swift
[2096/2258] Compiling Vapor CacheExpirationTime.swift
[2097/2258] Compiling Vapor MemoryCache.swift
[2098/2258] Compiling Vapor Request+Cache.swift
[2099/2258] Compiling Vapor Application+Clients.swift
[2100/2258] Compiling Vapor Client.swift
[2101/2258] Compiling Vapor ClientRequest.swift
[2102/2258] Compiling Vapor ClientResponse.swift
[2103/2258] Compiling Vapor Request+Client.swift
[2104/2258] Compiling Vapor BootCommand.swift
[2105/2258] Compiling Vapor CommandContext+Application.swift
[2106/2258] Compiling Vapor RoutesCommand.swift
[2107/2258] Compiling Vapor ServeCommand.swift
[2108/2258] Compiling Vapor AnyResponse+Concurrency.swift
[2109/2282] Compiling Vapor Validator.swift
[2110/2282] Compiling Vapor ValidatorResult.swift
[2111/2282] Compiling Vapor And.swift
[2112/2282] Compiling Vapor Case.swift
[2113/2282] Compiling Vapor CharacterSet.swift
[2114/2282] Compiling Vapor Count.swift
[2115/2282] Compiling Vapor Custom.swift
[2116/2282] Compiling Vapor Email.swift
[2117/2282] Compiling Vapor Empty.swift
[2118/2282] Compiling Vapor In.swift
[2119/2282] Compiling Vapor Nil.swift
[2120/2282] Compiling Vapor NilIgnoring.swift
[2121/2282] Compiling Vapor Not.swift
[2122/2282] Compiling Vapor Or.swift
[2123/2282] Compiling Vapor Pattern.swift
[2124/2282] Compiling Vapor Range.swift
[2125/2282] Compiling Vapor URL.swift
[2126/2282] Compiling Vapor Valid.swift
[2127/2282] Compiling Vapor Application+Views.swift
[2128/2282] Compiling Vapor PlaintextRenderer.swift
[2129/2282] Compiling Vapor Request+View.swift
[2130/2282] Compiling Vapor View.swift
[2131/2282] Compiling Vapor ViewRenderer.swift
[2132/2282] Compiling Vapor _Deprecations.swift
[2133/2282] Compiling Vapor Service.swift
[2134/2282] Compiling Vapor Application+Sessions.swift
[2135/2282] Compiling Vapor MemorySessions.swift
[2136/2282] Compiling Vapor Request+Session.swift
[2137/2282] Compiling Vapor Session.swift
[2138/2282] Compiling Vapor SessionCache.swift
[2139/2282] Compiling Vapor SessionData.swift
[2140/2282] Compiling Vapor SessionDriver.swift
[2141/2282] Compiling Vapor SessionsConfiguration.swift
[2142/2282] Compiling Vapor SessionsMiddleware.swift
[2143/2282] Compiling Vapor URLEncodedFormData.swift
[2144/2282] Compiling Vapor URLEncodedFormDecoder.swift
[2145/2282] Compiling Vapor URLEncodedFormEncoder.swift
[2146/2282] Compiling Vapor URLEncodedFormError.swift
[2147/2282] Compiling Vapor URLEncodedFormParser.swift
[2148/2282] Compiling Vapor URLEncodedFormSerializer.swift
[2149/2282] Compiling Vapor URLQueryFragmentConvertible.swift
[2150/2282] Compiling Vapor AnyResponse.swift
[2151/2282] Compiling Vapor Array+Random.swift
[2152/2282] Compiling Vapor Base32.swift
[2153/2282] Compiling Vapor Base64.swift
[2154/2282] Compiling Vapor BaseN.swift
[2155/2282] Compiling Vapor BasicCodingKey.swift
[2156/2282] Compiling Vapor ByteCount.swift
[2157/2282] Compiling Vapor Request+Body.swift
[2158/2282] Compiling Vapor Request+BodyStream.swift
[2159/2282] Compiling Vapor Request.swift
[2160/2282] Compiling Vapor Application+Responder.swift
[2161/2282] Compiling Vapor DefaultResponder.swift
[2162/2282] Compiling Vapor Response+Body.swift
[2163/2282] Compiling Vapor Response.swift
[2164/2282] Compiling Vapor ResponseCodable.swift
[2165/2282] Compiling Vapor Application+Routes.swift
[2166/2282] Compiling Vapor Parameters+Require.swift
[2167/2282] Compiling Vapor Request+WebSocket.swift
[2168/2282] Compiling Vapor Route.swift
[2169/2282] Compiling Vapor RouteCollection.swift
[2170/2282] Compiling Vapor Routes.swift
[2171/2282] Compiling Vapor RoutesBuilder+Group.swift
[2172/2282] Compiling Vapor RoutesBuilder+Method.swift
[2173/2282] Compiling Vapor RoutesBuilder+Middleware.swift
[2174/2282] Compiling Vapor RoutesBuilder+WebSocket.swift
[2175/2282] Compiling Vapor RoutesBuilder.swift
[2176/2282] Compiling Vapor OTP.swift
[2177/2282] Compiling Vapor Application+Servers.swift
[2178/2282] Compiling Vapor Server.swift
[2179/2282] Compiling Vapor App+Service.swift
[2180/2282] Compiling Vapor Req+Service.swift
[2181/2282] Compiling Vapor Core.swift
[2182/2282] Compiling Vapor Running.swift
[2183/2282] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2184/2282] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2185/2282] Compiling Vapor DotEnvFile+load.swift
[2186/2282] Compiling Vapor Routes+caseInsenstive.swift
[2187/2282] Compiling Vapor Validatable+validate.swift
[2188/2282] Compiling Vapor Environment+Process.swift
[2189/2282] Compiling Vapor Environment+Secret.swift
[2190/2282] Compiling Vapor Environment.swift
[2191/2282] Compiling Vapor Abort.swift
[2192/2282] Compiling Vapor AbortError.swift
[2193/2282] Compiling Vapor DebuggableError.swift
[2194/2282] Compiling Vapor Demangler.swift
[2195/2282] Compiling Vapor ErrorSource.swift
[2196/2282] Compiling Vapor StackTrace.swift
[2197/2282] Compiling Vapor Exports.swift
[2198/2282] Compiling Vapor Application+HTTP.swift
[2199/2282] Compiling Vapor BasicResponder.swift
[2200/2282] Compiling Vapor BodyStream.swift
[2201/2282] Compiling Vapor Application+HTTP+Client.swift
[2202/2282] Compiling Vapor EventLoopHTTPClient.swift
[2203/2282] Compiling Vapor EndpointCache.swift
[2204/2282] Compiling Vapor HTTPMethod+String.swift
[2205/2282] Emitting module Vapor
[2206/2282] Compiling Vapor Bytes+Hex.swift
[2207/2282] Compiling Vapor Bytes+SecureCompare.swift
[2208/2282] Compiling Vapor Collection+Safe.swift
[2209/2282] Compiling Vapor DataProtocol+Copy.swift
[2210/2282] Compiling Vapor DecoderUnwrapper.swift
[2211/2282] Compiling Vapor DirectoryConfiguration.swift
[2212/2282] Compiling Vapor DotEnv.swift
[2213/2282] Compiling Vapor Extendable.swift
[2214/2282] Compiling Vapor File.swift
[2215/2282] Compiling Vapor FileIO.swift
[2216/2282] Compiling Vapor LifecycleHandler.swift
[2217/2282] Compiling Vapor OptionalType.swift
[2218/2282] Compiling Vapor RFC1123.swift
[2219/2282] Compiling Vapor SocketAddress+Hostname.swift
[2220/2282] Compiling Vapor Storage.swift
[2221/2282] Compiling Vapor String+IsIPAddress.swift
[2222/2282] Compiling Vapor Thread.swift
[2223/2282] Compiling Vapor URI.swift
[2224/2282] Compiling Vapor RangeResult.swift
[2225/2282] Compiling Vapor Validatable.swift
[2226/2282] Compiling Vapor Validation.swift
[2227/2282] Compiling Vapor ValidationKey.swift
[2228/2282] Compiling Vapor Validations.swift
[2229/2282] Compiling Vapor ValidationsError.swift
[2230/2282] Compiling Vapor AsyncBasicResponder.swift
[2231/2282] Compiling Vapor AsyncMiddleware.swift
[2232/2282] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2233/2282] Compiling Vapor AsyncSessionDriver.swift
[2234/2282] Compiling Vapor Authentication+Concurrency.swift
[2235/2282] Compiling Vapor Cache+Concurrency.swift
[2236/2282] Compiling Vapor Client+Concurrency.swift
[2237/2282] Compiling Vapor RequestBody+Concurrency.swift
[2238/2282] Compiling Vapor Responder+Concurrency.swift
[2239/2282] Compiling Vapor ResponseCodable+Concurrency.swift
[2240/2282] Compiling Vapor RoutesBuilder+Concurrency.swift
[2241/2282] Compiling Vapor ViewRenderer+Concurrency.swift
[2242/2282] Compiling Vapor WebSocket+Concurrency.swift
[2243/2282] Compiling Vapor ContainerGetPathExecutor.swift
[2244/2282] Compiling Vapor Content.swift
[2245/2282] Compiling Vapor ContentCoders.swift
[2246/2282] Compiling Vapor ContentConfiguration.swift
[2247/2282] Compiling Vapor ContentContainer.swift
[2248/2282] Compiling Vapor JSONCoder+Custom.swift
[2249/2282] Compiling Vapor JSONCoders+Content.swift
[2250/2282] Compiling Vapor PlaintextDecoder.swift
[2251/2282] Compiling Vapor PlaintextEncoder.swift
[2252/2282] Compiling Vapor URLQueryCoders.swift
[2253/2282] Compiling Vapor URLQueryContainer.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 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 |
[2285/2294] Compiling HtmlVaporSupportExample Stylesheet.swift
[2286/2294] Compiling HtmlVaporSupportExample Layout.swift
[2287/2294] Compiling HtmlVaporSupportExample Home.swift
[2288/2294] Compiling HtmlVaporSupportExample Installation.swift
[2289/2294] Compiling HtmlVaporSupportExample AdvancedUsage.swift
[2290/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 |
[2291/2294] Compiling HtmlVaporSupportExample Usage.swift
[2292/2295] Wrapping AST for HtmlVaporSupportExample for debugging
[2293/2295] Write Objects.LinkFileList
[2294/2295] Linking HtmlVaporSupportExample
Build complete! (411.92s)
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.