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 sendgrid, reference 6.0.0 (b7cb49), with Swift 6.0 for Linux on 1 Feb 2025 20:36:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/sendgrid.git
Reference: 6.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor-community/sendgrid
 * tag               6.0.0      -> FETCH_HEAD
HEAD is now at b7cb492 Final touches before new major release (#51)
Cloned https://github.com/vapor-community/sendgrid.git
Revision (git rev-parse @):
b7cb4922073abc6bdc8f97d1eff918cf2a35eacb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor-community/sendgrid.git at 6.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/vapor-community/sendgrid.git
https://github.com/vapor-community/sendgrid.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.112.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "sendgrid-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor-community/sendgrid-kit.git"
    }
  ],
  "manifest_display_name" : "sendgrid",
  "name" : "sendgrid",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SendGrid",
      "targets" : [
        "SendGrid"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SendGridTests",
      "module_type" : "SwiftTarget",
      "name" : "SendGridTests",
      "path" : "Tests/SendGridTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "SendGridTests.swift"
      ],
      "target_dependencies" : [
        "SendGrid"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SendGrid",
      "module_type" : "SwiftTarget",
      "name" : "SendGrid",
      "path" : "Sources/SendGrid",
      "product_dependencies" : [
        "Vapor",
        "SendGridKit"
      ],
      "product_memberships" : [
        "SendGrid"
      ],
      "sources" : [
        "Application+SendGrid.swift",
        "Exports.swift",
        "Request+SendGrid.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor-community/sendgrid-kit.git
[1/382] Fetching sendgrid-kit
Fetched https://github.com/vapor-community/sendgrid-kit.git from cache (0.18s)
[1/70823] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.61s)
Computing version for https://github.com/vapor-community/sendgrid-kit.git
Computed https://github.com/vapor-community/sendgrid-kit.git at 3.0.0 (0.48s)
Fetching https://github.com/swift-server/async-http-client.git
[1/13505] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.63s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.112.0 (2.14s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
[1/2798] Fetching multipart-kit
[1345/4367] Fetching multipart-kit, swift-atomics
[2076/9990] Fetching multipart-kit, swift-atomics, swift-algorithms
[3927/11008] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-service-context
[5421/13532] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-service-context, websocket-kit
[9574/18484] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-service-context, websocket-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.49s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.49s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
[1652/4947] Fetching multipart-kit, swift-metrics
[3801/8697] Fetching multipart-kit, swift-metrics, swift-log
[4814/14080] Fetching multipart-kit, swift-metrics, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.33s)
[9170/11931] Fetching multipart-kit, swift-log, swift-nio-extras
Fetching https://github.com/apple/swift-nio-ssl.git
[10570/23229] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.34s)
[8955/19479] Fetching multipart-kit, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/routing-kit.git
[12797/40169] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, routing-kit
[35412/113530] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, routing-kit, swift-nio
[36353/127949] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, routing-kit, swift-nio, swift-nio-ssl
Fetched https://github.com/vapor/multipart-kit.git from cache (1.57s)
[47304/125151] Fetching swift-nio-extras, swift-nio-http2, routing-kit, swift-nio, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.14s)
[46754/119768] Fetching swift-nio-http2, routing-kit, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.16s)
[36190/108470] Fetching routing-kit, swift-nio, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (0.91s)
[33069/87780] Fetching swift-nio, swift-nio-ssl
[37014/93265] Fetching swift-nio, swift-nio-ssl, console-kit
[44345/105433] Fetching swift-nio, swift-nio-ssl, console-kit, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.34s)
[50881/99948] Fetching swift-nio, swift-nio-ssl, swift-crypto
[60025/102318] Fetching swift-nio, swift-nio-ssl, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.24s)
[62578/99948] Fetching swift-nio, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.08s)
[67189/85529] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.61s)
[72628/73361] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.07s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.67s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (0.52s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.1 (0.70s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.98s)
Fetching https://github.com/apple/swift-http-types
[1/787] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.18s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.47s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.2 (0.53s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2318] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.25s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.53s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.53s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.33s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.80.0 (0.71s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4024] Fetching swift-system
[283/19651] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
[4376/15627] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.95s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.59s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.71s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.50s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.51s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.54s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.53s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.68s)
Fetching https://github.com/apple/swift-asn1.git
[1/1462] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.22s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.53s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.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.29.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.80.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.112.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.24.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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.2
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/vapor-community/sendgrid-kit.git
Working copy of https://github.com/vapor-community/sendgrid-kit.git resolved at 3.0.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.0
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/846] Write sources
[43/846] Compiling CNIOWindows WSAStartup.c
[44/846] Write sources
[45/846] Compiling CNIOWASI CNIOWASI.c
[46/846] Compiling CNIOWindows shim.c
[47/846] Write sources
[54/846] Compiling CNIOLinux liburing_shims.c
[55/846] Compiling _NumericsShims _NumericsShims.c
[56/846] Compiling _AtomicsShims.c
[57/846] Compiling CVaporBcrypt blf.c
[58/846] Compiling CSystem shims.c
[59/846] Compiling CNIOSHA1 c_nio_sha1.c
[60/846] Compiling CNIOExtrasZlib empty.c
[61/846] Compiling CNIODarwin shim.c
[61/846] Compiling CNIOLLHTTP c_nio_http.c
[63/846] Compiling CNIOLinux shim.c
[64/846] Compiling CNIOLLHTTP c_nio_api.c
[65/846] Compiling CNIOLLHTTP c_nio_llhttp.c
[66/846] Compiling CVaporBcrypt bcrypt.c
[67/846] Write swift-version-24593BA9C3E375BF.txt
[68/846] Compiling fiat_p256_adx_sqr.S
[69/846] Compiling fiat_curve25519_adx_square.S
[70/846] Compiling CNIOBoringSSLShims shims.c
[71/846] Compiling fiat_p256_adx_mul.S
[72/846] Compiling fiat_curve25519_adx_mul.S
[73/879] Compiling tls_method.cc
[74/893] Compiling tls13_server.cc
[75/893] Compiling tls_record.cc
[77/918] Emitting module SystemPackage
[78/921] Emitting module InternalCollectionsUtilities
[79/923] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[80/923] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/923] Compiling RealModule Real.swift
[82/924] Compiling SystemPackage Util+StringArray.swift
[83/924] Compiling SystemPackage Util.swift
[84/924] Compiling SystemPackage UtilConsumers.swift
[85/924] Emitting module ServiceContextModule
[86/924] Compiling ServiceContextModule ServiceContextKey.swift
[87/924] Compiling ServiceContextModule ServiceContext.swift
[88/924] Emitting module _NIOBase64
[89/925] Compiling _NIOBase64 Base64.swift
[90/925] Compiling RealModule Float80+Real.swift
[91/925] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[92/925] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[93/925] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[95/926] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[96/926] Emitting module RealModule
[99/926] Compiling CoreMetrics Metrics.swift
[100/926] Compiling _NIODataStructures _TinyArray.swift
[102/926] Compiling InternalCollectionsUtilities Integer rank.swift
[103/926] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[104/926] Compiling InternalCollectionsUtilities UInt+reversed.swift
[105/926] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[106/926] Compiling _NIODataStructures PriorityQueue.swift
[107/926] Compiling InternalCollectionsUtilities _SortedCollection.swift
[108/926] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[109/926] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[110/926] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[111/926] Compiling InternalCollectionsUtilities Debugging.swift
[112/926] Compiling InternalCollectionsUtilities Descriptions.swift
[113/926] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[114/926] Compiling InternalCollectionsUtilities Specialize.swift
[116/927] Compiling SystemPackage MachPort.swift
[117/927] Compiling SystemPackage PlatformString.swift
[118/927] Compiling SystemPackage SystemString.swift
[119/927] Compiling RealModule Float16+Real.swift
[120/927] Compiling RealModule Float+Real.swift
[121/927] Compiling RealModule ElementaryFunctions.swift
[124/927] Compiling RealModule RealFunctions.swift
[134/1021] Compiling Instrumentation NoOpInstrument.swift
[135/1021] Compiling Instrumentation MultiplexInstrument.swift
[136/1021] Compiling Logging MetadataProvider.swift
[137/1021] Compiling _NIODataStructures Heap.swift
[138/1021] Emitting module _NIODataStructures
[139/1022] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[140/1022] Compiling _RopeModule BigString+Chunk+Splitting.swift
[141/1022] Compiling _RopeModule BigString+Chunk.swift
[142/1022] Compiling _RopeModule BigString+BidirectionalCollection.swift
[143/1022] Compiling _RopeModule BigString+Summary.swift
[144/1022] Compiling _RopeModule BigString.swift
[145/1022] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[146/1022] Compiling _RopeModule BigString+Chunk+Breaks.swift
[147/1022] Compiling _RopeModule BigString+Chunk+Counts.swift
[148/1022] Compiling _RopeModule BigString+Chunk+Description.swift
[149/1022] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[150/1022] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[151/1022] Compiling _RopeModule BigString+Equatable.swift
[152/1022] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[153/1022] Compiling _RopeModule BigString+Hashing.swift
[154/1022] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[155/1022] Compiling Instrumentation InstrumentationSystem.swift
[156/1022] Compiling Instrumentation Instrument.swift
[157/1022] Emitting module Instrumentation
[158/1022] Compiling Instrumentation Locks.swift
[159/1023] Emitting module Logging
[160/1023] Compiling CoreMetrics Locks.swift
[161/1023] Emitting module CoreMetrics
[163/1025] Compiling Logging Locks.swift
[168/1025] Compiling Logging Logging.swift
[169/1025] Compiling Logging LogHandler.swift
[170/1028] Compiling _RopeModule BigString+Iterators.swift
[171/1028] Compiling _RopeModule BigString+Metrics.swift
[176/1098] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[177/1098] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[178/1106] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[179/1106] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[180/1106] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[181/1106] Compiling OrderedCollections OrderedDictionary+Elements.swift
[182/1106] Compiling OrderedCollections OrderedDictionary+Codable.swift
[183/1106] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[184/1106] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[185/1106] Compiling HeapModule Heap+Descriptions.swift
[186/1106] Compiling HeapModule _HeapNode.swift
[187/1106] Compiling HeapModule Heap.swift
[188/1106] Compiling Tracing TracingTime.swift
[189/1106] Compiling HeapModule Heap+UnsafeHandle.swift
[190/1106] Compiling HeapModule Heap+Invariants.swift
[190/1106] Compiling tls13_enc.cc
[192/1106] Emitting module HeapModule
[193/1107] Compiling Tracing TracerProtocol.swift
[195/1107] Emitting module Tracing
[196/1107] Compiling Tracing Tracer.swift
[197/1107] Compiling Tracing TracerProtocol+Legacy.swift
[198/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[199/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[200/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[201/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[202/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[203/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[204/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[205/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[206/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[207/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[208/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[209/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[210/1107] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[211/1107] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[212/1205] Compiling Tracing SpanProtocol.swift
[213/1205] Compiling Tracing NoOpTracer.swift
[214/1205] Compiling Tracing InstrumentationSystem+Tracing.swift
[215/1206] Compiling HashTreeCollections _HashStack.swift
[216/1206] Compiling HashTreeCollections _HashTreeIterator.swift
[217/1206] Compiling HashTreeCollections _HashTreeStatistics.swift
[218/1206] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[219/1206] Compiling HashTreeCollections _RawHashNode.swift
[220/1206] Compiling HashTreeCollections _UnmanagedHashNode.swift
[221/1206] Compiling HashTreeCollections _UnsafePath.swift
[222/1206] Compiling HashTreeCollections TreeDictionary+Codable.swift
[223/1206] Compiling HashTreeCollections _HashNode+Structural union.swift
[224/1206] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[225/1206] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[226/1206] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[227/1206] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[228/1206] Compiling HashTreeCollections _HashNode.swift
[229/1206] Compiling HashTreeCollections _HashNodeHeader.swift
[230/1206] Compiling HashTreeCollections _HashSlot.swift
[232/1206] Compiling DequeModule Deque+Testing.swift
[233/1206] Compiling DequeModule Deque._Storage.swift
[234/1206] Compiling DequeModule _DequeBuffer.swift
[235/1206] Compiling DequeModule _DequeBufferHeader.swift
[236/1206] Compiling DequeModule Deque._UnsafeHandle.swift
[237/1206] Compiling DequeModule Deque.swift
[238/1206] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[239/1206] Compiling HashTreeCollections _HashNode+Structural filter.swift
[240/1206] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[241/1206] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[242/1206] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[243/1206] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[244/1206] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[245/1206] Compiling HashTreeCollections _HashNode+Structural merge.swift
[246/1206] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[247/1206] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[250/1208] Compiling DequeModule Deque+CustomReflectable.swift
[251/1208] Compiling DequeModule Deque+Descriptions.swift
[252/1208] Compiling DequeModule Deque+Extras.swift
[253/1208] Compiling DequeModule Deque+Hashable.swift
[254/1208] Compiling DequeModule Deque+Equatable.swift
[255/1208] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[256/1233] Compiling Algorithms Product.swift
[257/1233] Compiling Algorithms Split.swift
[258/1233] Compiling Algorithms Stride.swift
[259/1233] Compiling Algorithms Suffix.swift
[266/1233] Compiling Algorithms Indexed.swift
[267/1233] Compiling Algorithms Intersperse.swift
[268/1233] Compiling Algorithms Joined.swift
[269/1233] Compiling Algorithms Keyed.swift
[270/1233] Compiling Algorithms MinMax.swift
[271/1233] Compiling Algorithms RandomSample.swift
[272/1233] Compiling Algorithms Reductions.swift
[273/1233] Compiling Algorithms Rotate.swift
[274/1233] Compiling Algorithms Partition.swift
[275/1233] Compiling Algorithms Permutations.swift
[276/1242] Compiling HashTreeCollections TreeDictionary+Collection.swift
[277/1242] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[278/1242] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[279/1242] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[280/1242] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[281/1242] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[282/1242] Compiling HashTreeCollections TreeDictionary+Filter.swift
[283/1242] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[284/1242] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[285/1242] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[286/1242] Compiling HashTreeCollections TreeSet+Debugging.swift
[287/1242] Compiling HashTreeCollections TreeSet+Descriptions.swift
[288/1242] Compiling HashTreeCollections TreeSet+Equatable.swift
[289/1242] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[290/1242] Compiling HashTreeCollections TreeSet+Extras.swift
[291/1242] Compiling HashTreeCollections TreeSet+Filter.swift
[292/1242] Compiling HashTreeCollections TreeSet+Hashable.swift
[293/1242] Compiling HashTreeCollections TreeSet+Sendable.swift
[296/1242] Compiling _RopeModule Rope+Join.swift
[297/1242] Compiling _RopeModule Rope+MutatingForEach.swift
[298/1242] Compiling _RopeModule Rope+Remove.swift
[299/1242] Compiling _RopeModule Rope+RemoveSubrange.swift
[300/1242] Compiling _RopeModule Rope+Split.swift
[301/1242] Compiling _RopeModule Optional Utilities.swift
[302/1242] Compiling _RopeModule String Utilities.swift
[303/1242] Compiling _RopeModule String.Index+ABI.swift
[306/1252] Compiling Algorithms AdjacentPairs.swift
[307/1252] Compiling Algorithms Chain.swift
[308/1252] Compiling Algorithms Chunked.swift
[309/1252] Compiling Algorithms Combinations.swift
[310/1252] Compiling Algorithms Compacted.swift
[311/1252] Compiling Algorithms Cycle.swift
[312/1252] Compiling Algorithms EitherSequence.swift
[313/1252] Compiling Algorithms FirstNonNil.swift
[314/1252] Compiling Algorithms FlattenCollection.swift
[315/1252] Compiling Algorithms Grouped.swift
[328/1252] Compiling RoutingKit PathComponent.swift
[329/1252] Compiling HashTreeCollections TreeDictionary.swift
[330/1252] Compiling HashTreeCollections TreeSet+Codable.swift
[331/1252] Compiling HashTreeCollections TreeSet+Collection.swift
[339/1252] Emitting module RoutingKit
[347/1252] Compiling HashTreeCollections TreeDictionary+Keys.swift
[348/1252] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[349/1252] Compiling HashTreeCollections TreeDictionary+Merge.swift
[350/1252] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[351/1252] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[352/1252] Compiling HashTreeCollections TreeDictionary+Values.swift
[360/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[361/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[362/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[363/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[364/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[365/1252] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[366/1252] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[367/1252] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[368/1252] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[369/1252] Compiling HashTreeCollections TreeSet.swift
[370/1252] Compiling RoutingKit Router.swift
[371/1252] Compiling RoutingKit TrieRouter.swift
[372/1252] Emitting module DequeModule
[397/1256] Emitting module OrderedCollections
[399/1257] Emitting module Atomics
[407/1258] Compiling Algorithms Trim.swift
[408/1258] Compiling Algorithms Unique.swift
[409/1258] Compiling Algorithms Windows.swift
[410/1258] Emitting module _RopeModule
[427/1258] Compiling tls13_both.cc
[485/1259] Compiling tls13_client.cc
[487/1259] Compiling RoutingKit AnyRouter.swift
[488/1259] Compiling RoutingKit Parameters.swift
[489/1260] Compiling Metrics Metrics.swift
[490/1260] Emitting module Metrics
[490/1261] Compiling t1_enc.cc
[493/1261] Compiling ssl_versions.cc
[494/1261] Compiling ssl_x509.cc
[495/1261] Compiling ssl_transcript.cc
[496/1261] Compiling ssl_stat.cc
[498/1261] Emitting module HashTreeCollections
[500/1262] Emitting module Algorithms
[501/1263] Compiling ssl_privkey.cc
[502/1263] Compiling ssl_session.cc
[503/1263] Compiling ssl_key_share.cc
[504/1263] Compiling ssl_file.cc
[505/1263] Compiling ssl_credential.cc
[506/1263] Compiling ssl_lib.cc
[507/1263] Compiling ssl_cipher.cc
[508/1263] Compiling ssl_buffer.cc
[509/1263] Compiling ssl_asn1.cc
[510/1263] Compiling ssl_cert.cc
[511/1263] Compiling ssl_aead_ctx.cc
[512/1263] Compiling s3_pkt.cc
[513/1263] Compiling s3_lib.cc
[514/1263] Compiling s3_both.cc
[515/1263] Compiling handshake_client.cc
[516/1263] Compiling handshake_server.cc
[517/1263] Compiling handshake.cc
[518/1263] Compiling handoff.cc
[519/1263] Compiling encrypted_client_hello.cc
[520/1263] Compiling dtls_method.cc
[521/1263] Compiling extensions.cc
[522/1263] Compiling md5-x86_64-linux.S
[523/1263] Compiling md5-x86_64-apple.S
[524/1263] Compiling md5-586-linux.S
[525/1263] Compiling md5-586-apple.S
[526/1263] Compiling err_data.c
[527/1263] Compiling chacha20_poly1305_x86_64-linux.S
[528/1263] Compiling dtls_record.cc
[529/1263] Compiling chacha20_poly1305_x86_64-apple.S
[530/1263] Compiling chacha20_poly1305_armv8-win.S
[531/1263] Compiling chacha20_poly1305_armv8-linux.S
[532/1263] Compiling chacha20_poly1305_armv8-apple.S
[533/1263] Compiling chacha-x86_64-apple.S
[534/1263] Compiling chacha-x86_64-linux.S
[535/1263] Compiling chacha-x86-linux.S
[536/1263] Compiling chacha-x86-apple.S
[537/1263] Compiling chacha-armv8-win.S
[538/1263] Compiling chacha-armv8-apple.S
[539/1263] Compiling chacha-armv8-linux.S
[540/1263] Compiling chacha-armv4-linux.S
[541/1263] Compiling aes128gcmsiv-x86_64-apple.S
[542/1263] Compiling aes128gcmsiv-x86_64-linux.S
[543/1263] Compiling d1_srtp.cc
[544/1263] Compiling x86_64-mont5-apple.S
[545/1263] Compiling x86_64-mont5-linux.S
[546/1263] Compiling x86_64-mont-linux.S
[547/1263] Compiling x86_64-mont-apple.S
[548/1263] Compiling x86-mont-apple.S
[549/1263] Compiling x86-mont-linux.S
[550/1263] Compiling vpaes-x86_64-apple.S
[551/1263] Compiling vpaes-x86_64-linux.S
[552/1263] Compiling vpaes-x86-linux.S
[553/1263] Compiling vpaes-x86-apple.S
[554/1263] Compiling vpaes-armv8-win.S
[555/1263] Compiling vpaes-armv8-apple.S
[556/1263] Compiling vpaes-armv8-linux.S
[557/1263] Compiling vpaes-armv7-linux.S
[558/1263] Compiling d1_pkt.cc
[559/1263] Compiling d1_lib.cc
[560/1263] Compiling bio_ssl.cc
[561/1263] Compiling sha512-x86_64-linux.S
[562/1263] Compiling sha512-x86_64-apple.S
[563/1263] Compiling sha512-armv8-apple.S
[564/1263] Compiling sha512-armv8-win.S
[565/1263] Compiling sha512-armv4-linux.S
[566/1263] Compiling sha512-armv8-linux.S
[567/1263] Compiling sha512-586-linux.S
[568/1263] Compiling sha256-armv8-win.S
[569/1263] Compiling sha512-586-apple.S
[570/1263] Compiling sha256-x86_64-linux.S
[571/1263] Compiling sha256-x86_64-apple.S
[572/1263] Compiling sha256-armv8-linux.S
[573/1263] Compiling sha256-armv4-linux.S
[574/1263] Compiling sha256-armv8-apple.S
[575/1263] Compiling sha256-586-apple.S
[576/1263] Compiling sha256-586-linux.S
[577/1263] Compiling sha1-x86_64-apple.S
[578/1263] Compiling sha1-armv8-win.S
[579/1263] Compiling sha1-armv8-linux.S
[580/1263] Compiling sha1-x86_64-linux.S
[581/1263] Compiling sha1-armv8-apple.S
[582/1263] Compiling d1_both.cc
[583/1263] Compiling sha1-armv4-large-linux.S
[584/1263] Compiling sha1-586-apple.S
[585/1263] Compiling sha1-586-linux.S
[586/1263] Compiling rsaz-avx2-linux.S
[587/1263] Compiling rsaz-avx2-apple.S
[588/1263] Compiling p256_beeu-x86_64-asm-linux.S
[589/1263] Compiling rdrand-x86_64-apple.S
[590/1263] Compiling rdrand-x86_64-linux.S
[591/1263] Compiling p256_beeu-armv8-asm-win.S
[592/1263] Compiling p256_beeu-armv8-asm-apple.S
[593/1263] Compiling p256_beeu-x86_64-asm-apple.S
[593/1263] Compiling p256_beeu-armv8-asm-linux.S
[595/1263] Compiling p256-armv8-asm-win.S
[596/1263] Compiling p256-x86_64-asm-apple.S
[597/1263] Compiling p256-armv8-asm-linux.S
[598/1263] Compiling p256-x86_64-asm-linux.S
[599/1263] Compiling ghashv8-armv8-win.S
[600/1263] Compiling p256-armv8-asm-apple.S
[601/1263] Compiling ghashv8-armv8-linux.S
[602/1263] Compiling ghashv8-armv8-apple.S
[603/1263] Compiling ghashv8-armv7-linux.S
[604/1263] Compiling ghash-x86_64-linux.S
[605/1263] Compiling ghash-x86_64-apple.S
[606/1263] Compiling ghash-x86-apple.S
[607/1263] Compiling ghash-x86-linux.S
[608/1263] Compiling ghash-ssse3-x86_64-apple.S
[609/1263] Compiling ghash-ssse3-x86_64-linux.S
[610/1263] Compiling ghash-ssse3-x86-apple.S
[611/1263] Compiling ghash-ssse3-x86-linux.S
[612/1263] Compiling ghash-neon-armv8-win.S
[613/1263] Compiling ghash-neon-armv8-apple.S
[614/1263] Compiling ghash-neon-armv8-linux.S
[615/1263] Compiling ghash-armv4-linux.S
[616/1263] Compiling co-586-apple.S
[617/1263] Compiling bsaes-armv7-linux.S
[618/1263] Compiling bn-armv8-win.S
[618/1263] Compiling co-586-linux.S
[620/1263] Compiling bn-armv8-linux.S
[621/1263] Compiling bn-586-linux.S
[622/1263] Compiling bn-armv8-apple.S
[623/1263] Compiling armv8-mont-linux.S
[624/1263] Compiling armv8-mont-win.S
[625/1263] Compiling bn-586-apple.S
[626/1263] Compiling armv8-mont-apple.S
[627/1263] Compiling armv4-mont-linux.S
[628/1263] Compiling aesv8-gcm-armv8-win.S
[629/1263] Compiling aesv8-gcm-armv8-apple.S
[630/1263] Compiling aesv8-armv8-apple.S
[631/1263] Compiling aesv8-gcm-armv8-linux.S
[632/1263] Compiling aesv8-armv8-linux.S
[633/1263] Compiling aesv8-armv8-win.S
[634/1263] Compiling aesni-x86_64-apple.S
[634/1263] Compiling aesv8-armv7-linux.S
[636/1263] Compiling aesni-x86_64-linux.S
[637/1263] Compiling aesni-x86-linux.S
[638/1263] Compiling aesni-gcm-x86_64-linux.S
[639/1263] Compiling aesni-gcm-x86_64-apple.S
[640/1263] Compiling aesni-x86-apple.S
[641/1263] Compiling x_val.c
[642/1263] Compiling x_sig.c
[643/1263] Compiling x_x509a.c
[644/1263] Compiling x_spki.c
[645/1263] Compiling x_x509.c
[646/1263] Compiling x_req.c
[647/1263] Compiling x_pubkey.c
[648/1263] Compiling x_name.c
[649/1263] Compiling x_exten.c
[650/1263] Compiling x_crl.c
[651/1263] Compiling x_algor.c
[652/1263] Compiling x509spki.c
[653/1263] Compiling x_attrib.c
[654/1263] Compiling x509rset.c
[655/1263] Compiling x509name.c
[656/1263] Compiling x_all.c
[657/1263] Compiling x509cset.c
[658/1263] Compiling x509_txt.c
[659/1263] Compiling x509_vpm.c
[660/1263] Compiling x509_v3.c
[661/1263] Compiling x509_trs.c
[662/1263] Compiling x509_vfy.c
[663/1263] Compiling x509_set.c
[664/1263] Compiling x509_req.c
[665/1263] Compiling x509_obj.c
[666/1263] Compiling x509_def.c
[667/1263] Compiling x509_ext.c
[668/1263] Compiling x509_lu.c
[669/1263] Compiling x509_d2.c
[670/1263] Compiling x509_att.c
[671/1263] Compiling x509.c
[672/1263] Compiling x509_cmp.c
[673/1263] Compiling v3_skey.c
[674/1263] Compiling v3_ocsp.c
[675/1263] Compiling v3_pcons.c
[676/1263] Compiling v3_purp.c
[677/1263] Compiling v3_prn.c
[678/1263] Compiling v3_utl.c
[679/1263] Compiling v3_pmaps.c
[680/1263] Compiling v3_ncons.c
[681/1263] Compiling v3_lib.c
[682/1263] Compiling v3_int.c
[683/1263] Compiling v3_info.c
[684/1263] Compiling v3_ia5.c
[685/1263] Compiling v3_enum.c
[686/1263] Compiling v3_extku.c
[687/1263] Compiling v3_genn.c
[688/1263] Compiling v3_conf.c
[689/1263] Compiling v3_bitst.c
[689/1263] Compiling v3_cpols.c
[691/1263] Compiling v3_crld.c
[692/1263] Compiling v3_alt.c
[693/1263] Compiling v3_akeya.c
[694/1263] Compiling v3_akey.c
[695/1263] Compiling v3_bcons.c
[696/1263] Compiling t_x509.c
[697/1263] Compiling t_x509a.c
[698/1263] Compiling t_req.c
[699/1263] Compiling t_crl.c
[700/1263] Compiling i2d_pr.c
[701/1263] Compiling name_print.c
[702/1263] Compiling by_file.c
[703/1263] Compiling rsa_pss.c
[704/1263] Compiling policy.c
[705/1263] Compiling algorithm.c
[706/1263] Compiling a_digest.c
[707/1263] Compiling voprf.c
[708/1263] Compiling asn1_gen.c
[709/1263] Compiling by_dir.c
[710/1263] Compiling trust_token.c
[711/1263] Compiling a_sign.c
[712/1263] Compiling thread.c
[713/1263] Compiling thread_pthread.c
[714/1263] Compiling a_verify.c
[715/1263] Compiling spx_util.c
[716/1263] Compiling thread_none.c
[717/1263] Compiling spx_thash.c
[718/1263] Compiling thread_win.c
[719/1263] Compiling stack.c
[720/1263] Compiling spx_fors.c
[721/1263] Compiling spx.c
[721/1263] Compiling spx_wots.c
[723/1263] Compiling pmbtoken.c
[724/1263] Compiling spx_merkle.c
[725/1263] Compiling spx_address.c
[726/1263] Compiling wots.c
[727/1263] Compiling siphash.c
[728/1263] Compiling sha256.c
[729/1263] Compiling slhdsa.c
[730/1263] Compiling sha512.c
[731/1263] Compiling thash.c
[732/1263] Compiling sha1.c
[732/1263] Compiling merkle.c
[734/1263] Compiling fors.c
[735/1263] Compiling rsa_extra.c
[736/1263] Compiling rsa_print.c
[737/1263] Compiling refcount.c
[738/1263] Compiling rc4.c
[739/1263] Compiling trusty.c
[740/1263] Compiling rsa_asn1.c
[741/1263] Compiling rsa_crypt.c
[742/1263] Compiling rand_extra.c
[742/1263] Compiling urandom.c
[742/1263] Compiling windows.c
[742/1263] Compiling ios.c
[742/1263] Compiling passive.c
[742/1263] Compiling getentropy.c
[742/1263] Compiling deterministic.c
[749/1263] Compiling poly1305_arm_asm.S
[750/1263] Compiling pool.c
[751/1263] Compiling fork_detect.c
[752/1263] Compiling poly1305_arm.c
[752/1263] Compiling forkunsafe.c
[754/1263] Compiling poly1305.c
[755/1263] Compiling pkcs7.c
[756/1263] Compiling poly1305_vec.c
[757/1263] Compiling pem_x509.c
[758/1263] Compiling pkcs8_x509.c
[759/1263] Compiling pem_xaux.c
[760/1263] Compiling p5_pbev2.c
[761/1263] Compiling pkcs7_x509.c
[762/1263] Compiling pkcs8.c
[763/1263] Compiling pem_pkey.c
[764/1263] Compiling obj_xref.c
[765/1263] Compiling pem_pk8.c
[766/1263] Compiling pem_oth.c
[767/1263] Compiling md5.c
[768/1263] Compiling pem_lib.c
[769/1263] Compiling pem_all.c
[770/1263] Compiling pem_info.c
[771/1263] Compiling mem.c
[772/1263] Compiling obj.c
[773/1263] Compiling md4.c
[774/1263] Compiling mldsa.c
[775/1263] Compiling lhash.c
[776/1263] Compiling fips_shared_support.c
[777/1263] Compiling keccak.c
[778/1263] Compiling kyber.c
[779/1263] Compiling poly_rq_mul.S
[780/1263] Compiling ex_data.c
[781/1263] Compiling sign.c
[782/1263] Compiling scrypt.c
[783/1263] Compiling hpke.c
[784/1263] Compiling print.c
[785/1263] Compiling pbkdf.c
[786/1263] Compiling hrss.c
[787/1263] Compiling p_x25519.c
[788/1263] Compiling p_x25519_asn1.c
[789/1263] Compiling mlkem.cc
[790/1263] Compiling p_rsa_asn1.c
[791/1263] Compiling p_ed25519.c
[792/1263] Compiling p_rsa.c
[793/1263] Compiling p_hkdf.c
[794/1263] Compiling p_ed25519_asn1.c
[795/1263] Compiling p_ec_asn1.c
[796/1263] Compiling p_dh_asn1.c
[797/1263] Compiling p_ec.c
[798/1263] Compiling p_dsa_asn1.c
[799/1263] Compiling p_dh.c
[800/1263] Compiling evp_ctx.c
[801/1263] Compiling evp.c
[802/1263] Compiling engine.c
[803/1263] Compiling evp_asn1.c
[804/1263] Compiling err.c
[805/1263] Compiling ecdh_extra.c
[806/1263] Compiling hash_to_curve.c
[807/1263] Compiling ecdsa_asn1.c
[808/1263] Compiling ec_derive.c
[809/1263] Compiling ec_asn1.c
[810/1263] Compiling params.c
[811/1263] Compiling digest_extra.c
[812/1263] Compiling dsa_asn1.c
[813/1263] Compiling dsa.c
[814/1263] Compiling dh_asn1.c
[815/1263] Compiling x25519-asm-arm.S
[816/1263] Compiling dilithium.c
[817/1263] Compiling spake25519.c
[818/1263] Compiling crypto.c
[819/1263] Compiling des.c
[820/1263] Compiling cpu_arm_linux.c
[821/1263] Compiling cpu_intel.c
[822/1263] Compiling cpu_aarch64_win.c
[823/1263] Compiling cpu_aarch64_sysreg.c
[823/1263] Compiling cpu_arm_freebsd.c
[825/1263] Compiling cpu_aarch64_openbsd.c
[826/1263] Compiling cpu_aarch64_linux.c
[827/1263] Compiling cpu_aarch64_fuchsia.c
[828/1263] Compiling cpu_aarch64_apple.c
[829/1263] Compiling tls_cbc.c
[830/1263] Compiling e_rc4.c
[831/1263] Compiling conf.c
[832/1263] Compiling e_tls.c
[833/1263] Compiling curve25519_64_adx.c
[834/1263] Compiling curve25519.c
[835/1263] Compiling e_rc2.c
[836/1263] Compiling e_null.c
[837/1263] Compiling derive_key.c
[838/1263] Compiling e_chacha20poly1305.c
[839/1263] Compiling e_aesctrhmac.c
[840/1263] Compiling e_aesgcmsiv.c
[840/1263] Compiling e_des.c
[842/1263] Compiling cipher_extra.c
[843/1263] Compiling ber.c
[844/1263] Compiling unicode.c
[845/1263] Compiling chacha.c
[846/1263] Compiling asn1_compat.c
[847/1263] Compiling buf.c
[848/1263] Compiling cbb.c
[849/1263] Compiling bn_asn1.c
[850/1263] Compiling cbs.c
[851/1263] Compiling convert.c
[852/1263] Compiling blake2.c
[853/1263] Compiling printf.c
[854/1263] Compiling socket.c
[855/1263] Compiling socket_helper.c
[856/1263] Compiling hexdump.c
[857/1263] Compiling errno.c
[858/1263] Compiling fd.c
[859/1263] Compiling file.c
[860/1263] Compiling pair.c
[861/1263] Compiling connect.c
[862/1263] Compiling bio_mem.c
[863/1263] Compiling base64.c
[864/1263] Compiling tasn_typ.c
[865/1263] Compiling bio.c
[866/1263] Compiling tasn_utl.c
[867/1263] Compiling posix_time.c
[868/1263] Compiling tasn_fre.c
[869/1263] Compiling tasn_new.c
[870/1263] Compiling f_string.c
[871/1263] Compiling tasn_dec.c
[872/1263] Compiling f_int.c
[872/1263] Compiling asn_pack.c
[874/1263] Compiling tasn_enc.c
[875/1263] Compiling asn1_par.c
[876/1263] Compiling a_type.c
[877/1263] Compiling a_utctm.c
[878/1263] Compiling a_time.c
[879/1263] Compiling asn1_lib.c
[880/1263] Compiling a_octet.c
[881/1263] Compiling a_strnid.c
[882/1263] Compiling a_strex.c
[883/1263] Compiling a_mbstr.c
[884/1263] Compiling a_int.c
[885/1263] Compiling a_gentm.c
[886/1263] Compiling bcm.c
[887/1263] Compiling a_i2d_fp.c
[887/1263] Compiling a_dup.c
[889/1263] Compiling a_object.c
[890/1263] Compiling a_d2i_fp.c
[891/1263] Compiling a_bitstr.c
[892/1263] Compiling a_bool.c
[892/1263] Compiling fiat_p256_adx_sqr.S
[894/1263] Compiling fiat_p256_adx_mul.S
[895/1263] Compiling fiat_curve25519_adx_mul.S
[895/1263] Compiling fiat_curve25519_adx_square.S
[897/1263] Compiling md5-x86_64-apple.S
[898/1263] Compiling md5-x86_64-linux.S
[899/1263] Compiling md5-586-apple.S
[900/1263] Compiling md5-586-linux.S
[901/1263] Compiling err_data.c
[902/1263] Compiling chacha20_poly1305_armv8-win.S
[903/1263] Compiling chacha20_poly1305_x86_64-apple.S
[904/1263] Compiling chacha20_poly1305_armv8-linux.S
[905/1263] Compiling chacha20_poly1305_armv8-apple.S
[906/1263] Compiling chacha20_poly1305_x86_64-linux.S
[907/1263] Compiling chacha-x86_64-linux.S
[908/1263] Compiling chacha-x86_64-apple.S
[909/1263] Compiling chacha-x86-linux.S
[910/1263] Compiling chacha-x86-apple.S
[911/1263] Compiling chacha-armv8-win.S
[912/1263] Compiling chacha-armv8-linux.S
[913/1263] Compiling chacha-armv4-linux.S
[914/1263] Compiling chacha-armv8-apple.S
[915/1263] Compiling aes128gcmsiv-x86_64-apple.S
[916/1263] Compiling aes128gcmsiv-x86_64-linux.S
[917/1263] Compiling x86_64-mont5-linux.S
[918/1263] Compiling x86_64-mont5-apple.S
[919/1263] Compiling x86_64-mont-linux.S
[920/1263] Compiling x86_64-mont-apple.S
[921/1263] Compiling x86-mont-linux.S
[922/1263] Compiling x86-mont-apple.S
[923/1263] Compiling vpaes-x86_64-linux.S
[924/1263] Compiling vpaes-x86-linux.S
[925/1263] Compiling vpaes-x86_64-apple.S
[926/1263] Compiling vpaes-x86-apple.S
[927/1263] Compiling vpaes-armv8-win.S
[928/1263] Compiling CCryptoBoringSSLShims shims.c
[929/1263] Compiling vpaes-armv8-linux.S
[930/1263] Compiling vpaes-armv7-linux.S
[931/1263] Compiling vpaes-armv8-apple.S
[932/1263] Compiling sha512-armv8-win.S
[933/1263] Compiling sha512-x86_64-apple.S
[934/1263] Compiling sha512-armv8-linux.S
[935/1263] Compiling sha512-x86_64-linux.S
[936/1263] Compiling sha512-armv4-linux.S
[937/1263] Compiling sha512-armv8-apple.S
[938/1263] Compiling sha512-586-apple.S
[939/1263] Compiling sha512-586-linux.S
[940/1263] Compiling sha256-armv8-linux.S
[941/1263] Compiling sha256-armv8-win.S
[942/1263] Compiling sha256-x86_64-apple.S
[943/1263] Compiling sha256-x86_64-linux.S
[944/1263] Compiling sha256-armv8-apple.S
[945/1263] Compiling sha256-armv4-linux.S
[946/1263] Compiling sha256-586-apple.S
[947/1263] Compiling sha256-586-linux.S
[948/1263] Compiling sha1-x86_64-apple.S
[949/1263] Compiling sha1-armv8-win.S
[950/1263] Compiling sha1-x86_64-linux.S
[951/1263] Compiling sha1-armv8-linux.S
[952/1263] Compiling sha1-armv8-apple.S
[953/1263] Compiling sha1-armv4-large-linux.S
[954/1263] Compiling sha1-586-apple.S
[955/1263] Compiling rsaz-avx2-apple.S
[956/1263] Compiling rsaz-avx2-linux.S
[957/1263] Compiling sha1-586-linux.S
[958/1263] Compiling rdrand-x86_64-apple.S
[959/1263] Compiling rdrand-x86_64-linux.S
[960/1263] Compiling p256_beeu-x86_64-asm-linux.S
[961/1263] Compiling p256_beeu-x86_64-asm-apple.S
[962/1263] Compiling p256_beeu-armv8-asm-win.S
[963/1263] Compiling p256_beeu-armv8-asm-linux.S
[964/1263] Compiling p256-x86_64-asm-apple.S
[965/1263] Compiling p256_beeu-armv8-asm-apple.S
[966/1263] Compiling p256-x86_64-asm-linux.S
[967/1263] Compiling p256-armv8-asm-win.S
[968/1263] Compiling p256-armv8-asm-linux.S
[969/1263] Compiling p256-armv8-asm-apple.S
[970/1263] Compiling ghashv8-armv8-win.S
[971/1263] Compiling ghashv8-armv8-linux.S
[972/1263] Compiling ghashv8-armv8-apple.S
[973/1263] Compiling ghashv8-armv7-linux.S
[974/1263] Compiling ghash-x86_64-linux.S
[975/1263] Compiling ghash-x86-linux.S
[976/1263] Compiling ghash-x86_64-apple.S
[977/1263] Compiling ghash-x86-apple.S
[978/1263] Compiling ghash-ssse3-x86_64-linux.S
[979/1263] Compiling ghash-ssse3-x86-linux.S
[980/1263] Compiling ghash-ssse3-x86_64-apple.S
[981/1263] Compiling ghash-neon-armv8-win.S
[982/1263] Compiling ghash-ssse3-x86-apple.S
[983/1263] Compiling ghash-neon-armv8-linux.S
[984/1263] Compiling ghash-armv4-linux.S
[985/1263] Compiling co-586-linux.S
[986/1263] Compiling ghash-neon-armv8-apple.S
[987/1263] Compiling co-586-apple.S
[988/1263] Compiling bsaes-armv7-linux.S
[989/1263] Compiling bn-armv8-win.S
[990/1263] Compiling bn-586-apple.S
[991/1263] Compiling bn-armv8-linux.S
[992/1263] Compiling bn-armv8-apple.S
[993/1263] Compiling bn-586-linux.S
[994/1263] Compiling armv8-mont-win.S
[995/1263] Compiling armv8-mont-linux.S
[996/1263] Compiling armv8-mont-apple.S
[997/1263] Compiling armv4-mont-linux.S
[998/1263] Compiling aesv8-gcm-armv8-win.S
[999/1263] Compiling aesv8-armv8-win.S
[1000/1263] Compiling aesv8-gcm-armv8-apple.S
[1001/1263] Compiling aesv8-gcm-armv8-linux.S
[1002/1263] Compiling aesv8-armv8-linux.S
[1003/1263] Compiling aesv8-armv8-apple.S
[1004/1263] Compiling aesv8-armv7-linux.S
[1005/1263] Compiling aesni-x86-linux.S
[1006/1263] Compiling aesni-x86_64-linux.S
[1007/1263] Compiling aesni-x86-apple.S
[1008/1263] Compiling aesni-x86_64-apple.S
[1009/1263] Compiling aesni-gcm-x86_64-linux.S
[1010/1263] Compiling aesni-gcm-x86_64-apple.S
[1011/1263] Compiling x_x509.c
[1012/1263] Compiling x_spki.c
[1013/1263] Compiling x_req.c
[1014/1263] Compiling x_sig.c
[1015/1263] Compiling x_x509a.c
[1016/1263] Compiling x_val.c
[1017/1263] Compiling x_pubkey.c
[1018/1263] Compiling x_exten.c
[1019/1263] Compiling x_name.c
[1020/1263] Compiling x_attrib.c
[1021/1263] Compiling x_crl.c
[1022/1263] Compiling x_algor.c
[1023/1263] Compiling x_all.c
[1024/1263] Compiling x509spki.c
[1025/1263] Compiling x509rset.c
[1026/1263] Compiling x509name.c
[1027/1263] Compiling x509cset.c
[1028/1263] Compiling x509_vpm.c
[1029/1263] Compiling x509_txt.c
[1030/1263] Compiling x509_v3.c
[1031/1263] Compiling x509_vfy.c
[1032/1263] Compiling c-nioatomics.c
[1033/1263] Compiling x509_trs.c
[1034/1263] Compiling x509_set.c
[1035/1263] Compiling x509_req.c
[1036/1263] Compiling x509_obj.c
[1037/1263] Compiling x509_def.c
[1038/1263] Compiling x509_d2.c
[1039/1263] Compiling x509_lu.c
[1040/1263] Compiling x509_ext.c
[1041/1263] Compiling x509_cmp.c
[1042/1263] Compiling x509.c
[1043/1263] Compiling x509_att.c
[1044/1263] Compiling v3_skey.c
[1045/1263] Compiling v3_purp.c
[1046/1263] Compiling v3_utl.c
[1047/1263] Compiling v3_prn.c
[1048/1263] Compiling v3_ncons.c
[1049/1263] Compiling v3_lib.c
[1050/1263] Compiling v3_ocsp.c
[1051/1263] Compiling v3_pcons.c
[1052/1263] Compiling v3_pmaps.c
[1053/1263] Compiling v3_info.c
[1054/1263] Compiling v3_int.c
[1055/1263] Compiling v3_genn.c
[1056/1263] Compiling v3_ia5.c
[1057/1263] Compiling v3_enum.c
[1058/1263] Compiling v3_crld.c
[1059/1263] Compiling v3_bcons.c
[1060/1263] Compiling v3_extku.c
[1061/1263] Compiling v3_cpols.c
[1062/1263] Compiling v3_bitst.c
[1063/1263] Compiling v3_conf.c
[1064/1263] Compiling v3_alt.c
[1065/1263] Compiling t_x509a.c
[1066/1263] Compiling v3_akeya.c
[1067/1263] Compiling v3_akey.c
[1068/1263] Compiling rsa_pss.c
[1069/1263] Compiling c-atomics.c
[1070/1263] Compiling t_req.c
[1071/1263] Compiling i2d_pr.c
[1072/1263] Compiling t_x509.c
[1073/1263] Compiling t_crl.c
[1074/1263] Compiling name_print.c
[1075/1263] Compiling asn1_gen.c
[1076/1263] Compiling policy.c
[1077/1263] Compiling algorithm.c
[1078/1263] Compiling by_dir.c
[1079/1263] Compiling by_file.c
[1080/1263] Compiling a_verify.c
[1081/1263] Compiling a_digest.c
[1082/1263] Compiling a_sign.c
[1083/1269] Compiling thread_none.c
[1084/1269] Compiling voprf.c
[1085/1269] Compiling thread_pthread.c
[1086/1269] Compiling thread.c
[1087/1269] Compiling trust_token.c
[1087/1269] Compiling thread_win.c
[1089/1269] Compiling spx_wots.c
[1090/1269] Compiling spx_util.c
[1091/1269] Compiling stack.c
[1092/1269] Compiling spx_thash.c
[1093/1269] Compiling spx_fors.c
[1094/1269] Compiling spx_merkle.c
[1095/1269] Compiling pmbtoken.c
[1096/1269] Compiling spx_address.c
[1097/1269] Compiling spx.c
[1098/1269] Compiling thash.c
[1099/1269] Compiling slhdsa.c
[1100/1269] Compiling wots.c
[1101/1269] Compiling merkle.c
[1102/1269] Compiling sha512.c
[1103/1269] Compiling sha256.c
[1104/1269] Compiling sha1.c
[1105/1269] Compiling rsa_print.c
[1105/1269] Compiling fors.c
[1107/1269] Compiling siphash.c
[1108/1269] Compiling rsa_extra.c
[1109/1269] Compiling rc4.c
[1110/1269] Compiling trusty.c
[1111/1269] Compiling windows.c
[1112/1269] Compiling refcount.c
[1114/1269] Compiling NIOConcurrencyHelpers NIOLock.swift
[1114/1269] Compiling rsa_asn1.c
[1115/1269] Compiling urandom.c
[1116/1269] Compiling rsa_crypt.c
[1117/1269] Compiling rand_extra.c
[1118/1269] Compiling ios.c
[1119/1269] Compiling getentropy.c
[1120/1269] Compiling forkunsafe.c
[1122/1269] Compiling NIOConcurrencyHelpers lock.swift
[1122/1269] Compiling passive.c
[1123/1269] Compiling deterministic.c
[1124/1269] Compiling poly1305_arm_asm.S
[1125/1269] Compiling fork_detect.c
[1126/1269] Compiling poly1305_arm.c
[1127/1269] Compiling poly1305.c
[1128/1269] Compiling pool.c
[1129/1269] Compiling pkcs7.c
[1130/1269] Compiling poly1305_vec.c
[1131/1269] Compiling pkcs8.c
[1132/1269] Compiling p5_pbev2.c
[1133/1269] Compiling pkcs8_x509.c
[1134/1269] Compiling pem_x509.c
[1135/1269] Compiling pem_xaux.c
[1137/1269] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1138/1269] Emitting module NIOConcurrencyHelpers
[1138/1269] Compiling pkcs7_x509.c
[1140/1269] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1141/1269] Compiling NIOConcurrencyHelpers atomics.swift
[1141/1269] Compiling pem_pkey.c
[1142/1270] Compiling obj_xref.c
[1143/1270] Compiling pem_oth.c
[1145/1270] Compiling pem_pk8.c
[1146/1270] Compiling pem_lib.c
[1147/1270] Compiling pem_info.c
[1148/1270] Compiling pem_all.c
[1149/1270] Compiling md5.c
[1150/1270] Compiling mem.c
[1151/1270] Compiling md4.c
[1152/1270] Compiling obj.c
[1153/1270] Compiling lhash.c
[1154/1270] Compiling mldsa.c
[1155/1270] Compiling fips_shared_support.c
[1156/1270] Compiling keccak.c
[1157/1270] Compiling hrss.c
[1158/1270] Compiling poly_rq_mul.S
[1159/1270] Compiling ex_data.c
[1160/1270] Compiling kyber.c
[1161/1270] Compiling sign.c
[1162/1270] Compiling hpke.c
[1163/1270] Compiling pbkdf.c
[1164/1270] Compiling p_x25519_asn1.c
[1165/1270] Compiling scrypt.c
[1166/1270] Compiling print.c
[1167/1270] Compiling p_x25519.c
[1168/1355] Compiling p_rsa_asn1.c
[1169/1355] Compiling p_hkdf.c
[1169/1355] Compiling p_rsa.c
[1171/1355] Compiling p_ed25519_asn1.c
[1172/1355] Compiling p_ed25519.c
[1173/1355] Compiling p_ec_asn1.c
[1174/1355] Compiling p_dh.c
[1175/1355] Compiling p_dh_asn1.c
[1176/1355] Compiling p_ec.c
[1177/1355] Compiling p_dsa_asn1.c
[1178/1355] Compiling evp_ctx.c
[1179/1355] Compiling engine.c
[1180/1355] Compiling evp_asn1.c
[1181/1355] Compiling err.c
[1182/1355] Compiling evp.c
[1183/1355] Compiling ecdh_extra.c
[1184/1355] Compiling ecdsa_asn1.c
[1185/1355] Compiling ec_derive.c
[1186/1355] Compiling ec_asn1.c
[1187/1355] Compiling hash_to_curve.c
[1189/1355] Compiling NIOCore NIOAsyncWriter.swift
[1190/1355] Compiling NIOCore ByteBuffer-multi-int.swift
[1191/1355] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1192/1355] Compiling NIOCore ByteBuffer-views.swift
[1193/1358] Compiling NIOCore AsyncChannelInboundStream.swift
[1194/1358] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1195/1358] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1196/1358] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1197/1358] Compiling NIOCore AddressedEnvelope.swift
[1198/1358] Compiling NIOCore AsyncAwaitSupport.swift
[1199/1358] Compiling NIOCore AsyncChannel.swift
[1200/1358] Compiling NIOCore AsyncChannelHandler.swift
[1200/1358] Compiling dsa_asn1.c
[1202/1358] Emitting module ConsoleKitTerminal
[1202/1358] Compiling params.c
[1203/1358] Compiling dilithium.c
[1204/1358] Compiling digest_extra.c
[1205/1358] Compiling dsa.c
[1206/1358] Compiling dh_asn1.c
[1207/1358] Compiling spake25519.c
[1208/1358] Compiling x25519-asm-arm.S
[1209/1358] Compiling des.c
[1211/1358] Compiling NIOCore ChannelInvoker.swift
[1212/1358] Compiling NIOCore ChannelOption.swift
[1213/1358] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1214/1358] Compiling NIOCore BSDSocketAPI.swift
[1215/1358] Compiling NIOCore Channel.swift
[1216/1358] Compiling NIOCore ChannelHandler.swift
[1217/1358] Compiling NIOCore ChannelHandlers.swift
[1217/1358] Compiling crypto.c
[1218/1358] Compiling cpu_arm_linux.c
[1219/1358] Compiling cpu_intel.c
[1220/1358] Compiling cpu_arm_freebsd.c
[1222/1358] Compiling NIOCore ByteBuffer-aux.swift
[1223/1358] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1224/1358] Compiling NIOCore ByteBuffer-conversions.swift
[1225/1358] Compiling NIOCore ByteBuffer-core.swift
[1226/1358] Compiling NIOCore ByteBuffer-hex.swift
[1227/1358] Compiling NIOCore ByteBuffer-int.swift
[1227/1358] Compiling cpu_aarch64_sysreg.c
[1228/1358] Compiling cpu_aarch64_win.c
[1229/1358] Compiling cpu_aarch64_openbsd.c
[1230/1358] Compiling cpu_aarch64_fuchsia.c
[1231/1358] Compiling curve25519.c
[1232/1358] Compiling cpu_aarch64_linux.c
[1233/1358] Compiling cpu_aarch64_apple.c
[1234/1358] Compiling e_rc4.c
[1235/1358] Compiling e_tls.c
[1236/1358] Compiling tls_cbc.c
[1237/1358] Compiling conf.c
[1238/1358] Compiling e_null.c
[1239/1358] Compiling curve25519_64_adx.c
[1240/1358] Compiling e_des.c
[1241/1358] Compiling e_rc2.c
[1242/1358] Compiling e_chacha20poly1305.c
[1243/1358] Compiling e_aesgcmsiv.c
[1244/1358] Compiling derive_key.c
[1245/1358] Compiling e_aesctrhmac.c
[1246/1358] Compiling unicode.c
[1247/1358] Compiling chacha.c
[1248/1358] Compiling cipher_extra.c
[1249/1358] Compiling ber.c
[1250/1358] Compiling asn1_compat.c
[1251/1358] Compiling cbb.c
[1252/1358] Compiling buf.c
[1253/1358] Compiling cbs.c
[1254/1358] Compiling bn_asn1.c
[1255/1358] Compiling convert.c
[1256/1358] Compiling printf.c
[1257/1358] Compiling blake2.c
[1258/1358] Compiling file.c
[1259/1358] Compiling pair.c
[1260/1358] Compiling errno.c
[1261/1358] Compiling hexdump.c
[1263/1358] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1264/1358] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1265/1358] Compiling ConsoleKitTerminal LoggerFragment.swift
[1265/1359] Compiling fd.c
[1267/1359] Compiling NIOCore MarkedCircularBuffer.swift
[1268/1359] Compiling NIOCore MulticastChannel.swift
[1269/1359] Compiling NIOCore NIOAny.swift
[1270/1359] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1271/1359] Compiling NIOCore NIOLoopBound.swift
[1272/1359] Compiling NIOCore NIOScheduledCallback.swift
[1273/1359] Compiling NIOCore NIOSendable.swift
[1274/1359] Compiling NIOCore RecvByteBufferAllocator.swift
[1274/1367] Compiling bcm.c
[1275/1367] Compiling bio_mem.c
[1277/1367] Compiling base64.c
[1278/1367] Compiling tasn_utl.c
[1279/1367] Compiling tasn_typ.c
[1280/1367] Compiling bio.c
[1281/1367] Compiling tasn_fre.c
[1282/1367] Compiling tasn_enc.c
[1283/1367] Compiling tasn_new.c
[1284/1367] Compiling f_string.c
[1285/1367] Compiling posix_time.c
[1286/1367] Compiling asn1_par.c
[1287/1367] Compiling tasn_dec.c
[1288/1367] Compiling f_int.c
[1289/1367] Compiling asn_pack.c
[1290/1367] Compiling a_type.c
[1291/1367] Compiling a_utctm.c
[1292/1367] Compiling asn1_lib.c
[1293/1367] Compiling a_time.c
[1294/1386] Compiling a_strnid.c
[1295/1389] Compiling a_strex.c
[1296/1389] Compiling a_octet.c
[1297/1389] Compiling a_object.c
[1299/1389] Compiling NIOCore GlobalSingletons.swift
[1300/1389] Compiling NIOCore IO.swift
[1301/1389] Compiling NIOCore IOData.swift
[1302/1389] Compiling NIOCore IPProtocol.swift
[1303/1389] Compiling NIOCore IntegerBitPacking.swift
[1304/1389] Compiling NIOCore IntegerTypes.swift
[1305/1389] Compiling NIOCore Interfaces.swift
[1306/1389] Compiling NIOCore Linux.swift
[1306/1389] Compiling a_int.c
[1307/1389] Compiling a_mbstr.c
[1308/1389] Compiling a_i2d_fp.c
[1309/1389] Compiling a_dup.c
[1310/1389] Write sources
[1311/1389] Compiling a_gentm.c
[1312/1389] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1313/1389] Compiling a_bool.c
[1314/1389] Compiling a_d2i_fp.c
[1315/1389] Compiling a_bitstr.c
[1317/1450] Compiling BitCollections BitArray+Hashable.swift
[1318/1450] Compiling BitCollections BitArray+Initializers.swift
[1319/1450] Compiling BitCollections BitArray+Invariants.swift
[1320/1452] Emitting module ConsoleKitCommands
[1321/1452] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1322/1452] Compiling BitCollections BitArray+RandomBits.swift
[1323/1452] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1324/1452] Compiling BitCollections BitArray+Descriptions.swift
[1325/1452] Compiling BitCollections BitArray+Equatable.swift
[1326/1452] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1327/1452] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1328/1452] Compiling BitCollections BitArray+Extras.swift
[1329/1452] Compiling BitCollections BitArray+Fill.swift
[1330/1452] Compiling BitCollections BitArray+BitwiseOperations.swift
[1331/1452] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1332/1452] Compiling BitCollections BitArray+Codable.swift
[1333/1452] Compiling BitCollections BitArray+Collection.swift
[1334/1452] Compiling BitCollections BitArray+Copy.swift
[1335/1452] Compiling BitCollections BitArray+CustomReflectable.swift
[1336/1452] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1337/1452] Compiling ConsoleKitCommands Utilities.swift
[1338/1452] Compiling BitCollections BitSet+Initializers.swift
[1339/1452] Compiling BitCollections BitSet+Invariants.swift
[1340/1452] Compiling BitCollections BitSet+Random.swift
[1341/1452] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1342/1452] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1343/1452] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1344/1452] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1345/1452] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1346/1452] Compiling BitCollections BitSet+CustomReflectable.swift
[1347/1452] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1348/1452] Compiling BitCollections BitSet+Equatable.swift
[1349/1452] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1350/1452] Compiling BitCollections BitSet+Extras.swift
[1351/1452] Compiling BitCollections BitSet+Hashable.swift
[1352/1459] Compiling CryptoBoringWrapper RandomBytes.swift
[1353/1459] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1354/1459] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1355/1459] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1356/1459] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1357/1459] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1358/1459] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1359/1459] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1360/1459] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1361/1459] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1362/1459] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1363/1459] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1364/1459] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1365/1459] Compiling BitCollections BitSet+SetAlgebra union.swift
[1366/1459] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1367/1459] Compiling BitCollections BitSet.Counted.swift
[1368/1459] Emitting module CryptoBoringWrapper
[1369/1459] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1370/1459] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1371/1459] Compiling CryptoBoringWrapper EllipticCurve.swift
[1372/1459] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1381/1459] Emitting module BitCollections
[1390/1459] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1394/1460] Compiling BitCollections BitArray+Shifts.swift
[1395/1460] Compiling BitCollections BitArray+Testing.swift
[1396/1460] Compiling BitCollections BitArray._UnsafeHandle.swift
[1399/1460] Compiling BitCollections BitSet+Codable.swift
[1408/1460] Compiling BitCollections _Word.swift
[1409/1460] Compiling NIOCore SocketAddresses.swift
[1410/1460] Compiling NIOCore SocketOptionProvider.swift
[1411/1460] Compiling NIOCore SystemCallHelpers.swift
[1412/1460] Compiling NIOCore TimeAmount+Duration.swift
[1413/1460] Compiling NIOCore TypeAssistedChannelHandler.swift
[1414/1460] Compiling NIOCore UniversalBootstrapSupport.swift
[1415/1460] Compiling NIOCore Utilities.swift
[1416/1460] Compiling BitCollections BitSet.Index.swift
[1417/1460] Compiling BitCollections BitSet._UnsafeHandle.swift
[1418/1460] Compiling BitCollections BitSet.swift
[1419/1460] Compiling BitCollections Range+Utilities.swift
[1420/1460] Compiling BitCollections Slice+Utilities.swift
[1421/1460] Compiling BitCollections UInt+Tricks.swift
[1436/1537] Emitting module Collections
[1437/1537] Compiling Collections Collections.swift
[1438/1537] Emitting module ConsoleKit
[1439/1537] Compiling ConsoleKit Exports.swift
[1442/1539] Compiling Crypto SymmetricKeys.swift
[1443/1539] Compiling Crypto HMAC.swift
[1444/1539] Compiling Crypto MACFunctions.swift
[1445/1539] Compiling Crypto MessageAuthenticationCode.swift
[1446/1539] Compiling Crypto AES.swift
[1447/1539] Compiling Crypto ECDSASignature_boring.swift
[1448/1539] Compiling Crypto ECDSA_boring.swift
[1449/1539] Compiling Crypto EdDSA_boring.swift
[1450/1539] Compiling Crypto ECDSA.swift
[1451/1539] Compiling Crypto Ed25519.swift
[1452/1548] Compiling Crypto HKDF.swift
[1453/1548] Compiling Crypto AESWrap.swift
[1454/1548] Compiling Crypto AESWrap_boring.swift
[1455/1548] Compiling Crypto Ed25519_boring.swift
[1456/1548] Compiling Crypto NISTCurvesKeys_boring.swift
[1457/1548] Compiling Crypto X25519Keys_boring.swift
[1458/1548] Compiling Crypto Curve25519.swift
[1459/1548] Compiling Crypto Ed25519Keys.swift
[1460/1548] Compiling Crypto NISTCurvesKeys.swift
[1461/1548] Compiling Crypto X25519Keys.swift
[1462/1548] Emitting module Crypto
[1463/1548] Compiling Crypto HPKE.swift
[1464/1548] Compiling Crypto HPKE-Context.swift
[1465/1548] Compiling Crypto HPKE-KeySchedule.swift
[1466/1548] Compiling Crypto HPKE-Modes.swift
[1467/1548] Compiling Crypto Insecure.swift
[1468/1548] Compiling Crypto Insecure_HashFunctions.swift
[1469/1548] Compiling Crypto KEM.swift
[1470/1548] Compiling Crypto ECDH_boring.swift
[1471/1548] Compiling Crypto DH.swift
[1472/1548] Compiling Crypto ECDH.swift
[1473/1548] Compiling Crypto HPKE-Ciphersuite.swift
[1474/1548] Compiling Crypto HPKE-KDF.swift
[1475/1548] Compiling Crypto HPKE-KexKeyDerivation.swift
[1476/1548] Compiling Crypto HPKE-LabeledExtract.swift
[1477/1548] Compiling Crypto HPKE-Utils.swift
[1478/1548] Compiling Crypto DHKEM.swift
[1479/1548] Compiling Crypto HPKE-KEM-Curve25519.swift
[1480/1548] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1481/1548] Compiling Crypto HPKE-KEM.swift
[1482/1548] Compiling Crypto HPKE-Errors.swift
[1483/1548] Compiling Crypto PKCS8PrivateKey.swift
[1484/1548] Compiling Crypto SEC1PrivateKey.swift
[1485/1548] Compiling Crypto SubjectPublicKeyInfo.swift
[1486/1548] Compiling Crypto CryptoKitErrors.swift
[1487/1548] Compiling Crypto Digest_boring.swift
[1488/1548] Compiling Crypto Digest.swift
[1489/1548] Compiling Crypto Digests.swift
[1490/1548] Compiling Crypto HashFunctions.swift
[1491/1548] Compiling Crypto HashFunctions_SHA2.swift
[1492/1548] Compiling Crypto HPKE-AEAD.swift
[1493/1548] Compiling Crypto ASN1Boolean.swift
[1504/1548] Compiling Crypto ASN1Identifier.swift
[1505/1548] Compiling Crypto ASN1Integer.swift
[1506/1548] Compiling Crypto ASN1Null.swift
[1507/1548] Compiling Crypto ASN1OctetString.swift
[1508/1548] Compiling Crypto ASN1Strings.swift
[1509/1548] Compiling Crypto ArraySliceBigint.swift
[1510/1548] Compiling Crypto AES-GCM.swift
[1511/1548] Compiling Crypto AES-GCM_boring.swift
[1512/1548] Compiling Crypto ChaChaPoly_boring.swift
[1513/1548] Compiling Crypto ChaChaPoly.swift
[1514/1548] Compiling Crypto Cipher.swift
[1515/1548] Compiling Crypto Nonces.swift
[1516/1548] Compiling Crypto ASN1.swift
[1517/1548] Compiling Crypto ASN1Any.swift
[1518/1548] Compiling Crypto ASN1BitString.swift
[1535/1548] Compiling Crypto GeneralizedTime.swift
[1536/1548] Compiling Crypto ObjectIdentifier.swift
[1537/1548] Compiling Crypto ECDSASignature.swift
[1538/1548] Compiling Crypto PEMDocument.swift
[1539/1548] Compiling Crypto Signature.swift
[1540/1548] Compiling Crypto CryptoKitErrors_boring.swift
[1541/1548] Compiling Crypto RNG_boring.swift
[1542/1548] Compiling Crypto SafeCompare_boring.swift
[1543/1548] Compiling Crypto Zeroization_boring.swift
[1544/1548] Compiling Crypto PrettyBytes.swift
[1545/1548] Compiling Crypto SafeCompare.swift
[1546/1548] Compiling Crypto SecureBytes.swift
[1547/1548] Compiling Crypto Zeroization.swift
[1549/1549] Emitting module NIOCore
[1551/1601] Emitting module NIOEmbedded
[1552/1601] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1553/1601] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1554/1601] Compiling NIOPosix PosixSingletons.swift
[1555/1601] Compiling NIOPosix RawSocketBootstrap.swift
[1556/1601] Compiling NIOPosix Resolver.swift
[1557/1601] Compiling NIOPosix Selectable.swift
[1558/1607] Compiling NIOEmbedded AsyncTestingChannel.swift
[1559/1607] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1560/1607] Compiling NIOEmbedded Embedded.swift
[1562/1608] Compiling NIOPosix ThreadPosix.swift
[1563/1608] Compiling NIOPosix ThreadWindows.swift
[1564/1608] Compiling NIOPosix UnsafeTransfer.swift
[1565/1608] Compiling NIOPosix Utilities.swift
[1566/1608] Compiling NIOPosix VsockAddress.swift
[1567/1608] Compiling NIOPosix VsockChannelEvents.swift
[1568/1608] Compiling NIOPosix SelectableChannel.swift
[1569/1608] Compiling NIOPosix SelectableEventLoop.swift
[1570/1608] Compiling NIOPosix SelectorEpoll.swift
[1571/1608] Compiling NIOPosix SelectorGeneric.swift
[1572/1608] Compiling NIOPosix SelectorKqueue.swift
[1573/1608] Compiling NIOPosix SelectorUring.swift
[1574/1608] Compiling NIOPosix BSDSocketAPICommon.swift
[1575/1608] Compiling NIOPosix BSDSocketAPIPosix.swift
[1576/1608] Compiling NIOPosix BSDSocketAPIWindows.swift
[1577/1608] Compiling NIOPosix BaseSocket.swift
[1578/1608] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1579/1608] Compiling NIOPosix BaseSocketChannel.swift
[1580/1608] Compiling NIOPosix BaseStreamSocketChannel.swift
[1581/1608] Compiling NIOPosix ServerSocket.swift
[1582/1608] Compiling NIOPosix Socket.swift
[1583/1608] Compiling NIOPosix SocketChannel.swift
[1584/1608] Compiling NIOPosix SocketProtocols.swift
[1585/1608] Compiling NIOPosix System.swift
[1586/1608] Compiling NIOPosix Thread.swift
[1587/1608] Emitting module NIOPosix
[1588/1608] Compiling NIOPosix IO.swift
[1589/1608] Compiling NIOPosix IntegerBitPacking.swift
[1590/1608] Compiling NIOPosix IntegerTypes.swift
[1591/1608] Compiling NIOPosix Linux.swift
[1592/1608] Compiling NIOPosix LinuxCPUSet.swift
[1593/1608] Compiling NIOPosix LinuxUring.swift
[1594/1608] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1595/1608] Compiling NIOPosix Bootstrap.swift
[1596/1608] Compiling NIOPosix ControlMessage.swift
[1597/1608] Compiling NIOPosix DatagramVectorReadManager.swift
[1598/1608] Compiling NIOPosix Errors+Any.swift
[1599/1608] Compiling NIOPosix FileDescriptor.swift
[1600/1608] Compiling NIOPosix GetaddrinfoResolver.swift
[1601/1608] Compiling NIOPosix HappyEyeballs.swift
[1602/1608] Compiling NIOPosix NIOThreadPool.swift
[1603/1608] Compiling NIOPosix NonBlockingFileIO.swift
[1604/1608] Compiling NIOPosix PendingDatagramWritesManager.swift
[1605/1608] Compiling NIOPosix PendingWritesManager.swift
[1606/1608] Compiling NIOPosix PipeChannel.swift
[1607/1608] Compiling NIOPosix PipePair.swift
[1608/1608] Compiling NIOPosix Pool.swift
[1610/1668] Emitting module NIO
[1611/1668] Compiling NIO Exports.swift
[1613/1669] Compiling AsyncKit EventLoop+Flatten.swift
[1614/1669] Compiling AsyncKit EventLoop+Future.swift
[1615/1669] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1616/1671] Compiling AsyncKit Future+Miscellaneous.swift
[1617/1671] Compiling AsyncKit Future+Nonempty.swift
[1618/1671] Compiling AsyncKit Future+Optional.swift
[1619/1671] Compiling AsyncKit Future+Transform.swift
[1620/1671] Compiling AsyncKit Future+Try.swift
[1621/1671] Compiling AsyncKit FutureOperators.swift
[1622/1710] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1623/1710] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1624/1710] Compiling NIOHTTP1 HTTPTypes.swift
[1625/1710] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1626/1710] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1627/1714] Compiling NIOSOCKS ClientStateMachine.swift
[1628/1715] Emitting module NIOTLS
[1629/1715] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1630/1715] Compiling NIOTLS TLSEvents.swift
[1631/1715] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1633/1715] Compiling AsyncKit Optional+StrictMap.swift
[1634/1715] Compiling AsyncKit Exports.swift
[1635/1715] Compiling _NIOFileSystem BufferedWriter.swift
[1636/1715] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1637/1715] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1638/1715] Compiling NIOSOCKS ServerStateMachine.swift
[1639/1715] Compiling NIOSOCKS SOCKSResponse.swift
[1640/1715] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1641/1715] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1642/1715] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1643/1715] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1644/1715] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1645/1715] Compiling NIOHTTP1 HTTPEncoder.swift
[1646/1715] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1649/1717] Emitting module _NIOFileSystem
[1650/1717] Emitting module NIOSOCKS
[1651/1717] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1652/1717] Compiling NIOHTTP1 HTTPDecoder.swift
[1659/1717] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1660/1717] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1661/1718] Compiling NIOTLS SNIHandler.swift
[1662/1718] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1667/1719] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1668/1719] Compiling _NIOFileSystem Mocking.swift
[1669/1719] Compiling _NIOFileSystem Syscall.swift
[1670/1719] Compiling _NIOFileSystem Syscalls.swift
[1671/1719] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1672/1719] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1678/1719] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1679/1719] Emitting module NIOFoundationCompat
[1681/1748] Compiling NIOSSL RNG.swift
[1682/1748] Compiling NIOSSL SafeCompare.swift
[1683/1748] Compiling _NIOFileSystem FileSystemProtocol.swift
[1684/1748] Compiling _NIOFileSystem FileType.swift
[1685/1748] Compiling _NIOFileSystem IOStrategy.swift
[1686/1748] Compiling NIOSSL SSLCertificateExtensions.swift
[1687/1748] Compiling NIOSSL SSLConnection.swift
[1688/1770] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1689/1770] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1690/1770] Compiling NIOTransportServices AcceptHandler.swift
[1691/1770] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1692/1770] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1693/1770] Compiling NIOTransportServices NIOTSEventLoop.swift
[1694/1770] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1695/1770] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1696/1770] Compiling NIOTransportServices NIOTSBootstraps.swift
[1697/1770] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1698/1770] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1702/1772] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1703/1772] Compiling NIOTransportServices NIOTSErrors.swift
[1705/1772] Compiling NIOTransportServices StateManagedChannel.swift
[1706/1772] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1707/1772] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1709/1772] Compiling NIOTransportServices NIOTSSingletons.swift
[1710/1772] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1713/1772] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1714/1772] Emitting module NIOTransportServices
[1715/1772] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1716/1772] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1717/1772] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1718/1772] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1721/1773] Compiling _NIOFileSystem SystemFileHandle.swift
[1722/1773] Compiling _NIOFileSystem Utilities.swift
[1723/1773] Compiling _NIOFileSystem OpenOptions.swift
[1724/1773] Compiling _NIOFileSystem String+FileSystem.swift
[1725/1773] Emitting module NIOHTTP1
[1730/1774] Emitting module AsyncKit
[1731/1791] Compiling NIOSSL NIOSSLSecureBytes.swift
[1737/1822] Compiling NIOSSL SubjectAlternativeName.swift
[1738/1841] Compiling MultipartKit BasicCodingKey.swift
[1739/1841] Compiling MultipartKit MultipartError.swift
[1740/1841] Compiling MultipartKit Exports.swift
[1741/1841] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1742/1841] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1743/1841] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1744/1841] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1745/1841] Compiling MultipartKit FormDataDecoder.swift
[1754/1841] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1755/1841] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1756/1842] Compiling MultipartKit MultipartPart.swift
[1757/1842] Compiling MultipartKit MultipartPartConvertible.swift
[1760/1842] Compiling NIOWebSocket WebSocketOpcode.swift
[1762/1843] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1765/1845] Compiling MultipartKit FormDataEncoder.swift
[1766/1845] Compiling MultipartKit Storage.swift
[1767/1847] Emitting module NIOSSL
[1768/1847] Compiling NIOHTTPCompression HTTPCompression.swift
[1769/1847] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1770/1847] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1771/1847] Compiling NIOHTTPCompression HTTPDecompression.swift
[1772/1847] Emitting module NIOHTTPCompression
[1773/1847] Compiling NIOHPACK IndexedHeaderTable.swift
[1774/1847] Compiling NIOHPACK IntegerCoding.swift
[1775/1848] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1776/1848] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1777/1848] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1783/1848] Compiling MultipartKit MultipartFormData.swift
[1784/1848] Compiling MultipartKit MultipartParser.swift
[1785/1848] Compiling NIOHPACK HuffmanTables.swift
[1789/1851] Emitting module NIOWebSocket
[1792/1851] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1793/1851] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1794/1851] Compiling NIOHPACK StaticHeaderTable.swift
[1795/1851] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1796/1852] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1797/1852] Compiling NIOExtras WritePCAPHandler.swift
[1798/1852] Emitting module MultipartKit
[1802/1852] Compiling NIOHPACK HuffmanCoding.swift
[1807/1852] Emitting module _NIOFileSystemFoundationCompat
[1808/1852] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1809/1852] Compiling MultipartKit MultipartSerializer.swift
[1810/1852] Compiling MultipartKit Utilities.swift
[1811/1852] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1812/1852] Compiling NIOWebSocket WebSocketFrame.swift
[1815/1853] Emitting module NIOHPACK
[1819/1853] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1827/1854] Emitting module NIOExtras
[1837/1857] Compiling NIOFileSystem Exports.swift
[1838/1857] Emitting module NIOFileSystem
[1849/1859] Compiling NIOSSL Zeroization.swift
[1850/1859] Compiling NIOSSL TLSConfiguration.swift
[1851/1859] Compiling NIOSSL UniversalBootstrapSupport.swift
[1853/1918] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1854/1918] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1856/1927] Compiling WebSocketKit WebSocketHandler.swift
[1857/1927] Emitting module WebSocketKit
[1858/1927] Compiling WebSocketKit WebSocket+Concurrency.swift
[1859/1927] Compiling WebSocketKit WebSocket+Connect.swift
[1860/1927] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1861/1927] Compiling WebSocketKit Exports.swift
[1862/1927] Compiling WebSocketKit WebSocketClient.swift
[1863/1927] Compiling WebSocketKit WebSocket.swift
[1865/1928] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1866/1928] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1867/1928] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1868/1928] Compiling NIOHTTP2 HTTP2StreamID.swift
[1869/1928] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1870/1928] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1871/1928] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1872/1928] Compiling NIOHTTP2 InboundEventBuffer.swift
[1873/1936] Emitting module NIOHTTP2
[1874/1936] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1875/1936] Compiling NIOHTTP2 HTTP2Frame.swift
[1876/1936] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1877/1936] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1878/1936] Compiling NIOHTTP2 HTTP2PingData.swift
[1879/1936] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1880/1936] Compiling NIOHTTP2 HTTP2Settings.swift
[1881/1936] Compiling NIOHTTP2 HTTP2Stream.swift
[1882/1936] Compiling NIOHTTP2 InboundWindowManager.swift
[1883/1936] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1884/1936] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1885/1936] Compiling NIOHTTP2 StreamChannelList.swift
[1886/1936] Compiling NIOHTTP2 StreamMap.swift
[1887/1936] Compiling NIOHTTP2 StreamStateMachine.swift
[1888/1936] Compiling NIOHTTP2 UnsafeTransfer.swift
[1889/1936] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1890/1936] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1891/1936] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1892/1936] Compiling NIOHTTP2 MayReceiveFrames.swift
[1893/1936] Compiling NIOHTTP2 ReceivingDataState.swift
[1894/1936] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1895/1936] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1896/1936] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1897/1936] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1900/1936] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1901/1936] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1902/1936] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1903/1936] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1904/1936] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1905/1936] Compiling NIOHTTP2 HTTP2Error.swift
[1906/1936] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1907/1936] Compiling NIOHTTP2 MaySendFrames.swift
[1908/1936] Compiling NIOHTTP2 SendingDataState.swift
[1909/1936] Compiling NIOHTTP2 SendingGoawayState.swift
[1910/1936] Compiling NIOHTTP2 SendingHeadersState.swift
[1911/1936] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1912/1936] Compiling NIOHTTP2 SendingRstStreamState.swift
[1913/1936] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1914/1936] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1915/1936] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1916/1936] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1917/1936] Compiling NIOHTTP2 HasLocalSettings.swift
[1918/1936] Compiling NIOHTTP2 HasRemoteSettings.swift
[1919/1936] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1920/1936] Compiling NIOHTTP2 QuiescingState.swift
[1921/1936] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1922/1936] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1923/1936] Compiling NIOHTTP2 StateMachineResult.swift
[1924/1936] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1925/1936] Compiling NIOHTTP2 DOSHeuristics.swift
[1926/1936] Compiling NIOHTTP2 Error+Any.swift
[1927/1936] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1928/1936] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1929/1936] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1930/1936] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1932/1994] Emitting module AsyncHTTPClient
[1933/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1934/2002] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1935/2002] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1936/2002] Compiling AsyncHTTPClient ConnectionTarget.swift
[1937/2002] Compiling AsyncHTTPClient DeconstructedURL.swift
[1938/2002] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1939/2002] Compiling AsyncHTTPClient FoundationExtensions.swift
[1940/2002] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1941/2002] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1942/2002] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1943/2002] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1944/2002] Compiling AsyncHTTPClient Transaction.swift
[1945/2002] Compiling AsyncHTTPClient Base64.swift
[1946/2002] Compiling AsyncHTTPClient BasicAuth.swift
[1947/2002] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1948/2002] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1949/2002] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1950/2002] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1951/2002] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1952/2002] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1953/2002] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1954/2002] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1955/2002] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1956/2002] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1957/2002] Compiling AsyncHTTPClient ConnectionPool.swift
[1958/2002] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1959/2002] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1960/2002] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1961/2002] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1962/2002] Compiling AsyncHTTPClient HTTP1Connection.swift
[1963/2002] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1964/2002] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1965/2002] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1966/2002] Compiling AsyncHTTPClient HTTPClient.swift
[1967/2002] Compiling AsyncHTTPClient HTTPHandler.swift
[1968/2002] Compiling AsyncHTTPClient LRUCache.swift
[1969/2002] Compiling AsyncHTTPClient NWErrorHandler.swift
[1970/2002] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1971/2002] Compiling AsyncHTTPClient TLSConfiguration.swift
[1972/2002] Compiling AsyncHTTPClient RedirectState.swift
[1973/2002] Compiling AsyncHTTPClient HTTP2Connection.swift
[1974/2002] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1975/2002] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1976/2002] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1977/2002] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1978/2002] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1979/2002] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1980/2002] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1981/2002] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1982/2002] Compiling AsyncHTTPClient RequestBodyLength.swift
[1983/2002] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1984/2002] Compiling AsyncHTTPClient RequestOptions.swift
[1985/2002] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1986/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1987/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1988/2002] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1996/2003] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1997/2003] Compiling AsyncHTTPClient RequestBag.swift
[1998/2003] Compiling AsyncHTTPClient RequestValidation.swift
[1999/2003] Compiling AsyncHTTPClient SSLContextCache.swift
[2000/2003] Compiling AsyncHTTPClient Scheme.swift
[2001/2003] Compiling AsyncHTTPClient Singleton.swift
[2002/2003] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2003/2003] Compiling AsyncHTTPClient Utils.swift
[2005/2183] Compiling Vapor AsyncBasicResponder.swift
[2006/2183] Compiling Vapor AsyncMiddleware.swift
[2007/2183] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2008/2183] Compiling Vapor AsyncSessionDriver.swift
[2009/2184] Compiling Vapor Core.swift
[2010/2184] Compiling Vapor Running.swift
[2011/2184] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2012/2184] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2013/2184] Compiling Vapor DotEnvFile+load.swift
[2014/2184] Compiling Vapor Routes+caseInsenstive.swift
[2015/2184] Compiling Vapor Validatable+validate.swift
[2016/2184] Compiling Vapor Environment+Process.swift
[2017/2184] Compiling Vapor Environment+Secret.swift
[2018/2184] Compiling Vapor Environment.swift
[2019/2184] Compiling Vapor Abort.swift
[2020/2184] Compiling Vapor AbortError.swift
[2021/2184] Compiling Vapor DebuggableError.swift
[2022/2184] Compiling Vapor Demangler.swift
[2023/2184] Compiling Vapor ErrorSource.swift
[2024/2184] Compiling Vapor StackTrace.swift
[2025/2184] Compiling Vapor Exports.swift
[2026/2184] Compiling Vapor Application+HTTP.swift
[2027/2184] Compiling Vapor BasicResponder.swift
[2028/2184] Compiling Vapor BodyStream.swift
[2029/2184] Compiling Vapor Application+HTTP+Client.swift
[2030/2184] Compiling Vapor EventLoopHTTPClient.swift
[2031/2184] Compiling Vapor EndpointCache.swift
[2032/2184] Compiling Vapor HTTPMethod+String.swift
[2033/2184] Compiling SendGridKit Personalization.swift
[2034/2184] Compiling SendGridKit MailSettings.swift
[2035/2184] Compiling SendGridKit SendGridEmail.swift
[2036/2208] Compiling SendGridKit SendGridError.swift
[2037/2208] Compiling SendGridKit TrackingSettings.swift
[2038/2208] Emitting module SendGridKit
[2039/2208] Compiling SendGridKit SendGridClient.swift
[2041/2209] Compiling Vapor HTTPServerResponseEncoder.swift
[2042/2209] Compiling Vapor HTTPServerUpgradeHandler.swift
[2043/2209] Compiling Vapor Logger+Report.swift
[2044/2209] Compiling Vapor LoggingSystem+Environment.swift
[2045/2209] Compiling Vapor Application+Middleware.swift
[2046/2209] Compiling Vapor CORSMiddleware.swift
[2047/2209] Compiling Vapor ErrorMiddleware.swift
[2048/2209] Compiling Vapor FileMiddleware.swift
[2049/2209] Compiling Vapor Middleware.swift
[2050/2209] Compiling Vapor MiddlewareConfiguration.swift
[2051/2209] Compiling Vapor ResponseCompressionMiddleware.swift
[2052/2209] Compiling Vapor RouteLoggingMiddleware.swift
[2053/2209] Compiling Vapor TracingMiddleware.swift
[2054/2209] Compiling Vapor File+Multipart.swift
[2055/2209] Compiling Vapor FormDataDecoder+Content.swift
[2056/2209] Compiling Vapor FormDataEncoder+Content.swift
[2057/2209] Compiling Vapor Application+Password.swift
[2058/2209] Compiling Vapor Application+Passwords.swift
[2059/2209] Compiling Vapor AsyncPasswordHasher.swift
[2060/2209] Compiling Vapor BcryptHasher.swift
[2061/2209] Compiling Vapor PasswordHasher.swift
[2062/2209] Compiling Vapor PlaintextHasher.swift
[2063/2209] Compiling Vapor Request+Password.swift
[2064/2209] Compiling Vapor Redirect.swift
[2069/2233] Compiling Vapor Authentication+Concurrency.swift
[2070/2233] Compiling Vapor Cache+Concurrency.swift
[2071/2233] Compiling Vapor Client+Concurrency.swift
[2072/2233] Compiling Vapor RequestBody+Concurrency.swift
[2073/2233] Compiling Vapor Responder+Concurrency.swift
[2074/2233] Compiling Vapor ResponseCodable+Concurrency.swift
[2075/2233] Compiling Vapor RoutesBuilder+Concurrency.swift
[2076/2233] Compiling Vapor ViewRenderer+Concurrency.swift
[2077/2233] Compiling Vapor WebSocket+Concurrency.swift
[2078/2233] Compiling Vapor ContainerGetPathExecutor.swift
[2079/2233] Compiling Vapor Content.swift
[2080/2233] Compiling Vapor ContentCoders.swift
[2081/2233] Compiling Vapor ContentConfiguration.swift
[2082/2233] Compiling Vapor ContentContainer.swift
[2083/2233] Compiling Vapor JSONCoder+Custom.swift
[2084/2233] Compiling Vapor JSONCoders+Content.swift
[2085/2233] Compiling Vapor PlaintextDecoder.swift
[2086/2233] Compiling Vapor PlaintextEncoder.swift
[2087/2233] Compiling Vapor URLQueryCoders.swift
[2088/2233] Compiling Vapor URLQueryContainer.swift
[2089/2233] Compiling Vapor Request+Body.swift
[2090/2233] Compiling Vapor Request+BodyStream.swift
[2091/2233] Compiling Vapor Request.swift
[2092/2233] Compiling Vapor Application+Responder.swift
[2093/2233] Compiling Vapor DefaultResponder.swift
[2094/2233] Compiling Vapor Response+Body.swift
[2095/2233] Compiling Vapor Response.swift
[2096/2233] Compiling Vapor ResponseCodable.swift
[2097/2233] Compiling Vapor Application+Routes.swift
[2098/2233] Compiling Vapor Parameters+Require.swift
[2099/2233] Compiling Vapor Request+WebSocket.swift
[2100/2233] Compiling Vapor Route.swift
[2101/2233] Compiling Vapor RouteCollection.swift
[2102/2233] Compiling Vapor Routes.swift
[2103/2233] Compiling Vapor RoutesBuilder+Group.swift
[2104/2233] Compiling Vapor RoutesBuilder+Method.swift
[2105/2233] Compiling Vapor RoutesBuilder+Middleware.swift
[2106/2233] Compiling Vapor RoutesBuilder+WebSocket.swift
[2107/2233] Compiling Vapor RoutesBuilder.swift
[2108/2233] Compiling Vapor OTP.swift
[2109/2233] Compiling Vapor Application+Servers.swift
[2110/2233] Compiling Vapor Server.swift
[2111/2233] Compiling Vapor App+Service.swift
[2112/2233] Compiling Vapor Req+Service.swift
[2113/2233] Compiling Vapor Application.swift
[2114/2233] Compiling Vapor AuthenticationCache.swift
[2115/2233] Compiling Vapor Authenticator.swift
[2116/2233] Compiling Vapor BasicAuthorization.swift
[2117/2233] Compiling Vapor BearerAuthorization.swift
[2118/2233] Compiling Vapor GuardMiddleware.swift
[2119/2233] Compiling Vapor RedirectMiddleware.swift
[2120/2233] Compiling Vapor SessionAuthenticatable.swift
[2121/2233] Compiling Vapor Bcrypt.swift
[2122/2233] Compiling Vapor Application+Cache.swift
[2123/2233] Compiling Vapor Cache.swift
[2124/2233] Compiling Vapor CacheExpirationTime.swift
[2125/2233] Compiling Vapor MemoryCache.swift
[2126/2233] Compiling Vapor Request+Cache.swift
[2127/2233] Compiling Vapor Application+Clients.swift
[2128/2233] Compiling Vapor Client.swift
[2129/2233] Compiling Vapor ClientRequest.swift
[2130/2233] Compiling Vapor ClientResponse.swift
[2131/2233] Compiling Vapor Request+Client.swift
[2132/2233] Compiling Vapor BootCommand.swift
[2133/2233] Compiling Vapor CommandContext+Application.swift
[2134/2233] Compiling Vapor RoutesCommand.swift
[2135/2233] Compiling Vapor ServeCommand.swift
[2136/2233] Compiling Vapor AnyResponse+Concurrency.swift
[2137/2233] Compiling Vapor Validator.swift
[2138/2233] Compiling Vapor ValidatorResult.swift
[2139/2233] Compiling Vapor And.swift
[2140/2233] Compiling Vapor Case.swift
[2141/2233] Compiling Vapor CharacterSet.swift
[2142/2233] Compiling Vapor Count.swift
[2143/2233] Compiling Vapor Custom.swift
[2144/2233] Compiling Vapor Email.swift
[2145/2233] Compiling Vapor Empty.swift
[2146/2233] Compiling Vapor In.swift
[2147/2233] Compiling Vapor Nil.swift
[2148/2233] Compiling Vapor NilIgnoring.swift
[2149/2233] Compiling Vapor Not.swift
[2150/2233] Compiling Vapor Or.swift
[2151/2233] Compiling Vapor Pattern.swift
[2152/2233] Compiling Vapor Range.swift
[2153/2233] Compiling Vapor URL.swift
[2154/2233] Compiling Vapor Valid.swift
[2155/2233] Compiling Vapor Application+Views.swift
[2156/2233] Compiling Vapor PlaintextRenderer.swift
[2157/2233] Compiling Vapor Request+View.swift
[2158/2233] Compiling Vapor View.swift
[2159/2233] Compiling Vapor ViewRenderer.swift
[2160/2233] Compiling Vapor _Deprecations.swift
[2161/2233] Compiling Vapor Bytes+Hex.swift
[2162/2233] Compiling Vapor Bytes+SecureCompare.swift
[2163/2233] Compiling Vapor Collection+Safe.swift
[2164/2233] Compiling Vapor DataProtocol+Copy.swift
[2165/2233] Compiling Vapor DecoderUnwrapper.swift
[2166/2233] Compiling Vapor DirectoryConfiguration.swift
[2167/2233] Compiling Vapor DotEnv.swift
[2168/2233] Compiling Vapor Extendable.swift
[2169/2233] Compiling Vapor File.swift
[2170/2233] Compiling Vapor FileIO.swift
[2171/2233] Compiling Vapor LifecycleHandler.swift
[2172/2233] Compiling Vapor OptionalType.swift
[2173/2233] Compiling Vapor RFC1123.swift
[2174/2233] Compiling Vapor SocketAddress+Hostname.swift
[2175/2233] Compiling Vapor Storage.swift
[2176/2233] Compiling Vapor String+IsIPAddress.swift
[2177/2233] Compiling Vapor Thread.swift
[2178/2233] Compiling Vapor URI.swift
[2179/2233] Compiling Vapor RangeResult.swift
[2180/2233] Compiling Vapor Validatable.swift
[2181/2233] Compiling Vapor Validation.swift
[2182/2233] Compiling Vapor ValidationKey.swift
[2183/2233] Compiling Vapor Validations.swift
[2184/2233] Compiling Vapor ValidationsError.swift
[2185/2233] Emitting module Vapor
[2186/2233] Compiling Vapor Service.swift
[2187/2233] Compiling Vapor Application+Sessions.swift
[2188/2233] Compiling Vapor MemorySessions.swift
[2189/2233] Compiling Vapor Request+Session.swift
[2190/2233] Compiling Vapor Session.swift
[2191/2233] Compiling Vapor SessionCache.swift
[2192/2233] Compiling Vapor SessionData.swift
[2193/2233] Compiling Vapor SessionDriver.swift
[2194/2233] Compiling Vapor SessionsConfiguration.swift
[2195/2233] Compiling Vapor SessionsMiddleware.swift
[2196/2233] Compiling Vapor URLEncodedFormData.swift
[2197/2233] Compiling Vapor URLEncodedFormDecoder.swift
[2198/2233] Compiling Vapor URLEncodedFormEncoder.swift
[2199/2233] Compiling Vapor URLEncodedFormError.swift
[2200/2233] Compiling Vapor URLEncodedFormParser.swift
[2201/2233] Compiling Vapor URLEncodedFormSerializer.swift
[2202/2233] Compiling Vapor URLQueryFragmentConvertible.swift
[2203/2233] Compiling Vapor AnyResponse.swift
[2204/2233] Compiling Vapor Array+Random.swift
[2205/2233] Compiling Vapor Base32.swift
[2206/2233] Compiling Vapor Base64.swift
[2207/2233] Compiling Vapor BaseN.swift
[2208/2233] Compiling Vapor BasicCodingKey.swift
[2209/2233] Compiling Vapor ByteCount.swift
[2210/2233] Compiling Vapor HTTPStatus.swift
[2211/2233] Compiling Vapor HTTPCookies.swift
[2212/2233] Compiling Vapor HTTPHeaderCacheControl.swift
[2213/2233] Compiling Vapor HTTPHeaderExpires.swift
[2214/2233] Compiling Vapor HTTPHeaderLastModified.swift
[2215/2233] Compiling Vapor HTTPHeaders+Cache.swift
[2216/2233] Compiling Vapor HTTPHeaders+Connection.swift
[2217/2233] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2218/2233] Compiling Vapor HTTPHeaders+ContentRange.swift
[2219/2233] Compiling Vapor HTTPHeaders+Directive.swift
[2220/2233] Compiling Vapor HTTPHeaders+Forwarded.swift
[2221/2233] Compiling Vapor HTTPHeaders+Link.swift
[2222/2233] Compiling Vapor HTTPHeaders+Name.swift
[2223/2233] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2224/2233] Compiling Vapor HTTPHeaders.swift
[2225/2233] Compiling Vapor HTTPMediaType.swift
[2226/2233] Compiling Vapor HTTPMediaTypePreference.swift
[2227/2233] Compiling Vapor Responder.swift
[2228/2233] Compiling Vapor Application+HTTP+Server.swift
[2229/2233] Compiling Vapor HTTPServer.swift
[2230/2233] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2231/2233] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2232/2233] Compiling Vapor HTTPServerHandler.swift
[2233/2233] Compiling Vapor HTTPServerRequestDecoder.swift
[2235/2238] Compiling SendGrid Exports.swift
[2236/2238] Compiling SendGrid Request+SendGrid.swift
[2237/2238] Emitting module SendGrid
[2238/2238] Compiling SendGrid Application+SendGrid.swift
Build complete! (250.31s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.112.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "sendgrid-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor-community/sendgrid-kit.git"
    }
  ],
  "manifest_display_name" : "sendgrid",
  "name" : "sendgrid",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SendGrid",
      "targets" : [
        "SendGrid"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SendGridTests",
      "module_type" : "SwiftTarget",
      "name" : "SendGridTests",
      "path" : "Tests/SendGridTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "SendGridTests.swift"
      ],
      "target_dependencies" : [
        "SendGrid"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SendGrid",
      "module_type" : "SwiftTarget",
      "name" : "SendGrid",
      "path" : "Sources/SendGrid",
      "product_dependencies" : [
        "Vapor",
        "SendGridKit"
      ],
      "product_memberships" : [
        "SendGrid"
      ],
      "sources" : [
        "Application+SendGrid.swift",
        "Exports.swift",
        "Request+SendGrid.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.