The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of vapor-apns, reference 5.0.0 (be523e), with Swift 6.1 for Linux on 4 Jul 2025 00:22:38 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/apns.git
Reference: 5.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor/apns
 * tag               5.0.0      -> FETCH_HEAD
HEAD is now at be523e3 Support APNSwift 6.1.0 (#61)
Cloned https://github.com/vapor/apns.git
Revision (git rev-parse @):
be523e3dc2a054d1ab51cb610c015dbbffb1d1ac
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/apns.git at 5.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/apns.git
https://github.com/vapor/apns.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "apnswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server-community/APNSwift.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.110.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "vapor-apns",
  "name" : "vapor-apns",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporAPNS",
      "targets" : [
        "VaporAPNS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporAPNSTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporAPNSTests",
      "path" : "Tests/VaporAPNSTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "APNSTests.swift",
        "MockAPNSServerTests.swift"
      ],
      "target_dependencies" : [
        "VaporAPNS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporAPNS",
      "module_type" : "SwiftTarget",
      "name" : "VaporAPNS",
      "path" : "Sources/VaporAPNS",
      "product_dependencies" : [
        "APNS",
        "Vapor"
      ],
      "product_memberships" : [
        "VaporAPNS"
      ],
      "sources" : [
        "APNSContainerID.swift",
        "APNSContainers.swift",
        "Application+APNS.swift",
        "Request+APNS.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/swift-server-community/APNSwift.git
[1/5448] Fetching apnswift
[5449/80046] Fetching apnswift, vapor
Fetched https://github.com/swift-server-community/APNSwift.git from cache (0.61s)
[14920/74598] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.01s)
Computing version for https://github.com/swift-server-community/APNSwift.git
Computed https://github.com/swift-server-community/APNSwift.git at 6.1.0 (3.07s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/async-http-client.git
[1/3833] Fetching swift-log
[3336/15428] Fetching swift-log, swift-nio-http2
[4066/31107] Fetching swift-log, swift-nio-http2, swift-crypto
[4612/45121] Fetching swift-log, swift-nio-http2, swift-crypto, async-http-client
[6083/60037] Fetching swift-log, swift-nio-http2, swift-crypto, async-http-client, swift-nio-ssl
[9970/136434] Fetching swift-log, swift-nio-http2, swift-crypto, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (2.28s)
[93768/132601] Fetching swift-nio-http2, swift-crypto, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.29s)
[82793/121006] Fetching swift-crypto, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.39s)
[84700/105327] Fetching async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.60s)
[72076/90411] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (7.51s)
Fetched https://github.com/apple/swift-nio.git from cache (7.58s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (9.92s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/5033] Fetching swift-distributed-tracing
[505/6114] Fetching swift-distributed-tracing, swift-service-context
[886/12073] Fetching swift-distributed-tracing, swift-service-context, swift-algorithms
[1672/15558] Fetching swift-distributed-tracing, swift-service-context, swift-algorithms, multipart-kit
[4253/17365] Fetching swift-distributed-tracing, swift-service-context, swift-algorithms, multipart-kit, swift-atomics
[5661/19974] Fetching swift-distributed-tracing, swift-service-context, swift-algorithms, multipart-kit, swift-atomics, websocket-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.49s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.49s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.63s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.73s)
Fetching https://github.com/vapor/console-kit.git
[6672/10730] Fetching swift-distributed-tracing, multipart-kit, swift-metrics
[7292/16762] Fetching swift-distributed-tracing, multipart-kit, swift-metrics, swift-nio-extras
[9279/37614] Fetching swift-distributed-tracing, multipart-kit, swift-metrics, swift-nio-extras, routing-kit
[22632/43632] Fetching swift-distributed-tracing, multipart-kit, swift-metrics, swift-nio-extras, routing-kit, console-kit
Fetched https://github.com/apple/swift-metrics.git from cache (0.84s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.85s)
Fetched https://github.com/vapor/console-kit.git from cache (0.64s)
Fetching https://github.com/vapor/async-kit.git
[27535/31740] Fetching swift-distributed-tracing, multipart-kit, routing-kit, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (1.06s)
Fetched https://github.com/vapor/async-kit.git from cache (0.36s)
[6706/8518] Fetching swift-distributed-tracing, multipart-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.16s)
Fetched https://github.com/vapor/multipart-kit.git from cache (2.23s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.81s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.45s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.52s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.95s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (1.29s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4495] Fetching swift-system
[2/21235] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
[4353/16740] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.82s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.72s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.90s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2673] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.54s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.02s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.92s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.18s)
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.37s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
[1/2426] Fetching swift-service-lifecycle
[390/7415] Fetching swift-service-lifecycle, swift-async-algorithms
[440/8584] Fetching swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers
[5002/14828] Fetching swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers, swift-certificates
[6266/16444] Fetching swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.82s)
[14828/14828] Fetching swift-service-lifecycle, swift-async-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.83s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.84s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.08s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.09s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.38s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.08s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.15s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.55s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.98s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (3.89s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.59s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.03s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.20s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.07s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.83s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.37.0 (0.92s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.0 (0.93s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.84s)
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/swift-server-community/APNSwift.git
Working copy of https://github.com/swift-server-community/APNSwift.git resolved at 6.1.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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/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/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.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.28.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.25.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.37.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.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.32.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
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.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Building for debugging...
[0/833] Write sources
[30/833] Compiling CVaporBcrypt bcrypt.c
[31/833] Write sources
[32/833] Compiling CVaporBcrypt blf.c
[32/833] Write sources
[35/833] Compiling _NumericsShims _NumericsShims.c
[36/833] Write sources
[55/833] Compiling _AtomicsShims.c
[56/833] Compiling CNIOWindows shim.c
[57/833] Compiling CSystem shims.c
[58/833] Compiling CNIOWindows WSAStartup.c
[59/833] Compiling CNIOWASI CNIOWASI.c
[60/833] Compiling CNIOSHA1 c_nio_sha1.c
[61/833] Compiling CNIOLinux liburing_shims.c
[62/833] Compiling CNIOLinux shim.c
[63/833] Compiling CNIOLLHTTP c_nio_http.c
[64/833] Write swift-version-24593BA9C3E375BF.txt
[65/833] Compiling CNIOExtrasZlib empty.c
[66/833] Compiling a_dup.cc
[67/833] Compiling CNIOLLHTTP c_nio_api.c
[68/833] Compiling a_d2i_fp.cc
[69/833] Compiling a_bitstr.cc
[70/833] Compiling a_gentm.cc
[71/833] Compiling a_bool.cc
[72/839] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/902] Emitting module CoreMetrics
[75/902] Emitting module SystemPackage
[76/905] Compiling ServiceContextModule ServiceContextKey.swift
[77/905] Compiling _NIODataStructures _TinyArray.swift
[78/905] Compiling RealModule AugmentedArithmetic.swift
[79/905] Compiling InternalCollectionsUtilities UInt+reversed.swift
[80/905] Compiling SystemPackage MachPort.swift
[81/905] Compiling SystemPackage PlatformString.swift
[82/905] Compiling SystemPackage SystemString.swift
[83/906] Compiling CoreMetrics Metrics.swift
[84/906] Compiling SystemPackage Util+StringArray.swift
[85/906] Compiling SystemPackage Util.swift
[86/906] Compiling SystemPackage UtilConsumers.swift
[87/906] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[88/906] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[89/906] Emitting module RealModule
[90/906] Emitting module _NIOBase64
[91/906] Compiling _NIOBase64 Base64.swift
[94/906] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[95/906] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[96/906] Compiling InternalCollectionsUtilities Debugging.swift
[97/906] Compiling InternalCollectionsUtilities Descriptions.swift
[98/906] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[99/908] Compiling RealModule Float80+Real.swift
[100/908] Compiling RealModule Real.swift
[101/908] Compiling ServiceContextModule ServiceContext.swift
[102/908] Emitting module ServiceContextModule
[103/908] Compiling RealModule Float16+Real.swift
[104/908] Compiling _NIODataStructures PriorityQueue.swift
[105/908] Compiling RealModule Float+Real.swift
[106/908] Compiling RealModule ElementaryFunctions.swift
[107/908] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[108/908] Compiling InternalCollectionsUtilities Integer rank.swift
[109/908] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[110/908] Compiling InternalCollectionsUtilities _SortedCollection.swift
[113/909] Emitting module InternalCollectionsUtilities
[122/909] Compiling RealModule RealFunctions.swift
[125/910] Compiling CNIODarwin shim.c
[127/934] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[129/935] Emitting module Instrumentation
[130/935] Compiling Instrumentation NoOpInstrument.swift
[131/935] Compiling Instrumentation MultiplexInstrument.swift
[132/935] Compiling Atomics ManagedAtomic.swift
[133/935] Compiling Atomics ManagedAtomicLazyReference.swift
[134/935] Compiling Atomics UnsafeAtomic.swift
[135/935] Compiling Atomics UnsafeAtomicLazyReference.swift
[136/950] Compiling Algorithms Intersperse.swift
[137/950] Compiling Atomics AtomicValue.swift
[138/950] Compiling Algorithms Grouped.swift
[139/950] Compiling Algorithms Indexed.swift
[139/962] Compiling CNIOBoringSSLShims shims.c
[141/962] Compiling Instrumentation Locks.swift
[142/962] Compiling Instrumentation InstrumentationSystem.swift
[143/962] Compiling Instrumentation Instrument.swift
[144/963] Compiling Algorithms Rotate.swift
[145/963] Compiling Algorithms Split.swift
[146/963] Compiling Algorithms Stride.swift
[147/963] Compiling Algorithms Suffix.swift
[148/963] Emitting module _NIODataStructures
[149/963] Compiling _NIODataStructures Heap.swift
[150/963] Compiling Algorithms FlattenCollection.swift
[154/963] Compiling Algorithms Permutations.swift
[155/963] Compiling Algorithms Product.swift
[156/963] Compiling Algorithms RandomSample.swift
[157/963] Compiling Algorithms Reductions.swift
[158/963] Compiling Algorithms Joined.swift
[159/963] Compiling Algorithms Keyed.swift
[160/963] Compiling Algorithms MinMax.swift
[161/963] Compiling Algorithms Partition.swift
[162/965] Compiling Logging MetadataProvider.swift
[163/965] Compiling CoreMetrics Locks.swift
[164/966] Compiling Logging LogHandler.swift
[165/966] Compiling Logging Locks.swift
[166/966] Compiling Logging Logging.swift
[167/966] Emitting module Logging
[173/1035] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[174/1035] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[175/1035] Compiling _RopeModule BigString+Sequence.swift
[176/1035] Compiling _RopeModule BigString+Metrics.swift
[177/1035] Compiling _RopeModule BigString+Summary.swift
[178/1183] Compiling HeapModule Heap+Descriptions.swift
[179/1183] Compiling HeapModule Heap.swift
[180/1183] Compiling HeapModule _HeapNode.swift
[181/1183] Compiling Tracing TracingTime.swift
[182/1183] Emitting module Tracing
[183/1183] Compiling Tracing TracerProtocol.swift
[184/1183] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[185/1183] Compiling HeapModule Heap+UnsafeHandle.swift
[186/1183] Compiling HeapModule Heap+Invariants.swift
[187/1183] Emitting module HeapModule
[189/1184] Compiling Tracing TracerProtocol+Legacy.swift
[190/1184] Compiling Tracing Tracer.swift
[191/1184] Compiling HashTreeCollections _HashNode.swift
[192/1184] Compiling HashTreeCollections _HashNodeHeader.swift
[193/1184] Compiling HashTreeCollections _HashSlot.swift
[194/1184] Compiling HashTreeCollections _HashStack.swift
[195/1184] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[196/1184] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[197/1187] Compiling HashTreeCollections TreeDictionary+Collection.swift
[198/1187] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[199/1187] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[200/1187] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[201/1187] Compiling HashTreeCollections _AncestorHashSlots.swift
[202/1187] Compiling HashTreeCollections _Bitmap.swift
[203/1187] Compiling HashTreeCollections _Bucket.swift
[204/1187] Compiling HashTreeCollections _Hash.swift
[205/1187] Compiling HashTreeCollections _HashLevel.swift
[206/1187] Compiling HashTreeCollections _HashNode+Builder.swift
[207/1187] Compiling HashTreeCollections _HashNode+Debugging.swift
[208/1187] Compiling HashTreeCollections _HashNode+Initializers.swift
[209/1187] Compiling HashTreeCollections _HashNode+Invariants.swift
[210/1187] Compiling HashTreeCollections _HashNode+Lookups.swift
[211/1200] Compiling Tracing NoOpTracer.swift
[212/1200] Compiling Tracing InstrumentationSystem+Tracing.swift
[213/1200] Compiling Tracing SpanProtocol.swift
[214/1201] Compiling HashTreeCollections TreeSet+Hashable.swift
[215/1201] Compiling HashTreeCollections TreeSet+Sendable.swift
[216/1201] Compiling HashTreeCollections TreeSet+Sequence.swift
[217/1201] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[218/1201] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[219/1201] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[220/1201] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[221/1201] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[222/1201] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[223/1201] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[224/1201] Compiling OrderedCollections OrderedSet+SubSequence.swift
[225/1201] Compiling OrderedCollections OrderedSet+Testing.swift
[226/1201] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[227/1201] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[228/1201] Compiling OrderedCollections OrderedSet.swift
[229/1201] Compiling OrderedCollections _UnsafeBitset.swift
[230/1201] Compiling HashTreeCollections TreeSet+Equatable.swift
[231/1201] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[232/1201] Compiling HashTreeCollections TreeSet+Extras.swift
[233/1201] Compiling HashTreeCollections TreeSet+Filter.swift
[234/1211] Compiling Algorithms Trim.swift
[235/1211] Compiling Algorithms Unique.swift
[236/1211] Compiling Algorithms Windows.swift
[237/1211] Compiling HashTreeCollections TreeDictionary+Keys.swift
[238/1211] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[239/1211] Compiling HashTreeCollections TreeDictionary+Merge.swift
[240/1211] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[241/1211] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[242/1211] Compiling HashTreeCollections TreeDictionary+Values.swift
[243/1211] Compiling HashTreeCollections _HashTreeIterator.swift
[244/1211] Compiling HashTreeCollections _HashTreeStatistics.swift
[245/1211] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[246/1211] Compiling HashTreeCollections _RawHashNode.swift
[247/1211] Compiling HashTreeCollections _UnmanagedHashNode.swift
[248/1211] Compiling HashTreeCollections _UnsafePath.swift
[249/1211] Compiling HashTreeCollections TreeDictionary+Codable.swift
[262/1211] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[263/1211] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[264/1211] Compiling HashTreeCollections _HashNode+Structural merge.swift
[265/1211] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[266/1211] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[267/1211] Compiling HashTreeCollections _HashNode+Structural union.swift
[268/1211] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[269/1211] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[271/1211] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[272/1211] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[276/1211] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[277/1211] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[278/1211] Compiling HashTreeCollections _HashNode+Storage.swift
[279/1211] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[280/1211] Compiling HashTreeCollections _HashNode+Structural filter.swift
[281/1211] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[282/1211] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[283/1211] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[293/1235] Compiling DequeModule Deque+Testing.swift
[294/1235] Compiling DequeModule Deque._Storage.swift
[295/1235] Compiling DequeModule Deque._UnsafeHandle.swift
[296/1235] Compiling DequeModule Deque.swift
[297/1235] Compiling DequeModule Deque+CustomReflectable.swift
[298/1235] Compiling DequeModule Deque+Descriptions.swift
[299/1235] Compiling DequeModule Deque+Extras.swift
[300/1235] Compiling DequeModule Deque+Hashable.swift
[306/1237] Compiling DequeModule Deque+Equatable.swift
[307/1237] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[308/1237] Compiling DequeModule _DequeBuffer.swift
[309/1237] Compiling DequeModule _DequeBufferHeader.swift
[310/1237] Compiling DequeModule Deque+Codable.swift
[311/1237] Compiling DequeModule Deque+Collection.swift
[320/1237] Emitting module Atomics
[321/1237] Compiling _RopeModule _CharacterRecognizer.swift
[322/1237] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[323/1237] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[324/1237] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[325/1237] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[326/1237] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[327/1237] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[328/1237] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[329/1237] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[330/1237] Compiling HashTreeCollections TreeSet.swift
[348/1238] Compiling fiat_p256_adx_sqr.S
[349/1238] Compiling fiat_p256_adx_mul.S
[355/1238] Compiling DequeModule _DequeSlot.swift
[356/1238] Compiling DequeModule _UnsafeWrappedBuffer.swift
[363/1238] Compiling RoutingKit Router.swift
[363/1238] Compiling fiat_curve25519_adx_square.S
[376/1238] Compiling fiat_curve25519_adx_mul.S
[378/1238] Compiling OrderedCollections OrderedSet+Sendable.swift
[389/1238] Compiling RoutingKit PathComponent.swift
[390/1238] Emitting module OrderedCollections
[391/1239] Compiling RoutingKit TrieRouter.swift
[395/1239] Emitting module DequeModule
[397/1240] Emitting module _RopeModule
[442/1240] Emitting module Algorithms
[443/1241] Compiling _RopeModule Rope+Join.swift
[444/1241] Compiling _RopeModule Rope+MutatingForEach.swift
[445/1241] Compiling _RopeModule Rope+Remove.swift
[446/1241] Compiling _RopeModule Rope+RemoveSubrange.swift
[447/1241] Compiling _RopeModule Rope+Split.swift
[448/1241] Compiling _RopeModule Optional Utilities.swift
[449/1241] Compiling _RopeModule String Utilities.swift
[450/1241] Compiling _RopeModule String.Index+ABI.swift
[453/1241] Emitting module RoutingKit
[454/1241] Compiling RoutingKit AnyRouter.swift
[455/1241] Compiling RoutingKit Parameters.swift
[456/1242] Compiling Metrics Metrics.swift
[457/1242] Emitting module Metrics
[460/1243] Emitting module HashTreeCollections
[491/1245] Compiling tls_record.cc
[492/1245] Compiling tls_method.cc
[493/1245] Compiling tls13_server.cc
[494/1245] Compiling tls13_enc.cc
[495/1245] Compiling tls13_client.cc
[496/1245] Compiling tls13_both.cc
[497/1245] Compiling t1_enc.cc
[498/1245] Compiling ssl_transcript.cc
[499/1245] Compiling ssl_versions.cc
[500/1245] Compiling ssl_stat.cc
[501/1245] Compiling ssl_x509.cc
[502/1245] Compiling ssl_session.cc
[503/1245] Compiling ssl_privkey.cc
[504/1245] Compiling ssl_key_share.cc
[504/1245] Compiling ssl_cert.cc
[506/1245] Compiling ssl_file.cc
[507/1245] Compiling ssl_credential.cc
[508/1245] Compiling ssl_cipher.cc
[509/1245] Compiling ssl_lib.cc
[510/1245] Compiling ssl_buffer.cc
[511/1245] Compiling ssl_asn1.cc
[512/1245] Compiling s3_pkt.cc
[513/1245] Compiling s3_both.cc
[514/1245] Compiling ssl_aead_ctx.cc
[515/1245] Compiling s3_lib.cc
[516/1245] Compiling handshake_client.cc
[517/1245] Compiling handshake_server.cc
[518/1245] Compiling handshake.cc
[519/1245] Compiling handoff.cc
[520/1245] Compiling dtls_record.cc
[521/1245] Compiling dtls_method.cc
[522/1245] Compiling md5-x86_64-linux.S
[523/1245] Compiling md5-x86_64-apple.S
[524/1245] Compiling d1_srtp.cc
[525/1245] Compiling md5-586-apple.S
[526/1245] Compiling md5-586-linux.S
[527/1245] Compiling extensions.cc
[528/1245] Compiling encrypted_client_hello.cc
[529/1245] Compiling chacha20_poly1305_x86_64-apple.S
[530/1245] Compiling chacha20_poly1305_x86_64-linux.S
[531/1245] Compiling chacha20_poly1305_armv8-win.S
[532/1245] Compiling chacha20_poly1305_armv8-linux.S
[533/1245] Compiling chacha20_poly1305_armv8-apple.S
[534/1245] Compiling chacha-x86_64-linux.S
[535/1245] Compiling chacha-x86-linux.S
[536/1245] Compiling chacha-x86_64-apple.S
[537/1245] Compiling chacha-armv8-win.S
[538/1245] Compiling d1_pkt.cc
[539/1245] Compiling chacha-x86-apple.S
[540/1245] Compiling chacha-armv8-linux.S
[541/1245] Compiling chacha-armv4-linux.S
[542/1245] Compiling chacha-armv8-apple.S
[543/1245] Compiling aes128gcmsiv-x86_64-apple.S
[544/1245] Compiling aes128gcmsiv-x86_64-linux.S
[545/1245] Compiling err_data.cc
[546/1245] Compiling x86_64-mont5-apple.S
[547/1245] Compiling x86_64-mont5-linux.S
[548/1245] Compiling x86_64-mont-apple.S
[549/1245] Compiling x86_64-mont-linux.S
[550/1245] Compiling x86-mont-linux.S
[551/1245] Compiling x86-mont-apple.S
[552/1245] Compiling vpaes-x86_64-linux.S
[553/1245] Compiling vpaes-x86_64-apple.S
[554/1245] Compiling vpaes-armv8-win.S
[555/1245] Compiling vpaes-x86-linux.S
[556/1245] Compiling vpaes-x86-apple.S
[557/1245] Compiling vpaes-armv8-linux.S
[558/1245] Compiling sha512-x86_64-apple.S
[559/1245] Compiling vpaes-armv7-linux.S
[560/1245] Compiling vpaes-armv8-apple.S
[561/1245] Compiling sha512-x86_64-linux.S
[562/1245] Compiling sha512-armv8-win.S
[563/1245] Compiling sha512-armv8-apple.S
[564/1245] Compiling sha512-armv4-linux.S
[565/1245] Compiling sha512-armv8-linux.S
[566/1245] Compiling sha512-586-linux.S
[567/1245] Compiling sha512-586-apple.S
[568/1245] Compiling sha256-armv8-linux.S
[569/1245] Compiling sha256-armv8-win.S
[570/1245] Compiling sha256-x86_64-apple.S
[571/1245] Compiling sha256-x86_64-linux.S
[572/1245] Compiling sha256-armv8-apple.S
[573/1245] Compiling sha256-586-apple.S
[574/1245] Compiling sha256-armv4-linux.S
[575/1245] Compiling sha256-586-linux.S
[576/1245] Compiling sha1-x86_64-apple.S
[577/1245] Compiling d1_lib.cc
[578/1245] Compiling sha1-armv8-win.S
[579/1245] Compiling sha1-x86_64-linux.S
[580/1245] Compiling sha1-armv8-apple.S
[581/1245] Compiling sha1-armv8-linux.S
[582/1245] Compiling sha1-armv4-large-linux.S
[583/1245] Compiling sha1-586-apple.S
[584/1245] Compiling rsaz-avx2-apple.S
[585/1245] Compiling sha1-586-linux.S
[586/1245] Compiling rdrand-x86_64-linux.S
[587/1245] Compiling rdrand-x86_64-apple.S
[588/1245] Compiling rsaz-avx2-linux.S
[589/1245] Compiling p256_beeu-x86_64-asm-apple.S
[590/1245] Compiling p256_beeu-x86_64-asm-linux.S
[591/1245] Compiling p256_beeu-armv8-asm-linux.S
[592/1245] Compiling bio_ssl.cc
[593/1245] Compiling p256_beeu-armv8-asm-win.S
[594/1245] Compiling p256_beeu-armv8-asm-apple.S
[595/1245] Compiling p256-x86_64-asm-apple.S
[596/1245] Compiling p256-armv8-asm-linux.S
[597/1245] Compiling p256-armv8-asm-win.S
[598/1245] Compiling p256-x86_64-asm-linux.S
[599/1245] Compiling ghashv8-armv8-linux.S
[600/1245] Compiling ghashv8-armv8-win.S
[601/1245] Compiling p256-armv8-asm-apple.S
[602/1245] Compiling ghashv8-armv7-linux.S
[603/1245] Compiling ghash-x86_64-apple.S
[604/1245] Compiling ghashv8-armv8-apple.S
[605/1245] Compiling ghash-x86_64-linux.S
[606/1245] Compiling ghash-x86-apple.S
[607/1245] Compiling ghash-x86-linux.S
[608/1245] Compiling ghash-ssse3-x86_64-linux.S
[609/1245] Compiling ghash-ssse3-x86_64-apple.S
[610/1245] Compiling ghash-ssse3-x86-apple.S
[611/1245] Compiling ghash-ssse3-x86-linux.S
[612/1245] Compiling ghash-armv4-linux.S
[613/1245] Compiling ghash-neon-armv8-apple.S
[614/1245] Compiling ghash-neon-armv8-linux.S
[615/1245] Compiling ghash-neon-armv8-win.S
[616/1245] Compiling bn-armv8-win.S
[617/1245] Compiling bsaes-armv7-linux.S
[618/1245] Compiling co-586-apple.S
[619/1245] Compiling bn-armv8-linux.S
[620/1245] Compiling co-586-linux.S
[621/1245] Compiling bn-armv8-apple.S
[622/1245] Compiling bn-586-linux.S
[623/1245] Compiling armv8-mont-apple.S
[624/1245] Compiling armv8-mont-linux.S
[625/1245] Compiling bn-586-apple.S
[626/1245] Compiling armv8-mont-win.S
[627/1245] Compiling armv4-mont-linux.S
[628/1245] Compiling aesv8-gcm-armv8-win.S
[629/1245] Compiling aesv8-gcm-armv8-apple.S
[630/1245] Compiling aesv8-gcm-armv8-linux.S
[631/1245] Compiling aesv8-armv8-win.S
[632/1245] Compiling aesv8-armv8-linux.S
[633/1245] Compiling d1_both.cc
[634/1245] Compiling aesv8-armv8-apple.S
[635/1245] Compiling aesv8-armv7-linux.S
[636/1245] Compiling aesni-x86-linux.S
[637/1245] Compiling aesni-x86_64-apple.S
[638/1245] Compiling aesni-x86_64-linux.S
[639/1245] Compiling aesni-gcm-x86_64-apple.S
[640/1245] Compiling aesni-gcm-x86_64-linux.S
[641/1245] Compiling aesni-x86-apple.S
[642/1245] Compiling aes-gcm-avx2-x86_64-linux.S
[643/1245] Compiling aes-gcm-avx10-x86_64-apple.S
[644/1245] Compiling aes-gcm-avx2-x86_64-apple.S
[645/1245] Compiling aes-gcm-avx10-x86_64-linux.S
[646/1245] Compiling x_spki.cc
[647/1245] Compiling x_x509a.cc
[648/1245] Compiling x_val.cc
[649/1245] Compiling x_pubkey.cc
[650/1245] Compiling x_x509.cc
[651/1245] Compiling x_req.cc
[652/1245] Compiling x_sig.cc
[653/1245] Compiling x_name.cc
[654/1245] Compiling x_exten.cc
[655/1245] Compiling x509spki.cc
[656/1245] Compiling x_algor.cc
[657/1245] Compiling x_attrib.cc
[658/1245] Compiling x_crl.cc
[659/1245] Compiling x_all.cc
[660/1245] Compiling x509rset.cc
[661/1245] Compiling x509name.cc
[662/1245] Compiling x509_vpm.cc
[663/1245] Compiling x509cset.cc
[664/1245] Compiling x509_txt.cc
[665/1245] Compiling x509_v3.cc
[666/1245] Compiling x509_trs.cc
[667/1245] Compiling x509_vfy.cc
[668/1245] Compiling x509_set.cc
[669/1245] Compiling x509_req.cc
[670/1245] Compiling x509_def.cc
[671/1245] Compiling x509_lu.cc
[672/1245] Compiling v3_utl.cc
[673/1245] Compiling x509_d2.cc
[674/1245] Compiling x509_obj.cc
[675/1245] Compiling x509_ext.cc
[676/1245] Compiling x509.cc
[677/1245] Compiling x509_att.cc
[678/1245] Compiling x509_cmp.cc
[679/1245] Compiling v3_purp.cc
[680/1245] Compiling v3_skey.cc
[681/1245] Compiling v3_prn.cc
[682/1245] Compiling v3_pcons.cc
[683/1245] Compiling v3_pmaps.cc
[684/1245] Compiling v3_ocsp.cc
[685/1245] Compiling v3_ncons.cc
[686/1245] Compiling v3_lib.cc
[687/1245] Compiling v3_int.cc
[688/1245] Compiling v3_extku.cc
[689/1245] Compiling v3_enum.cc
[690/1245] Compiling v3_info.cc
[691/1245] Compiling v3_ia5.cc
[692/1245] Compiling v3_genn.cc
[693/1245] Compiling v3_crld.cc
[694/1245] Compiling v3_cpols.cc
[695/1245] Compiling v3_conf.cc
[696/1245] Compiling v3_bitst.cc
[697/1245] Compiling v3_bcons.cc
[698/1245] Compiling v3_akeya.cc
[699/1245] Compiling v3_akey.cc
[700/1245] Compiling v3_alt.cc
[701/1245] Compiling t_x509a.cc
[702/1245] Compiling t_x509.cc
[703/1245] Compiling i2d_pr.cc
[704/1245] Compiling t_req.cc
[705/1245] Compiling t_crl.cc
[706/1245] Compiling rsa_pss.cc
[707/1245] Compiling name_print.cc
[708/1245] Compiling policy.cc
[709/1245] Compiling by_file.cc
[710/1245] Compiling by_dir.cc
[711/1245] Compiling algorithm.cc
[712/1245] Compiling asn1_gen.cc
[713/1245] Compiling thread_win.cc
[714/1245] Compiling a_verify.cc
[715/1245] Compiling thread_pthread.cc
[716/1245] Compiling stack.cc
[717/1245] Compiling voprf.cc
[718/1245] Compiling a_sign.cc
[719/1245] Compiling a_digest.cc
[720/1245] Compiling thread.cc
[721/1245] Compiling trust_token.cc
[722/1245] Compiling thread_none.cc
[723/1245] Compiling pmbtoken.cc
[724/1245] Compiling sha512.cc
[725/1245] Compiling siphash.cc
[726/1245] Compiling sha1.cc
[727/1245] Compiling rsa_extra.cc
[728/1245] Compiling sha256.cc
[729/1245] Compiling spake2plus.cc
[730/1245] Compiling rsa_print.cc
[731/1245] Compiling urandom.cc
[731/1245] Compiling slhdsa.cc
[733/1245] Compiling rc4.cc
[734/1245] Compiling rsa_crypt.cc
[735/1245] Compiling rand.cc
[736/1245] Compiling refcount.cc
[737/1245] Compiling windows.cc
[738/1245] Compiling trusty.cc
[739/1245] Compiling passive.cc
[740/1245] Compiling ios.cc
[741/1245] Compiling fork_detect.cc
[742/1245] Compiling poly1305_arm_asm.S
[743/1245] Compiling getentropy.cc
[744/1245] Compiling rsa_asn1.cc
[745/1245] Compiling deterministic.cc
[746/1245] Compiling forkunsafe.cc
[747/1245] Compiling poly1305_arm.cc
[748/1245] Compiling poly1305.cc
[749/1245] Compiling poly1305_vec.cc
[750/1245] Compiling pool.cc
[751/1245] Compiling pkcs7.cc
[752/1245] Compiling pkcs8.cc
[753/1245] Compiling p5_pbev2.cc
[754/1245] Compiling pkcs7_x509.cc
[755/1245] Compiling pkcs8_x509.cc
[756/1245] Compiling pem_xaux.cc
[757/1245] Compiling pem_x509.cc
[758/1245] Compiling pem_pkey.cc
[759/1245] Compiling pem_pk8.cc
[760/1245] Compiling mlkem.cc
[761/1245] Compiling obj_xref.cc
[762/1245] Compiling pem_oth.cc
[763/1245] Compiling pem_info.cc
[764/1245] Compiling pem_all.cc
[765/1245] Compiling pem_lib.cc
[766/1245] Compiling mldsa.cc
[767/1245] Compiling obj.cc
[768/1245] Compiling poly_rq_mul.S
[769/1245] Compiling md5.cc
[770/1245] Compiling fips_shared_support.cc
[771/1245] Compiling mem.cc
[772/1245] Compiling md4.cc
[773/1245] Compiling lhash.cc
[774/1245] Compiling sign.cc
[775/1245] Compiling scrypt.cc
[776/1245] Compiling kyber.cc
[777/1245] Compiling ex_data.cc
[778/1245] Compiling hrss.cc
[779/1245] Compiling pbkdf.cc
[780/1245] Compiling print.cc
[781/1245] Compiling hpke.cc
[782/1245] Compiling p_x25519.cc
[783/1245] Compiling p_x25519_asn1.cc
[784/1245] Compiling p_ed25519.cc
[785/1245] Compiling p_rsa_asn1.cc
[786/1245] Compiling p_hkdf.cc
[786/1245] Compiling p_rsa.cc
[788/1245] Compiling p_ec_asn1.cc
[789/1245] Compiling p_ed25519_asn1.cc
[790/1245] Compiling p_ec.cc
[791/1245] Compiling p_dh.cc
[792/1245] Compiling p_dh_asn1.cc
[793/1245] Compiling evp_ctx.cc
[794/1245] Compiling evp.cc
[795/1245] Compiling err.cc
[796/1245] Compiling p_dsa_asn1.cc
[797/1245] Compiling engine.cc
[798/1245] Compiling ecdh.cc
[799/1245] Compiling evp_asn1.cc
[800/1245] Compiling hash_to_curve.cc
[801/1245] Compiling ecdsa_asn1.cc
[802/1245] Compiling ec_derive.cc
[803/1245] Compiling dsa.cc
[804/1245] Compiling params.cc
[805/1245] Compiling dsa_asn1.cc
[806/1245] Compiling ec_asn1.cc
[807/1245] Compiling x25519-asm-arm.S
[808/1245] Compiling digest_extra.cc
[809/1245] Compiling des.cc
[810/1245] Compiling dh_asn1.cc
[811/1245] Compiling spake25519.cc
[812/1245] Compiling crypto.cc
[813/1245] Compiling cpu_intel.cc
[814/1245] Compiling cpu_arm_linux.cc
[815/1245] Compiling cpu_arm_freebsd.cc
[816/1245] Compiling curve25519.cc
[817/1245] Compiling bcm.cc
[818/1245] Compiling cpu_aarch64_sysreg.cc
[819/1245] Compiling cpu_aarch64_openbsd.cc
[820/1245] Compiling curve25519_64_adx.cc
[821/1245] Compiling cpu_aarch64_linux.cc
[822/1245] Compiling cpu_aarch64_fuchsia.cc
[823/1245] Compiling cpu_aarch64_win.cc
[824/1245] Compiling cpu_aarch64_apple.cc
[825/1245] Compiling tls_cbc.cc
[826/1245] Compiling e_rc4.cc
[827/1245] Compiling get_cipher.cc
[828/1245] Compiling conf.cc
[829/1245] Compiling e_tls.cc
[830/1245] Compiling e_rc2.cc
[831/1245] Compiling e_null.cc
[832/1245] Compiling e_des.cc
[833/1245] Compiling derive_key.cc
[834/1245] Compiling e_chacha20poly1305.cc
[835/1245] Compiling chacha.cc
[836/1245] Compiling e_aesctrhmac.cc
[837/1245] Compiling e_aesgcmsiv.cc
[838/1245] Compiling unicode.cc
[839/1245] Compiling cbb.cc
[840/1245] Compiling cbs.cc
[841/1245] Compiling buf.cc
[842/1245] Compiling ber.cc
[843/1245] Compiling blake2.cc
[844/1245] Compiling asn1_compat.cc
[845/1245] Compiling bn_asn1.cc
[846/1245] Compiling socket.cc
[847/1245] Compiling convert.cc
[848/1245] Compiling socket_helper.cc
[849/1245] Compiling pair.cc
[850/1245] Compiling printf.cc
[851/1245] Compiling file.cc
[852/1245] Compiling errno.cc
[853/1245] Compiling hexdump.cc
[854/1245] Compiling bio_mem.cc
[855/1245] Compiling fd.cc
[856/1245] Compiling base64.cc
[857/1245] Compiling connect.cc
[858/1245] Compiling bio.cc
[859/1245] Compiling tasn_fre.cc
[860/1245] Compiling tasn_typ.cc
[861/1245] Compiling tasn_enc.cc
[862/1245] Compiling posix_time.cc
[863/1245] Compiling tasn_new.cc
[864/1245] Compiling tasn_utl.cc
[865/1245] Compiling f_string.cc
[866/1245] Compiling f_int.cc
[867/1245] Compiling tasn_dec.cc
[868/1245] Compiling asn_pack.cc
[869/1245] Compiling asn1_par.cc
[870/1245] Compiling a_octet.cc
[871/1245] Compiling a_utctm.cc
[872/1245] Compiling a_type.cc
[873/1245] Compiling asn1_lib.cc
[874/1245] Compiling a_time.cc
[875/1245] Compiling a_strex.cc
[876/1245] Compiling a_gentm.cc
[877/1245] Compiling a_strnid.cc
[878/1245] Compiling a_i2d_fp.cc
[879/1245] Compiling a_object.cc
[880/1245] Compiling a_mbstr.cc
[881/1245] Compiling a_d2i_fp.cc
[882/1245] Compiling a_dup.cc
[883/1245] Compiling fiat_p256_adx_sqr.S
[884/1245] Compiling fiat_p256_adx_mul.S
[885/1245] Compiling a_int.cc
[886/1245] Compiling a_bitstr.cc
[887/1245] Compiling fiat_curve25519_adx_square.S
[888/1245] Compiling fiat_curve25519_adx_mul.S
[889/1245] Compiling md5-x86_64-linux.S
[890/1245] Compiling md5-586-linux.S
[891/1245] Compiling md5-586-apple.S
[892/1245] Compiling md5-x86_64-apple.S
[893/1245] Compiling a_bool.cc
[894/1245] Compiling chacha20_poly1305_x86_64-apple.S
[895/1245] Compiling chacha20_poly1305_x86_64-linux.S
[896/1245] Compiling chacha20_poly1305_armv8-win.S
[897/1245] Compiling chacha20_poly1305_armv8-linux.S
[898/1245] Compiling chacha20_poly1305_armv8-apple.S
[899/1245] Compiling CCryptoBoringSSLShims shims.c
[900/1245] Compiling chacha-x86_64-linux.S
[901/1245] Compiling chacha-x86_64-apple.S
[902/1245] Compiling chacha-x86-linux.S
[903/1245] Compiling chacha-x86-apple.S
[904/1245] Compiling chacha-armv8-linux.S
[905/1245] Compiling chacha-armv8-win.S
[906/1245] Compiling chacha-armv4-linux.S
[907/1245] Compiling aes128gcmsiv-x86_64-linux.S
[908/1245] Compiling chacha-armv8-apple.S
[909/1245] Compiling aes128gcmsiv-x86_64-apple.S
[910/1245] Compiling x86_64-mont-linux.S
[911/1245] Compiling x86_64-mont-apple.S
[912/1245] Compiling x86_64-mont5-apple.S
[913/1245] Compiling x86_64-mont5-linux.S
[914/1245] Compiling x86-mont-linux.S
[915/1245] Compiling vpaes-x86_64-linux.S
[915/1245] Compiling vpaes-x86_64-apple.S
[917/1245] Compiling err_data.cc
[918/1245] Compiling x86-mont-apple.S
[919/1245] Compiling vpaes-armv8-linux.S
[920/1245] Compiling vpaes-x86-linux.S
[921/1245] Compiling vpaes-armv8-apple.S
[922/1245] Compiling vpaes-x86-apple.S
[923/1245] Compiling vpaes-armv8-win.S
[924/1245] Compiling vpaes-armv7-linux.S
[925/1245] Compiling sha512-x86_64-linux.S
[926/1245] Compiling sha512-x86_64-apple.S
[927/1245] Compiling sha512-armv8-win.S
[928/1245] Compiling sha512-armv8-apple.S
[929/1245] Compiling sha512-armv8-linux.S
[930/1245] Compiling sha512-armv4-linux.S
[931/1245] Compiling sha512-586-linux.S
[932/1245] Compiling sha256-x86_64-apple.S
[933/1245] Compiling sha256-x86_64-linux.S
[934/1245] Compiling sha256-armv8-linux.S
[935/1245] Compiling sha512-586-apple.S
[936/1245] Compiling sha256-armv8-win.S
[937/1245] Compiling sha256-armv8-apple.S
[938/1245] Compiling sha256-armv4-linux.S
[938/1245] Compiling sha256-586-linux.S
[940/1245] Compiling sha1-x86_64-apple.S
[941/1245] Compiling sha256-586-apple.S
[942/1245] Compiling sha1-armv8-win.S
[943/1245] Compiling sha1-x86_64-linux.S
[944/1245] Compiling sha1-armv8-linux.S
[945/1245] Compiling sha1-armv8-apple.S
[946/1245] Compiling sha1-armv4-large-linux.S
[947/1245] Compiling sha1-586-linux.S
[948/1245] Compiling sha1-586-apple.S
[949/1245] Compiling rsaz-avx2-linux.S
[949/1245] Compiling rsaz-avx2-apple.S
[951/1245] Compiling rdrand-x86_64-apple.S
[952/1245] Compiling p256_beeu-armv8-asm-win.S
[953/1245] Compiling p256_beeu-armv8-asm-linux.S
[954/1245] Compiling rdrand-x86_64-linux.S
[955/1245] Compiling p256_beeu-x86_64-asm-linux.S
[956/1245] Compiling p256_beeu-x86_64-asm-apple.S
[957/1245] Compiling p256_beeu-armv8-asm-apple.S
[958/1245] Compiling p256-x86_64-asm-apple.S
[959/1245] Compiling p256-armv8-asm-win.S
[960/1245] Compiling p256-x86_64-asm-linux.S
[961/1245] Compiling p256-armv8-asm-linux.S
[962/1245] Compiling p256-armv8-asm-apple.S
[963/1245] Compiling ghashv8-armv8-win.S
[964/1245] Compiling ghashv8-armv8-linux.S
[965/1245] Compiling ghashv8-armv7-linux.S
[966/1245] Compiling ghashv8-armv8-apple.S
[967/1245] Compiling ghash-x86_64-linux.S
[968/1245] Compiling ghash-x86-linux.S
[969/1245] Compiling ghash-x86_64-apple.S
[970/1245] Compiling ghash-x86-apple.S
[971/1245] Compiling ghash-ssse3-x86_64-linux.S
[972/1245] Compiling ghash-ssse3-x86_64-apple.S
[973/1245] Compiling ghash-ssse3-x86-linux.S
[974/1245] Compiling ghash-ssse3-x86-apple.S
[975/1245] Compiling ghash-neon-armv8-linux.S
[976/1245] Compiling ghash-neon-armv8-apple.S
[977/1245] Compiling ghash-neon-armv8-win.S
[978/1245] Compiling co-586-apple.S
[979/1245] Compiling ghash-armv4-linux.S
[980/1245] Compiling co-586-linux.S
[981/1245] Compiling bsaes-armv7-linux.S
[982/1245] Compiling bn-armv8-linux.S
[982/1245] Compiling bn-armv8-win.S
[984/1245] Compiling bn-586-linux.S
[985/1245] Compiling armv8-mont-linux.S
[986/1245] Compiling armv8-mont-win.S
[987/1245] Compiling bn-armv8-apple.S
[988/1245] Compiling bn-586-apple.S
[989/1245] Compiling armv8-mont-apple.S
[990/1245] Compiling aesv8-gcm-armv8-linux.S
[991/1245] Compiling armv4-mont-linux.S
[992/1245] Compiling aesv8-gcm-armv8-apple.S
[993/1245] Compiling aesv8-gcm-armv8-win.S
[994/1245] Compiling aesv8-armv8-linux.S
[995/1245] Compiling aesv8-armv8-win.S
[996/1245] Compiling aesv8-armv7-linux.S
[997/1245] Compiling aesv8-armv8-apple.S
[998/1245] Compiling aesni-x86_64-apple.S
[999/1245] Compiling aesni-x86-apple.S
[1000/1245] Compiling aesni-x86_64-linux.S
[1001/1245] Compiling aesni-gcm-x86_64-apple.S
[1002/1245] Compiling aesni-x86-linux.S
[1003/1245] Compiling aesni-gcm-x86_64-linux.S
[1004/1245] Compiling aes-gcm-avx10-x86_64-linux.S
[1005/1245] Compiling aes-gcm-avx10-x86_64-apple.S
[1006/1245] Compiling x_req.cc
[1007/1245] Compiling x_x509.cc
[1008/1245] Compiling x_x509a.cc
[1009/1245] Compiling x_sig.cc
[1010/1245] Compiling x_spki.cc
[1011/1245] Compiling x_val.cc
[1012/1245] Compiling x_attrib.cc
[1013/1245] Compiling c-atomics.c
[1014/1245] Compiling x_algor.cc
[1015/1245] Compiling x_exten.cc
[1016/1245] Compiling x_all.cc
[1017/1245] Compiling x_pubkey.cc
[1018/1245] Compiling x_name.cc
[1019/1245] Compiling x_crl.cc
[1020/1245] Compiling c-nioatomics.c
[1021/1245] Compiling x509rset.cc
[1022/1245] Compiling x509spki.cc
[1023/1247] Compiling x509name.cc
[1024/1251] Compiling x509_vfy.cc
[1025/1251] Compiling x509cset.cc
[1026/1251] Compiling x509_vpm.cc
[1028/1251] Compiling NIOConcurrencyHelpers lock.swift
[1029/1251] Compiling NIOConcurrencyHelpers NIOLock.swift
[1029/1251] Compiling x509_v3.cc
[1031/1251] Compiling NIOConcurrencyHelpers atomics.swift
[1032/1251] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1032/1251] Compiling x509_txt.cc
[1034/1251] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1034/1251] Compiling x509_trs.cc
[1036/1251] Emitting module NIOConcurrencyHelpers
[1037/1252] Compiling x509_set.cc
[1038/1252] Compiling x509_obj.cc
[1039/1313] Compiling x509_req.cc
[1040/1313] Compiling x509_def.cc
[1041/1313] Compiling x509_lu.cc
[1042/1339] Compiling x509_ext.cc
[1044/1339] Emitting module ConsoleKitTerminal
[1044/1342] Compiling x509_d2.cc
[1045/1342] Compiling x509_cmp.cc
[1047/1342] Compiling ConsoleKitTerminal Console+Confirm.swift
[1048/1342] Compiling ConsoleKitTerminal Console+Input.swift
[1049/1342] Compiling ConsoleKitTerminal Console+Center.swift
[1050/1342] Compiling ConsoleKitTerminal Console+Output.swift
[1050/1342] Compiling x509_att.cc
[1051/1342] Compiling x509.cc
[1053/1342] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1054/1342] Compiling ConsoleKitTerminal ConsoleClear.swift
[1055/1342] Compiling ConsoleKitTerminal Console+Ask.swift
[1056/1342] Compiling ConsoleKitTerminal Console+Choose.swift
[1057/1342] Compiling ConsoleKitTerminal CustomActivity.swift
[1058/1342] Compiling ConsoleKitTerminal LoadingBar.swift
[1059/1342] Compiling ConsoleKitTerminal ProgressBar.swift
[1060/1342] Compiling ConsoleKitTerminal Console+Clear.swift
[1061/1342] Compiling ConsoleKitTerminal ConsoleText.swift
[1062/1342] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1063/1342] Compiling ConsoleKitTerminal ANSI.swift
[1064/1342] Compiling ConsoleKitTerminal ActivityBar.swift
[1065/1342] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1066/1342] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1067/1342] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1067/1342] Compiling v3_utl.cc
[1069/1342] Compiling ConsoleKitTerminal Console.swift
[1070/1342] Compiling ConsoleKitTerminal Terminal.swift
[1071/1342] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1072/1342] Compiling ConsoleKitTerminal Console+Wait.swift
[1073/1342] Compiling ConsoleKitTerminal ConsoleColor.swift
[1074/1342] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1075/1342] Compiling NIOCore NIOAny.swift
[1076/1342] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1077/1342] Compiling NIOCore NIOCoreSendableMetatype.swift
[1078/1342] Compiling NIOCore NIOLoopBound.swift
[1079/1342] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1080/1342] Compiling NIOCore NIOScheduledCallback.swift
[1081/1342] Compiling NIOCore NIOSendable.swift
[1082/1342] Compiling NIOCore RecvByteBufferAllocator.swift
[1082/1350] Compiling v3_skey.cc
[1083/1350] Compiling v3_purp.cc
[1084/1350] Compiling v3_prn.cc
[1085/1350] Compiling v3_pmaps.cc
[1087/1350] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1088/1350] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1089/1350] Compiling ConsoleKitTerminal LoggerFragment.swift
[1089/1351] Compiling v3_pcons.cc
[1091/1351] Compiling v3_ocsp.cc
[1092/1351] Compiling v3_lib.cc
[1094/1351] Compiling NIOCore IOData.swift
[1095/1351] Compiling NIOCore IPProtocol.swift
[1096/1351] Compiling NIOCore IntegerBitPacking.swift
[1097/1351] Compiling NIOCore IntegerTypes.swift
[1098/1351] Compiling NIOCore Interfaces.swift
[1099/1351] Compiling NIOCore Linux.swift
[1100/1351] Compiling NIOCore MarkedCircularBuffer.swift
[1101/1351] Compiling NIOCore MulticastChannel.swift
[1101/1351] Compiling v3_ncons.cc
[1102/1373] Compiling v3_int.cc
[1103/1373] Compiling v3_info.cc
[1106/1373] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1107/1373] Compiling NIOCore EventLoopFuture.swift
[1108/1373] Compiling NIOCore FileDescriptor.swift
[1109/1373] Compiling NIOCore FileHandle.swift
[1110/1373] Compiling NIOCore FileRegion.swift
[1111/1373] Compiling NIOCore GlobalSingletons.swift
[1112/1373] Compiling NIOCore IO.swift
[1112/1373] Compiling v3_genn.cc
[1113/1373] Compiling v3_ia5.cc
[1115/1373] Compiling ConsoleKitCommands CommandSignature.swift
[1116/1373] Compiling ConsoleKitCommands Flag.swift
[1117/1373] Compiling ConsoleKitCommands Option.swift
[1118/1375] Emitting module ConsoleKitCommands
[1119/1375] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1120/1375] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1121/1375] Compiling ConsoleKitCommands Argument.swift
[1122/1375] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1123/1375] Compiling ConsoleKitCommands AsyncCommand.swift
[1124/1375] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1125/1375] Compiling ConsoleKitCommands AsyncCommands.swift
[1126/1375] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1127/1375] Compiling ConsoleKitCommands AnyCommand.swift
[1127/1375] Compiling v3_extku.cc
[1128/1375] Compiling v3_enum.cc
[1130/1375] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1131/1375] Compiling ConsoleKitCommands Utilities.swift
[1131/1375] Compiling v3_crld.cc
[1132/1375] Compiling v3_cpols.cc
[1134/1375] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1135/1375] Compiling NIOCore SocketAddresses.swift
[1136/1375] Compiling NIOCore SocketOptionProvider.swift
[1137/1375] Compiling NIOCore SystemCallHelpers.swift
[1138/1375] Compiling NIOCore TimeAmount+Duration.swift
[1139/1375] Compiling NIOCore TypeAssistedChannelHandler.swift
[1140/1375] Compiling NIOCore UniversalBootstrapSupport.swift
[1141/1375] Compiling NIOCore Utilities.swift
[1141/1375] Compiling v3_conf.cc
[1142/1375] Compiling v3_bitst.cc
[1150/1375] Compiling ConsoleKitCommands CommandGroup.swift
[1151/1375] Compiling ConsoleKitCommands CommandInput.swift
[1152/1375] Compiling ConsoleKitCommands Commands.swift
[1153/1375] Compiling NIOCore CircularBuffer.swift
[1154/1375] Compiling NIOCore Codec.swift
[1155/1375] Compiling NIOCore ConvenienceOptionSupport.swift
[1156/1375] Compiling NIOCore DeadChannel.swift
[1157/1375] Compiling NIOCore DispatchQueue+WithFuture.swift
[1158/1375] Compiling NIOCore EventLoop+Deprecated.swift
[1159/1375] Compiling NIOCore EventLoop+SerialExecutor.swift
[1160/1375] Compiling NIOCore EventLoop.swift
[1161/1375] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1161/1375] Compiling v3_bcons.cc
[1162/1375] Compiling v3_alt.cc
[1167/1375] Compiling ConsoleKitCommands Command.swift
[1168/1375] Compiling ConsoleKitCommands CommandContext.swift
[1169/1375] Compiling ConsoleKitCommands CommandError.swift
[1170/1375] Compiling ConsoleKitCommands Console+Run.swift
[1171/1375] Compiling ConsoleKitCommands ConsoleError.swift
[1172/1375] Compiling ConsoleKitCommands Completion.swift
[1173/1376] Compiling v3_akeya.cc
[1174/1378] Compiling v3_akey.cc
[1176/1378] Emitting module ConsoleKit
[1177/1378] Compiling ConsoleKit Exports.swift
[1177/1379] Compiling t_x509a.cc
[1179/1379] Compiling t_x509.cc
[1180/1379] Compiling i2d_pr.cc
[1181/1379] Compiling t_crl.cc
[1182/1379] Compiling t_req.cc
[1183/1379] Compiling rsa_pss.cc
[1184/1379] Compiling name_print.cc
[1185/1379] Compiling policy.cc
[1186/1379] Compiling by_file.cc
[1187/1379] Compiling algorithm.cc
[1188/1379] Compiling asn1_gen.cc
[1189/1379] Compiling by_dir.cc
[1190/1379] Compiling voprf.cc
[1191/1379] Compiling a_verify.cc
[1192/1379] Compiling a_digest.cc
[1193/1379] Compiling a_sign.cc
[1194/1379] Compiling thread.cc
[1195/1379] Compiling thread_win.cc
[1196/1379] Compiling thread_none.cc
[1197/1379] Compiling thread_pthread.cc
[1198/1379] Compiling trust_token.cc
[1199/1379] Compiling wots.cc
[1200/1379] Compiling pmbtoken.cc
[1201/1379] Compiling stack.cc
[1202/1379] Compiling thash.cc
[1203/1379] Compiling merkle.cc
[1204/1379] Compiling sha512.cc
[1205/1379] Compiling slhdsa.cc
[1206/1379] Compiling fors.cc
[1207/1379] Compiling sha1.cc
[1208/1379] Compiling sha256.cc
[1209/1379] Compiling siphash.cc
[1210/1379] Compiling rsa_print.cc
[1211/1379] Compiling rsa_extra.cc
[1212/1379] Compiling rsa_crypt.cc
[1213/1379] Compiling rc4.cc
[1214/1379] Compiling urandom.cc
[1215/1379] Compiling windows.cc
[1216/1379] Compiling rsa_asn1.cc
[1217/1379] Compiling trusty.cc
[1218/1379] Compiling refcount.cc
[1219/1379] Compiling ios.cc
[1220/1379] Compiling rand_extra.cc
[1221/1379] Compiling passive.cc
[1221/1379] Compiling getentropy.cc
[1223/1379] Compiling poly1305_vec.cc
[1224/1379] Compiling deterministic.cc
[1225/1379] Compiling forkunsafe.cc
[1226/1379] Compiling pool.cc
[1227/1379] Compiling fork_detect.cc
[1228/1379] Compiling poly1305_arm_asm.S
[1230/1379] Emitting module NIOCore
[1230/1379] Compiling poly1305_arm.cc
[1231/1379] Compiling poly1305.cc
[1250/1379] Compiling pkcs7.cc
[1251/1380] Compiling p5_pbev2.cc
[1253/1380] Compiling pkcs8.cc
[1254/1380] Compiling pkcs8_x509.cc
[1255/1380] Compiling pkcs7_x509.cc
[1256/1380] Compiling pem_pk8.cc
[1257/1380] Compiling pem_pkey.cc
[1258/1380] Compiling pem_xaux.cc
[1259/1380] Compiling pem_oth.cc
[1260/1380] Compiling pem_lib.cc
[1261/1380] Compiling pem_x509.cc
[1262/1380] Compiling obj_xref.cc
[1263/1380] Compiling mldsa.cc
[1264/1380] Compiling mlkem.cc
[1265/1380] Compiling mem.cc
[1266/1380] Compiling obj.cc
[1267/1380] Compiling pem_info.cc
[1268/1380] Compiling md5.cc
[1269/1380] Compiling pem_all.cc
[1270/1380] Compiling fips_shared_support.cc
[1271/1380] Compiling md4.cc
[1272/1380] Compiling lhash.cc
[1273/1380] Compiling hrss.cc
[1274/1380] Compiling kyber.cc
[1275/1380] Compiling poly_rq_mul.S
[1276/1380] Compiling hpke.cc
[1277/1384] Compiling ex_data.cc
[1278/1384] Compiling sign.cc
[1279/1384] Compiling scrypt.cc
[1280/1431] Compiling pbkdf.cc
[1281/1431] Compiling p_x25519.cc
[1282/1431] Compiling p_x25519_asn1.cc
[1283/1431] Compiling print.cc
[1285/1431] Emitting module NIOEmbedded
[1285/1431] Compiling p_rsa_asn1.cc
[1286/1431] Compiling p_rsa.cc
[1287/1431] Compiling p_hkdf.cc
[1288/1431] Compiling p_ed25519.cc
[1289/1431] Compiling p_ed25519_asn1.cc
[1291/1431] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1292/1431] Compiling NIOEmbedded Embedded.swift
[1293/1431] Compiling NIOEmbedded AsyncTestingChannel.swift
[1293/1431] Compiling p_ec_asn1.cc
[1294/1431] Compiling p_ec.cc
[1295/1432] Compiling p_dh.cc
[1296/1432] Compiling p_dsa_asn1.cc
[1298/1432] Compiling p_dh_asn1.cc
[1299/1432] Compiling err.cc
[1300/1432] Compiling evp_ctx.cc
[1301/1432] Compiling evp.cc
[1302/1432] Compiling ecdsa_asn1.cc
[1303/1432] Compiling evp_asn1.cc
[1304/1432] Compiling engine.cc
[1305/1432] Compiling hash_to_curve.cc
[1306/1432] Compiling ecdh_extra.cc
[1307/1432] Compiling ec_asn1.cc
[1308/1432] Compiling ec_derive.cc
[1309/1432] Compiling dsa_asn1.cc
[1310/1432] Compiling dsa.cc
[1311/1432] Compiling params.cc
[1313/1432] Compiling NIOPosix Pool.swift
[1314/1432] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1315/1432] Compiling NIOPosix PosixSingletons.swift
[1316/1432] Compiling NIOPosix RawSocketBootstrap.swift
[1317/1432] Compiling NIOPosix Resolver.swift
[1318/1432] Compiling NIOPosix Selectable.swift
[1319/1432] Compiling NIOPosix SelectableChannel.swift
[1320/1432] Compiling NIOPosix SelectableEventLoop.swift
[1321/1432] Compiling NIOPosix SelectorEpoll.swift
[1322/1432] Compiling NIOPosix SelectorGeneric.swift
[1323/1432] Compiling NIOPosix SelectorKqueue.swift
[1324/1432] Compiling NIOPosix SelectorUring.swift
[1325/1432] Compiling NIOPosix ServerSocket.swift
[1326/1432] Compiling NIOPosix Socket.swift
[1327/1432] Compiling NIOPosix SocketChannel.swift
[1328/1432] Compiling NIOPosix SocketProtocols.swift
[1329/1432] Compiling NIOPosix System.swift
[1330/1432] Compiling NIOPosix Thread.swift
[1330/1438] Compiling digest_extra.cc
[1331/1438] Compiling x25519-asm-arm.S
[1332/1438] Compiling dh_asn1.cc
[1333/1438] Compiling des.cc
[1335/1438] Emitting module NIOPosix
[1336/1438] Compiling NIOPosix BSDSocketAPICommon.swift
[1337/1438] Compiling NIOPosix BSDSocketAPIPosix.swift
[1338/1438] Compiling NIOPosix BSDSocketAPIWindows.swift
[1339/1438] Compiling NIOPosix BaseSocket.swift
[1340/1438] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1341/1438] Compiling NIOPosix BaseSocketChannel.swift
[1342/1438] Compiling NIOPosix BaseStreamSocketChannel.swift
[1342/1438] Compiling spake25519.cc
[1343/1438] Compiling cpu_intel.cc
[1344/1438] Compiling curve25519.cc
[1345/1438] Compiling cpu_arm_linux.cc
[1346/1438] Compiling cpu_arm_freebsd.cc
[1347/1438] Compiling crypto.cc
[1348/1438] Compiling bcm.cc
[1350/1438] Compiling NIOPosix ThreadPosix.swift
[1351/1438] Compiling NIOPosix ThreadWindows.swift
[1352/1438] Compiling NIOPosix UnsafeTransfer.swift
[1353/1438] Compiling NIOPosix Utilities.swift
[1354/1438] Compiling NIOPosix VsockAddress.swift
[1355/1438] Compiling NIOPosix VsockChannelEvents.swift
[1355/1438] Compiling cpu_aarch64_win.cc
[1356/1438] Compiling cpu_aarch64_fuchsia.cc
[1357/1438] Compiling cpu_aarch64_sysreg.cc
[1358/1438] Compiling curve25519_64_adx.cc
[1359/1438] Compiling cpu_aarch64_linux.cc
[1360/1438] Compiling cpu_aarch64_openbsd.cc
[1361/1438] Compiling cpu_aarch64_apple.cc
[1363/1438] Compiling NIOPosix IO.swift
[1364/1438] Compiling NIOPosix IntegerBitPacking.swift
[1365/1438] Compiling NIOPosix IntegerTypes.swift
[1366/1438] Compiling NIOPosix Linux.swift
[1367/1438] Compiling NIOPosix LinuxCPUSet.swift
[1368/1438] Compiling NIOPosix LinuxUring.swift
[1369/1438] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1369/1438] Compiling tls_cbc.cc
[1370/1438] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1371/1438] Compiling NIOPosix NIOThreadPool.swift
[1372/1438] Compiling NIOPosix NonBlockingFileIO.swift
[1373/1438] Compiling NIOPosix PendingDatagramWritesManager.swift
[1374/1438] Compiling NIOPosix PendingWritesManager.swift
[1375/1438] Compiling NIOPosix PipeChannel.swift
[1376/1438] Compiling NIOPosix PipePair.swift
[1378/1438] Compiling NIOPosix Bootstrap.swift
[1379/1438] Compiling NIOPosix ControlMessage.swift
[1380/1438] Compiling NIOPosix DatagramVectorReadManager.swift
[1381/1438] Compiling NIOPosix Errors+Any.swift
[1382/1438] Compiling NIOPosix FileDescriptor.swift
[1383/1438] Compiling NIOPosix GetaddrinfoResolver.swift
[1384/1438] Compiling NIOPosix HappyEyeballs.swift
[1384/1438] Compiling e_rc4.cc
[1385/1438] Compiling e_tls.cc
[1386/1438] Compiling e_rc2.cc
[1387/1439] Compiling e_null.cc
[1388/1439] Compiling conf.cc
[1390/1439] Compiling e_des.cc
[1391/1439] Compiling e_chacha20poly1305.cc
[1392/1439] Compiling cipher_extra.cc
[1393/1439] Compiling e_aesgcmsiv.cc
[1394/1439] Compiling e_aesctrhmac.cc
[1395/1439] Compiling chacha.cc
[1396/1477] Compiling derive_key.cc
[1397/1477] Compiling unicode.cc
[1399/1477] Compiling NIO Exports.swift
[1400/1477] Emitting module NIO
[1401/1478] Compiling cbs.cc
[1402/1478] Compiling asn1_compat.cc
[1403/1478] Compiling ber.cc
[1404/1490] Compiling convert.cc
[1405/1496] Compiling buf.cc
[1406/1496] Compiling cbb.cc
[1408/1517] Emitting module NIOFoundationCompat
[1409/1517] Compiling NIOTLS TLSEvents.swift
[1410/1517] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1411/1518] Compiling NIOSOCKS SOCKSResponse.swift
[1412/1518] Compiling NIOSOCKS ClientStateMachine.swift
[1413/1518] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1414/1518] Emitting module NIOTLS
[1415/1518] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1415/1518] Compiling printf.cc
[1417/1518] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1418/1518] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1418/1518] Compiling bn_asn1.cc
[1420/1518] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1421/1518] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1422/1518] Emitting module NIOSOCKS
[1423/1518] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1424/1518] Compiling NIOHTTP1 HTTPDecoder.swift
[1424/1518] Compiling blake2.cc
[1426/1518] Compiling NIOSOCKS ServerStateMachine.swift
[1427/1518] Compiling NIOTLS SNIHandler.swift
[1427/1519] Compiling file.cc
[1429/1519] Compiling NIOHTTP1 HTTPTypes.swift
[1430/1519] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1431/1519] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1432/1519] Compiling NIOHTTP1 HTTPEncoder.swift
[1433/1519] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1434/1519] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1435/1519] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1436/1519] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1437/1519] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1438/1519] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1439/1519] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1440/1524] Emitting module NIOHTTP1
[1442/1526] Compiling fd.cc
[1443/1526] Compiling hexdump.cc
[1445/1526] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1445/1532] Compiling pair.cc
[1447/1556] Compiling NIOSSL SSLCallbacks.swift
[1448/1556] Compiling NIOSSL SSLCertificate.swift
[1449/1556] Compiling NIOSSL SSLCertificateExtensions.swift
[1450/1556] Compiling NIOSSL SSLCertificateName.swift
[1451/1556] Compiling _NIOFileSystem Utilities.swift
[1452/1556] Compiling _NIOFileSystem NIOFileSystemSendableMetatype.swift
[1453/1556] Compiling _NIOFileSystem OpenOptions.swift
[1454/1556] Compiling _NIOFileSystem String+FileSystem.swift
[1455/1556] Compiling errno.cc
[1457/1556] Compiling NIOSSL AndroidCABundle.swift
[1458/1556] Compiling NIOSSL ByteBufferBIO.swift
[1459/1556] Compiling NIOSSL CustomPrivateKey.swift
[1459/1578] Compiling base64.cc
[1460/1578] Compiling bio_mem.cc
[1461/1578] Compiling bio.cc
[1463/1578] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1464/1578] Compiling NIOTransportServices NIOTSSingletons.swift
[1465/1578] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1466/1578] Compiling NIOTransportServices StateManagedChannel.swift
[1467/1578] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1468/1578] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1469/1580] Compiling NIOTransportServices NIOTSBootstraps.swift
[1470/1580] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1471/1580] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1472/1580] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1473/1580] Compiling NIOTransportServices NIOTSErrors.swift
[1474/1580] Compiling NIOTransportServices NIOTSEventLoop.swift
[1475/1580] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1476/1580] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1477/1580] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1478/1580] Emitting module NIOTransportServices
[1481/1580] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1482/1580] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1485/1580] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1488/1581] Compiling tasn_utl.cc
[1493/1581] Compiling NIOTransportServices AcceptHandler.swift
[1494/1581] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1495/1581] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1496/1581] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1497/1581] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1497/1582] Compiling tasn_fre.cc
[1500/1582] Compiling tasn_typ.cc
[1502/1582] Emitting module NIOSSL
[1502/1582] Compiling tasn_new.cc
[1503/1614] Compiling tasn_enc.cc
[1505/1614] Compiling NIOWebSocket WebSocketOpcode.swift
[1506/1615] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1507/1615] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1507/1615] Compiling posix_time.cc
[1509/1633] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1509/1633] Compiling tasn_dec.cc
[1511/1633] Compiling NIOHTTPCompression HTTPDecompression.swift
[1512/1633] Compiling NIOHPACK IndexedHeaderTable.swift
[1513/1633] Compiling NIOHPACK IntegerCoding.swift
[1514/1634] Compiling NIOExtras JSONRPCFraming.swift
[1515/1634] Compiling NIOExtras DebugInboundEventsHandler.swift
[1516/1634] Compiling NIOHTTPCompression HTTPCompression.swift
[1517/1634] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1518/1634] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1519/1634] Emitting module NIOHTTPCompression
[1520/1634] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1521/1634] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1522/1634] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1523/1635] Compiling NIOHPACK HuffmanTables.swift
[1524/1635] Compiling NIOExtras RequestResponseHandler.swift
[1525/1635] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1529/1635] Compiling NIOSSL UniversalBootstrapSupport.swift
[1530/1635] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1531/1635] Compiling _NIOFileSystem Cancellation.swift
[1532/1635] Compiling _NIOFileSystem TokenBucket.swift
[1533/1635] Compiling _NIOFileSystem UnsafeTransfer.swift
[1534/1635] Compiling NIOSSL NIOSSLSecureBytes.swift
[1535/1635] Compiling NIOSSL RNG.swift
[1536/1635] Compiling NIOSSL SafeCompare.swift
[1537/1635] Compiling NIOSSL Zeroization.swift
[1538/1635] Compiling NIOSSL TLSConfiguration.swift
[1539/1635] Compiling NIOHPACK HuffmanCoding.swift
[1541/1635] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1542/1635] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1545/1635] Emitting module NIOWebSocket
[1546/1635] Compiling NIOHPACK StaticHeaderTable.swift
[1547/1635] Emitting module NIOHPACK
[1548/1635] Compiling NIOWebSocket WebSocketFrame.swift
[1549/1636] Compiling NIOExtras LineBasedFrameDecoder.swift
[1550/1636] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1551/1636] Compiling NIOExtras NIOExtrasError.swift
[1552/1636] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1552/1636] Compiling f_string.cc
[1556/1638] Compiling f_int.cc
[1558/1638] Compiling NIOExtras PCAPRingBuffer.swift
[1559/1638] Compiling NIOExtras QuiescingHelper.swift
[1561/1638] Compiling NIOExtras NIORequestIdentifiable.swift
[1567/1638] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1568/1638] Compiling NIOSSL SubjectAlternativeName.swift
[1576/1638] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1577/1638] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1578/1638] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1579/1638] Compiling NIOExtras LengthFieldPrepender.swift
[1586/1639] Compiling asn1_par.cc
[1587/1639] Compiling asn_pack.cc
[1596/1639] Emitting module NIOExtras
[1602/1639] Compiling NIOExtras UnsafeTransfer.swift
[1603/1639] Compiling NIOExtras WritePCAPHandler.swift
[1604/1639] Compiling asn1_lib.cc
[1611/1639] Emitting module _NIOFileSystem
[1625/1641] Compiling a_utctm.cc
[1628/1641] Compiling a_type.cc
[1631/1642] Compiling a_time.cc
[1633/1642] Compiling a_strex.cc
[1634/1642] Compiling a_strnid.cc
[1635/1642] Compiling a_object.cc
[1636/1642] Compiling a_octet.cc
[1637/1642] Compiling a_mbstr.cc
[1638/1642] Compiling a_int.cc
[1639/1642] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1640/1642] Write sources
[1641/1642] Compiling a_i2d_fp.cc
[1643/1703] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1644/1703] Compiling BitCollections BitSet+CustomReflectable.swift
[1645/1703] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1646/1703] Compiling BitCollections BitSet+Equatable.swift
[1647/1703] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1648/1703] Compiling BitCollections BitSet+Extras.swift
[1649/1703] Compiling BitCollections BitSet+Hashable.swift
[1650/1710] Emitting module BitCollections
[1651/1710] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1652/1710] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1653/1710] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1654/1710] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1655/1710] Compiling BitCollections BitSet+SetAlgebra union.swift
[1656/1710] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1657/1710] Compiling BitCollections BitSet.Counted.swift
[1658/1710] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1659/1710] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1660/1710] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1661/1710] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1662/1710] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1663/1710] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1664/1710] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1665/1710] Compiling CryptoBoringWrapper RandomBytes.swift
[1666/1710] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1667/1710] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1668/1710] Compiling BitCollections BitArray+Extras.swift
[1669/1710] Compiling BitCollections BitArray+Fill.swift
[1670/1710] Compiling BitCollections BitArray+Hashable.swift
[1671/1710] Compiling BitCollections BitArray+Initializers.swift
[1672/1710] Compiling BitCollections BitArray+Invariants.swift
[1673/1710] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1674/1710] Compiling BitCollections BitArray+BitwiseOperations.swift
[1675/1710] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1676/1710] Compiling BitCollections BitArray+Codable.swift
[1677/1710] Compiling BitCollections BitArray+Collection.swift
[1678/1710] Compiling BitCollections BitArray+Copy.swift
[1679/1710] Compiling BitCollections BitArray+CustomReflectable.swift
[1680/1710] Compiling BitCollections BitArray+Descriptions.swift
[1681/1710] Compiling BitCollections BitArray+Equatable.swift
[1682/1710] Compiling BitCollections BitSet+Initializers.swift
[1683/1710] Compiling BitCollections BitSet+Invariants.swift
[1684/1710] Compiling BitCollections BitSet+Random.swift
[1685/1710] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1686/1710] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1687/1710] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1688/1710] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1689/1710] Compiling BitCollections BitArray+RandomBits.swift
[1690/1710] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1691/1710] Compiling BitCollections BitArray+Shifts.swift
[1692/1710] Compiling BitCollections BitArray+Testing.swift
[1693/1710] Compiling BitCollections BitArray._UnsafeHandle.swift
[1694/1710] Compiling BitCollections BitArray.swift
[1695/1710] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1696/1710] Compiling BitCollections BitSet+Codable.swift
[1697/1710] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1698/1710] Compiling BitCollections BitSet.Index.swift
[1699/1710] Compiling BitCollections BitSet._UnsafeHandle.swift
[1700/1710] Compiling BitCollections BitSet.swift
[1701/1710] Compiling BitCollections Range+Utilities.swift
[1702/1710] Compiling BitCollections Slice+Utilities.swift
[1703/1710] Compiling BitCollections UInt+Tricks.swift
[1704/1710] Compiling BitCollections _Word.swift
[1706/1711] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1707/1711] Emitting module CryptoBoringWrapper
[1708/1711] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1709/1711] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1710/1711] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1711/1711] Compiling CryptoBoringWrapper EllipticCurve.swift
[1713/1772] Compiling Collections Collections.swift
[1714/1772] Emitting module Collections
[1716/1857] Emitting module NIOFileSystem
[1717/1857] Compiling NIOFileSystem Exports.swift
[1718/1858] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1719/1858] Emitting module _NIOFileSystemFoundationCompat
[1720/1858] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1723/1860] Compiling WebSocketKit Exports.swift
[1724/1860] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1725/1900] Compiling WebSocketKit WebSocketHandler.swift
[1726/1900] Compiling AsyncKit EventLoopFutureQueue.swift
[1727/1900] Compiling AsyncKit Future+Collection.swift
[1728/1900] Compiling AsyncKit Future+Conjunctions.swift
[1729/1900] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1730/1900] Compiling AsyncKit Collection+Flatten.swift
[1731/1900] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1732/1900] Compiling AsyncKit Future+Miscellaneous.swift
[1733/1900] Compiling AsyncKit Future+Nonempty.swift
[1734/1908] Emitting module WebSocketKit
[1735/1908] Compiling WebSocketKit WebSocket+Concurrency.swift
[1736/1908] Compiling WebSocketKit WebSocket+Connect.swift
[1737/1908] Compiling WebSocketKit WebSocket.swift
[1740/1910] Compiling WebSocketKit WebSocketClient.swift
[1742/1911] Compiling AsyncKit Future+Optional.swift
[1743/1911] Emitting module MultipartKit
[1745/1911] Compiling MultipartKit MultipartSerializer.swift
[1746/1911] Compiling MultipartKit Utilities.swift
[1747/1911] Compiling AsyncKit FutureOperators.swift
[1751/1913] Compiling AsyncKit EventLoop+Flatten.swift
[1752/1913] Compiling AsyncKit EventLoop+Future.swift
[1753/1913] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1757/1913] Compiling AsyncKit EventLoopConnectionPool.swift
[1758/1913] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1759/1913] Compiling AsyncKit EventLoop+Concurrency.swift
[1760/1913] Compiling AsyncKit ConnectionPoolError.swift
[1761/1913] Compiling AsyncKit ConnectionPoolItem.swift
[1762/1913] Compiling AsyncKit ConnectionPoolSource.swift
[1771/1914] Compiling NIOHTTP2 StreamChannelList.swift
[1772/1914] Compiling NIOHTTP2 StreamMap.swift
[1773/1914] Compiling NIOHTTP2 StreamStateMachine.swift
[1774/1914] Compiling NIOHTTP2 UnsafeTransfer.swift
[1775/1914] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1776/1914] Compiling Crypto ECDSASignature_boring.swift
[1777/1914] Compiling Crypto ECDSA_boring.swift
[1778/1914] Compiling Crypto EdDSA_boring.swift
[1779/1914] Compiling Crypto ECDSA.swift
[1780/1914] Compiling Crypto Ed25519.swift
[1781/1923] Emitting module Crypto
[1782/1923] Compiling Crypto Nonces.swift
[1783/1923] Compiling Crypto ASN1.swift
[1784/1923] Compiling Crypto ASN1Any.swift
[1785/1923] Compiling Crypto ASN1BitString.swift
[1786/1923] Compiling Crypto ASN1Boolean.swift
[1787/1923] Compiling Crypto HPKE.swift
[1788/1923] Compiling Crypto HPKE-Context.swift
[1789/1923] Compiling Crypto HPKE-KeySchedule.swift
[1790/1923] Compiling AsyncKit Optional+StrictMap.swift
[1791/1923] Compiling AsyncKit Exports.swift
[1792/1923] Compiling Crypto HKDF.swift
[1793/1923] Compiling Crypto AESWrap.swift
[1794/1923] Compiling Crypto AESWrap_boring.swift
[1795/1923] Compiling Crypto Ed25519_boring.swift
[1796/1923] Compiling Crypto NISTCurvesKeys_boring.swift
[1797/1923] Compiling Crypto X25519Keys_boring.swift
[1798/1923] Compiling Crypto Curve25519.swift
[1799/1923] Compiling NIOHTTP2 InboundWindowManager.swift
[1800/1923] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1801/1923] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1802/1923] Compiling Crypto HPKE-Ciphersuite.swift
[1803/1923] Compiling Crypto HPKE-KDF.swift
[1804/1923] Compiling Crypto HPKE-KexKeyDerivation.swift
[1805/1923] Compiling Crypto HPKE-LabeledExtract.swift
[1806/1923] Compiling Crypto HPKE-Utils.swift
[1807/1923] Compiling Crypto DHKEM.swift
[1808/1923] Compiling Crypto HPKE-KEM-Curve25519.swift
[1809/1923] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1810/1923] Compiling Crypto HPKE-KEM.swift
[1811/1923] Compiling Crypto HPKE-Errors.swift
[1815/1923] Compiling Crypto HPKE-Modes.swift
[1816/1923] Compiling Crypto Insecure.swift
[1817/1923] Compiling Crypto Insecure_HashFunctions.swift
[1818/1923] Compiling Crypto KEM.swift
[1819/1923] Compiling Crypto ECDH_boring.swift
[1820/1923] Compiling Crypto DH.swift
[1821/1923] Compiling Crypto ECDH.swift
[1838/1923] Emitting module AsyncKit
[1842/1923] Compiling Crypto ChaChaPoly.swift
[1843/1923] Compiling Crypto Cipher.swift
[1878/1923] Compiling Crypto Signature.swift
[1879/1923] Compiling Crypto CryptoKitErrors_boring.swift
[1880/1923] Compiling Crypto RNG_boring.swift
[1881/1923] Compiling Crypto SafeCompare_boring.swift
[1882/1923] Compiling Crypto Zeroization_boring.swift
[1883/1923] Compiling Crypto PrettyBytes.swift
[1884/1923] Compiling Crypto SafeCompare.swift
[1885/1923] Compiling Crypto SecureBytes.swift
[1886/1923] Compiling Crypto Zeroization.swift
[1896/1960] Compiling APNSCore APNSLocationNotification.swift
[1897/1960] Compiling APNSCore Logging.swift
[1904/1960] Compiling APNSCore EmptyPayload.swift
[1905/1960] Compiling APNSCore APNSClient+FileProvider.swift
[1906/1960] Compiling APNSCore APNSFileProviderNotification.swift
[1907/1960] Compiling APNSCore APNSAlertNotificationSound.swift
[1908/1960] Compiling APNSCore APNSClient+Alert.swift
[1909/1960] Compiling APNSCore APNSBackgroundNotification.swift
[1910/1960] Compiling APNSCore APNSClient+Background.swift
[1911/1960] Compiling APNSCore Base64.swift
[1912/1960] Emitting module NIOHTTP2
[1914/2021] Emitting module AsyncHTTPClient
[1915/2029] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1916/2029] Compiling AsyncHTTPClient ConnectionPool.swift
[1917/2029] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1918/2029] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1919/2029] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1920/2034] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1921/2034] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1922/2034] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1923/2034] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1924/2034] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1925/2034] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1926/2034] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1927/2034] Compiling AsyncHTTPClient HTTP2Connection.swift
[1928/2034] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1929/2034] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1930/2034] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1931/2034] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1932/2034] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1933/2034] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1934/2034] Compiling AsyncHTTPClient HTTP1Connection.swift
[1935/2034] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1936/2034] Compiling AsyncHTTPClient Transaction.swift
[1937/2034] Compiling AsyncHTTPClient Base64.swift
[1938/2034] Compiling AsyncHTTPClient BasicAuth.swift
[1939/2034] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1940/2034] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1941/2034] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1942/2034] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1943/2034] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1944/2034] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1963/2034] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1964/2034] Compiling APNSCore APNSClient+PushToTalk.swift
[1965/2034] Compiling APNSCore APNSPushToTalkNotification.swift
[1966/2034] Compiling APNSCore APNSClient+VoIP.swift
[1967/2034] Compiling APNSCore APNSVoIPNotification.swift
[1968/2034] Compiling AsyncHTTPClient RequestBag.swift
[1969/2034] Compiling AsyncHTTPClient RequestValidation.swift
[1970/2034] Compiling AsyncHTTPClient SSLContextCache.swift
[1971/2034] Compiling AsyncHTTPClient Scheme.swift
[1972/2034] Compiling AsyncHTTPClient Singleton.swift
[1973/2034] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1974/2034] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1975/2034] Compiling AsyncHTTPClient Utils.swift
[1976/2034] Compiling AsyncHTTPClient ConnectionTarget.swift
[1977/2034] Compiling AsyncHTTPClient DeconstructedURL.swift
[1978/2034] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1979/2034] Compiling AsyncHTTPClient FoundationExtensions.swift
[1980/2034] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1981/2034] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1982/2034] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1983/2034] Compiling AsyncHTTPClient HTTPClient.swift
[1984/2034] Compiling AsyncHTTPClient HTTPHandler.swift
[1985/2034] Compiling AsyncHTTPClient LRUCache.swift
[1986/2034] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1987/2034] Compiling AsyncHTTPClient NWErrorHandler.swift
[1988/2034] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1989/2034] Compiling AsyncHTTPClient TLSConfiguration.swift
[1990/2034] Compiling AsyncHTTPClient RedirectState.swift
[1991/2034] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1994/2034] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1995/2034] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1996/2034] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1997/2034] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1998/2034] Compiling AsyncHTTPClient RequestBodyLength.swift
[2014/2034] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2015/2034] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2016/2034] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2031/2205] Compiling Vapor AsyncBasicResponder.swift
[2032/2205] Compiling Vapor AsyncMiddleware.swift
[2033/2205] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2034/2205] Compiling Vapor AsyncSessionDriver.swift
[2035/2205] Compiling Vapor Authentication+Concurrency.swift
[2036/2205] Compiling Vapor Cache+Concurrency.swift
[2037/2205] Compiling Vapor Client+Concurrency.swift
[2038/2205] Compiling Vapor RequestBody+Concurrency.swift
[2039/2205] Compiling Vapor Responder+Concurrency.swift
[2040/2205] Compiling Vapor ResponseCodable+Concurrency.swift
[2041/2205] Compiling Vapor RoutesBuilder+Concurrency.swift
[2042/2205] Compiling Vapor ViewRenderer+Concurrency.swift
[2043/2205] Compiling Vapor WebSocket+Concurrency.swift
[2044/2205] Compiling Vapor ContainerGetPathExecutor.swift
[2045/2205] Compiling Vapor Content.swift
[2046/2205] Compiling Vapor ContentCoders.swift
[2047/2205] Compiling Vapor ContentConfiguration.swift
[2048/2205] Compiling Vapor ContentContainer.swift
[2049/2205] Compiling Vapor JSONCoder+Custom.swift
[2050/2205] Compiling Vapor JSONCoders+Content.swift
[2051/2205] Compiling Vapor PlaintextDecoder.swift
[2052/2205] Compiling Vapor PlaintextEncoder.swift
[2053/2205] Compiling Vapor URLQueryCoders.swift
[2054/2205] Compiling Vapor URLQueryContainer.swift
[2055/2229] Emitting module Vapor
[2056/2253] Compiling Vapor HTTPServerResponseEncoder.swift
[2057/2253] Compiling Vapor HTTPServerUpgradeHandler.swift
[2058/2253] Compiling Vapor Logger+Report.swift
[2059/2253] Compiling Vapor LoggingSystem+Environment.swift
[2060/2253] Compiling Vapor Application+Middleware.swift
[2061/2253] Compiling Vapor CORSMiddleware.swift
[2062/2253] Compiling Vapor ErrorMiddleware.swift
[2063/2253] Compiling Vapor FileMiddleware.swift
[2064/2253] Compiling Vapor Middleware.swift
[2065/2253] Compiling Vapor MiddlewareConfiguration.swift
[2066/2253] Compiling Vapor ResponseCompressionMiddleware.swift
[2067/2253] Compiling Vapor RouteLoggingMiddleware.swift
[2068/2253] Compiling Vapor TracingMiddleware.swift
[2069/2253] Compiling Vapor File+Multipart.swift
[2070/2253] Compiling Vapor FormDataDecoder+Content.swift
[2071/2253] Compiling Vapor FormDataEncoder+Content.swift
[2072/2253] Compiling Vapor Application+Password.swift
[2073/2253] Compiling Vapor Application+Passwords.swift
[2074/2253] Compiling Vapor AsyncPasswordHasher.swift
[2075/2253] Compiling Vapor BcryptHasher.swift
[2076/2253] Compiling Vapor PasswordHasher.swift
[2077/2253] Compiling Vapor PlaintextHasher.swift
[2078/2253] Compiling Vapor Request+Password.swift
[2079/2253] Compiling Vapor Redirect.swift
[2080/2253] Compiling Vapor Request+Body.swift
[2081/2253] Compiling Vapor Request+BodyStream.swift
[2082/2253] Compiling Vapor Request.swift
[2083/2253] Compiling Vapor Application+Responder.swift
[2084/2253] Compiling Vapor DefaultResponder.swift
[2085/2253] Compiling Vapor Response+Body.swift
[2086/2253] Compiling Vapor Response.swift
[2087/2253] Compiling Vapor ResponseCodable.swift
[2088/2253] Compiling Vapor Application+Routes.swift
[2089/2253] Compiling Vapor Parameters+Require.swift
[2090/2253] Compiling Vapor Request+WebSocket.swift
[2091/2253] Compiling Vapor Route.swift
[2092/2253] Compiling Vapor RouteCollection.swift
[2093/2253] Compiling Vapor Routes.swift
[2094/2253] Compiling Vapor RoutesBuilder+Group.swift
[2095/2253] Compiling Vapor RoutesBuilder+Method.swift
[2096/2253] Compiling Vapor RoutesBuilder+Middleware.swift
[2097/2253] Compiling Vapor RoutesBuilder+WebSocket.swift
[2098/2253] Compiling Vapor RoutesBuilder.swift
[2099/2253] Compiling Vapor OTP.swift
[2100/2253] Compiling Vapor Application+Servers.swift
[2101/2253] Compiling Vapor Server.swift
[2102/2253] Compiling Vapor App+Service.swift
[2103/2253] Compiling Vapor Req+Service.swift
[2104/2253] Compiling Vapor Application.swift
[2105/2253] Compiling Vapor AuthenticationCache.swift
[2106/2253] Compiling Vapor Authenticator.swift
[2107/2253] Compiling Vapor BasicAuthorization.swift
[2108/2253] Compiling Vapor BearerAuthorization.swift
[2109/2253] Compiling Vapor GuardMiddleware.swift
[2110/2253] Compiling Vapor RedirectMiddleware.swift
[2111/2253] Compiling Vapor SessionAuthenticatable.swift
[2112/2253] Compiling Vapor Bcrypt.swift
[2113/2253] Compiling Vapor Application+Cache.swift
[2114/2253] Compiling Vapor Cache.swift
[2115/2253] Compiling Vapor CacheExpirationTime.swift
[2116/2253] Compiling Vapor MemoryCache.swift
[2117/2253] Compiling Vapor Request+Cache.swift
[2118/2253] Compiling Vapor Application+Clients.swift
[2119/2253] Compiling Vapor Client.swift
[2120/2253] Compiling Vapor ClientRequest.swift
[2121/2253] Compiling Vapor ClientResponse.swift
[2122/2253] Compiling Vapor Request+Client.swift
[2123/2253] Compiling Vapor BootCommand.swift
[2124/2253] Compiling Vapor CommandContext+Application.swift
[2125/2253] Compiling Vapor RoutesCommand.swift
[2126/2253] Compiling Vapor ServeCommand.swift
[2127/2253] Compiling Vapor AnyResponse+Concurrency.swift
[2128/2253] Emitting module APNSCore
[2129/2253] Compiling Vapor Validator.swift
[2130/2253] Compiling Vapor ValidatorResult.swift
[2131/2253] Compiling Vapor And.swift
[2132/2253] Compiling Vapor Case.swift
[2133/2253] Compiling Vapor CharacterSet.swift
[2134/2253] Compiling Vapor Count.swift
[2135/2253] Compiling Vapor Custom.swift
[2136/2253] Compiling Vapor Email.swift
[2137/2253] Compiling Vapor Empty.swift
[2138/2253] Compiling Vapor In.swift
[2139/2253] Compiling Vapor Nil.swift
[2140/2253] Compiling Vapor NilIgnoring.swift
[2141/2253] Compiling Vapor Not.swift
[2142/2253] Compiling Vapor Or.swift
[2143/2253] Compiling Vapor Pattern.swift
[2144/2253] Compiling Vapor Range.swift
[2145/2253] Compiling Vapor URL.swift
[2146/2253] Compiling Vapor Valid.swift
[2147/2253] Compiling Vapor Application+Views.swift
[2148/2253] Compiling Vapor PlaintextRenderer.swift
[2149/2253] Compiling Vapor Request+View.swift
[2150/2253] Compiling Vapor View.swift
[2151/2253] Compiling Vapor ViewRenderer.swift
[2152/2253] Compiling Vapor _Deprecations.swift
[2159/2254] Compiling Vapor Bytes+Hex.swift
[2160/2254] Compiling Vapor Bytes+SecureCompare.swift
[2161/2254] Compiling Vapor Collection+Safe.swift
[2162/2254] Compiling Vapor DataProtocol+Copy.swift
[2163/2254] Compiling Vapor DecoderUnwrapper.swift
[2164/2254] Compiling Vapor DirectoryConfiguration.swift
[2165/2254] Compiling Vapor DotEnv.swift
[2166/2254] Compiling Vapor Extendable.swift
[2167/2254] Compiling Vapor File.swift
[2168/2254] Compiling Vapor FileIO.swift
[2169/2254] Compiling Vapor LifecycleHandler.swift
[2170/2254] Compiling Vapor OptionalType.swift
[2171/2254] Compiling Vapor RFC1123.swift
[2172/2254] Compiling Vapor SocketAddress+Hostname.swift
[2173/2254] Compiling Vapor Storage.swift
[2174/2254] Compiling Vapor String+IsIPAddress.swift
[2175/2254] Compiling Vapor Thread.swift
[2176/2254] Compiling Vapor URI.swift
[2177/2254] Compiling Vapor RangeResult.swift
[2178/2254] Compiling Vapor Validatable.swift
[2179/2254] Compiling Vapor Validation.swift
[2180/2254] Compiling Vapor ValidationKey.swift
[2181/2254] Compiling Vapor Validations.swift
[2182/2254] Compiling Vapor ValidationsError.swift
[2183/2259] Compiling Vapor Service.swift
[2184/2259] Compiling Vapor Application+Sessions.swift
[2185/2259] Compiling Vapor MemorySessions.swift
[2186/2259] Compiling Vapor Request+Session.swift
[2187/2259] Compiling Vapor Session.swift
[2188/2259] Compiling Vapor SessionCache.swift
[2189/2259] Compiling Vapor SessionData.swift
[2190/2259] Compiling Vapor SessionDriver.swift
[2191/2259] Compiling Vapor SessionsConfiguration.swift
[2192/2259] Compiling Vapor SessionsMiddleware.swift
[2193/2259] Compiling Vapor URLEncodedFormData.swift
[2194/2259] Compiling Vapor URLEncodedFormDecoder.swift
[2195/2259] Compiling Vapor URLEncodedFormEncoder.swift
[2196/2259] Compiling Vapor URLEncodedFormError.swift
[2197/2259] Compiling Vapor URLEncodedFormParser.swift
[2198/2259] Compiling Vapor URLEncodedFormSerializer.swift
[2199/2259] Compiling Vapor URLQueryFragmentConvertible.swift
[2200/2259] Compiling Vapor AnyResponse.swift
[2201/2259] Compiling Vapor Array+Random.swift
[2202/2259] Compiling Vapor Base32.swift
[2203/2259] Compiling Vapor Base64.swift
[2204/2259] Compiling Vapor BaseN.swift
[2205/2259] Compiling Vapor BasicCodingKey.swift
[2206/2259] Compiling Vapor ByteCount.swift
[2207/2259] Compiling APNS APNSJSONEncoder.swift
[2208/2259] Compiling APNS APNSJSONDecoder.swift
[2209/2259] Compiling Vapor Core.swift
[2210/2259] Compiling Vapor Running.swift
[2211/2259] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2212/2259] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2213/2259] Compiling Vapor DotEnvFile+load.swift
[2214/2259] Compiling Vapor Routes+caseInsenstive.swift
[2215/2259] Compiling Vapor Validatable+validate.swift
[2216/2259] Compiling Vapor Environment+Process.swift
[2217/2259] Compiling Vapor Environment+Secret.swift
[2218/2259] Compiling Vapor Environment.swift
[2219/2259] Compiling Vapor Abort.swift
[2220/2259] Compiling Vapor AbortError.swift
[2221/2259] Compiling Vapor DebuggableError.swift
[2222/2259] Compiling Vapor Demangler.swift
[2223/2259] Compiling Vapor ErrorSource.swift
[2224/2259] Compiling Vapor StackTrace.swift
[2225/2259] Compiling Vapor Exports.swift
[2226/2259] Compiling Vapor Application+HTTP.swift
[2227/2259] Compiling Vapor BasicResponder.swift
[2228/2259] Compiling Vapor BodyStream.swift
[2229/2259] Compiling Vapor Application+HTTP+Client.swift
[2230/2259] Compiling Vapor EventLoopHTTPClient.swift
[2231/2259] Compiling Vapor EndpointCache.swift
[2232/2259] Compiling Vapor HTTPMethod+String.swift
[2233/2259] Compiling Vapor HTTPStatus.swift
[2234/2259] Compiling Vapor HTTPCookies.swift
[2235/2259] Compiling Vapor HTTPHeaderCacheControl.swift
[2236/2259] Compiling Vapor HTTPHeaderExpires.swift
[2237/2259] Compiling Vapor HTTPHeaderLastModified.swift
[2238/2259] Compiling Vapor HTTPHeaders+Cache.swift
[2239/2259] Compiling Vapor HTTPHeaders+Connection.swift
[2240/2259] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2241/2259] Compiling Vapor HTTPHeaders+ContentRange.swift
[2242/2259] Compiling Vapor HTTPHeaders+Directive.swift
[2243/2259] Compiling Vapor HTTPHeaders+Forwarded.swift
[2244/2259] Compiling Vapor HTTPHeaders+Link.swift
[2245/2259] Compiling Vapor HTTPHeaders+Name.swift
[2246/2259] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2247/2259] Compiling Vapor HTTPHeaders.swift
[2248/2259] Compiling Vapor HTTPMediaType.swift
[2249/2259] Compiling Vapor HTTPMediaTypePreference.swift
[2250/2259] Compiling Vapor Responder.swift
[2251/2259] Compiling Vapor Application+HTTP+Server.swift
[2252/2259] Compiling Vapor HTTPServer.swift
[2253/2259] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2254/2259] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2255/2259] Compiling Vapor HTTPServerHandler.swift
[2256/2259] Compiling Vapor HTTPServerRequestDecoder.swift
[2257/2260] Compiling APNS APNSConfiguration.swift
[2259/2260] Emitting module APNS
[2260/2260] Compiling APNS APNSClient.swift
[2262/2266] Compiling VaporAPNS APNSContainerID.swift
[2263/2266] Compiling VaporAPNS Request+APNS.swift
[2264/2266] Compiling VaporAPNS Application+APNS.swift
[2265/2266] Compiling VaporAPNS APNSContainers.swift
[2266/2266] Emitting module VaporAPNS
Build complete! (477.44s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "apnswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server-community/APNSwift.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.110.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "vapor-apns",
  "name" : "vapor-apns",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "VaporAPNS",
      "targets" : [
        "VaporAPNS"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VaporAPNSTests",
      "module_type" : "SwiftTarget",
      "name" : "VaporAPNSTests",
      "path" : "Tests/VaporAPNSTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "APNSTests.swift",
        "MockAPNSServerTests.swift"
      ],
      "target_dependencies" : [
        "VaporAPNS"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VaporAPNS",
      "module_type" : "SwiftTarget",
      "name" : "VaporAPNS",
      "path" : "Sources/VaporAPNS",
      "product_dependencies" : [
        "APNS",
        "Vapor"
      ],
      "product_memberships" : [
        "VaporAPNS"
      ],
      "sources" : [
        "APNSContainerID.swift",
        "APNSContainers.swift",
        "Application+APNS.swift",
        "Request+APNS.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.