The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of vapor-apns, reference main (dedccc), with Swift 6.1 for Linux on 29 Apr 2025 06:57:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/apns.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor/apns
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dedccc1 Container Identifiers (#58)
Cloned https://github.com/vapor/apns.git
Revision (git rev-parse @):
dedccc1243efbfcaf86dd1810a3759c4ab36cdb4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/apns.git at main
========================================
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" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server-community/APNSwift.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.77.2",
            "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" : [
        "XCTVapor"
      ],
      "sources" : [
        "APNSTests.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" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server-community/APNSwift.git
Fetching https://github.com/vapor/vapor.git
[1/5393] Fetching apnswift
[1673/79730] Fetching apnswift, vapor
Fetched https://github.com/swift-server-community/APNSwift.git from cache (2.48s)
Fetched https://github.com/vapor/vapor.git from cache (2.53s)
Computing version for https://github.com/swift-server-community/APNSwift.git
Computed https://github.com/swift-server-community/APNSwift.git at 5.1.0 (5.53s)
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
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
[1/3836] Fetching swift-log
[654/17620] Fetching swift-log, swift-crypto
[1505/31475] Fetching swift-log, swift-crypto, async-http-client
[2143/42967] Fetching swift-log, swift-crypto, async-http-client, swift-nio-http2
[8074/57760] Fetching swift-log, swift-crypto, async-http-client, swift-nio-http2, swift-nio-ssl
[11466/133284] Fetching swift-log, swift-crypto, async-http-client, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
[19846/129448] Fetching swift-crypto, async-http-client, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (6.14s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (6.14s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.16s)
Fetched https://github.com/apple/swift-crypto.git from cache (6.17s)
Fetched https://github.com/apple/swift-nio.git from cache (6.24s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (6.78s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/5662] Fetching swift-nio-extras
[1247/8281] Fetching swift-nio-extras, swift-nio-transport-services
[4874/9986] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[4918/15889] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.46s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.52s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.52s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.09s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.38s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.15s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
[2533/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
[4393/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.90s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.74s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.67s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.29s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.29s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.90s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.63s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.58s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.74s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.49s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.05s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.75s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/1063] Fetching swift-service-context
[182/21790] Fetching swift-service-context, routing-kit
[1686/23990] Fetching swift-service-context, routing-kit, swift-metrics
[2933/28964] Fetching swift-service-context, routing-kit, swift-metrics, swift-distributed-tracing
[6262/32172] Fetching swift-service-context, routing-kit, swift-metrics, swift-distributed-tracing, multipart-kit
[8122/34768] Fetching swift-service-context, routing-kit, swift-metrics, swift-distributed-tracing, multipart-kit, websocket-kit
Fetched https://github.com/apple/swift-service-context.git from cache (8.45s)
Fetched https://github.com/apple/swift-metrics.git from cache (8.46s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/websocket-kit.git from cache (8.46s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (8.48s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (8.50s)
Fetched https://github.com/vapor/multipart-kit.git from cache (8.63s)
[1/5485] Fetching console-kit
[5377/7855] Fetching console-kit, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.70s)
Fetched https://github.com/vapor/async-kit.git from cache (0.67s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (10.19s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.78s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.64s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.62s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (2.01s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.73s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.68s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.74s)
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server-community/APNSwift.git
Working copy of https://github.com/swift-server-community/APNSwift.git resolved at 5.1.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Building for debugging...
[0/833] Write sources
[28/833] Compiling CVaporBcrypt blf.c
[29/833] Write sources
[30/833] Compiling _NumericsShims _NumericsShims.c
[31/833] Write sources
[33/833] Compiling _AtomicsShims.c
[33/833] Write sources
[53/833] Write swift-version-24593BA9C3E375BF.txt
[54/833] Compiling CVaporBcrypt bcrypt.c
[55/833] Compiling CSystem shims.c
[56/833] Compiling getentropy.cc
[57/833] Compiling CNIOWindows shim.c
[58/833] Compiling merkle.cc
[59/833] Compiling forkunsafe.cc
[60/833] Compiling deterministic.cc
[61/833] Compiling fork_detect.cc
[63/905] Emitting module InternalCollectionsUtilities
[64/907] Emitting module _NIODataStructures
[65/907] Emitting module SystemPackage
[66/910] Compiling _NIODataStructures _TinyArray.swift
[67/910] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[68/910] Compiling InternalCollectionsUtilities Integer rank.swift
[69/910] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/910] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[71/910] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[72/910] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[73/910] Compiling _NIODataStructures PriorityQueue.swift
[74/910] Compiling InternalCollectionsUtilities Debugging.swift
[75/910] Compiling InternalCollectionsUtilities Descriptions.swift
[76/910] Compiling InternalCollectionsUtilities _SortedCollection.swift
[77/910] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[78/910] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[79/910] Compiling InternalCollectionsUtilities Specialize.swift
[80/910] Emitting module RealModule
[81/910] Compiling CoreMetrics Metrics.swift
[82/911] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/911] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[84/911] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[85/911] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[86/911] Compiling RealModule ElementaryFunctions.swift
[87/911] Emitting module ServiceContextModule
[88/911] Compiling SystemPackage Util+StringArray.swift
[89/911] Compiling SystemPackage Util.swift
[90/911] Compiling SystemPackage UtilConsumers.swift
[91/911] Compiling RealModule Float+Real.swift
[92/911] Compiling RealModule Float16+Real.swift
[93/911] Emitting module _NIOBase64
[94/911] Compiling _NIOBase64 Base64.swift
[95/911] Compiling ServiceContextModule ServiceContext.swift
[96/912] Compiling ServiceContextModule ServiceContextKey.swift
[97/913] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[98/913] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[103/914] Compiling RealModule RealFunctions.swift
[104/914] Compiling RealModule Float80+Real.swift
[105/914] Compiling RealModule Real.swift
[109/915] Compiling CNIOWindows WSAStartup.c
[110/915] Compiling CNIOWASI CNIOWASI.c
[111/915] Compiling CNIOSHA1 c_nio_sha1.c
[113/1051] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[114/1051] Compiling Instrumentation NoOpInstrument.swift
[115/1051] Compiling Instrumentation MultiplexInstrument.swift
[116/1051] Compiling HeapModule Heap+Descriptions.swift
[117/1051] Compiling HeapModule Heap+Invariants.swift
[118/1051] Compiling _RopeModule BigString+Comparable.swift
[119/1051] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[120/1051] Compiling _RopeModule BigString+CustomStringConvertible.swift
[121/1051] Compiling _RopeModule BigString+Equatable.swift
[122/1051] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[123/1051] Compiling _RopeModule BigString+Hashing.swift
[124/1051] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[125/1051] Compiling _RopeModule BigString+Ingester.swift
[126/1051] Compiling _RopeModule BigString+Invariants.swift
[127/1051] Compiling _RopeModule BigString+Iterators.swift
[128/1051] Compiling _RopeModule BigString+Metrics.swift
[129/1051] Compiling _RopeModule BigString+Summary.swift
[130/1051] Compiling _RopeModule BigString.swift
[131/1051] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[132/1051] Compiling _RopeModule BigString+Chunk+Breaks.swift
[133/1051] Compiling _RopeModule BigString+Builder.swift
[134/1051] Compiling _RopeModule BigString+Contents.swift
[135/1051] Compiling _RopeModule BigString+Debugging.swift
[136/1051] Compiling _RopeModule BigString+Index.swift
[137/1051] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[138/1051] Compiling _RopeModule BigString+Chunk+Splitting.swift
[139/1051] Compiling _RopeModule BigString+Chunk.swift
[140/1051] Compiling _RopeModule BigString+BidirectionalCollection.swift
[141/1051] Compiling _RopeModule BigString+Chunk+Counts.swift
[142/1051] Compiling _RopeModule BigString+Chunk+Description.swift
[143/1051] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[144/1051] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[145/1051] Compiling Logging MetadataProvider.swift
[146/1051] Compiling HeapModule _HeapNode.swift
[147/1052] Compiling Instrumentation InstrumentationSystem.swift
[148/1052] Compiling Instrumentation Instrument.swift
[149/1052] Emitting module Instrumentation
[150/1052] Compiling Instrumentation Locks.swift
[151/1052] Emitting module CoreMetrics
[152/1052] Compiling CoreMetrics Locks.swift
[153/1054] Compiling _NIODataStructures Heap.swift
[154/1055] Compiling Logging LogHandler.swift
[155/1055] Compiling Logging Locks.swift
[156/1055] Emitting module Logging
[157/1055] Compiling Logging Logging.swift
[159/1056] Compiling HeapModule Heap.swift
[164/1056] Compiling _RopeModule BigString+UTF16View.swift
[165/1056] Compiling _RopeModule BigString+UTF8View.swift
[166/1056] Compiling _RopeModule _RopeVersion.swift
[167/1056] Compiling _RopeModule Rope+Collection.swift
[168/1056] Compiling _RopeModule Rope+Index.swift
[169/1056] Compiling _RopeModule Rope+Sequence.swift
[170/1056] Compiling _RopeModule Rope+Append.swift
[171/1056] Compiling _RopeModule BigString+Initializers.swift
[172/1056] Compiling _RopeModule BigString+Insert.swift
[173/1056] Compiling _RopeModule BigString+Managing Breaks.swift
[174/1056] Compiling _RopeModule BigString+RemoveSubrange.swift
[175/1056] Compiling _RopeModule BigString+ReplaceSubrange.swift
[176/1056] Compiling _RopeModule BigString+Split.swift
[177/1056] Compiling _RopeModule Range+BigString.swift
[177/1063] Compiling CNIOLinux shim.c
[179/1066] Compiling HeapModule Heap+UnsafeHandle.swift
[180/1080] Emitting module HeapModule
[181/1141] Compiling CNIOLinux liburing_shims.c
[183/1171] Compiling HashTreeCollections _HashNode+Storage.swift
[184/1171] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[185/1171] Compiling HashTreeCollections _HashNode+Structural filter.swift
[186/1171] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[187/1171] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[188/1171] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[189/1171] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[190/1171] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[191/1171] Compiling HashTreeCollections _HashNode+Structural merge.swift
[192/1171] Compiling HashTreeCollections _HashTreeIterator.swift
[193/1171] Compiling HashTreeCollections _HashTreeStatistics.swift
[194/1171] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[195/1171] Compiling HashTreeCollections _RawHashNode.swift
[196/1171] Compiling HashTreeCollections _UnmanagedHashNode.swift
[197/1171] Compiling HashTreeCollections _UnsafePath.swift
[198/1171] Compiling HashTreeCollections TreeDictionary+Codable.swift
[199/1171] Compiling HashTreeCollections _HashStack.swift
[200/1171] Compiling HashTreeCollections _AncestorHashSlots.swift
[201/1173] Compiling Tracing InstrumentationSystem+Tracing.swift
[202/1173] Compiling HashTreeCollections _HashNode+Structural union.swift
[203/1173] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[204/1173] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[205/1173] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[206/1173] Compiling HashTreeCollections _HashNode+Builder.swift
[207/1173] Compiling HashTreeCollections _HashNode+Debugging.swift
[208/1173] Compiling HashTreeCollections _HashNode+Initializers.swift
[209/1173] Compiling HashTreeCollections _HashNode+Invariants.swift
[210/1173] Compiling HashTreeCollections _HashNode+Lookups.swift
[211/1173] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[212/1173] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[213/1173] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[214/1173] Compiling Tracing TracingTime.swift
[214/1173] Compiling CNIOLLHTTP c_nio_llhttp.c
[215/1173] Compiling CNIOLLHTTP c_nio_http.c
[217/1173] Compiling HashTreeCollections _HashNodeHeader.swift
[218/1173] Compiling HashTreeCollections _HashSlot.swift
[221/1173] Compiling HashTreeCollections _Bitmap.swift
[222/1173] Compiling HashTreeCollections _Bucket.swift
[223/1173] Compiling DequeModule _DequeSlot.swift
[224/1173] Compiling DequeModule _UnsafeWrappedBuffer.swift
[225/1173] Emitting module Tracing
[226/1173] Compiling Tracing TracerProtocol.swift
[226/1173] Compiling CNIOLLHTTP c_nio_api.c
[227/1173] Compiling CNIOExtrasZlib empty.c
[228/1173] Compiling CNIODarwin shim.c
[230/1173] Compiling HashTreeCollections TreeSet+Hashable.swift
[231/1173] Compiling HashTreeCollections TreeSet+Sendable.swift
[232/1173] Compiling HashTreeCollections TreeSet+Sequence.swift
[233/1173] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[234/1173] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[235/1173] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[236/1173] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[237/1173] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[238/1173] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[239/1173] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[240/1180] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[241/1180] Compiling HashTreeCollections TreeSet+Debugging.swift
[242/1180] Compiling HashTreeCollections TreeSet+Descriptions.swift
[243/1180] Compiling HashTreeCollections TreeSet+Equatable.swift
[244/1180] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[245/1180] Compiling HashTreeCollections TreeSet+Extras.swift
[246/1180] Compiling HashTreeCollections TreeSet+Filter.swift
[249/1180] Compiling HashTreeCollections TreeDictionary+Keys.swift
[250/1180] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[251/1180] Compiling HashTreeCollections TreeDictionary+Merge.swift
[252/1180] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[253/1180] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[254/1180] Compiling HashTreeCollections TreeDictionary+Values.swift
[255/1180] Compiling HashTreeCollections TreeDictionary.swift
[256/1180] Compiling HashTreeCollections TreeSet+Codable.swift
[257/1180] Compiling HashTreeCollections TreeSet+Collection.swift
[258/1192] Compiling Tracing Tracer.swift
[259/1192] Compiling Tracing TracerProtocol+Legacy.swift
[284/1192] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[285/1192] Compiling HashTreeCollections _HashNode.swift
[288/1192] Compiling Tracing NoOpTracer.swift
[289/1192] Compiling Tracing SpanProtocol.swift
[290/1193] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[291/1193] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[292/1193] Compiling HashTreeCollections TreeDictionary+Filter.swift
[293/1193] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[294/1193] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[301/1193] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[302/1193] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[302/1193] Compiling CNIOBoringSSLShims shims.c
[303/1193] Compiling fiat_p256_adx_sqr.S
[305/1193] Compiling fiat_p256_adx_mul.S
[306/1193] Compiling fiat_curve25519_adx_square.S
[315/1193] Compiling fiat_curve25519_adx_mul.S
[317/1193] Emitting module DequeModule
[325/1194] Compiling _RopeModule _CharacterRecognizer.swift
[326/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[327/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[328/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[329/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[330/1194] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[331/1194] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[332/1194] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[333/1194] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[334/1194] Compiling HashTreeCollections TreeSet.swift
[356/1194] Emitting module _RopeModule
[364/1194] Compiling HashTreeCollections TreeDictionary+Collection.swift
[365/1194] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[366/1194] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[367/1194] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[368/1194] Emitting module OrderedCollections
[370/1195] Emitting module RoutingKit
[371/1195] Compiling _RopeModule Rope+Join.swift
[372/1195] Compiling _RopeModule Rope+MutatingForEach.swift
[373/1195] Compiling _RopeModule Rope+Remove.swift
[374/1195] Compiling _RopeModule Rope+RemoveSubrange.swift
[375/1195] Compiling _RopeModule Rope+Split.swift
[376/1195] Compiling _RopeModule Optional Utilities.swift
[377/1195] Compiling _RopeModule String Utilities.swift
[378/1195] Compiling _RopeModule String.Index+ABI.swift
[413/1195] Compiling RoutingKit TrieRouter.swift
[414/1195] Compiling RoutingKit PathComponent.swift
[415/1195] Compiling RoutingKit Router.swift
[416/1195] Emitting module HashTreeCollections
[416/1196] Compiling tls_record.cc
[417/1196] Compiling tls_method.cc
[420/1196] Compiling Metrics Metrics.swift
[421/1196] Emitting module Metrics
[423/1197] Compiling RoutingKit AnyRouter.swift
[424/1197] Compiling RoutingKit Parameters.swift
[443/1198] Compiling tls13_server.cc
[444/1199] Compiling tls13_enc.cc
[447/1199] Compiling tls13_client.cc
[448/1199] Compiling tls13_both.cc
[449/1199] Compiling t1_enc.cc
[450/1199] Compiling ssl_versions.cc
[451/1199] Compiling ssl_transcript.cc
[452/1199] Compiling ssl_stat.cc
[453/1199] Compiling ssl_x509.cc
[454/1199] Compiling ssl_session.cc
[455/1199] Compiling ssl_privkey.cc
[456/1199] Compiling ssl_key_share.cc
[457/1199] Compiling ssl_credential.cc
[458/1199] Compiling ssl_aead_ctx.cc
[459/1199] Compiling ssl_asn1.cc
[460/1199] Compiling ssl_cert.cc
[461/1199] Compiling ssl_buffer.cc
[462/1199] Compiling ssl_lib.cc
[463/1199] Compiling ssl_cipher.cc
[464/1199] Compiling ssl_file.cc
[465/1199] Compiling s3_pkt.cc
[466/1199] Compiling s3_lib.cc
[467/1199] Compiling s3_both.cc
[468/1199] Compiling handshake_client.cc
[469/1199] Compiling handoff.cc
[470/1199] Compiling handshake_server.cc
[471/1199] Compiling handshake.cc
[472/1199] Compiling dtls_method.cc
[473/1199] Compiling extensions.cc
[474/1199] Compiling md5-x86_64-linux.S
[475/1199] Compiling md5-x86_64-apple.S
[476/1199] Compiling encrypted_client_hello.cc
[477/1199] Compiling dtls_record.cc
[478/1199] Compiling md5-586-apple.S
[479/1199] Compiling md5-586-linux.S
[480/1199] Compiling chacha20_poly1305_x86_64-apple.S
[481/1199] Compiling chacha20_poly1305_x86_64-linux.S
[482/1199] Compiling chacha20_poly1305_armv8-win.S
[483/1199] Compiling d1_lib.cc
[484/1199] Compiling chacha20_poly1305_armv8-linux.S
[485/1199] Compiling chacha-x86_64-linux.S
[486/1199] Compiling chacha20_poly1305_armv8-apple.S
[487/1199] Compiling chacha-x86-linux.S
[488/1199] Compiling err_data.cc
[489/1199] Compiling chacha-x86_64-apple.S
[490/1199] Compiling chacha-armv8-win.S
[491/1199] Compiling chacha-x86-apple.S
[492/1199] Compiling chacha-armv8-linux.S
[493/1199] Compiling chacha-armv8-apple.S
[494/1199] Compiling chacha-armv4-linux.S
[495/1199] Compiling aes128gcmsiv-x86_64-apple.S
[496/1199] Compiling x86_64-mont5-linux.S
[497/1199] Compiling aes128gcmsiv-x86_64-linux.S
[498/1199] Compiling x86-mont-linux.S
[499/1199] Compiling x86_64-mont-linux.S
[500/1199] Compiling x86_64-mont5-apple.S
[501/1199] Compiling x86-mont-apple.S
[502/1199] Compiling x86_64-mont-apple.S
[503/1199] Compiling vpaes-x86-apple.S
[504/1199] Compiling vpaes-x86-linux.S
[505/1199] Compiling vpaes-x86_64-linux.S
[505/1199] Compiling vpaes-x86_64-apple.S
[507/1199] Compiling vpaes-armv8-win.S
[508/1199] Compiling vpaes-armv8-apple.S
[509/1199] Compiling vpaes-armv7-linux.S
[510/1199] Compiling vpaes-armv8-linux.S
[511/1199] Compiling d1_srtp.cc
[511/1199] Compiling sha512-armv8-win.S
[513/1199] Compiling sha512-x86_64-linux.S
[514/1199] Compiling sha512-armv4-linux.S
[515/1199] Compiling sha512-armv8-linux.S
[516/1199] Compiling sha512-x86_64-apple.S
[517/1199] Compiling sha512-armv8-apple.S
[518/1199] Compiling bio_ssl.cc
[519/1199] Compiling sha512-586-linux.S
[520/1199] Compiling sha512-586-apple.S
[521/1199] Compiling sha256-x86_64-apple.S
[522/1199] Compiling sha256-armv8-win.S
[523/1199] Compiling sha256-armv8-linux.S
[524/1199] Compiling sha256-x86_64-linux.S
[525/1199] Compiling sha256-armv8-apple.S
[526/1199] Compiling sha256-armv4-linux.S
[527/1199] Compiling sha256-586-linux.S
[528/1199] Compiling sha256-586-apple.S
[529/1199] Compiling sha1-armv8-apple.S
[530/1199] Compiling sha1-x86_64-apple.S
[531/1199] Compiling sha1-armv8-linux.S
[532/1199] Compiling sha1-x86_64-linux.S
[532/1199] Compiling sha1-armv8-win.S
[534/1199] Compiling d1_pkt.cc
[535/1199] Compiling sha1-586-linux.S
[536/1199] Compiling sha1-586-apple.S
[537/1199] Compiling sha1-armv4-large-linux.S
[538/1199] Compiling rdrand-x86_64-linux.S
[539/1199] Compiling rsaz-avx2-apple.S
[540/1199] Compiling rsaz-avx2-linux.S
[541/1199] Compiling p256_beeu-x86_64-asm-apple.S
[542/1199] Compiling p256_beeu-armv8-asm-win.S
[543/1199] Compiling rdrand-x86_64-apple.S
[544/1199] Compiling p256_beeu-x86_64-asm-linux.S
[545/1199] Compiling p256_beeu-armv8-asm-linux.S
[546/1199] Compiling p256_beeu-armv8-asm-apple.S
[547/1199] Compiling p256-x86_64-asm-linux.S
[548/1199] Compiling p256-armv8-asm-apple.S
[549/1199] Compiling p256-armv8-asm-linux.S
[550/1199] Compiling p256-armv8-asm-win.S
[551/1199] Compiling p256-x86_64-asm-apple.S
[552/1199] Compiling ghashv8-armv8-win.S
[553/1199] Compiling ghashv8-armv8-linux.S
[554/1199] Compiling ghashv8-armv8-apple.S
[555/1199] Compiling ghash-x86-linux.S
[556/1199] Compiling ghashv8-armv7-linux.S
[557/1199] Compiling ghash-ssse3-x86_64-linux.S
[558/1199] Compiling ghash-x86_64-apple.S
[559/1199] Compiling ghash-x86_64-linux.S
[560/1199] Compiling ghash-x86-apple.S
[561/1199] Compiling ghash-ssse3-x86_64-apple.S
[562/1199] Compiling ghash-ssse3-x86-linux.S
[563/1199] Compiling ghash-neon-armv8-win.S
[564/1199] Compiling ghash-neon-armv8-apple.S
[565/1199] Compiling ghash-ssse3-x86-apple.S
[566/1199] Compiling ghash-neon-armv8-linux.S
[567/1199] Compiling ghash-armv4-linux.S
[568/1199] Compiling co-586-linux.S
[569/1199] Compiling co-586-apple.S
[570/1199] Compiling d1_both.cc
[571/1199] Compiling bn-armv8-win.S
[572/1199] Compiling bn-armv8-linux.S
[573/1199] Compiling bn-586-linux.S
[574/1199] Compiling bsaes-armv7-linux.S
[575/1199] Compiling armv8-mont-win.S
[576/1199] Compiling armv8-mont-linux.S
[577/1199] Compiling bn-armv8-apple.S
[578/1199] Compiling bn-586-apple.S
[578/1199] Compiling armv8-mont-apple.S
[580/1199] Compiling armv4-mont-linux.S
[581/1199] Compiling aesv8-gcm-armv8-linux.S
[582/1199] Compiling aesv8-gcm-armv8-win.S
[583/1199] Compiling aesv8-gcm-armv8-apple.S
[584/1199] Compiling aesv8-armv8-apple.S
[585/1199] Compiling aesv8-armv8-win.S
[586/1199] Compiling aesv8-armv8-linux.S
[587/1199] Compiling aesni-x86_64-linux.S
[588/1199] Compiling aesni-x86-apple.S
[589/1199] Compiling aesni-gcm-x86_64-linux.S
[590/1199] Compiling aesv8-armv7-linux.S
[591/1199] Compiling aesni-gcm-x86_64-apple.S
[592/1199] Compiling aesni-x86_64-apple.S
[593/1199] Compiling aesni-x86-linux.S
[594/1199] Compiling aes-gcm-avx10-x86_64-apple.S
[595/1199] Compiling aes-gcm-avx2-x86_64-apple.S
[596/1199] Compiling aes-gcm-avx10-x86_64-linux.S
[597/1199] Compiling aes-gcm-avx2-x86_64-linux.S
[598/1199] Compiling x_sig.cc
[599/1199] Compiling x_spki.cc
[600/1199] Compiling x_x509a.cc
[601/1199] Compiling x_val.cc
[602/1199] Compiling x_pubkey.cc
[603/1199] Compiling x_req.cc
[604/1199] Compiling x_name.cc
[605/1199] Compiling x_x509.cc
[606/1199] Compiling x_exten.cc
[607/1199] Compiling x_crl.cc
[608/1199] Compiling x509spki.cc
[609/1199] Compiling x_attrib.cc
[610/1199] Compiling x_algor.cc
[611/1199] Compiling x_all.cc
[612/1199] Compiling x509rset.cc
[613/1199] Compiling x509name.cc
[614/1199] Compiling x509_v3.cc
[615/1199] Compiling x509_vfy.cc
[616/1199] Compiling x509_txt.cc
[617/1199] Compiling x509_vpm.cc
[618/1199] Compiling x509cset.cc
[619/1199] Compiling x509_trs.cc
[620/1199] Compiling x509_set.cc
[621/1199] Compiling x509_req.cc
[622/1199] Compiling x509_obj.cc
[623/1199] Compiling x509_ext.cc
[624/1199] Compiling x509_def.cc
[625/1199] Compiling x509.cc
[626/1199] Compiling x509_att.cc
[627/1199] Compiling x509_lu.cc
[628/1199] Compiling x509_d2.cc
[629/1199] Compiling x509_cmp.cc
[630/1199] Compiling v3_utl.cc
[631/1199] Compiling v3_prn.cc
[632/1199] Compiling v3_pmaps.cc
[633/1199] Compiling v3_skey.cc
[634/1199] Compiling v3_pcons.cc
[635/1199] Compiling v3_purp.cc
[636/1199] Compiling v3_ncons.cc
[637/1199] Compiling v3_ocsp.cc
[638/1199] Compiling v3_int.cc
[639/1199] Compiling v3_genn.cc
[640/1199] Compiling v3_info.cc
[641/1199] Compiling v3_lib.cc
[642/1199] Compiling v3_enum.cc
[643/1199] Compiling v3_extku.cc
[644/1199] Compiling v3_ia5.cc
[645/1199] Compiling v3_crld.cc
[646/1199] Compiling v3_cpols.cc
[647/1199] Compiling v3_bitst.cc
[648/1199] Compiling v3_conf.cc
[649/1199] Compiling v3_bcons.cc
[650/1199] Compiling v3_akey.cc
[651/1199] Compiling v3_akeya.cc
[652/1199] Compiling t_x509a.cc
[653/1199] Compiling v3_alt.cc
[654/1199] Compiling i2d_pr.cc
[655/1199] Compiling t_x509.cc
[656/1199] Compiling t_crl.cc
[657/1199] Compiling rsa_pss.cc
[658/1199] Compiling t_req.cc
[659/1199] Compiling name_print.cc
[660/1199] Compiling policy.cc
[661/1199] Compiling by_file.cc
[662/1199] Compiling asn1_gen.cc
[663/1199] Compiling by_dir.cc
[664/1199] Compiling a_verify.cc
[665/1199] Compiling algorithm.cc
[666/1199] Compiling a_digest.cc
[667/1199] Compiling a_sign.cc
[668/1199] Compiling voprf.cc
[669/1199] Compiling thread_none.cc
[670/1199] Compiling trust_token.cc
[671/1199] Compiling thread_pthread.cc
[672/1199] Compiling thread_win.cc
[673/1199] Compiling thread.cc
[674/1199] Compiling pmbtoken.cc
[675/1199] Compiling stack.cc
[676/1199] Compiling sha512.cc
[677/1199] Compiling sha256.cc
[678/1199] Compiling spake2plus.cc
[679/1199] Compiling sha1.cc
[679/1199] Compiling siphash.cc
[681/1199] Compiling slhdsa.cc
[682/1199] Compiling rsa_crypt.cc
[683/1199] Compiling rsa_print.cc
[684/1199] Compiling rsa_extra.cc
[685/1199] Compiling rc4.cc
[686/1199] Compiling refcount.cc
[687/1199] Compiling windows.cc
[688/1199] Compiling trusty.cc
[689/1199] Compiling rand.cc
[690/1199] Compiling urandom.cc
[691/1199] Compiling passive.cc
[692/1199] Compiling getentropy.cc
[693/1199] Compiling forkunsafe.cc
[694/1199] Compiling pool.cc
[695/1199] Compiling deterministic.cc
[696/1199] Compiling ios.cc
[697/1199] Compiling fork_detect.cc
[698/1199] Compiling rsa_asn1.cc
[699/1199] Compiling poly1305_vec.cc
[700/1199] Compiling poly1305_arm_asm.S
[701/1199] Compiling poly1305.cc
[702/1199] Compiling poly1305_arm.cc
[703/1199] Compiling pkcs7.cc
[704/1199] Compiling pkcs8.cc
[705/1199] Compiling pkcs7_x509.cc
[706/1199] Compiling pem_xaux.cc
[707/1199] Compiling pem_pk8.cc
[708/1199] Compiling p5_pbev2.cc
[709/1199] Compiling pem_pkey.cc
[710/1199] Compiling pem_x509.cc
[711/1199] Compiling pkcs8_x509.cc
[712/1199] Compiling pem_all.cc
[713/1199] Compiling mlkem.cc
[714/1199] Compiling pem_lib.cc
[715/1199] Compiling mldsa.cc
[716/1199] Compiling pem_oth.cc
[717/1199] Compiling pem_info.cc
[718/1199] Compiling mem.cc
[719/1199] Compiling obj_xref.cc
[720/1199] Compiling poly_rq_mul.S
[721/1199] Compiling lhash.cc
[721/1199] Compiling fips_shared_support.cc
[723/1199] Compiling md5.cc
[724/1199] Compiling md4.cc
[725/1199] Compiling obj.cc
[726/1199] Compiling ex_data.cc
[727/1199] Compiling sign.cc
[728/1199] Compiling scrypt.cc
[729/1199] Compiling hrss.cc
[730/1199] Compiling kyber.cc
[731/1199] Compiling pbkdf.cc
[732/1199] Compiling hpke.cc
[733/1199] Compiling print.cc
[734/1199] Compiling p_x25519.cc
[735/1199] Compiling p_ed25519.cc
[736/1199] Compiling p_ed25519_asn1.cc
[737/1199] Compiling p_hkdf.cc
[738/1199] Compiling p_x25519_asn1.cc
[739/1199] Compiling p_rsa.cc
[740/1199] Compiling p_rsa_asn1.cc
[741/1199] Compiling p_ec.cc
[742/1199] Compiling p_dh.cc
[743/1199] Compiling evp_ctx.cc
[744/1199] Compiling p_dh_asn1.cc
[745/1199] Compiling p_dsa_asn1.cc
[746/1199] Compiling evp_asn1.cc
[747/1199] Compiling p_ec_asn1.cc
[748/1199] Compiling engine.cc
[749/1199] Compiling evp.cc
[750/1199] Compiling err.cc
[751/1199] Compiling ec_derive.cc
[752/1199] Compiling hash_to_curve.cc
[753/1199] Compiling ecdh.cc
[754/1199] Compiling ecdsa_asn1.cc
[755/1199] Compiling dsa.cc
[756/1199] Compiling params.cc
[757/1199] Compiling dh_asn1.cc
[758/1199] Compiling ec_asn1.cc
[759/1199] Compiling dsa_asn1.cc
[760/1199] Compiling x25519-asm-arm.S
[761/1199] Compiling bcm.cc
[762/1199] Compiling digest_extra.cc
[763/1199] Compiling spake25519.cc
[764/1199] Compiling des.cc
[765/1199] Compiling cpu_intel.cc
[766/1199] Compiling crypto.cc
[767/1199] Compiling cpu_arm_linux.cc
[768/1199] Compiling cpu_aarch64_win.cc
[769/1199] Compiling cpu_aarch64_sysreg.cc
[770/1199] Compiling cpu_arm_freebsd.cc
[771/1199] Compiling cpu_aarch64_openbsd.cc
[772/1199] Compiling curve25519.cc
[773/1199] Compiling cpu_aarch64_linux.cc
[774/1199] Compiling curve25519_64_adx.cc
[775/1199] Compiling cpu_aarch64_fuchsia.cc
[776/1199] Compiling cpu_aarch64_apple.cc
[777/1199] Compiling get_cipher.cc
[778/1199] Compiling e_rc2.cc
[779/1199] Compiling conf.cc
[780/1199] Compiling tls_cbc.cc
[781/1199] Compiling e_rc4.cc
[782/1199] Compiling e_tls.cc
[783/1199] Compiling e_null.cc
[784/1199] Compiling e_des.cc
[785/1199] Compiling e_aesgcmsiv.cc
[786/1199] Compiling e_chacha20poly1305.cc
[787/1199] Compiling derive_key.cc
[788/1199] Compiling e_aesctrhmac.cc
[789/1199] Compiling chacha.cc
[790/1199] Compiling unicode.cc
[791/1199] Compiling buf.cc
[792/1199] Compiling ber.cc
[793/1199] Compiling blake2.cc
[794/1199] Compiling asn1_compat.cc
[795/1199] Compiling cbs.cc
[796/1199] Compiling cbb.cc
[797/1199] Compiling bn_asn1.cc
[798/1199] Compiling convert.cc
[799/1199] Compiling printf.cc
[800/1199] Compiling socket.cc
[801/1199] Compiling socket_helper.cc
[802/1199] Compiling errno.cc
[803/1199] Compiling file.cc
[804/1199] Compiling hexdump.cc
[805/1199] Compiling pair.cc
[806/1199] Compiling fd.cc
[807/1199] Compiling bio_mem.cc
[808/1199] Compiling connect.cc
[809/1199] Compiling bio.cc
[810/1199] Compiling base64.cc
[811/1199] Compiling tasn_fre.cc
[812/1199] Compiling tasn_typ.cc
[813/1199] Compiling tasn_utl.cc
[814/1199] Compiling tasn_enc.cc
[815/1199] Compiling f_string.cc
[816/1199] Compiling tasn_new.cc
[817/1199] Compiling posix_time.cc
[818/1199] Compiling asn_pack.cc
[819/1199] Compiling f_int.cc
[820/1199] Compiling asn1_par.cc
[821/1199] Compiling tasn_dec.cc
[822/1199] Compiling a_utctm.cc
[823/1199] Compiling asn1_lib.cc
[824/1199] Compiling a_type.cc
[825/1199] Compiling a_octet.cc
[826/1199] Compiling a_time.cc
[827/1199] Compiling a_strex.cc
[828/1199] Compiling a_strnid.cc
[829/1199] Compiling a_i2d_fp.cc
[830/1199] Compiling a_dup.cc
[831/1199] Compiling a_object.cc
[832/1199] Compiling a_d2i_fp.cc
[833/1199] Compiling a_mbstr.cc
[834/1199] Compiling fiat_p256_adx_sqr.S
[835/1199] Compiling a_int.cc
[836/1199] Compiling fiat_p256_adx_mul.S
[837/1199] Compiling a_gentm.cc
[838/1199] Compiling a_bool.cc
[839/1199] Compiling fiat_curve25519_adx_square.S
[840/1199] Compiling fiat_curve25519_adx_mul.S
[841/1199] Compiling a_bitstr.cc
[842/1199] Compiling md5-x86_64-linux.S
[843/1199] Compiling md5-x86_64-apple.S
[844/1199] Compiling CCryptoBoringSSLShims shims.c
[845/1199] Compiling md5-586-linux.S
[846/1199] Compiling md5-586-apple.S
[847/1199] Compiling chacha20_poly1305_armv8-win.S
[848/1199] Compiling chacha20_poly1305_x86_64-apple.S
[849/1199] Compiling chacha20_poly1305_armv8-linux.S
[850/1199] Compiling chacha20_poly1305_armv8-apple.S
[851/1199] Compiling chacha-x86_64-linux.S
[852/1199] Compiling chacha20_poly1305_x86_64-linux.S
[853/1199] Compiling chacha-x86_64-apple.S
[854/1199] Compiling chacha-armv8-linux.S
[855/1199] Compiling chacha-armv8-win.S
[856/1199] Compiling chacha-x86-linux.S
[857/1199] Compiling chacha-x86-apple.S
[858/1199] Compiling chacha-armv8-apple.S
[859/1199] Compiling chacha-armv4-linux.S
[860/1199] Compiling aes128gcmsiv-x86_64-apple.S
[861/1199] Compiling aes128gcmsiv-x86_64-linux.S
[862/1199] Compiling x86_64-mont5-linux.S
[863/1199] Compiling x86_64-mont5-apple.S
[864/1199] Compiling x86_64-mont-linux.S
[865/1199] Compiling err_data.cc
[866/1199] Compiling x86_64-mont-apple.S
[867/1199] Compiling x86-mont-linux.S
[868/1199] Compiling x86-mont-apple.S
[869/1199] Compiling vpaes-x86_64-linux.S
[870/1199] Compiling vpaes-x86_64-apple.S
[871/1199] Compiling vpaes-x86-linux.S
[872/1199] Compiling vpaes-armv8-win.S
[873/1199] Compiling vpaes-armv8-linux.S
[874/1199] Compiling vpaes-x86-apple.S
[875/1199] Compiling vpaes-armv8-apple.S
[876/1199] Compiling vpaes-armv7-linux.S
[877/1199] Compiling sha512-x86_64-apple.S
[878/1199] Compiling sha512-x86_64-linux.S
[879/1199] Compiling sha512-armv8-win.S
[880/1199] Compiling sha512-armv8-linux.S
[881/1199] Compiling sha512-armv4-linux.S
[882/1199] Compiling sha512-armv8-apple.S
[883/1199] Compiling sha512-586-linux.S
[884/1199] Compiling sha512-586-apple.S
[885/1199] Compiling sha256-armv8-win.S
[886/1199] Compiling sha256-x86_64-apple.S
[887/1199] Compiling sha256-armv8-linux.S
[888/1199] Compiling sha256-armv8-apple.S
[889/1199] Compiling sha256-x86_64-linux.S
[890/1199] Compiling sha256-586-linux.S
[891/1199] Compiling sha256-armv4-linux.S
[892/1199] Compiling sha1-x86_64-apple.S
[893/1199] Compiling sha1-armv8-win.S
[894/1199] Compiling sha256-586-apple.S
[895/1199] Compiling sha1-armv8-linux.S
[896/1199] Compiling sha1-armv8-apple.S
[897/1199] Compiling sha1-x86_64-linux.S
[898/1199] Compiling sha1-586-apple.S
[899/1199] Compiling sha1-armv4-large-linux.S
[900/1199] Compiling sha1-586-linux.S
[901/1199] Compiling rsaz-avx2-linux.S
[902/1199] Compiling rdrand-x86_64-linux.S
[903/1199] Compiling rdrand-x86_64-apple.S
[904/1199] Compiling p256_beeu-x86_64-asm-linux.S
[905/1199] Compiling rsaz-avx2-apple.S
[906/1199] Compiling p256_beeu-x86_64-asm-apple.S
[907/1199] Compiling p256_beeu-armv8-asm-linux.S
[908/1199] Compiling p256_beeu-armv8-asm-win.S
[909/1199] Compiling p256_beeu-armv8-asm-apple.S
[910/1199] Compiling p256-armv8-asm-linux.S
[911/1199] Compiling p256-x86_64-asm-apple.S
[912/1199] Compiling p256-x86_64-asm-linux.S
[913/1199] Compiling p256-armv8-asm-apple.S
[914/1199] Compiling p256-armv8-asm-win.S
[915/1199] Compiling ghashv8-armv8-linux.S
[916/1199] Compiling ghashv8-armv8-win.S
[917/1199] Compiling ghashv8-armv8-apple.S
[918/1199] Compiling ghashv8-armv7-linux.S
[919/1199] Compiling ghash-x86_64-linux.S
[920/1199] Compiling ghash-x86_64-apple.S
[921/1199] Compiling ghash-x86-linux.S
[922/1199] Compiling ghash-ssse3-x86_64-linux.S
[922/1199] Compiling ghash-x86-apple.S
[924/1199] Compiling ghash-ssse3-x86-linux.S
[925/1199] Compiling ghash-ssse3-x86_64-apple.S
[926/1199] Compiling ghash-ssse3-x86-apple.S
[927/1199] Compiling ghash-neon-armv8-win.S
[928/1199] Compiling co-586-apple.S
[929/1199] Compiling ghash-neon-armv8-linux.S
[930/1199] Compiling ghash-neon-armv8-apple.S
[931/1199] Compiling co-586-linux.S
[932/1199] Compiling ghash-armv4-linux.S
[933/1199] Compiling bsaes-armv7-linux.S
[934/1199] Compiling bn-armv8-linux.S
[935/1199] Compiling bn-armv8-apple.S
[935/1199] Compiling bn-586-linux.S
[937/1199] Compiling bn-armv8-win.S
[938/1199] Compiling bn-586-apple.S
[939/1199] Compiling armv8-mont-linux.S
[940/1199] Compiling armv8-mont-win.S
[941/1199] Compiling armv8-mont-apple.S
[942/1199] Compiling armv4-mont-linux.S
[943/1199] Compiling aesv8-gcm-armv8-win.S
[944/1199] Compiling aesv8-gcm-armv8-linux.S
[945/1199] Compiling aesv8-armv8-win.S
[946/1199] Compiling aesv8-gcm-armv8-apple.S
[947/1199] Compiling aesv8-armv8-linux.S
[948/1199] Compiling aesv8-armv7-linux.S
[949/1199] Compiling aesv8-armv8-apple.S
[950/1199] Compiling aesni-x86-linux.S
[951/1199] Compiling aesni-x86_64-linux.S
[952/1199] Compiling aesni-x86-apple.S
[953/1199] Compiling aesni-x86_64-apple.S
[954/1199] Compiling aesni-gcm-x86_64-linux.S
[955/1199] Compiling aesni-gcm-x86_64-apple.S
[956/1199] Compiling aes-gcm-avx10-x86_64-apple.S
[957/1199] Compiling aes-gcm-avx10-x86_64-linux.S
[958/1199] Compiling x_x509a.cc
[959/1199] Compiling x_req.cc
[960/1199] Compiling c-nioatomics.c
[961/1199] Compiling x_sig.cc
[962/1199] Compiling x_val.cc
[963/1199] Compiling x_spki.cc
[964/1199] Compiling x_x509.cc
[965/1199] Compiling x_all.cc
[966/1199] Compiling x_pubkey.cc
[967/1199] Compiling x_exten.cc
[968/1199] Compiling c-atomics.c
[969/1199] Compiling x509spki.cc
[970/1199] Compiling x_name.cc
[971/1199] Compiling x_attrib.cc
[972/1199] Compiling x_crl.cc
[973/1200] Compiling x_algor.cc
[975/1205] Compiling NIOConcurrencyHelpers NIOLock.swift
[976/1205] Compiling NIOConcurrencyHelpers lock.swift
[976/1205] Compiling x509cset.cc
[977/1205] Compiling x509rset.cc
[978/1205] Compiling x509name.cc
[979/1205] Compiling x509_vfy.cc
[981/1205] Emitting module NIOConcurrencyHelpers
[982/1205] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[982/1205] Compiling x509_vpm.cc
[983/1205] Compiling x509_txt.cc
[985/1205] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[986/1205] Compiling NIOConcurrencyHelpers atomics.swift
[986/1205] Compiling x509_trs.cc
[987/1206] Compiling x509_v3.cc
[989/1206] Compiling x509_set.cc
[990/1206] Compiling x509_def.cc
[991/1206] Compiling x509_d2.cc
[992/1206] Compiling x509_obj.cc
[993/1206] Compiling x509_req.cc
[994/1206] Compiling x509_lu.cc
[995/1207] Compiling x509_ext.cc
[996/1232] Compiling x509_cmp.cc
[998/1232] Emitting module ConsoleKitTerminal
[999/1235] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1000/1235] Compiling ConsoleKitTerminal ConsoleClear.swift
[1001/1235] Compiling ConsoleKitTerminal Console+Ask.swift
[1002/1235] Compiling ConsoleKitTerminal Console+Choose.swift
[1003/1235] Compiling ConsoleKitTerminal CustomActivity.swift
[1004/1235] Compiling ConsoleKitTerminal LoadingBar.swift
[1005/1235] Compiling ConsoleKitTerminal ProgressBar.swift
[1006/1235] Compiling ConsoleKitTerminal Console+Clear.swift
[1007/1235] Compiling ConsoleKitTerminal ActivityBar.swift
[1008/1235] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1009/1235] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1010/1235] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1010/1235] Compiling v3_pmaps.cc
[1011/1235] Compiling x509_att.cc
[1012/1235] Compiling x509.cc
[1014/1235] Compiling ConsoleKitTerminal Console+Confirm.swift
[1015/1235] Compiling ConsoleKitTerminal Console+Input.swift
[1016/1235] Compiling ConsoleKitTerminal Console+Center.swift
[1017/1235] Compiling ConsoleKitTerminal Console+Output.swift
[1018/1235] Compiling ConsoleKitTerminal Console+Wait.swift
[1019/1235] Compiling ConsoleKitTerminal ConsoleColor.swift
[1020/1235] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1021/1235] Compiling ConsoleKitTerminal ConsoleText.swift
[1022/1235] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1023/1235] Compiling ConsoleKitTerminal ANSI.swift
[1024/1235] Compiling ConsoleKitTerminal Console.swift
[1025/1235] Compiling ConsoleKitTerminal Terminal.swift
[1026/1235] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1026/1235] Compiling v3_utl.cc
[1027/1235] Compiling v3_skey.cc
[1028/1235] Compiling v3_prn.cc
[1029/1235] Compiling v3_purp.cc
[1030/1235] Compiling v3_ocsp.cc
[1031/1235] Compiling v3_genn.cc
[1032/1235] Compiling v3_pcons.cc
[1034/1235] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1035/1235] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1036/1235] Compiling ConsoleKitTerminal LoggerFragment.swift
[1037/1236] Compiling v3_extku.cc
[1038/1236] Compiling v3_ncons.cc
[1039/1236] Compiling v3_lib.cc
[1040/1236] Compiling v3_int.cc
[1041/1236] Compiling v3_ia5.cc
[1042/1240] Compiling v3_info.cc
[1044/1258] Emitting module ConsoleKitCommands
[1044/1260] Compiling v3_enum.cc
[1046/1260] Compiling ConsoleKitCommands CommandSignature.swift
[1047/1260] Compiling ConsoleKitCommands Flag.swift
[1048/1260] Compiling ConsoleKitCommands Option.swift
[1048/1260] Compiling v3_bitst.cc
[1049/1260] Compiling v3_crld.cc
[1051/1260] Compiling ConsoleKitCommands Command.swift
[1052/1260] Compiling ConsoleKitCommands CommandContext.swift
[1053/1260] Compiling ConsoleKitCommands CommandError.swift
[1054/1260] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1055/1260] Compiling ConsoleKitCommands AsyncCommand.swift
[1056/1260] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1057/1260] Compiling ConsoleKitCommands AsyncCommands.swift
[1058/1260] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1059/1260] Compiling ConsoleKitCommands AnyCommand.swift
[1060/1260] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1061/1260] Compiling ConsoleKitCommands Utilities.swift
[1061/1260] Compiling v3_cpols.cc
[1062/1260] Compiling v3_conf.cc
[1063/1260] Compiling v3_bcons.cc
[1064/1260] Compiling v3_alt.cc
[1065/1260] Compiling t_x509a.cc
[1066/1260] Compiling v3_akeya.cc
[1067/1260] Compiling v3_akey.cc
[1068/1260] Compiling t_crl.cc
[1069/1260] Compiling t_x509.cc
[1070/1260] Compiling t_req.cc
[1071/1260] Compiling rsa_pss.cc
[1072/1260] Compiling policy.cc
[1074/1260] Compiling ConsoleKitCommands CommandGroup.swift
[1075/1260] Compiling ConsoleKitCommands CommandInput.swift
[1076/1260] Compiling ConsoleKitCommands Commands.swift
[1077/1260] Compiling ConsoleKitCommands Console+Run.swift
[1078/1260] Compiling ConsoleKitCommands ConsoleError.swift
[1079/1260] Compiling ConsoleKitCommands Completion.swift
[1080/1260] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1081/1260] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1082/1260] Compiling ConsoleKitCommands Argument.swift
[1082/1260] Compiling i2d_pr.cc
[1084/1261] Compiling name_print.cc
[1085/1263] Compiling algorithm.cc
[1087/1263] Emitting module ConsoleKit
[1088/1263] Compiling ConsoleKit Exports.swift
[1088/1264] Compiling asn1_gen.cc
[1089/1264] Compiling by_file.cc
[1091/1264] Compiling voprf.cc
[1092/1264] Compiling by_dir.cc
[1093/1264] Compiling thread_win.cc
[1094/1264] Compiling a_digest.cc
[1095/1264] Compiling a_verify.cc
[1096/1264] Compiling thread_none.cc
[1097/1264] Compiling a_sign.cc
[1098/1264] Compiling thread_pthread.cc
[1099/1264] Compiling trust_token.cc
[1100/1264] Compiling thread.cc
[1101/1264] Compiling pmbtoken.cc
[1102/1264] Compiling stack.cc
[1103/1264] Compiling thash.cc
[1104/1264] Compiling wots.cc
[1105/1264] Compiling sha512.cc
[1106/1264] Compiling slhdsa.cc
[1107/1264] Compiling fors.cc
[1108/1264] Compiling siphash.cc
[1109/1264] Compiling sha256.cc
[1110/1264] Compiling sha1.cc
[1111/1264] Compiling rsa_print.cc
[1112/1264] Compiling rsa_extra.cc
[1113/1264] Compiling rc4.cc
[1114/1264] Compiling rsa_crypt.cc
[1115/1264] Compiling refcount.cc
[1116/1264] Compiling rsa_asn1.cc
[1117/1264] Compiling windows.cc
[1118/1264] Compiling trusty.cc
[1119/1264] Compiling poly1305_arm_asm.S
[1120/1264] Compiling urandom.cc
[1121/1264] Compiling rand_extra.cc
[1122/1264] Compiling ios.cc
[1123/1264] Compiling passive.cc
[1124/1264] Compiling poly1305_arm.cc
[1125/1264] Compiling poly1305.cc
[1126/1264] Compiling pool.cc
[1127/1264] Compiling poly1305_vec.cc
[1128/1264] Compiling pkcs7.cc
[1129/1264] Compiling pkcs8.cc
[1130/1264] Compiling pkcs8_x509.cc
[1131/1264] Compiling p5_pbev2.cc
[1132/1264] Compiling pkcs7_x509.cc
[1133/1264] Compiling pem_x509.cc
[1134/1264] Compiling pem_xaux.cc
[1135/1264] Compiling pem_pk8.cc
[1136/1264] Compiling pem_pkey.cc
[1137/1264] Compiling obj_xref.cc
[1138/1264] Compiling mldsa.cc
[1139/1264] Compiling pem_oth.cc
[1140/1264] Compiling obj.cc
[1141/1264] Compiling pem_info.cc
[1142/1264] Compiling pem_lib.cc
[1143/1264] Compiling mlkem.cc
[1144/1264] Compiling md5.cc
[1145/1264] Compiling md4.cc
[1146/1264] Compiling fips_shared_support.cc
[1147/1264] Compiling mem.cc
[1148/1264] Compiling poly_rq_mul.S
[1149/1264] Compiling lhash.cc
[1150/1264] Compiling pem_all.cc
[1151/1264] Compiling ex_data.cc
[1152/1264] Compiling kyber.cc
[1153/1264] Compiling hrss.cc
[1154/1264] Compiling sign.cc
[1155/1264] Compiling hpke.cc
[1156/1264] Compiling scrypt.cc
[1157/1264] Compiling pbkdf.cc
[1158/1264] Compiling p_x25519.cc
[1159/1264] Compiling print.cc
[1160/1264] Compiling p_rsa_asn1.cc
[1161/1264] Compiling p_rsa.cc
[1162/1264] Compiling p_x25519_asn1.cc
[1163/1264] Compiling p_hkdf.cc
[1164/1264] Compiling p_ed25519_asn1.cc
[1165/1264] Compiling p_ed25519.cc
[1166/1264] Compiling p_dh.cc
[1167/1264] Compiling p_dsa_asn1.cc
[1168/1264] Compiling p_ec_asn1.cc
[1169/1264] Compiling evp_ctx.cc
[1170/1264] Compiling p_ec.cc
[1171/1264] Compiling p_dh_asn1.cc
[1172/1264] Compiling evp.cc
[1173/1264] Compiling evp_asn1.cc
[1174/1264] Compiling engine.cc
[1175/1264] Compiling ecdsa_asn1.cc
[1176/1264] Compiling err.cc
[1177/1264] Compiling ecdh_extra.cc
[1178/1264] Compiling hash_to_curve.cc
[1179/1264] Compiling dsa.cc
[1180/1264] Compiling ec_derive.cc
[1181/1264] Compiling ec_asn1.cc
[1182/1264] Compiling dh_asn1.cc
[1183/1264] Compiling dsa_asn1.cc
[1184/1264] Compiling x25519-asm-arm.S
[1185/1264] Compiling params.cc
[1186/1264] Compiling digest_extra.cc
[1187/1264] Compiling spake25519.cc
[1188/1264] Compiling des.cc
[1189/1264] Compiling cpu_arm_linux.cc
[1190/1264] Compiling crypto.cc
[1191/1264] Compiling cpu_intel.cc
[1192/1264] Compiling curve25519.cc
[1193/1264] Compiling cpu_arm_freebsd.cc
[1194/1264] Compiling curve25519_64_adx.cc
[1195/1264] Compiling cpu_aarch64_sysreg.cc
[1196/1264] Compiling cpu_aarch64_win.cc
[1197/1264] Compiling cpu_aarch64_linux.cc
[1198/1264] Compiling cpu_aarch64_openbsd.cc
[1199/1264] Compiling cpu_aarch64_fuchsia.cc
[1200/1264] Compiling e_rc4.cc
[1201/1264] Compiling cpu_aarch64_apple.cc
[1202/1264] Compiling tls_cbc.cc
[1203/1264] Compiling e_null.cc
[1204/1264] Compiling conf.cc
[1205/1264] Compiling e_tls.cc
[1206/1264] Compiling bcm.cc
[1207/1264] Compiling e_rc2.cc
[1208/1264] Compiling e_aesctrhmac.cc
[1209/1264] Compiling unicode.cc
[1210/1264] Compiling derive_key.cc
[1211/1264] Compiling cipher_extra.cc
[1212/1264] Compiling e_des.cc
[1213/1264] Compiling cbs.cc
[1214/1264] Compiling ber.cc
[1215/1264] Compiling e_chacha20poly1305.cc
[1216/1264] Compiling e_aesgcmsiv.cc
[1217/1264] Compiling chacha.cc
[1218/1264] Compiling bn_asn1.cc
[1219/1264] Compiling asn1_compat.cc
[1220/1264] Compiling convert.cc
[1221/1264] Compiling buf.cc
[1222/1264] Compiling blake2.cc
[1223/1264] Compiling printf.cc
[1224/1264] Compiling cbb.cc
[1225/1264] Compiling pair.cc
[1226/1264] Compiling bio.cc
[1227/1264] Compiling hexdump.cc
[1228/1264] Compiling errno.cc
[1229/1264] Compiling bio_mem.cc
[1230/1264] Compiling base64.cc
[1231/1264] Compiling file.cc
[1232/1264] Compiling fd.cc
[1233/1264] Compiling tasn_typ.cc
[1234/1264] Compiling tasn_dec.cc
[1235/1264] Compiling tasn_utl.cc
[1236/1264] Compiling tasn_fre.cc
[1237/1264] Compiling tasn_new.cc
[1238/1264] Compiling posix_time.cc
[1239/1264] Compiling tasn_enc.cc
[1240/1264] Compiling f_string.cc
[1241/1264] Compiling f_int.cc
[1242/1264] Compiling asn1_par.cc
[1243/1264] Compiling a_type.cc
[1244/1264] Compiling asn_pack.cc
[1245/1264] Compiling a_octet.cc
[1246/1264] Compiling asn1_lib.cc
[1247/1264] Compiling a_utctm.cc
[1248/1264] Compiling a_i2d_fp.cc
[1249/1264] Compiling a_time.cc
[1250/1264] Compiling a_mbstr.cc
[1251/1264] Compiling a_strnid.cc
[1252/1264] Compiling a_object.cc
[1253/1264] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1254/1264] Write sources
[1255/1264] Compiling a_strex.cc
[1256/1264] Write sources
[1257/1274] Compiling a_gentm.cc
[1258/1274] Write sources
[1259/1283] Compiling a_dup.cc
[1260/1283] Compiling a_int.cc
[1261/1336] Compiling a_bool.cc
[1262/1336] Compiling a_d2i_fp.cc
[1263/1336] Compiling a_bitstr.cc
[1265/1361] Compiling Algorithms MinMax.swift
[1266/1361] Compiling Algorithms RandomSample.swift
[1267/1361] Compiling Algorithms Reductions.swift
[1268/1361] Compiling Algorithms Rotate.swift
[1269/1363] Compiling Algorithms Joined.swift
[1270/1363] Compiling Algorithms Keyed.swift
[1271/1371] Compiling Algorithms Indexed.swift
[1272/1371] Compiling Algorithms Intersperse.swift
[1273/1371] Compiling Algorithms AdjacentPairs.swift
[1274/1371] Compiling Algorithms Chain.swift
[1275/1371] Compiling Algorithms Chunked.swift
[1276/1371] Compiling Algorithms Combinations.swift
[1277/1371] Compiling Algorithms Split.swift
[1278/1371] Compiling Algorithms Stride.swift
[1279/1371] Compiling Algorithms Suffix.swift
[1280/1374] Emitting module BitCollections
[1281/1381] Compiling Atomics IntegerOperations.swift
[1282/1381] Compiling Atomics Unmanaged extensions.swift
[1283/1381] Compiling Algorithms Trim.swift
[1284/1381] Compiling Algorithms Unique.swift
[1285/1381] Compiling Algorithms Windows.swift
[1286/1381] Compiling BitCollections BitSet+Equatable.swift
[1287/1381] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1288/1381] Compiling BitCollections BitSet+Extras.swift
[1289/1381] Compiling BitCollections BitSet+Hashable.swift
[1290/1381] Compiling BitCollections BitSet+Initializers.swift
[1291/1381] Compiling BitCollections BitSet+Invariants.swift
[1292/1381] Compiling BitCollections BitSet+Random.swift
[1293/1381] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1294/1381] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1295/1381] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1296/1381] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1297/1381] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1298/1381] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1299/1381] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1300/1381] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1301/1381] Compiling BitCollections BitSet+SetAlgebra union.swift
[1302/1381] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1303/1381] Compiling BitCollections BitSet.Counted.swift
[1304/1381] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1305/1381] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1306/1381] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1307/1381] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1308/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1309/1381] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1310/1381] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1311/1381] Compiling CryptoBoringWrapper RandomBytes.swift
[1315/1381] Compiling Algorithms Compacted.swift
[1316/1381] Compiling Algorithms Cycle.swift
[1317/1381] Compiling Algorithms EitherSequence.swift
[1318/1381] Compiling Algorithms FirstNonNil.swift
[1321/1381] Compiling Algorithms Product.swift
[1325/1381] Compiling Algorithms FlattenCollection.swift
[1326/1381] Compiling Algorithms Grouped.swift
[1332/1381] Compiling BitCollections BitSet.Index.swift
[1333/1381] Compiling BitCollections BitSet._UnsafeHandle.swift
[1334/1381] Compiling BitCollections BitSet.swift
[1335/1381] Compiling BitCollections Range+Utilities.swift
[1336/1381] Compiling BitCollections Slice+Utilities.swift
[1337/1381] Compiling BitCollections UInt+Tricks.swift
[1338/1381] Compiling BitCollections _Word.swift
[1339/1381] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1340/1381] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1341/1381] Compiling CryptoBoringWrapper EllipticCurve.swift
[1342/1381] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1347/1381] Emitting module CryptoBoringWrapper
[1348/1381] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1373/1382] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1376/1456] Emitting module Collections
[1377/1456] Compiling Collections Collections.swift
[1379/1457] Compiling Crypto CryptoKitErrors.swift
[1380/1457] Compiling Crypto Digest_boring.swift
[1381/1457] Compiling Crypto Digest.swift
[1382/1457] Emitting module Atomics
[1383/1457] Compiling Crypto PKCS8PrivateKey.swift
[1384/1457] Compiling Crypto SEC1PrivateKey.swift
[1385/1457] Compiling Crypto SubjectPublicKeyInfo.swift
[1387/1458] Compiling Crypto SymmetricKeys.swift
[1388/1458] Compiling Crypto HMAC.swift
[1389/1458] Compiling Crypto MACFunctions.swift
[1390/1458] Compiling Crypto MessageAuthenticationCode.swift
[1391/1458] Compiling Crypto AES.swift
[1392/1458] Compiling Crypto ECDSASignature_boring.swift
[1393/1458] Compiling Crypto ECDSA_boring.swift
[1394/1458] Compiling Crypto EdDSA_boring.swift
[1395/1458] Compiling Crypto ECDSA.swift
[1396/1458] Compiling Crypto Ed25519.swift
[1397/1526] Emitting module Algorithms
[1399/1527] Compiling NIOCore DispatchQueue+WithFuture.swift
[1400/1527] Compiling NIOCore EventLoop+Deprecated.swift
[1401/1527] Compiling NIOCore EventLoop+SerialExecutor.swift
[1402/1527] Compiling NIOCore AddressedEnvelope.swift
[1403/1527] Compiling NIOCore AsyncAwaitSupport.swift
[1404/1527] Compiling NIOCore AsyncChannel.swift
[1405/1527] Compiling NIOCore AsyncChannelHandler.swift
[1406/1527] Compiling NIOCore AsyncChannelInboundStream.swift
[1407/1527] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1408/1527] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1409/1527] Emitting module Crypto
[1410/1527] Compiling Crypto HPKE-Ciphersuite.swift
[1411/1527] Compiling Crypto HPKE-KDF.swift
[1412/1527] Compiling Crypto HPKE-KexKeyDerivation.swift
[1413/1527] Compiling Crypto HPKE-LabeledExtract.swift
[1414/1527] Compiling Crypto HPKE-Utils.swift
[1415/1527] Compiling Crypto DHKEM.swift
[1416/1527] Compiling Crypto HPKE-KEM-Curve25519.swift
[1417/1527] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1418/1527] Compiling Crypto HPKE-KEM.swift
[1419/1527] Compiling Crypto HPKE-Errors.swift
[1420/1527] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1421/1527] Compiling NIOCore EventLoopFuture.swift
[1422/1527] Compiling NIOCore FileDescriptor.swift
[1423/1527] Compiling NIOCore FileHandle.swift
[1424/1527] Compiling NIOCore FileRegion.swift
[1425/1527] Compiling NIOCore ChannelPipeline.swift
[1426/1527] Compiling NIOCore CircularBuffer.swift
[1427/1527] Compiling NIOCore Codec.swift
[1428/1527] Compiling NIOCore ConvenienceOptionSupport.swift
[1429/1527] Compiling NIOCore DeadChannel.swift
[1430/1527] Compiling NIOCore MarkedCircularBuffer.swift
[1431/1527] Compiling NIOCore MulticastChannel.swift
[1432/1527] Compiling NIOCore NIOAny.swift
[1433/1527] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1434/1527] Compiling NIOCore NIOLoopBound.swift
[1435/1527] Compiling NIOCore NIOScheduledCallback.swift
[1436/1527] Compiling NIOCore NIOSendable.swift
[1437/1527] Compiling NIOCore RecvByteBufferAllocator.swift
[1438/1527] Compiling Crypto DH.swift
[1439/1527] Compiling Crypto ECDH.swift
[1440/1527] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1441/1527] Compiling NIOCore BSDSocketAPI.swift
[1442/1527] Compiling NIOCore ByteBuffer-aux.swift
[1443/1527] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1444/1527] Compiling NIOCore ByteBuffer-conversions.swift
[1445/1527] Compiling NIOCore ByteBuffer-core.swift
[1446/1527] Compiling NIOCore ByteBuffer-hex.swift
[1447/1527] Compiling NIOCore ByteBuffer-int.swift
[1448/1527] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1449/1527] Compiling NIOCore ByteBuffer-multi-int.swift
[1458/1535] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1459/1535] Compiling NIOCore ByteBuffer-views.swift
[1460/1535] Compiling NIOCore Channel.swift
[1461/1535] Compiling NIOCore ChannelHandler.swift
[1462/1535] Compiling NIOCore ChannelHandlers.swift
[1463/1535] Compiling NIOCore ChannelInvoker.swift
[1464/1535] Compiling NIOCore ChannelOption.swift
[1465/1535] Compiling NIOCore EventLoop.swift
[1466/1535] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1467/1535] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1468/1535] Compiling Crypto Signature.swift
[1469/1535] Compiling Crypto CryptoKitErrors_boring.swift
[1470/1535] Compiling Crypto RNG_boring.swift
[1471/1535] Compiling Crypto SafeCompare_boring.swift
[1472/1535] Compiling Crypto Zeroization_boring.swift
[1473/1535] Compiling Crypto PrettyBytes.swift
[1474/1535] Compiling Crypto SafeCompare.swift
[1475/1535] Compiling Crypto SecureBytes.swift
[1476/1535] Compiling Crypto Zeroization.swift
[1478/1571] Compiling APNSCore APNSStartLiveActivityNotification.swift
[1479/1571] Compiling APNSCore APNSStartLiveActivityNotificationAPSStorage.swift
[1480/1571] Compiling APNSCore APNSClient+Location.swift
[1481/1571] Compiling APNSCore APNSLocationNotification.swift
[1482/1575] Compiling APNSCore APNSClient+LiveActivity.swift
[1483/1575] Compiling APNSCore APNSLiveActivityDismissalDate.swift
[1484/1575] Compiling APNSCore APNSLiveActivityNotification.swift
[1485/1575] Compiling APNSCore APNSLiveActivityNotificationAPSStorage.swift
[1486/1575] Compiling APNSCore APNSLiveActivityNotificationEvent.swift
[1487/1575] Compiling APNSCore APNSClient+Complication.swift
[1488/1575] Compiling APNSCore APNSComplicationNotification.swift
[1489/1575] Compiling APNSCore EmptyPayload.swift
[1490/1575] Compiling APNSCore APNSClient+FileProvider.swift
[1491/1575] Compiling APNSCore APNSFileProviderNotification.swift
[1492/1575] Compiling APNSCore Logging.swift
[1493/1575] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1494/1575] Compiling APNSCore APNSClient+VoIP.swift
[1495/1575] Compiling APNSCore APNSVoIPNotification.swift
[1496/1575] Compiling APNSCore APNSAuthenticationTokenManager.swift
[1497/1575] Compiling APNSCore APNSClient.swift
[1498/1575] Compiling APNSCore APNSEnvironment.swift
[1499/1575] Compiling APNSCore APNSError.swift
[1500/1575] Compiling APNSCore APNSErrorResponse.swift
[1501/1575] Compiling APNSCore APNSMessage.swift
[1502/1575] Compiling APNSCore APNSNotificationExpiration.swift
[1503/1575] Compiling APNSCore APNSPriority.swift
[1504/1575] Compiling APNSCore APNSPushType.swift
[1505/1575] Compiling APNSCore APNSRequest.swift
[1506/1575] Compiling NIOCore GlobalSingletons.swift
[1507/1575] Compiling NIOCore IO.swift
[1508/1575] Compiling NIOCore IOData.swift
[1509/1575] Compiling NIOCore IPProtocol.swift
[1510/1575] Compiling NIOCore IntegerBitPacking.swift
[1511/1575] Compiling NIOCore IntegerTypes.swift
[1512/1575] Compiling NIOCore Interfaces.swift
[1513/1575] Compiling NIOCore Linux.swift
[1521/1575] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1522/1575] Compiling NIOCore NIOAsyncWriter.swift
[1523/1575] Compiling APNSCore APNSBackgroundNotification.swift
[1524/1575] Compiling APNSCore APNSClient+Background.swift
[1525/1575] Compiling APNSCore Base64.swift
[1531/1575] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1532/1575] Compiling NIOCore SocketAddresses.swift
[1533/1575] Compiling NIOCore SocketOptionProvider.swift
[1534/1575] Compiling NIOCore SystemCallHelpers.swift
[1535/1575] Compiling NIOCore TimeAmount+Duration.swift
[1536/1575] Compiling NIOCore TypeAssistedChannelHandler.swift
[1537/1575] Compiling NIOCore UniversalBootstrapSupport.swift
[1538/1575] Compiling NIOCore Utilities.swift
[1557/1575] Compiling APNSCore APNSResponse.swift
[1558/1575] Compiling APNSCore APNSAlertNotification.swift
[1559/1575] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[1560/1575] Compiling APNSCore APNSAlertNotificationContent.swift
[1561/1575] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[1562/1575] Compiling APNSCore APNSAlertNotificationSound.swift
[1563/1575] Compiling APNSCore APNSClient+Alert.swift
[1564/1575] Emitting module NIOCore
[1566/1627] Emitting module NIOEmbedded
[1567/1627] Compiling NIOEmbedded AsyncTestingChannel.swift
[1568/1627] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1569/1627] Compiling NIOEmbedded Embedded.swift
[1571/1628] Compiling NIOPosix SelectableChannel.swift
[1572/1628] Compiling NIOPosix SelectableEventLoop.swift
[1573/1628] Compiling NIOPosix SelectorEpoll.swift
[1574/1628] Compiling NIOPosix SelectorGeneric.swift
[1575/1628] Compiling NIOPosix SelectorKqueue.swift
[1576/1628] Compiling NIOPosix SelectorUring.swift
[1577/1634] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1578/1634] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1579/1634] Compiling NIOPosix PosixSingletons.swift
[1580/1634] Compiling NIOPosix RawSocketBootstrap.swift
[1581/1634] Compiling NIOPosix Resolver.swift
[1582/1634] Compiling NIOPosix Selectable.swift
[1583/1634] Compiling NIOPosix ServerSocket.swift
[1584/1634] Compiling NIOPosix Socket.swift
[1585/1634] Compiling NIOPosix SocketChannel.swift
[1586/1634] Compiling NIOPosix SocketProtocols.swift
[1587/1634] Compiling NIOPosix System.swift
[1588/1634] Compiling NIOPosix Thread.swift
[1589/1634] Emitting module NIOPosix
[1590/1634] Compiling NIOPosix BSDSocketAPICommon.swift
[1591/1634] Compiling NIOPosix BSDSocketAPIPosix.swift
[1592/1634] Compiling NIOPosix BSDSocketAPIWindows.swift
[1593/1634] Compiling NIOPosix BaseSocket.swift
[1594/1634] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1595/1634] Compiling NIOPosix BaseSocketChannel.swift
[1596/1634] Compiling NIOPosix BaseStreamSocketChannel.swift
[1597/1634] Compiling NIOPosix ThreadPosix.swift
[1598/1634] Compiling NIOPosix ThreadWindows.swift
[1599/1634] Compiling NIOPosix UnsafeTransfer.swift
[1600/1634] Compiling NIOPosix Utilities.swift
[1601/1634] Compiling NIOPosix VsockAddress.swift
[1602/1634] Compiling NIOPosix VsockChannelEvents.swift
[1603/1634] Compiling NIOPosix IO.swift
[1604/1634] Compiling NIOPosix IntegerBitPacking.swift
[1605/1634] Compiling NIOPosix IntegerTypes.swift
[1606/1634] Compiling NIOPosix Linux.swift
[1607/1634] Compiling NIOPosix LinuxCPUSet.swift
[1608/1634] Compiling NIOPosix LinuxUring.swift
[1609/1634] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1610/1634] Compiling NIOPosix Bootstrap.swift
[1611/1634] Compiling NIOPosix ControlMessage.swift
[1612/1634] Compiling NIOPosix DatagramVectorReadManager.swift
[1613/1634] Compiling NIOPosix Errors+Any.swift
[1614/1634] Compiling NIOPosix FileDescriptor.swift
[1615/1634] Compiling NIOPosix GetaddrinfoResolver.swift
[1616/1634] Compiling NIOPosix HappyEyeballs.swift
[1617/1634] Compiling NIOPosix NIOThreadPool.swift
[1618/1634] Compiling NIOPosix NonBlockingFileIO.swift
[1619/1634] Compiling NIOPosix PendingDatagramWritesManager.swift
[1620/1634] Compiling NIOPosix PendingWritesManager.swift
[1621/1634] Compiling NIOPosix PipeChannel.swift
[1622/1634] Compiling NIOPosix PipePair.swift
[1623/1634] Compiling NIOPosix Pool.swift
[1625/1694] Compiling NIO Exports.swift
[1626/1694] Emitting module NIO
[1628/1695] Compiling _NIOFileSystem Convenience.swift
[1629/1695] Compiling _NIOFileSystem DirectoryEntries.swift
[1630/1695] Compiling _NIOFileSystem DirectoryEntry.swift
[1631/1697] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1632/1697] Compiling _NIOFileSystem FileSystemError.swift
[1633/1697] Compiling _NIOFileSystem FileSystemProtocol.swift
[1634/1697] Compiling _NIOFileSystem FileType.swift
[1635/1697] Compiling _NIOFileSystem IOStrategy.swift
[1636/1697] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1637/1736] Compiling NIOTLS TLSEvents.swift
[1638/1736] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1639/1736] Compiling NIOSOCKS SOCKSResponse.swift
[1640/1737] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1641/1737] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1642/1737] Compiling NIOSOCKS ClientStateMachine.swift
[1643/1737] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1644/1737] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1645/1737] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1646/1737] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1647/1737] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1648/1737] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1649/1737] Emitting module NIOTLS
[1650/1737] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1651/1737] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1652/1737] Emitting module NIOHTTP1
[1653/1739] Emitting module NIOSOCKS
[1656/1739] Compiling NIOSOCKS ServerStateMachine.swift
[1661/1739] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1662/1739] Compiling NIOHTTP1 HTTPDecoder.swift
[1665/1740] Compiling AsyncKit Optional+StrictMap.swift
[1666/1740] Compiling AsyncKit Exports.swift
[1667/1740] Emitting module _NIOFileSystem
[1668/1744] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1669/1744] Compiling NIOTLS SNIHandler.swift
[1670/1744] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1676/1745] Compiling NIOHTTP1 HTTPEncoder.swift
[1677/1745] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1683/1745] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1684/1745] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1685/1745] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1686/1745] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1687/1745] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1688/1745] Emitting module NIOFoundationCompat
[1689/1746] Emitting module APNSCore
[1690/1746] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1691/1746] Compiling _NIOFileSystem Mocking.swift
[1692/1746] Compiling _NIOFileSystem Syscall.swift
[1693/1746] Compiling _NIOFileSystem Syscalls.swift
[1694/1746] Compiling _NIOFileSystem ParallelDirCopy.swift
[1695/1746] Compiling _NIOFileSystem ParallelRemoval.swift
[1696/1746] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1697/1746] Compiling _NIOFileSystem CInterop.swift
[1698/1746] Compiling _NIOFileSystem Errno.swift
[1699/1751] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1700/1751] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1702/1775] Compiling NIOSSL AndroidCABundle.swift
[1703/1775] Compiling NIOSSL ByteBufferBIO.swift
[1704/1797] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1705/1797] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1706/1797] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1707/1799] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1708/1799] Compiling NIOTransportServices NIOTSSingletons.swift
[1709/1799] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1710/1799] Compiling NIOTransportServices StateManagedChannel.swift
[1711/1799] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1712/1799] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1713/1799] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1714/1799] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1715/1799] Compiling NIOSSL SubjectAlternativeName.swift
[1716/1799] Compiling NIOSSL NIOSSLSecureBytes.swift
[1717/1799] Emitting module NIOTransportServices
[1724/1799] Compiling NIOTransportServices NIOTSBootstraps.swift
[1725/1799] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1726/1799] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1729/1799] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1730/1799] Compiling NIOTransportServices NIOTSErrors.swift
[1731/1799] Compiling NIOTransportServices NIOTSEventLoop.swift
[1732/1799] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1733/1799] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1736/1799] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1737/1799] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1738/1799] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1739/1799] Compiling NIOTransportServices AcceptHandler.swift
[1747/1801] Emitting module AsyncKit
[1759/1848] Compiling _NIOFileSystem SystemFileHandle.swift
[1760/1848] Compiling _NIOFileSystem Utilities.swift
[1761/1848] Compiling _NIOFileSystem OpenOptions.swift
[1762/1848] Compiling _NIOFileSystem String+FileSystem.swift
[1763/1867] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1764/1867] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1765/1867] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1766/1869] Compiling NIOWebSocket WebSocketOpcode.swift
[1767/1870] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1768/1870] Compiling NIOHPACK IndexedHeaderTable.swift
[1769/1870] Compiling NIOHPACK IntegerCoding.swift
[1770/1871] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1771/1871] Compiling NIOHTTPCompression HTTPDecompression.swift
[1772/1871] Emitting module NIOHTTPCompression
[1773/1871] Compiling NIOHTTPCompression HTTPCompression.swift
[1774/1871] Compiling NIOHPACK HuffmanTables.swift
[1775/1871] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1776/1871] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1777/1871] Compiling MultipartKit MultipartPartConvertible.swift
[1778/1871] Compiling MultipartKit FormDataEncoder.swift
[1779/1871] Compiling MultipartKit BasicCodingKey.swift
[1780/1871] Compiling MultipartKit MultipartError.swift
[1781/1871] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1782/1871] Compiling MultipartKit MultipartPart.swift
[1783/1871] Compiling MultipartKit MultipartParser.swift
[1784/1871] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1787/1874] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1788/1874] Compiling MultipartKit MultipartFormData.swift
[1789/1874] Compiling NIOHPACK HuffmanCoding.swift
[1790/1874] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1796/1874] Compiling NIOSSL RNG.swift
[1797/1874] Compiling NIOSSL SafeCompare.swift
[1798/1874] Compiling NIOSSL Zeroization.swift
[1799/1875] Compiling NIOHPACK StaticHeaderTable.swift
[1800/1875] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1801/1875] Emitting module NIOWebSocket
[1802/1875] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1803/1875] Compiling MultipartKit FormDataDecoder.swift
[1804/1875] Emitting module NIOHPACK
[1806/1875] Compiling NIOExtras UnsafeTransfer.swift
[1807/1875] Compiling NIOExtras WritePCAPHandler.swift
[1809/1875] Emitting module NIOExtras
[1810/1875] Emitting module MultipartKit
[1812/1877] Emitting module NIOSSL
[1817/1877] Compiling NIOWebSocket WebSocketFrame.swift
[1818/1877] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1824/1878] Compiling MultipartKit Exports.swift
[1825/1878] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1826/1878] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1829/1879] Compiling MultipartKit MultipartSerializer.swift
[1830/1879] Compiling MultipartKit Utilities.swift
[1863/1886] Compiling NIOFileSystem Exports.swift
[1864/1886] Emitting module NIOFileSystem
[1865/1887] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1866/1887] Emitting module _NIOFileSystemFoundationCompat
[1867/1887] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1869/1946] Compiling NIOHTTP2 StateMachineResult.swift
[1870/1946] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1871/1946] Compiling NIOHTTP2 DOSHeuristics.swift
[1872/1946] Compiling NIOHTTP2 Error+Any.swift
[1873/1946] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1874/1946] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1875/1946] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1876/1946] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1878/1946] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1879/1946] Compiling NIOHTTP2 MayReceiveFrames.swift
[1881/1947] Compiling NIOHTTP2 SendingHeadersState.swift
[1882/1947] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1883/1947] Compiling NIOHTTP2 SendingRstStreamState.swift
[1885/1956] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1886/1956] Compiling WebSocketKit WebSocketHandler.swift
[1887/1956] Emitting module WebSocketKit
[1888/1956] Compiling WebSocketKit WebSocket+Concurrency.swift
[1889/1956] Compiling WebSocketKit Exports.swift
[1890/1956] Compiling WebSocketKit WebSocketClient.swift
[1891/1956] Compiling WebSocketKit WebSocket.swift
[1892/1956] Compiling WebSocketKit WebSocket+Connect.swift
[1893/1957] Compiling NIOHTTP2 MaySendFrames.swift
[1894/1957] Compiling NIOHTTP2 SendingDataState.swift
[1895/1957] Compiling NIOHTTP2 SendingGoawayState.swift
[1899/1957] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1900/1957] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1901/1957] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1902/1957] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1903/1957] Compiling NIOHTTP2 HasLocalSettings.swift
[1904/1957] Compiling NIOHTTP2 HasRemoteSettings.swift
[1905/1957] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1906/1957] Compiling NIOHTTP2 QuiescingState.swift
[1907/1957] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1908/1957] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1918/1965] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1919/1965] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1920/1965] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1921/1965] Compiling NIOHTTP2 HTTP2StreamID.swift
[1922/1965] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1923/1965] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1924/1965] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1925/1965] Compiling NIOHTTP2 InboundEventBuffer.swift
[1926/1965] Emitting module NIOHTTP2
[1927/1965] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1930/1965] Compiling NIOHTTP2 ReceivingDataState.swift
[1931/1965] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1932/1965] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1933/1965] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1934/1965] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1935/1965] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1936/1965] Compiling NIOHTTP2 InboundWindowManager.swift
[1937/1965] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1938/1965] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1939/1965] Compiling NIOHTTP2 StreamChannelList.swift
[1940/1965] Compiling NIOHTTP2 StreamMap.swift
[1941/1965] Compiling NIOHTTP2 StreamStateMachine.swift
[1942/1965] Compiling NIOHTTP2 UnsafeTransfer.swift
[1943/1965] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1944/1965] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1945/1965] Compiling NIOHTTP2 HTTP2Frame.swift
[1946/1965] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1947/1965] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1948/1965] Compiling NIOHTTP2 HTTP2PingData.swift
[1949/1965] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1950/1965] Compiling NIOHTTP2 HTTP2Settings.swift
[1951/1965] Compiling NIOHTTP2 HTTP2Stream.swift
[1952/1965] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1953/1965] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1954/1965] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1955/1965] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1956/1965] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1957/1965] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1958/1965] Compiling NIOHTTP2 HTTP2Error.swift
[1959/1965] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1968/2026] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1969/2026] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1970/2026] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1971/2026] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1972/2026] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1973/2026] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1974/2026] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1975/2026] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1976/2026] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1977/2034] Emitting module AsyncHTTPClient
[1978/2034] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1979/2034] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1980/2034] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1981/2034] Compiling AsyncHTTPClient HTTP1Connection.swift
[1982/2034] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1983/2034] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1984/2034] Compiling AsyncHTTPClient HTTP2Connection.swift
[1985/2034] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1986/2034] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1987/2034] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1988/2034] Compiling AsyncHTTPClient Transaction.swift
[1989/2034] Compiling AsyncHTTPClient Base64.swift
[1990/2034] Compiling AsyncHTTPClient BasicAuth.swift
[1991/2034] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1992/2034] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1993/2034] Compiling AsyncHTTPClient ConnectionPool.swift
[1994/2034] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1995/2034] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1996/2034] Compiling AsyncHTTPClient RequestOptions.swift
[1997/2034] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1998/2034] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1999/2034] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2000/2034] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2001/2034] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2002/2034] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2003/2034] Compiling AsyncHTTPClient RequestBag.swift
[2004/2034] Compiling AsyncHTTPClient RequestValidation.swift
[2005/2034] Compiling AsyncHTTPClient SSLContextCache.swift
[2006/2034] Compiling AsyncHTTPClient Scheme.swift
[2007/2034] Compiling AsyncHTTPClient Singleton.swift
[2008/2034] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2009/2034] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2010/2034] Compiling AsyncHTTPClient Utils.swift
[2011/2034] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2012/2034] Compiling AsyncHTTPClient ConnectionTarget.swift
[2013/2034] Compiling AsyncHTTPClient DeconstructedURL.swift
[2014/2034] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2015/2034] Compiling AsyncHTTPClient FoundationExtensions.swift
[2016/2034] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2017/2034] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2018/2034] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2019/2034] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2020/2034] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2021/2034] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2022/2034] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2023/2034] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2024/2034] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2025/2034] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2026/2034] Compiling AsyncHTTPClient RequestBodyLength.swift
[2027/2034] Compiling AsyncHTTPClient HTTPClient.swift
[2028/2034] Compiling AsyncHTTPClient HTTPHandler.swift
[2029/2034] Compiling AsyncHTTPClient LRUCache.swift
[2030/2034] Compiling AsyncHTTPClient NWErrorHandler.swift
[2031/2034] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2032/2034] Compiling AsyncHTTPClient TLSConfiguration.swift
[2033/2034] Compiling AsyncHTTPClient RedirectState.swift
[2034/2034] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2036/2089] Compiling APNS APNSJSONEncoder.swift
[2037/2185] Compiling APNS APNSJSONDecoder.swift
[2038/2209] Compiling APNS APNSConfiguration.swift
[2039/2209] Emitting module APNS
[2040/2209] Compiling APNS APNSClient.swift
[2042/2210] Compiling Vapor Core.swift
[2043/2210] Compiling Vapor Running.swift
[2044/2210] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2045/2210] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2046/2210] Compiling Vapor DotEnvFile+load.swift
[2047/2210] Compiling Vapor Routes+caseInsenstive.swift
[2048/2210] Compiling Vapor Validatable+validate.swift
[2049/2210] Compiling Vapor Environment+Process.swift
[2050/2210] Compiling Vapor Environment+Secret.swift
[2051/2210] Compiling Vapor Environment.swift
[2052/2210] Compiling Vapor Abort.swift
[2053/2210] Compiling Vapor AbortError.swift
[2054/2210] Compiling Vapor DebuggableError.swift
[2055/2210] Compiling Vapor Demangler.swift
[2056/2210] Compiling Vapor ErrorSource.swift
[2057/2210] Compiling Vapor StackTrace.swift
[2058/2210] Compiling Vapor Exports.swift
[2059/2210] Compiling Vapor Application+HTTP.swift
[2060/2210] Compiling Vapor BasicResponder.swift
[2061/2210] Compiling Vapor BodyStream.swift
[2062/2210] Compiling Vapor Application+HTTP+Client.swift
[2063/2210] Compiling Vapor EventLoopHTTPClient.swift
[2064/2210] Compiling Vapor EndpointCache.swift
[2065/2210] Compiling Vapor HTTPMethod+String.swift
[2066/2234] Compiling Vapor Bytes+Hex.swift
[2067/2234] Compiling Vapor Bytes+SecureCompare.swift
[2068/2234] Compiling Vapor Collection+Safe.swift
[2069/2234] Compiling Vapor DataProtocol+Copy.swift
[2070/2234] Compiling Vapor DecoderUnwrapper.swift
[2071/2234] Compiling Vapor DirectoryConfiguration.swift
[2072/2234] Compiling Vapor DotEnv.swift
[2073/2234] Compiling Vapor Extendable.swift
[2074/2234] Compiling Vapor File.swift
[2075/2234] Compiling Vapor FileIO.swift
[2076/2234] Compiling Vapor LifecycleHandler.swift
[2077/2234] Compiling Vapor OptionalType.swift
[2078/2234] Compiling Vapor RFC1123.swift
[2079/2234] Compiling Vapor SocketAddress+Hostname.swift
[2080/2234] Compiling Vapor Storage.swift
[2081/2234] Compiling Vapor String+IsIPAddress.swift
[2082/2234] Compiling Vapor Thread.swift
[2083/2234] Compiling Vapor URI.swift
[2084/2234] Compiling Vapor RangeResult.swift
[2085/2234] Compiling Vapor Validatable.swift
[2086/2234] Compiling Vapor Validation.swift
[2087/2234] Compiling Vapor ValidationKey.swift
[2088/2234] Compiling Vapor Validations.swift
[2089/2234] Compiling Vapor ValidationsError.swift
[2090/2258] Emitting module Vapor
[2091/2258] Compiling Vapor HTTPServerResponseEncoder.swift
[2092/2258] Compiling Vapor HTTPServerUpgradeHandler.swift
[2093/2258] Compiling Vapor Logger+Report.swift
[2094/2258] Compiling Vapor LoggingSystem+Environment.swift
[2095/2258] Compiling Vapor Application+Middleware.swift
[2096/2258] Compiling Vapor CORSMiddleware.swift
[2097/2258] Compiling Vapor ErrorMiddleware.swift
[2098/2258] Compiling Vapor FileMiddleware.swift
[2099/2258] Compiling Vapor Middleware.swift
[2100/2258] Compiling Vapor MiddlewareConfiguration.swift
[2101/2258] Compiling Vapor ResponseCompressionMiddleware.swift
[2102/2258] Compiling Vapor RouteLoggingMiddleware.swift
[2103/2258] Compiling Vapor TracingMiddleware.swift
[2104/2258] Compiling Vapor File+Multipart.swift
[2105/2258] Compiling Vapor FormDataDecoder+Content.swift
[2106/2258] Compiling Vapor FormDataEncoder+Content.swift
[2107/2258] Compiling Vapor Application+Password.swift
[2108/2258] Compiling Vapor Application+Passwords.swift
[2109/2258] Compiling Vapor AsyncPasswordHasher.swift
[2110/2258] Compiling Vapor BcryptHasher.swift
[2111/2258] Compiling Vapor PasswordHasher.swift
[2112/2258] Compiling Vapor PlaintextHasher.swift
[2113/2258] Compiling Vapor Request+Password.swift
[2114/2258] Compiling Vapor Redirect.swift
[2115/2258] Compiling Vapor Service.swift
[2116/2258] Compiling Vapor Application+Sessions.swift
[2117/2258] Compiling Vapor MemorySessions.swift
[2118/2258] Compiling Vapor Request+Session.swift
[2119/2258] Compiling Vapor Session.swift
[2120/2258] Compiling Vapor SessionCache.swift
[2121/2258] Compiling Vapor SessionData.swift
[2122/2258] Compiling Vapor SessionDriver.swift
[2123/2258] Compiling Vapor SessionsConfiguration.swift
[2124/2258] Compiling Vapor SessionsMiddleware.swift
[2125/2258] Compiling Vapor URLEncodedFormData.swift
[2126/2258] Compiling Vapor URLEncodedFormDecoder.swift
[2127/2258] Compiling Vapor URLEncodedFormEncoder.swift
[2128/2258] Compiling Vapor URLEncodedFormError.swift
[2129/2258] Compiling Vapor URLEncodedFormParser.swift
[2130/2258] Compiling Vapor URLEncodedFormSerializer.swift
[2131/2258] Compiling Vapor URLQueryFragmentConvertible.swift
[2132/2258] Compiling Vapor AnyResponse.swift
[2133/2258] Compiling Vapor Array+Random.swift
[2134/2258] Compiling Vapor Base32.swift
[2135/2258] Compiling Vapor Base64.swift
[2136/2258] Compiling Vapor BaseN.swift
[2137/2258] Compiling Vapor BasicCodingKey.swift
[2138/2258] Compiling Vapor ByteCount.swift
[2139/2258] Compiling Vapor Request+Body.swift
[2140/2258] Compiling Vapor Request+BodyStream.swift
[2141/2258] Compiling Vapor Request.swift
[2142/2258] Compiling Vapor Application+Responder.swift
[2143/2258] Compiling Vapor DefaultResponder.swift
[2144/2258] Compiling Vapor Response+Body.swift
[2145/2258] Compiling Vapor Response.swift
[2146/2258] Compiling Vapor ResponseCodable.swift
[2147/2258] Compiling Vapor Application+Routes.swift
[2148/2258] Compiling Vapor Parameters+Require.swift
[2149/2258] Compiling Vapor Request+WebSocket.swift
[2150/2258] Compiling Vapor Route.swift
[2151/2258] Compiling Vapor RouteCollection.swift
[2152/2258] Compiling Vapor Routes.swift
[2153/2258] Compiling Vapor RoutesBuilder+Group.swift
[2154/2258] Compiling Vapor RoutesBuilder+Method.swift
[2155/2258] Compiling Vapor RoutesBuilder+Middleware.swift
[2156/2258] Compiling Vapor RoutesBuilder+WebSocket.swift
[2157/2258] Compiling Vapor RoutesBuilder.swift
[2158/2258] Compiling Vapor OTP.swift
[2159/2258] Compiling Vapor Application+Servers.swift
[2160/2258] Compiling Vapor Server.swift
[2161/2258] Compiling Vapor App+Service.swift
[2162/2258] Compiling Vapor Req+Service.swift
[2163/2258] Compiling Vapor Application.swift
[2164/2258] Compiling Vapor AuthenticationCache.swift
[2165/2258] Compiling Vapor Authenticator.swift
[2166/2258] Compiling Vapor BasicAuthorization.swift
[2167/2258] Compiling Vapor BearerAuthorization.swift
[2168/2258] Compiling Vapor GuardMiddleware.swift
[2169/2258] Compiling Vapor RedirectMiddleware.swift
[2170/2258] Compiling Vapor SessionAuthenticatable.swift
[2171/2258] Compiling Vapor Bcrypt.swift
[2172/2258] Compiling Vapor Application+Cache.swift
[2173/2258] Compiling Vapor Cache.swift
[2174/2258] Compiling Vapor CacheExpirationTime.swift
[2175/2258] Compiling Vapor MemoryCache.swift
[2176/2258] Compiling Vapor Request+Cache.swift
[2177/2258] Compiling Vapor Application+Clients.swift
[2178/2258] Compiling Vapor Client.swift
[2179/2258] Compiling Vapor ClientRequest.swift
[2180/2258] Compiling Vapor ClientResponse.swift
[2181/2258] Compiling Vapor Request+Client.swift
[2182/2258] Compiling Vapor BootCommand.swift
[2183/2258] Compiling Vapor CommandContext+Application.swift
[2184/2258] Compiling Vapor RoutesCommand.swift
[2185/2258] Compiling Vapor ServeCommand.swift
[2186/2258] Compiling Vapor AnyResponse+Concurrency.swift
[2187/2258] Compiling Vapor HTTPStatus.swift
[2188/2258] Compiling Vapor HTTPCookies.swift
[2189/2258] Compiling Vapor HTTPHeaderCacheControl.swift
[2190/2258] Compiling Vapor HTTPHeaderExpires.swift
[2191/2258] Compiling Vapor HTTPHeaderLastModified.swift
[2192/2258] Compiling Vapor HTTPHeaders+Cache.swift
[2193/2258] Compiling Vapor HTTPHeaders+Connection.swift
[2194/2258] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2195/2258] Compiling Vapor HTTPHeaders+ContentRange.swift
[2196/2258] Compiling Vapor HTTPHeaders+Directive.swift
[2197/2258] Compiling Vapor HTTPHeaders+Forwarded.swift
[2198/2258] Compiling Vapor HTTPHeaders+Link.swift
[2199/2258] Compiling Vapor HTTPHeaders+Name.swift
[2200/2258] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2201/2258] Compiling Vapor HTTPHeaders.swift
[2202/2258] Compiling Vapor HTTPMediaType.swift
[2203/2258] Compiling Vapor HTTPMediaTypePreference.swift
[2204/2258] Compiling Vapor Responder.swift
[2205/2258] Compiling Vapor Application+HTTP+Server.swift
[2206/2258] Compiling Vapor HTTPServer.swift
[2207/2258] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2208/2258] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2209/2258] Compiling Vapor HTTPServerHandler.swift
[2210/2258] Compiling Vapor HTTPServerRequestDecoder.swift
[2211/2258] Compiling Vapor AsyncBasicResponder.swift
[2212/2258] Compiling Vapor AsyncMiddleware.swift
[2213/2258] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2214/2258] Compiling Vapor AsyncSessionDriver.swift
[2215/2258] Compiling Vapor Authentication+Concurrency.swift
[2216/2258] Compiling Vapor Cache+Concurrency.swift
[2217/2258] Compiling Vapor Client+Concurrency.swift
[2218/2258] Compiling Vapor RequestBody+Concurrency.swift
[2219/2258] Compiling Vapor Responder+Concurrency.swift
[2220/2258] Compiling Vapor ResponseCodable+Concurrency.swift
[2221/2258] Compiling Vapor RoutesBuilder+Concurrency.swift
[2222/2258] Compiling Vapor ViewRenderer+Concurrency.swift
[2223/2258] Compiling Vapor WebSocket+Concurrency.swift
[2224/2258] Compiling Vapor ContainerGetPathExecutor.swift
[2225/2258] Compiling Vapor Content.swift
[2226/2258] Compiling Vapor ContentCoders.swift
[2227/2258] Compiling Vapor ContentConfiguration.swift
[2228/2258] Compiling Vapor ContentContainer.swift
[2229/2258] Compiling Vapor JSONCoder+Custom.swift
[2230/2258] Compiling Vapor JSONCoders+Content.swift
[2231/2258] Compiling Vapor PlaintextDecoder.swift
[2232/2258] Compiling Vapor PlaintextEncoder.swift
[2233/2258] Compiling Vapor URLQueryCoders.swift
[2234/2258] Compiling Vapor URLQueryContainer.swift
[2235/2258] Compiling Vapor Validator.swift
[2236/2258] Compiling Vapor ValidatorResult.swift
[2237/2258] Compiling Vapor And.swift
[2238/2258] Compiling Vapor Case.swift
[2239/2258] Compiling Vapor CharacterSet.swift
[2240/2258] Compiling Vapor Count.swift
[2241/2258] Compiling Vapor Custom.swift
[2242/2258] Compiling Vapor Email.swift
[2243/2258] Compiling Vapor Empty.swift
[2244/2258] Compiling Vapor In.swift
[2245/2258] Compiling Vapor Nil.swift
[2246/2258] Compiling Vapor NilIgnoring.swift
[2247/2258] Compiling Vapor Not.swift
[2248/2258] Compiling Vapor Or.swift
[2249/2258] Compiling Vapor Pattern.swift
[2250/2258] Compiling Vapor Range.swift
[2251/2258] Compiling Vapor URL.swift
[2252/2258] Compiling Vapor Valid.swift
[2253/2258] Compiling Vapor Application+Views.swift
[2254/2258] Compiling Vapor PlaintextRenderer.swift
[2255/2258] Compiling Vapor Request+View.swift
[2256/2258] Compiling Vapor View.swift
[2257/2258] Compiling Vapor ViewRenderer.swift
[2258/2258] Compiling Vapor _Deprecations.swift
[2260/2264] Compiling VaporAPNS Request+APNS.swift
[2261/2264] Compiling VaporAPNS Application+APNS.swift
/host/spi-builder-workspace/Sources/VaporAPNS/Application+APNS.swift:103:31: warning: 'sandbox' is deprecated: renamed to 'development'
101 |             APNSClientConfiguration(
102 |                 authenticationMethod: authenticationMethod,
103 |                 environment: .sandbox
    |                               |- warning: 'sandbox' is deprecated: renamed to 'development'
    |                               `- note: use 'development' instead
104 |             ),
105 |             eventLoopGroupProvider: .shared(application.eventLoopGroup),
[2262/2264] Compiling VaporAPNS APNSContainerID.swift
[2263/2264] Compiling VaporAPNS APNSContainers.swift
[2264/2264] Emitting module VaporAPNS
Build complete! (476.12s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "apnswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server-community/APNSwift.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.77.2",
            "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" : [
        "XCTVapor"
      ],
      "sources" : [
        "APNSTests.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" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.