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 FCM, reference 3.0.0-beta.3 (a3ded2), with Swift 6.1 for Linux on 28 Apr 2025 22:43:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/FCM.git
Reference: 3.0.0-beta.3
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/mihaelisaev/FCM
 * tag               3.0.0-beta.3 -> FETCH_HEAD
HEAD is now at a3ded29 Add more public `init` (#54 by AlekseyPleshkov)
Cloned https://github.com/mihaelisaev/FCM.git
Revision (git rev-parse @):
a3ded2919a139e913260edd00c0433c19e463d22
SUCCESS checkout https://github.com/mihaelisaev/FCM.git at 3.0.0-beta.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mihaelisaev/FCM.git
https://github.com/mihaelisaev/FCM.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    }
  ],
  "manifest_display_name" : "FCM",
  "name" : "FCM",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FCM",
      "targets" : [
        "FCM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FCMTests",
      "module_type" : "SwiftTarget",
      "name" : "FCMTests",
      "path" : "Tests/FCMTests",
      "sources" : [
        "FCMTests.swift"
      ],
      "target_dependencies" : [
        "FCM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FCM",
      "module_type" : "SwiftTarget",
      "name" : "FCM",
      "path" : "Sources/FCM",
      "product_dependencies" : [
        "Vapor",
        "JWT"
      ],
      "product_memberships" : [
        "FCM"
      ],
      "sources" : [
        "FCM+Application.swift",
        "FCM+Request.swift",
        "FCM.swift",
        "FCMAndroidConfig/FCMAndroidConfig.swift",
        "FCMAndroidConfig/FCMAndroidMessagePriority.swift",
        "FCMAndroidConfig/FCMAndroidNotification.swift",
        "FCMAndroidConfig/FCMAndroidNotificationLightSettings.swift",
        "FCMAndroidConfig/FCMAndroidNotificationPriority.swift",
        "FCMAndroidConfig/FCMAndroidNotificationVisibility.swift",
        "FCMApnsConfig/FCMApnsAlert.swift",
        "FCMApnsConfig/FCMApnsAlertOrString.swift",
        "FCMApnsConfig/FCMApnsApsObject.swift",
        "FCMApnsConfig/FCMApnsConfig.swift",
        "FCMApnsConfig/FCMApnsPayload.swift",
        "FCMApnsConfig/FCMApnsPayloadProtocol.swift",
        "FCMApnsConfig/FCMOptions.swift",
        "FCMApnsConfig/FCMOptionsProtocol.swift",
        "FCMConfiguration.swift",
        "FCMError.swift",
        "FCMMessage.swift",
        "FCMNotification.swift",
        "FCMWebpushConfig.swift",
        "GAuthPayload.swift",
        "Helpers/FCM+AccessToken.swift",
        "Helpers/FCM+BatchSend.swift",
        "Helpers/FCM+CreateTopic.swift",
        "Helpers/FCM+DeleteTopic.swift",
        "Helpers/FCM+GetTopics.swift",
        "Helpers/FCM+JWT.swift",
        "Helpers/FCM+RegisterAPNS.swift",
        "Helpers/FCM+SendMessage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/jwt.git
[1/2707] Fetching jwt
[2708/77044] Fetching jwt, vapor
Fetched https://github.com/vapor/jwt.git from cache (1.99s)
Fetched https://github.com/vapor/vapor.git from cache (2.02s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.2 (2.66s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.03s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (1.55s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
[1/6112] Fetching swift-certificates
[2/9948] Fetching swift-certificates, swift-log
[9522/23732] Fetching swift-certificates, swift-log, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (1.33s)
Fetched https://github.com/apple/swift-log.git from cache (1.33s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.35s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.30s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.28s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.82s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.53s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.58s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1063] Fetching swift-service-context
[2/4271] Fetching swift-service-context, multipart-kit
[2059/9245] Fetching swift-service-context, multipart-kit, swift-distributed-tracing
[2500/11841] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, websocket-kit
[6531/13546] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, websocket-kit, swift-atomics
[10963/19449] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, websocket-kit, swift-atomics, swift-algorithms
Fetched https://github.com/vapor/websocket-kit.git from cache (0.31s)
[11387/16853] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-atomics, swift-algorithms
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.43s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.50s)
Fetching https://github.com/apple/swift-nio-http2.git
[4406/8176] Fetching swift-service-context, multipart-kit, swift-atomics, swift-metrics
[6606/13838] Fetching swift-service-context, multipart-kit, swift-atomics, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.48s)
[10068/23130] Fetching swift-service-context, multipart-kit, swift-atomics, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.53s)
Fetching https://github.com/apple/swift-nio.git
[7049/17468] Fetching swift-service-context, multipart-kit, swift-atomics, swift-nio-http2
[15566/32261] Fetching swift-service-context, multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl
[17834/107785] Fetching swift-service-context, multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (2.13s)
[56461/106080] Fetching swift-service-context, multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-service-context.git from cache (2.14s)
Fetching https://github.com/vapor/routing-kit.git
[56153/105017] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/vapor/multipart-kit.git from cache (2.21s)
[55048/101809] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.76s)
[47137/90317] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
[57088/111044] Fetching swift-nio-ssl, swift-nio, routing-kit
[62671/113414] Fetching swift-nio-ssl, swift-nio, routing-kit, async-kit
[71111/127269] Fetching swift-nio-ssl, swift-nio, routing-kit, async-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (0.79s)
[84015/124899] Fetching swift-nio-ssl, swift-nio, routing-kit, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.15s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.69s)
[72084/96251] Fetching swift-nio, routing-kit
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.16s)
[55133/75524] Fetching swift-nio
[56644/81009] Fetching swift-nio, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.44s)
[60420/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.01s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4359] Fetching swift-system
[4360/20601] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
[4386/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.06s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.59s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.62s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.65s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.22s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.69s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.25s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.63s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[264/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.31s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.93s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.63s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.64s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (3.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.81s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.55s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.63s)
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-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.64s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.84s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.50s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.44s)
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 5.1.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/837] Write sources
[52/837] Compiling _NumericsShims _NumericsShims.c
[53/837] Compiling CVaporBcrypt bcrypt.c
[54/837] Compiling CNIOWindows shim.c
[55/837] Compiling CNIOWindows WSAStartup.c
[56/837] Compiling CNIOWASI CNIOWASI.c
[57/837] Compiling CSystem shims.c
[58/837] Compiling CVaporBcrypt blf.c
[59/837] Compiling _AtomicsShims.c
[60/837] Compiling CNIOLinux liburing_shims.c
[61/837] Compiling CNIOExtrasZlib empty.c
[61/837] Compiling CNIOSHA1 c_nio_sha1.c
[63/837] Compiling CNIODarwin shim.c
[64/837] Compiling CNIOLLHTTP c_nio_http.c
[65/837] Compiling CNIOLLHTTP c_nio_api.c
[66/837] Compiling CNIOLinux shim.c
[67/837] Compiling fiat_p256_adx_sqr.S
[68/837] Compiling fiat_curve25519_adx_mul.S
[69/837] Compiling fiat_p256_adx_mul.S
[70/837] Compiling fiat_curve25519_adx_square.S
[71/837] Write swift-version-24593BA9C3E375BF.txt
[72/837] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/837] Compiling CNIOBoringSSLShims shims.c
[75/843] Emitting module _NIOBase64
[75/843] Compiling tls_record.cc
[76/843] Compiling tls_method.cc
[77/843] Compiling tls13_client.cc
[78/890] Compiling tls13_enc.cc
[79/890] Compiling tls13_both.cc
[80/893] Compiling tls13_server.cc
[82/893] Emitting module _CertificateInternals
[83/908] Compiling RealModule Real.swift
[84/909] Compiling RealModule RealFunctions.swift
[85/909] Compiling ServiceContextModule ServiceContextKey.swift
[86/909] Emitting module ServiceContextModule
[87/909] Compiling ServiceContextModule ServiceContext.swift
[88/909] Compiling _NIOBase64 Base64.swift
[89/909] Compiling _CertificateInternals _TinyArray.swift
[90/912] Compiling RealModule Float80+Real.swift
[91/912] Compiling RealModule Float16+Real.swift
[92/912] Compiling RealModule AlgebraicField.swift
[93/912] Compiling RealModule ApproximateEquality.swift
[94/912] Compiling RealModule AugmentedArithmetic.swift
[95/912] Compiling RealModule Double+Real.swift
[96/912] Emitting module RealModule
[97/912] Compiling RealModule Float+Real.swift
[98/912] Compiling RealModule ElementaryFunctions.swift
[99/912] Compiling _NIODataStructures PriorityQueue.swift
[100/912] Compiling _NIODataStructures _TinyArray.swift
[101/912] Compiling SystemPackage MachPort.swift
[102/912] Compiling SystemPackage PlatformString.swift
[103/912] Compiling SystemPackage SystemString.swift
[104/912] Emitting module SystemPackage
[109/916] Compiling SystemPackage FileOperations.swift
[110/916] Compiling SystemPackage FilePath.swift
[111/916] Compiling SystemPackage FilePathComponentView.swift
[112/916] Compiling SystemPackage FilePathComponents.swift
[113/916] Compiling SystemPackage FilePathParsing.swift
[114/916] Compiling SystemPackage FilePathString.swift
[115/916] Compiling SystemPackage FilePathSyntax.swift
[116/916] Compiling SystemPackage FilePathTemp.swift
[121/942] Emitting module CoreMetrics
[122/942] Compiling Logging Locks.swift
[123/942] Emitting module Logging
[124/942] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[125/942] Compiling InternalCollectionsUtilities Specialize.swift
[126/942] Compiling InternalCollectionsUtilities Debugging.swift
[127/942] Compiling InternalCollectionsUtilities Descriptions.swift
[128/942] Compiling Logging LogHandler.swift
[129/942] Compiling Logging Logging.swift
[132/944] Emitting module Instrumentation
[133/944] Compiling Instrumentation Instrument.swift
[134/944] Compiling Logging MetadataProvider.swift
[139/946] Compiling InternalCollectionsUtilities _SortedCollection.swift
[140/946] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[141/946] Compiling Instrumentation Locks.swift
[142/946] Compiling Instrumentation NoOpInstrument.swift
[143/946] Compiling Instrumentation MultiplexInstrument.swift
[144/946] Compiling Instrumentation InstrumentationSystem.swift
[145/948] Compiling SystemPackage Util+StringArray.swift
[146/948] Compiling SystemPackage Util.swift
[147/948] Compiling SystemPackage UtilConsumers.swift
[148/948] Compiling InternalCollectionsUtilities UInt+reversed.swift
[149/948] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[150/948] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[151/948] Compiling InternalCollectionsUtilities Integer rank.swift
[152/948] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[153/948] Compiling _NIODataStructures Heap.swift
[154/948] Emitting module _NIODataStructures
[155/949] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[156/949] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[157/949] Compiling SystemPackage Constants.swift
[158/949] Compiling SystemPackage Exports.swift
[159/949] Compiling SystemPackage Mocking.swift
[160/949] Compiling SystemPackage RawBuffer.swift
[161/949] Compiling SystemPackage Syscalls.swift
[162/949] Compiling SystemPackage WindowsSyscallAdapters.swift
[163/950] Emitting module InternalCollectionsUtilities
[168/950] Emitting module SwiftASN1
[169/950] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[170/950] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[171/950] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[180/950] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[181/950] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[184/951] Compiling CoreMetrics Metrics.swift
[185/951] Compiling CoreMetrics Locks.swift
[186/952] Compiling t1_enc.cc
[195/1034] Emitting module Tracing
[196/1034] Compiling Tracing TracingTime.swift
[197/1034] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[198/1034] Compiling _RopeModule BigString+Chunk+Splitting.swift
[199/1035] Compiling Tracing TracerProtocol.swift
[201/1035] Compiling Tracing Tracer.swift
[202/1035] Compiling Tracing TracerProtocol+Legacy.swift
[203/1035] Emitting module RoutingKit
[204/1035] Compiling RoutingKit PathComponent.swift
[205/1090] Compiling Tracing InstrumentationSystem+Tracing.swift
[206/1090] Compiling Tracing SpanProtocol.swift
[207/1090] Compiling Tracing NoOpTracer.swift
[208/1091] Compiling RoutingKit Router.swift
[209/1091] Compiling RoutingKit TrieRouter.swift
[211/1093] Compiling RoutingKit AnyRouter.swift
[212/1093] Compiling RoutingKit Parameters.swift
[213/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[214/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[215/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[216/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[217/1094] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[218/1094] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[219/1094] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[220/1101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[221/1101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[222/1101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[223/1101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[224/1101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[225/1101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[226/1101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[228/1101] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[229/1101] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[230/1101] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[231/1101] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[232/1101] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[233/1101] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[234/1101] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[235/1101] Compiling OrderedCollections OrderedDictionary+Values.swift
[236/1101] Emitting module Metrics
[237/1101] Compiling Metrics Metrics.swift
[238/1104] Compiling ssl_x509.cc
[239/1194] Compiling ssl_versions.cc
[241/1200] Compiling DequeModule Deque._UnsafeHandle.swift
[242/1200] Compiling DequeModule Deque.swift
[243/1200] Compiling DequeModule Deque+Testing.swift
[244/1200] Compiling DequeModule Deque._Storage.swift
[245/1200] Compiling DequeModule _DequeBuffer.swift
[246/1200] Compiling DequeModule _DequeBufferHeader.swift
[247/1200] Compiling HashTreeCollections _Hash.swift
[248/1200] Compiling HashTreeCollections _HashLevel.swift
[249/1200] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[250/1200] Compiling HashTreeCollections _RawHashNode.swift
[251/1200] Compiling HashTreeCollections _UnmanagedHashNode.swift
[252/1200] Compiling HashTreeCollections _UnsafePath.swift
[253/1200] Compiling HashTreeCollections TreeDictionary+Codable.swift
[254/1200] Compiling HashTreeCollections TreeDictionary+Collection.swift
[255/1200] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[256/1200] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[257/1200] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[258/1200] Compiling HashTreeCollections TreeDictionary+Merge.swift
[259/1200] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[260/1200] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[261/1200] Compiling HashTreeCollections TreeDictionary+Values.swift
[262/1200] Compiling HashTreeCollections TreeDictionary.swift
[263/1200] Compiling HashTreeCollections TreeSet+Codable.swift
[264/1200] Compiling HashTreeCollections TreeSet+Collection.swift
[265/1200] Compiling HeapModule Heap+Invariants.swift
[266/1200] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[266/1200] Compiling ssl_stat.cc
[268/1200] Compiling HeapModule Heap+Descriptions.swift
[269/1200] Compiling HeapModule _HeapNode.swift
[269/1200] Compiling ssl_transcript.cc
[273/1202] Compiling HeapModule Heap.swift
[274/1202] Compiling HashTreeCollections TreeSet+Descriptions.swift
[275/1202] Compiling HashTreeCollections TreeSet+Equatable.swift
[276/1202] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[277/1202] Compiling HashTreeCollections TreeSet+Extras.swift
[278/1202] Compiling HashTreeCollections TreeSet+Filter.swift
[279/1202] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[280/1202] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[281/1202] Compiling HashTreeCollections _HashNode+Structural union.swift
[282/1202] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[283/1202] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[284/1202] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[285/1202] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[286/1202] Compiling HashTreeCollections _HashNode.swift
[287/1202] Compiling HashTreeCollections _HashNodeHeader.swift
[288/1202] Compiling HashTreeCollections _HashSlot.swift
[289/1202] Compiling HashTreeCollections _HashStack.swift
[290/1202] Compiling HashTreeCollections TreeSet+Hashable.swift
[291/1202] Compiling HashTreeCollections TreeSet+Sendable.swift
[292/1211] Compiling DequeModule Deque+Equatable.swift
[293/1211] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[294/1211] Compiling DequeModule Deque+CustomReflectable.swift
[295/1211] Compiling DequeModule Deque+Descriptions.swift
[296/1211] Compiling DequeModule Deque+Extras.swift
[297/1211] Compiling DequeModule Deque+Hashable.swift
[298/1211] Compiling HeapModule Heap+UnsafeHandle.swift
[299/1211] Emitting module HeapModule
[300/1212] Compiling HashTreeCollections _HashNode+Lookups.swift
[301/1212] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[302/1212] Compiling HashTreeCollections _HashTreeIterator.swift
[303/1212] Compiling HashTreeCollections _HashTreeStatistics.swift
[312/1212] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[313/1212] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[314/1212] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[315/1212] Compiling HashTreeCollections TreeDictionary+Filter.swift
[316/1212] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[317/1212] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[318/1212] Compiling HashTreeCollections TreeDictionary+Keys.swift
[320/1212] Compiling DequeModule _DequeSlot.swift
[321/1212] Compiling DequeModule _UnsafeWrappedBuffer.swift
[329/1212] Compiling HashTreeCollections _HashNode+Builder.swift
[330/1212] Compiling HashTreeCollections _HashNode+Debugging.swift
[331/1212] Compiling HashTreeCollections _HashNode+Initializers.swift
[332/1212] Compiling HashTreeCollections _HashNode+Invariants.swift
[335/1212] Compiling _RopeModule Rope+Join.swift
[336/1212] Compiling _RopeModule Rope+MutatingForEach.swift
[337/1212] Compiling _RopeModule Rope+Remove.swift
[338/1212] Compiling _RopeModule Rope+RemoveSubrange.swift
[339/1212] Compiling _RopeModule Rope+Split.swift
[340/1212] Compiling _RopeModule Optional Utilities.swift
[341/1212] Compiling _RopeModule String Utilities.swift
[342/1212] Compiling _RopeModule String.Index+ABI.swift
[343/1222] Compiling DequeModule Deque+Codable.swift
[344/1222] Compiling DequeModule Deque+Collection.swift
[345/1222] Emitting module OrderedCollections
[367/1222] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[368/1222] Compiling HashTreeCollections TreeSet+Debugging.swift
[397/1223] Emitting module DequeModule
[410/1224] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[411/1224] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[412/1224] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[413/1224] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[414/1224] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[415/1224] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[416/1224] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[417/1224] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[418/1224] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[419/1224] Compiling HashTreeCollections TreeSet.swift
[420/1224] Emitting module _RopeModule
[420/1224] Compiling ssl_session.cc
[430/1224] Compiling ssl_privkey.cc
[431/1224] Compiling ssl_key_share.cc
[475/1225] Compiling ssl_file.cc
[476/1225] Compiling ssl_lib.cc
[477/1225] Compiling ssl_credential.cc
[479/1225] Emitting module HashTreeCollections
[480/1226] Compiling ssl_cert.cc
[481/1226] Compiling ssl_cipher.cc
[482/1226] Compiling ssl_buffer.cc
[483/1226] Compiling ssl_aead_ctx.cc
[484/1226] Compiling ssl_asn1.cc
[485/1226] Compiling s3_pkt.cc
[486/1226] Compiling s3_lib.cc
[487/1226] Compiling s3_both.cc
[488/1226] Compiling handshake.cc
[489/1226] Compiling handshake_server.cc
[490/1226] Compiling handshake_client.cc
[491/1226] Compiling handoff.cc
[492/1226] Compiling dtls_record.cc
[493/1226] Compiling encrypted_client_hello.cc
[494/1226] Compiling extensions.cc
[495/1226] Compiling md5-x86_64-linux.S
[496/1226] Compiling md5-x86_64-apple.S
[497/1226] Compiling md5-586-linux.S
[498/1226] Compiling md5-586-apple.S
[499/1226] Compiling chacha20_poly1305_x86_64-linux.S
[500/1226] Compiling chacha20_poly1305_x86_64-apple.S
[501/1226] Compiling chacha20_poly1305_armv8-win.S
[502/1226] Compiling chacha20_poly1305_armv8-linux.S
[503/1226] Compiling err_data.cc
[504/1226] Compiling d1_srtp.cc
[505/1226] Compiling chacha-x86_64-linux.S
[506/1226] Compiling chacha20_poly1305_armv8-apple.S
[507/1226] Compiling chacha-x86-linux.S
[508/1226] Compiling chacha-x86_64-apple.S
[509/1226] Compiling chacha-x86-apple.S
[510/1226] Compiling chacha-armv8-win.S
[511/1226] Compiling dtls_method.cc
[512/1226] Compiling chacha-armv8-linux.S
[513/1226] Compiling chacha-armv8-apple.S
[514/1226] Compiling chacha-armv4-linux.S
[515/1226] Compiling aes128gcmsiv-x86_64-linux.S
[516/1226] Compiling aes128gcmsiv-x86_64-apple.S
[517/1226] Compiling x86_64-mont5-apple.S
[518/1226] Compiling x86_64-mont5-linux.S
[519/1226] Compiling x86_64-mont-linux.S
[520/1226] Compiling x86_64-mont-apple.S
[521/1226] Compiling x86-mont-linux.S
[522/1226] Compiling x86-mont-apple.S
[523/1226] Compiling vpaes-x86_64-linux.S
[524/1226] Compiling vpaes-x86-apple.S
[525/1226] Compiling vpaes-x86_64-apple.S
[526/1226] Compiling vpaes-x86-linux.S
[527/1226] Compiling vpaes-armv8-win.S
[527/1226] Compiling vpaes-armv8-linux.S
[529/1226] Compiling vpaes-armv8-apple.S
[530/1226] Compiling vpaes-armv7-linux.S
[531/1226] Compiling bio_ssl.cc
[532/1226] Compiling sha512-x86_64-apple.S
[533/1226] Compiling sha512-armv8-win.S
[534/1226] Compiling d1_pkt.cc
[535/1226] Compiling sha512-armv8-linux.S
[536/1226] Compiling sha512-x86_64-linux.S
[537/1226] Compiling sha512-armv4-linux.S
[538/1226] Compiling sha512-586-apple.S
[539/1226] Compiling sha512-armv8-apple.S
[540/1226] Compiling sha512-586-linux.S
[541/1226] Compiling sha256-x86_64-apple.S
[542/1226] Compiling sha256-armv8-win.S
[543/1226] Compiling sha256-x86_64-linux.S
[544/1226] Compiling sha256-armv8-linux.S
[545/1226] Compiling sha256-armv4-linux.S
[546/1226] Compiling d1_lib.cc
[547/1226] Compiling sha256-armv8-apple.S
[548/1226] Compiling sha256-586-apple.S
[549/1226] Compiling sha1-x86_64-apple.S
[550/1226] Compiling sha256-586-linux.S
[551/1226] Compiling sha1-armv8-win.S
[552/1226] Compiling sha1-x86_64-linux.S
[553/1226] Compiling sha1-armv8-linux.S
[553/1226] Compiling sha1-armv8-apple.S
[555/1226] Compiling sha1-armv4-large-linux.S
[556/1226] Compiling rsaz-avx2-linux.S
[557/1226] Compiling rsaz-avx2-apple.S
[558/1226] Compiling sha1-586-linux.S
[559/1226] Compiling sha1-586-apple.S
[560/1226] Compiling rdrand-x86_64-linux.S
[561/1226] Compiling rdrand-x86_64-apple.S
[562/1226] Compiling p256_beeu-x86_64-asm-apple.S
[563/1226] Compiling p256_beeu-x86_64-asm-linux.S
[564/1226] Compiling p256_beeu-armv8-asm-apple.S
[565/1226] Compiling p256_beeu-armv8-asm-win.S
[566/1226] Compiling p256-x86_64-asm-apple.S
[567/1226] Compiling p256_beeu-armv8-asm-linux.S
[568/1226] Compiling p256-armv8-asm-win.S
[569/1226] Compiling p256-x86_64-asm-linux.S
[570/1226] Compiling p256-armv8-asm-linux.S
[571/1226] Compiling ghashv8-armv8-win.S
[572/1226] Compiling ghashv8-armv8-linux.S
[573/1226] Compiling p256-armv8-asm-apple.S
[574/1226] Compiling ghashv8-armv8-apple.S
[575/1226] Compiling ghashv8-armv7-linux.S
[576/1226] Compiling ghash-x86-linux.S
[577/1226] Compiling ghash-x86_64-linux.S
[578/1226] Compiling ghash-x86_64-apple.S
[579/1226] Compiling ghash-ssse3-x86_64-apple.S
[580/1226] Compiling ghash-x86-apple.S
[581/1226] Compiling ghash-ssse3-x86_64-linux.S
[582/1226] Compiling ghash-ssse3-x86-linux.S
[583/1226] Compiling ghash-ssse3-x86-apple.S
[584/1226] Compiling ghash-neon-armv8-linux.S
[585/1226] Compiling ghash-neon-armv8-win.S
[586/1226] Compiling ghash-armv4-linux.S
[587/1226] Compiling ghash-neon-armv8-apple.S
[588/1226] Compiling co-586-apple.S
[589/1226] Compiling bn-armv8-win.S
[590/1226] Compiling co-586-linux.S
[591/1226] Compiling bn-armv8-linux.S
[592/1226] Compiling bsaes-armv7-linux.S
[593/1226] Compiling bn-armv8-apple.S
[594/1226] Compiling bn-586-apple.S
[595/1226] Compiling d1_both.cc
[596/1226] Compiling bn-586-linux.S
[597/1226] Compiling armv4-mont-linux.S
[598/1226] Compiling armv8-mont-win.S
[599/1226] Compiling armv8-mont-linux.S
[600/1226] Compiling aesv8-gcm-armv8-linux.S
[601/1226] Compiling armv8-mont-apple.S
[602/1226] Compiling aesv8-armv8-win.S
[603/1226] Compiling aesv8-armv8-linux.S
[604/1226] Compiling aesv8-gcm-armv8-win.S
[605/1226] Compiling aesv8-gcm-armv8-apple.S
[606/1226] Compiling aesv8-armv7-linux.S
[607/1226] Compiling aesv8-armv8-apple.S
[608/1226] Compiling aesni-x86_64-apple.S
[609/1226] Compiling aesni-x86_64-linux.S
[610/1226] Compiling aesni-x86-apple.S
[611/1226] Compiling aesni-x86-linux.S
[612/1226] Compiling aes-gcm-avx2-x86_64-apple.S
[613/1226] Compiling aesni-gcm-x86_64-linux.S
[614/1226] Compiling aes-gcm-avx2-x86_64-linux.S
[615/1226] Compiling aesni-gcm-x86_64-apple.S
[616/1226] Compiling aes-gcm-avx10-x86_64-linux.S
[617/1226] Compiling aes-gcm-avx10-x86_64-apple.S
[618/1226] Compiling x_spki.cc
[619/1226] Compiling x_exten.cc
[620/1226] Compiling x_sig.cc
[621/1226] Compiling x_x509a.cc
[622/1226] Compiling x_name.cc
[623/1226] Compiling x_req.cc
[624/1226] Compiling x_pubkey.cc
[625/1226] Compiling x_x509.cc
[626/1226] Compiling x_val.cc
[627/1226] Compiling x_crl.cc
[628/1226] Compiling x_attrib.cc
[629/1226] Compiling x509spki.cc
[630/1226] Compiling x509rset.cc
[631/1226] Compiling x_algor.cc
[632/1226] Compiling x509name.cc
[633/1226] Compiling x_all.cc
[634/1226] Compiling x509cset.cc
[635/1226] Compiling x509_vpm.cc
[636/1226] Compiling x509_vfy.cc
[637/1226] Compiling x509_txt.cc
[638/1226] Compiling x509_v3.cc
[639/1226] Compiling x509_trs.cc
[640/1226] Compiling x509_set.cc
[641/1226] Compiling x509_obj.cc
[642/1226] Compiling x509_req.cc
[643/1226] Compiling x509_lu.cc
[644/1226] Compiling x509_ext.cc
[645/1226] Compiling x509_def.cc
[646/1226] Compiling x509_d2.cc
[647/1226] Compiling x509_cmp.cc
[648/1226] Compiling x509_att.cc
[649/1226] Compiling x509.cc
[650/1226] Compiling v3_utl.cc
[651/1226] Compiling v3_skey.cc
[652/1226] Compiling v3_purp.cc
[653/1226] Compiling v3_prn.cc
[654/1226] Compiling v3_pmaps.cc
[655/1226] Compiling v3_pcons.cc
[656/1226] Compiling v3_ocsp.cc
[657/1226] Compiling v3_ncons.cc
[658/1226] Compiling v3_lib.cc
[659/1226] Compiling v3_int.cc
[660/1226] Compiling v3_info.cc
[661/1226] Compiling v3_genn.cc
[662/1226] Compiling v3_ia5.cc
[663/1226] Compiling v3_extku.cc
[664/1226] Compiling v3_enum.cc
[665/1226] Compiling v3_conf.cc
[666/1226] Compiling v3_cpols.cc
[667/1226] Compiling v3_crld.cc
[668/1226] Compiling v3_bitst.cc
[669/1226] Compiling v3_bcons.cc
[670/1226] Compiling v3_alt.cc
[671/1226] Compiling v3_akeya.cc
[672/1226] Compiling t_req.cc
[673/1226] Compiling v3_akey.cc
[674/1226] Compiling t_x509.cc
[675/1226] Compiling t_x509a.cc
[676/1226] Compiling t_crl.cc
[677/1226] Compiling i2d_pr.cc
[678/1226] Compiling rsa_pss.cc
[679/1226] Compiling name_print.cc
[680/1226] Compiling policy.cc
[681/1226] Compiling by_file.cc
[682/1226] Compiling by_dir.cc
[683/1226] Compiling asn1_gen.cc
[684/1226] Compiling algorithm.cc
[685/1226] Compiling a_verify.cc
[686/1226] Compiling thread_win.cc
[687/1226] Compiling voprf.cc
[688/1226] Compiling trust_token.cc
[689/1226] Compiling a_sign.cc
[690/1226] Compiling a_digest.cc
[691/1226] Compiling thread_pthread.cc
[692/1226] Compiling thread.cc
[693/1226] Compiling thread_none.cc
[694/1226] Compiling sha256.cc
[695/1226] Compiling pmbtoken.cc
[696/1226] Compiling sha512.cc
[697/1226] Compiling stack.cc
[698/1226] Compiling rsa_print.cc
[699/1226] Compiling siphash.cc
[700/1226] Compiling sha1.cc
[701/1226] Compiling slhdsa.cc
[702/1226] Compiling rsa_extra.cc
[703/1226] Compiling rc4.cc
[704/1226] Compiling refcount.cc
[705/1226] Compiling spake2plus.cc
[706/1226] Compiling rand.cc
[707/1226] Compiling rsa_crypt.cc
[708/1226] Compiling trusty.cc
[709/1226] Compiling windows.cc
[710/1226] Compiling urandom.cc
[711/1226] Compiling rsa_asn1.cc
[712/1226] Compiling deterministic.cc
[713/1226] Compiling ios.cc
[714/1226] Compiling getentropy.cc
[715/1226] Compiling passive.cc
[716/1226] Compiling forkunsafe.cc
[717/1226] Compiling fork_detect.cc
[718/1226] Compiling poly1305_arm_asm.S
[719/1226] Compiling poly1305_arm.cc
[720/1226] Compiling pool.cc
[721/1226] Compiling poly1305.cc
[722/1226] Compiling poly1305_vec.cc
[723/1226] Compiling pkcs7.cc
[724/1226] Compiling pkcs8.cc
[725/1226] Compiling p5_pbev2.cc
[726/1226] Compiling pkcs7_x509.cc
[727/1226] Compiling pkcs8_x509.cc
[728/1226] Compiling pem_xaux.cc
[729/1226] Compiling pem_x509.cc
[730/1226] Compiling pem_pkey.cc
[731/1226] Compiling mlkem.cc
[732/1226] Compiling pem_info.cc
[733/1226] Compiling obj_xref.cc
[734/1226] Compiling pem_pk8.cc
[735/1226] Compiling pem_oth.cc
[736/1226] Compiling mldsa.cc
[737/1226] Compiling pem_lib.cc
[738/1226] Compiling obj.cc
[739/1226] Compiling poly_rq_mul.S
[740/1226] Compiling mem.cc
[741/1226] Compiling pem_all.cc
[742/1226] Compiling md5.cc
[743/1226] Compiling fips_shared_support.cc
[744/1226] Compiling lhash.cc
[745/1226] Compiling md4.cc
[746/1226] Compiling ex_data.cc
[747/1226] Compiling kyber.cc
[748/1226] Compiling sign.cc
[749/1226] Compiling hrss.cc
[750/1226] Compiling scrypt.cc
[751/1226] Compiling print.cc
[752/1226] Compiling hpke.cc
[753/1226] Compiling pbkdf.cc
[754/1226] Compiling p_x25519.cc
[755/1226] Compiling p_x25519_asn1.cc
[756/1226] Compiling p_rsa_asn1.cc
[757/1226] Compiling p_rsa.cc
[758/1226] Compiling p_ed25519.cc
[759/1226] Compiling p_hkdf.cc
[760/1226] Compiling p_ed25519_asn1.cc
[761/1226] Compiling p_ec_asn1.cc
[762/1226] Compiling p_ec.cc
[763/1226] Compiling p_dh.cc
[764/1226] Compiling p_dh_asn1.cc
[765/1226] Compiling evp_ctx.cc
[766/1226] Compiling p_dsa_asn1.cc
[767/1226] Compiling evp.cc
[768/1226] Compiling err.cc
[769/1226] Compiling engine.cc
[770/1226] Compiling evp_asn1.cc
[771/1226] Compiling ecdh.cc
[772/1226] Compiling ecdsa_asn1.cc
[773/1226] Compiling hash_to_curve.cc
[774/1226] Compiling ec_derive.cc
[775/1226] Compiling dsa.cc
[776/1226] Compiling ec_asn1.cc
[777/1226] Compiling params.cc
[778/1226] Compiling dsa_asn1.cc
[779/1226] Compiling digest_extra.cc
[780/1226] Compiling x25519-asm-arm.S
[781/1226] Compiling des.cc
[782/1226] Compiling dh_asn1.cc
[783/1226] Compiling crypto.cc
[784/1226] Compiling cpu_arm_linux.cc
[785/1226] Compiling cpu_intel.cc
[786/1226] Compiling spake25519.cc
[787/1226] Compiling cpu_arm_freebsd.cc
[788/1226] Compiling curve25519.cc
[789/1226] Compiling cpu_aarch64_openbsd.cc
[790/1226] Compiling cpu_aarch64_sysreg.cc
[791/1226] Compiling cpu_aarch64_win.cc
[792/1226] Compiling curve25519_64_adx.cc
[793/1226] Compiling cpu_aarch64_linux.cc
[794/1226] Compiling cpu_aarch64_fuchsia.cc
[795/1226] Compiling bcm.cc
[796/1226] Compiling cpu_aarch64_apple.cc
[797/1226] Compiling get_cipher.cc
[798/1226] Compiling tls_cbc.cc
[799/1226] Compiling e_rc4.cc
[800/1226] Compiling conf.cc
[801/1226] Compiling e_tls.cc
[802/1226] Compiling e_rc2.cc
[803/1226] Compiling e_null.cc
[804/1226] Compiling e_des.cc
[805/1226] Compiling e_chacha20poly1305.cc
[806/1226] Compiling derive_key.cc
[807/1226] Compiling e_aesctrhmac.cc
[808/1226] Compiling e_aesgcmsiv.cc
[809/1226] Compiling chacha.cc
[810/1226] Compiling unicode.cc
[811/1226] Compiling buf.cc
[812/1226] Compiling cbb.cc
[813/1226] Compiling cbs.cc
[814/1226] Compiling ber.cc
[815/1226] Compiling blake2.cc
[816/1226] Compiling asn1_compat.cc
[817/1226] Compiling bn_asn1.cc
[818/1226] Compiling convert.cc
[819/1226] Compiling socket.cc
[820/1226] Compiling printf.cc
[821/1226] Compiling socket_helper.cc
[822/1226] Compiling pair.cc
[823/1226] Compiling hexdump.cc
[824/1226] Compiling file.cc
[825/1226] Compiling fd.cc
[826/1226] Compiling errno.cc
[827/1226] Compiling connect.cc
[828/1226] Compiling bio_mem.cc
[829/1226] Compiling bio.cc
[830/1226] Compiling base64.cc
[831/1226] Compiling tasn_typ.cc
[832/1226] Compiling tasn_fre.cc
[833/1226] Compiling tasn_enc.cc
[834/1226] Compiling tasn_utl.cc
[835/1226] Compiling posix_time.cc
[836/1226] Compiling f_string.cc
[837/1226] Compiling tasn_new.cc
[838/1226] Compiling f_int.cc
[839/1226] Compiling asn_pack.cc
[840/1226] Compiling tasn_dec.cc
[841/1226] Compiling asn1_par.cc
[842/1226] Compiling a_time.cc
[843/1226] Compiling a_utctm.cc
[844/1226] Compiling asn1_lib.cc
[845/1226] Compiling a_octet.cc
[846/1226] Compiling a_type.cc
[847/1226] Compiling a_int.cc
[848/1226] Compiling a_strnid.cc
[849/1226] Compiling a_strex.cc
[850/1226] Compiling a_i2d_fp.cc
[851/1226] Compiling a_object.cc
[852/1226] Compiling a_d2i_fp.cc
[853/1226] Compiling a_dup.cc
[854/1226] Compiling a_mbstr.cc
[855/1226] Compiling fiat_p256_adx_mul.S
[856/1226] Compiling fiat_p256_adx_sqr.S
[857/1226] Compiling fiat_curve25519_adx_mul.S
[858/1226] Compiling fiat_curve25519_adx_square.S
[859/1226] Compiling a_gentm.cc
[860/1226] Compiling md5-x86_64-linux.S
[861/1226] Compiling md5-x86_64-apple.S
[862/1226] Compiling md5-586-linux.S
[863/1226] Compiling md5-586-apple.S
[864/1226] Compiling chacha20_poly1305_x86_64-linux.S
[865/1226] Compiling chacha20_poly1305_x86_64-apple.S
[866/1226] Compiling a_bool.cc
[867/1226] Compiling chacha20_poly1305_armv8-win.S
[868/1226] Compiling CCryptoBoringSSLShims shims.c
[869/1226] Compiling chacha20_poly1305_armv8-linux.S
[870/1226] Compiling chacha20_poly1305_armv8-apple.S
[871/1226] Compiling a_bitstr.cc
[872/1226] Compiling chacha-x86_64-apple.S
[873/1226] Compiling chacha-x86_64-linux.S
[874/1226] Compiling chacha-x86-linux.S
[875/1226] Compiling chacha-armv8-linux.S
[876/1226] Compiling chacha-x86-apple.S
[877/1226] Compiling chacha-armv8-win.S
[878/1226] Compiling chacha-armv8-apple.S
[879/1226] Compiling chacha-armv4-linux.S
[880/1226] Compiling aes128gcmsiv-x86_64-apple.S
[881/1226] Compiling aes128gcmsiv-x86_64-linux.S
[882/1226] Compiling x86_64-mont5-linux.S
[883/1226] Compiling x86_64-mont5-apple.S
[884/1226] Compiling x86_64-mont-linux.S
[885/1226] Compiling x86_64-mont-apple.S
[886/1226] Compiling x86-mont-apple.S
[887/1226] Compiling err_data.cc
[888/1226] Compiling x86-mont-linux.S
[889/1226] Compiling vpaes-x86_64-linux.S
[890/1226] Compiling vpaes-x86_64-apple.S
[891/1226] Compiling vpaes-x86-linux.S
[892/1226] Compiling vpaes-x86-apple.S
[893/1226] Compiling vpaes-armv8-linux.S
[894/1226] Compiling vpaes-armv8-apple.S
[895/1226] Compiling sha512-x86_64-apple.S
[895/1226] Compiling vpaes-armv8-win.S
[897/1226] Compiling vpaes-armv7-linux.S
[898/1226] Compiling sha512-x86_64-linux.S
[899/1226] Compiling sha512-armv8-linux.S
[900/1226] Compiling sha512-armv8-win.S
[901/1226] Compiling sha512-armv8-apple.S
[902/1226] Compiling sha512-armv4-linux.S
[903/1226] Compiling sha512-586-linux.S
[904/1226] Compiling sha256-armv8-win.S
[905/1226] Compiling sha512-586-apple.S
[905/1226] Compiling sha256-x86_64-apple.S
[907/1226] Compiling sha256-x86_64-linux.S
[908/1226] Compiling sha256-armv8-linux.S
[909/1226] Compiling sha256-armv8-apple.S
[910/1226] Compiling sha256-586-linux.S
[911/1226] Compiling sha256-armv4-linux.S
[912/1226] Compiling sha256-586-apple.S
[913/1226] Compiling sha1-armv8-linux.S
[914/1226] Compiling sha1-armv8-win.S
[915/1226] Compiling sha1-armv4-large-linux.S
[916/1226] Compiling sha1-x86_64-apple.S
[917/1226] Compiling sha1-armv8-apple.S
[918/1226] Compiling sha1-x86_64-linux.S
[919/1226] Compiling sha1-586-linux.S
[920/1226] Compiling sha1-586-apple.S
[921/1226] Compiling rdrand-x86_64-linux.S
[922/1226] Compiling rsaz-avx2-apple.S
[923/1226] Compiling rsaz-avx2-linux.S
[924/1226] Compiling rdrand-x86_64-apple.S
[925/1226] Compiling p256_beeu-armv8-asm-win.S
[926/1226] Compiling p256_beeu-x86_64-asm-apple.S
[927/1226] Compiling p256_beeu-x86_64-asm-linux.S
[928/1226] Compiling p256_beeu-armv8-asm-linux.S
[929/1226] Compiling p256_beeu-armv8-asm-apple.S
[930/1226] Compiling p256-x86_64-asm-apple.S
[931/1226] Compiling p256-x86_64-asm-linux.S
[932/1226] Compiling p256-armv8-asm-win.S
[933/1226] Compiling p256-armv8-asm-linux.S
[934/1226] Compiling ghashv8-armv8-win.S
[935/1226] Compiling p256-armv8-asm-apple.S
[936/1226] Compiling ghashv8-armv8-linux.S
[937/1226] Compiling ghashv8-armv8-apple.S
[938/1226] Compiling ghashv8-armv7-linux.S
[938/1226] Compiling ghash-x86-linux.S
[940/1226] Compiling ghash-x86_64-apple.S
[941/1226] Compiling ghash-x86_64-linux.S
[942/1226] Compiling ghash-x86-apple.S
[943/1226] Compiling ghash-ssse3-x86_64-linux.S
[944/1226] Compiling ghash-ssse3-x86-linux.S
[945/1226] Compiling ghash-ssse3-x86_64-apple.S
[946/1226] Compiling ghash-neon-armv8-win.S
[947/1226] Compiling ghash-ssse3-x86-apple.S
[948/1226] Compiling ghash-neon-armv8-linux.S
[949/1226] Compiling ghash-neon-armv8-apple.S
[950/1226] Compiling ghash-armv4-linux.S
[951/1226] Compiling co-586-apple.S
[952/1226] Compiling co-586-linux.S
[953/1226] Compiling bsaes-armv7-linux.S
[954/1226] Compiling bn-armv8-linux.S
[955/1226] Compiling bn-armv8-win.S
[956/1226] Compiling armv8-mont-win.S
[957/1226] Compiling bn-586-apple.S
[958/1226] Compiling bn-586-linux.S
[959/1226] Compiling armv8-mont-linux.S
[960/1226] Compiling bn-armv8-apple.S
[961/1226] Compiling armv8-mont-apple.S
[962/1226] Compiling aesv8-gcm-armv8-linux.S
[963/1226] Compiling armv4-mont-linux.S
[964/1226] Compiling aesv8-gcm-armv8-apple.S
[965/1226] Compiling aesv8-gcm-armv8-win.S
[966/1226] Compiling aesv8-armv8-win.S
[967/1226] Compiling aesv8-armv8-linux.S
[968/1226] Compiling aesni-x86_64-linux.S
[969/1226] Compiling aesv8-armv7-linux.S
[970/1226] Compiling aesv8-armv8-apple.S
[971/1226] Compiling aesni-x86_64-apple.S
[972/1226] Compiling aesni-x86-apple.S
[973/1226] Compiling aesni-gcm-x86_64-linux.S
[974/1226] Compiling aes-gcm-avx10-x86_64-linux.S
[975/1226] Compiling aesni-gcm-x86_64-apple.S
[976/1226] Compiling aesni-x86-linux.S
[977/1226] Compiling aes-gcm-avx10-x86_64-apple.S
[978/1226] Compiling x_x509a.cc
[979/1226] Compiling x_sig.cc
[980/1226] Compiling x_val.cc
[981/1226] Compiling x_spki.cc
[982/1226] Compiling x_x509.cc
[983/1226] Compiling x_req.cc
[984/1226] Compiling x_name.cc
[985/1226] Compiling x_exten.cc
[986/1226] Compiling x_attrib.cc
[987/1226] Compiling x_pubkey.cc
[988/1226] Compiling x_crl.cc
[989/1226] Compiling c-nioatomics.c
[990/1226] Compiling x_all.cc
[991/1226] Compiling x509_vpm.cc
[992/1226] Compiling x_algor.cc
[993/1226] Compiling x509spki.cc
[994/1226] Compiling c-atomics.c
[995/1226] Compiling x509rset.cc
[996/1226] Compiling x509cset.cc
[997/1226] Compiling x509name.cc
[998/1232] Compiling x509_vfy.cc
[999/1232] Compiling x509_txt.cc
[1000/1232] Compiling x509_v3.cc
[1002/1232] Compiling NIOConcurrencyHelpers lock.swift
[1002/1232] Compiling x509_set.cc
[1003/1232] Compiling x509_trs.cc
[1005/1232] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1006/1232] Emitting module NIOConcurrencyHelpers
[1007/1232] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1008/1232] Compiling NIOConcurrencyHelpers NIOLock.swift
[1009/1232] Compiling NIOConcurrencyHelpers atomics.swift
[1009/1233] Compiling x509_obj.cc
[1010/1233] Compiling x509_req.cc
[1012/1233] Compiling x509_def.cc
[1013/1233] Compiling x509_lu.cc
[1014/1233] Compiling x509_ext.cc
[1015/1233] Compiling x509_d2.cc
[1016/1259] Compiling x509_cmp.cc
[1017/1259] Compiling x509_att.cc
[1019/1259] Compiling ConsoleKitTerminal Console+Wait.swift
[1020/1259] Compiling ConsoleKitTerminal ConsoleColor.swift
[1021/1259] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1021/1262] Compiling x509.cc
[1023/1262] Compiling ConsoleKitTerminal Console+Confirm.swift
[1024/1262] Compiling ConsoleKitTerminal Console+Input.swift
[1025/1262] Compiling ConsoleKitTerminal Console+Center.swift
[1026/1262] Compiling ConsoleKitTerminal Console+Output.swift
[1027/1262] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1028/1262] Compiling ConsoleKitTerminal ConsoleClear.swift
[1029/1262] Compiling ConsoleKitTerminal Console+Ask.swift
[1030/1262] Compiling ConsoleKitTerminal Console+Choose.swift
[1030/1262] Compiling v3_utl.cc
[1032/1262] Compiling ConsoleKitTerminal CustomActivity.swift
[1033/1262] Compiling ConsoleKitTerminal LoadingBar.swift
[1034/1262] Compiling ConsoleKitTerminal ProgressBar.swift
[1035/1262] Compiling ConsoleKitTerminal Console+Clear.swift
[1036/1262] Emitting module ConsoleKitTerminal
[1037/1262] Compiling ConsoleKitTerminal ActivityBar.swift
[1038/1262] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1039/1262] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1040/1262] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1040/1262] Compiling v3_prn.cc
[1041/1262] Compiling v3_skey.cc
[1042/1262] Compiling v3_purp.cc
[1044/1262] Compiling ConsoleKitTerminal ConsoleText.swift
[1045/1262] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1046/1262] Compiling ConsoleKitTerminal ANSI.swift
[1047/1262] Compiling ConsoleKitTerminal Console.swift
[1048/1262] Compiling ConsoleKitTerminal Terminal.swift
[1049/1262] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1049/1262] Compiling v3_pmaps.cc
[1050/1262] Compiling v3_ocsp.cc
[1051/1262] Compiling v3_pcons.cc
[1053/1262] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1054/1262] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1055/1262] Compiling ConsoleKitTerminal LoggerFragment.swift
[1055/1263] Compiling v3_ncons.cc
[1057/1263] Compiling v3_int.cc
[1058/1263] Compiling v3_lib.cc
[1059/1263] Compiling v3_info.cc
[1060/1285] Compiling v3_ia5.cc
[1061/1285] Compiling v3_genn.cc
[1062/1285] Compiling v3_extku.cc
[1064/1285] Compiling ConsoleKitCommands CommandSignature.swift
[1065/1285] Compiling ConsoleKitCommands Flag.swift
[1066/1285] Compiling ConsoleKitCommands Option.swift
[1066/1287] Compiling v3_enum.cc
[1068/1287] Emitting module ConsoleKitCommands
[1069/1287] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1070/1287] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1071/1287] Compiling ConsoleKitCommands Argument.swift
[1072/1287] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1073/1287] Compiling ConsoleKitCommands AsyncCommand.swift
[1074/1287] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1075/1287] Compiling ConsoleKitCommands Command.swift
[1076/1287] Compiling ConsoleKitCommands CommandContext.swift
[1077/1287] Compiling ConsoleKitCommands CommandError.swift
[1077/1287] Compiling v3_crld.cc
[1078/1287] Compiling v3_cpols.cc
[1080/1287] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1081/1287] Compiling ConsoleKitCommands Utilities.swift
[1081/1287] Compiling v3_conf.cc
[1082/1287] Compiling v3_bitst.cc
[1083/1287] Compiling v3_bcons.cc
[1084/1287] Compiling v3_alt.cc
[1085/1287] Compiling v3_akeya.cc
[1086/1287] Compiling v3_akey.cc
[1087/1287] Compiling t_x509a.cc
[1088/1287] Compiling t_req.cc
[1089/1287] Compiling t_x509.cc
[1090/1287] Compiling t_crl.cc
[1091/1287] Compiling rsa_pss.cc
[1093/1287] Compiling ConsoleKitCommands Console+Run.swift
[1094/1287] Compiling ConsoleKitCommands ConsoleError.swift
[1095/1287] Compiling ConsoleKitCommands Completion.swift
[1096/1287] Compiling ConsoleKitCommands AsyncCommands.swift
[1097/1287] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1098/1287] Compiling ConsoleKitCommands AnyCommand.swift
[1099/1287] Compiling ConsoleKitCommands CommandGroup.swift
[1100/1287] Compiling ConsoleKitCommands CommandInput.swift
[1101/1287] Compiling ConsoleKitCommands Commands.swift
[1102/1288] Compiling i2d_pr.cc
[1103/1288] Compiling policy.cc
[1104/1290] Compiling name_print.cc
[1106/1290] Emitting module ConsoleKit
[1107/1290] Compiling ConsoleKit Exports.swift
[1108/1291] Compiling by_file.cc
[1109/1291] Compiling algorithm.cc
[1110/1291] Compiling asn1_gen.cc
[1111/1291] Compiling by_dir.cc
[1112/1291] Compiling a_verify.cc
[1113/1291] Compiling a_sign.cc
[1114/1291] Compiling a_digest.cc
[1115/1291] Compiling thread_win.cc
[1116/1291] Compiling thread_pthread.cc
[1117/1291] Compiling voprf.cc
[1118/1291] Compiling trust_token.cc
[1119/1291] Compiling thread_none.cc
[1120/1291] Compiling pmbtoken.cc
[1121/1291] Compiling thread.cc
[1122/1291] Compiling wots.cc
[1123/1291] Compiling thash.cc
[1124/1291] Compiling stack.cc
[1125/1291] Compiling slhdsa.cc
[1126/1291] Compiling merkle.cc
[1127/1291] Compiling fors.cc
[1128/1291] Compiling siphash.cc
[1129/1291] Compiling sha512.cc
[1130/1291] Compiling sha256.cc
[1131/1291] Compiling sha1.cc
[1132/1291] Compiling rsa_crypt.cc
[1133/1291] Compiling rsa_print.cc
[1134/1291] Compiling rsa_extra.cc
[1135/1291] Compiling refcount.cc
[1136/1291] Compiling rc4.cc
[1137/1291] Compiling rsa_asn1.cc
[1138/1291] Compiling windows.cc
[1139/1291] Compiling urandom.cc
[1140/1291] Compiling trusty.cc
[1141/1291] Compiling rand_extra.cc
[1142/1291] Compiling ios.cc
[1143/1291] Compiling getentropy.cc
[1144/1291] Compiling passive.cc
[1145/1291] Compiling poly1305_arm_asm.S
[1146/1291] Compiling forkunsafe.cc
[1147/1291] Compiling fork_detect.cc
[1148/1291] Compiling deterministic.cc
[1149/1291] Compiling poly1305.cc
[1150/1291] Compiling poly1305_arm.cc
[1151/1291] Compiling pool.cc
[1152/1291] Compiling poly1305_vec.cc
[1153/1291] Compiling pkcs7.cc
[1154/1291] Compiling pkcs8_x509.cc
[1155/1291] Compiling p5_pbev2.cc
[1156/1291] Compiling pkcs8.cc
[1157/1291] Compiling pkcs7_x509.cc
[1158/1291] Compiling pem_xaux.cc
[1159/1291] Compiling pem_x509.cc
[1160/1291] Compiling pem_pkey.cc
[1161/1291] Compiling pem_pk8.cc
[1162/1291] Compiling obj_xref.cc
[1163/1291] Compiling mlkem.cc
[1164/1291] Compiling pem_oth.cc
[1165/1291] Compiling mldsa.cc
[1166/1291] Compiling pem_info.cc
[1167/1291] Compiling obj.cc
[1168/1291] Compiling pem_lib.cc
[1169/1291] Compiling pem_all.cc
[1170/1291] Compiling poly_rq_mul.S
[1171/1291] Compiling fips_shared_support.cc
[1172/1291] Compiling mem.cc
[1173/1291] Compiling md5.cc
[1174/1291] Compiling md4.cc
[1175/1291] Compiling lhash.cc
[1176/1291] Compiling kyber.cc
[1177/1291] Compiling ex_data.cc
[1178/1291] Compiling hrss.cc
[1179/1291] Compiling sign.cc
[1180/1291] Compiling hpke.cc
[1181/1291] Compiling scrypt.cc
[1182/1291] Compiling print.cc
[1183/1291] Compiling pbkdf.cc
[1184/1291] Compiling p_x25519.cc
[1185/1291] Compiling p_x25519_asn1.cc
[1186/1291] Compiling p_rsa.cc
[1187/1291] Compiling p_rsa_asn1.cc
[1188/1291] Compiling p_ed25519.cc
[1189/1291] Compiling p_hkdf.cc
[1190/1291] Compiling p_ec_asn1.cc
[1191/1291] Compiling p_ed25519_asn1.cc
[1192/1291] Compiling p_ec.cc
[1193/1291] Compiling p_dsa_asn1.cc
[1194/1291] Compiling p_dh.cc
[1195/1291] Compiling evp.cc
[1196/1291] Compiling p_dh_asn1.cc
[1197/1291] Compiling evp_ctx.cc
[1198/1291] Compiling evp_asn1.cc
[1199/1291] Compiling err.cc
[1200/1291] Compiling engine.cc
[1201/1291] Compiling ec_derive.cc
[1202/1291] Compiling hash_to_curve.cc
[1203/1291] Compiling ecdh_extra.cc
[1204/1291] Compiling ecdsa_asn1.cc
[1205/1291] Compiling ec_asn1.cc
[1206/1291] Compiling dsa_asn1.cc
[1207/1291] Compiling dsa.cc
[1208/1291] Compiling params.cc
[1209/1291] Compiling digest_extra.cc
[1210/1291] Compiling x25519-asm-arm.S
[1211/1291] Compiling dh_asn1.cc
[1212/1291] Compiling des.cc
[1213/1291] Compiling spake25519.cc
[1214/1291] Compiling crypto.cc
[1215/1291] Compiling cpu_arm_freebsd.cc
[1216/1291] Compiling cpu_arm_linux.cc
[1217/1291] Compiling cpu_intel.cc
[1218/1291] Compiling curve25519.cc
[1219/1291] Compiling cpu_aarch64_win.cc
[1220/1291] Compiling cpu_aarch64_openbsd.cc
[1221/1291] Compiling cpu_aarch64_sysreg.cc
[1222/1291] Compiling cpu_aarch64_fuchsia.cc
[1223/1291] Compiling cpu_aarch64_linux.cc
[1224/1291] Compiling curve25519_64_adx.cc
[1224/1291] Compiling cpu_aarch64_apple.cc
[1226/1291] Compiling bcm.cc
[1227/1291] Compiling tls_cbc.cc
[1228/1291] Compiling e_tls.cc
[1229/1291] Compiling e_rc4.cc
[1230/1291] Compiling e_rc2.cc
[1231/1291] Compiling conf.cc
[1232/1291] Compiling e_des.cc
[1233/1291] Compiling e_null.cc
[1234/1291] Compiling derive_key.cc
[1235/1291] Compiling e_aesctrhmac.cc
[1236/1291] Compiling e_chacha20poly1305.cc
[1237/1291] Compiling e_aesgcmsiv.cc
[1238/1291] Compiling cipher_extra.cc
[1239/1291] Compiling chacha.cc
[1240/1291] Compiling unicode.cc
[1241/1291] Compiling ber.cc
[1242/1291] Compiling asn1_compat.cc
[1243/1291] Compiling cbb.cc
[1244/1291] Compiling buf.cc
[1245/1291] Compiling bn_asn1.cc
[1246/1291] Compiling cbs.cc
[1247/1291] Compiling convert.cc
[1248/1291] Compiling blake2.cc
[1249/1291] Compiling printf.cc
[1250/1291] Compiling hexdump.cc
[1251/1291] Compiling pair.cc
[1252/1291] Compiling errno.cc
[1253/1291] Compiling file.cc
[1254/1291] Compiling fd.cc
[1255/1291] Compiling bio_mem.cc
[1256/1291] Compiling bio.cc
[1257/1291] Compiling base64.cc
[1258/1291] Compiling tasn_typ.cc
[1259/1291] Compiling tasn_utl.cc
[1260/1291] Compiling tasn_new.cc
[1261/1291] Compiling tasn_fre.cc
[1262/1291] Compiling tasn_enc.cc
[1263/1291] Compiling f_string.cc
[1264/1291] Compiling posix_time.cc
[1265/1291] Compiling f_int.cc
[1266/1291] Compiling tasn_dec.cc
[1267/1291] Compiling asn_pack.cc
[1268/1291] Compiling asn1_par.cc
[1269/1291] Compiling a_utctm.cc
[1270/1291] Compiling asn1_lib.cc
[1271/1291] Compiling a_type.cc
[1272/1291] Compiling a_time.cc
[1273/1291] Compiling a_octet.cc
[1274/1291] Compiling a_strnid.cc
[1275/1291] Compiling a_strex.cc
[1276/1291] Compiling a_object.cc
[1277/1291] Compiling a_mbstr.cc
[1278/1291] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1279/1291] Write sources
[1280/1291] Compiling a_i2d_fp.cc
[1280/1291] Write sources
[1285/1291] Compiling a_int.cc
[1286/1291] Compiling a_dup.cc
[1287/1291] Compiling a_d2i_fp.cc
[1288/1291] Compiling a_gentm.cc
[1289/1363] Compiling a_bool.cc
[1291/1388] Compiling Algorithms Joined.swift
[1292/1388] Compiling Algorithms Keyed.swift
[1292/1390] Compiling a_bitstr.cc
[1294/1390] Compiling Algorithms Permutations.swift
[1295/1390] Compiling Algorithms Product.swift
[1296/1398] Compiling Algorithms MinMax.swift
[1297/1398] Compiling Algorithms Partition.swift
[1300/1398] Compiling Atomics IntegerOperations.swift
[1301/1398] Compiling Atomics Unmanaged extensions.swift
[1302/1398] Compiling Algorithms Rotate.swift
[1303/1398] Compiling Algorithms Split.swift
[1304/1398] Compiling Algorithms Stride.swift
[1305/1405] Compiling Algorithms AdjacentPairs.swift
[1306/1405] Compiling Algorithms Chain.swift
[1307/1405] Compiling Algorithms Chunked.swift
[1308/1405] Compiling Algorithms Combinations.swift
[1309/1405] Compiling Algorithms Compacted.swift
[1310/1405] Compiling Algorithms Cycle.swift
[1311/1405] Compiling Algorithms EitherSequence.swift
[1312/1405] Compiling Algorithms FirstNonNil.swift
[1315/1405] Compiling Algorithms Grouped.swift
[1316/1405] Compiling Algorithms Indexed.swift
[1317/1405] Compiling Algorithms Intersperse.swift
[1320/1405] Compiling Algorithms FlattenCollection.swift
[1321/1405] Compiling BitCollections BitSet+Initializers.swift
[1322/1405] Compiling BitCollections BitSet+Invariants.swift
[1323/1405] Compiling BitCollections BitSet+Random.swift
[1324/1405] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1325/1405] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1326/1405] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1327/1405] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1328/1405] Compiling CryptoBoringWrapper RandomBytes.swift
[1329/1405] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1330/1405] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1331/1405] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1332/1405] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1333/1405] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1334/1405] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1335/1405] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1336/1405] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1337/1405] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1338/1405] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1339/1405] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1340/1405] Compiling BitCollections BitSet+SetAlgebra union.swift
[1341/1405] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1342/1405] Compiling BitCollections BitSet.Counted.swift
[1343/1405] Emitting module BitCollections
[1349/1405] Compiling Algorithms Suffix.swift
[1350/1408] Compiling CryptoBoringWrapper EllipticCurve.swift
[1351/1408] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1352/1408] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1353/1408] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1363/1408] Compiling Algorithms Trim.swift
[1364/1408] Compiling Algorithms Unique.swift
[1365/1408] Compiling Algorithms Windows.swift
[1366/1408] Compiling BitCollections BitArray+Copy.swift
[1367/1408] Compiling BitCollections BitArray+CustomReflectable.swift
[1368/1408] Compiling BitCollections BitArray+Descriptions.swift
[1369/1408] Compiling BitCollections BitArray+Equatable.swift
[1370/1408] Emitting module CryptoBoringWrapper
[1374/1408] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1378/1408] Compiling BitCollections BitSet.Index.swift
[1379/1408] Compiling BitCollections BitSet._UnsafeHandle.swift
[1380/1408] Compiling BitCollections BitSet.swift
[1381/1408] Compiling BitCollections Range+Utilities.swift
[1382/1408] Compiling BitCollections Slice+Utilities.swift
[1383/1408] Compiling BitCollections UInt+Tricks.swift
[1384/1408] Compiling BitCollections _Word.swift
[1394/1409] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1399/1481] Emitting module Collections
[1400/1481] Compiling Collections Collections.swift
[1401/1484] Compiling Crypto AES-GCM.swift
[1402/1484] Compiling Crypto AES-GCM_boring.swift
[1403/1484] Compiling Crypto ChaChaPoly_boring.swift
[1404/1484] Compiling Crypto ChaChaPoly.swift
[1406/1484] Emitting module Algorithms
[1407/1485] Emitting module Atomics
[1410/1485] Compiling Crypto Cipher.swift
[1411/1485] Compiling Crypto Nonces.swift
[1416/1545] Emitting module Crypto
[1417/1554] Compiling Crypto SymmetricKeys.swift
[1418/1554] Compiling Crypto HMAC.swift
[1419/1554] Compiling Crypto MACFunctions.swift
[1420/1554] Compiling Crypto MessageAuthenticationCode.swift
[1421/1554] Compiling Crypto AES.swift
[1422/1554] Compiling Crypto ECDSASignature_boring.swift
[1423/1554] Compiling Crypto ECDSA_boring.swift
[1424/1554] Compiling Crypto EdDSA_boring.swift
[1425/1554] Compiling Crypto ECDSA.swift
[1426/1554] Compiling Crypto Ed25519.swift
[1427/1554] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1428/1554] Compiling NIOCore ByteBuffer-views.swift
[1429/1554] Compiling NIOCore Channel.swift
[1430/1554] Compiling NIOCore ChannelHandler.swift
[1431/1554] Compiling NIOCore ChannelHandlers.swift
[1432/1554] Compiling NIOCore ChannelInvoker.swift
[1433/1554] Compiling NIOCore ChannelOption.swift
[1434/1554] Compiling NIOCore AddressedEnvelope.swift
[1435/1554] Compiling NIOCore AsyncAwaitSupport.swift
[1436/1554] Compiling NIOCore AsyncChannel.swift
[1437/1554] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1438/1554] Compiling NIOCore BSDSocketAPI.swift
[1439/1554] Compiling NIOCore ByteBuffer-aux.swift
[1440/1554] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1441/1554] Compiling NIOCore ByteBuffer-conversions.swift
[1442/1554] Compiling NIOCore ByteBuffer-core.swift
[1443/1554] Compiling NIOCore ByteBuffer-hex.swift
[1444/1554] Compiling NIOCore ByteBuffer-int.swift
[1445/1554] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1446/1554] Compiling NIOCore ByteBuffer-multi-int.swift
[1447/1554] Compiling NIOCore MarkedCircularBuffer.swift
[1448/1554] Compiling NIOCore MulticastChannel.swift
[1449/1554] Compiling NIOCore NIOAny.swift
[1450/1554] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1451/1554] Compiling NIOCore NIOLoopBound.swift
[1452/1554] Compiling NIOCore NIOScheduledCallback.swift
[1453/1554] Compiling NIOCore NIOSendable.swift
[1454/1554] Compiling NIOCore RecvByteBufferAllocator.swift
[1455/1562] Compiling NIOCore AsyncChannelHandler.swift
[1456/1562] Compiling NIOCore AsyncChannelInboundStream.swift
[1457/1562] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1458/1562] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1459/1562] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1460/1562] Compiling NIOCore NIOAsyncWriter.swift
[1461/1562] Compiling NIOCore GlobalSingletons.swift
[1462/1562] Compiling NIOCore IO.swift
[1463/1562] Compiling NIOCore IOData.swift
[1464/1562] Compiling NIOCore IPProtocol.swift
[1465/1562] Compiling NIOCore FileHandle.swift
[1466/1562] Compiling NIOCore FileRegion.swift
[1467/1562] Compiling NIOCore ChannelPipeline.swift
[1468/1562] Compiling NIOCore CircularBuffer.swift
[1469/1562] Compiling NIOCore Codec.swift
[1470/1562] Compiling NIOCore ConvenienceOptionSupport.swift
[1471/1562] Compiling NIOCore DeadChannel.swift
[1472/1562] Compiling NIOCore DispatchQueue+WithFuture.swift
[1473/1562] Compiling NIOCore EventLoop+Deprecated.swift
[1474/1562] Compiling NIOCore EventLoop+SerialExecutor.swift
[1483/1562] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1484/1562] Compiling NIOCore SocketAddresses.swift
[1485/1562] Compiling NIOCore IntegerBitPacking.swift
[1486/1562] Compiling NIOCore IntegerTypes.swift
[1487/1562] Compiling NIOCore Interfaces.swift
[1488/1562] Compiling NIOCore Linux.swift
[1489/1562] Compiling NIOCore EventLoop.swift
[1490/1562] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1491/1562] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1492/1562] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1493/1562] Compiling NIOCore EventLoopFuture.swift
[1494/1562] Compiling NIOCore FileDescriptor.swift
[1503/1562] Compiling Crypto Signature.swift
[1504/1562] Compiling Crypto CryptoKitErrors_boring.swift
[1505/1562] Compiling Crypto RNG_boring.swift
[1506/1562] Compiling Crypto SafeCompare_boring.swift
[1507/1562] Compiling Crypto Zeroization_boring.swift
[1508/1562] Compiling Crypto PrettyBytes.swift
[1509/1562] Compiling Crypto SafeCompare.swift
[1510/1562] Compiling Crypto SecureBytes.swift
[1511/1562] Compiling Crypto Zeroization.swift
[1513/1609] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1514/1609] Compiling _CryptoExtras DigestType.swift
[1515/1609] Compiling _CryptoExtras Error.swift
[1516/1609] Compiling _CryptoExtras I2OSP.swift
[1517/1609] Compiling _CryptoExtras IntegerEncoding.swift
[1518/1609] Compiling _CryptoExtras PEMDocument.swift
[1519/1615] Compiling _CryptoExtras RSA+BlindSigning.swift
[1520/1615] Compiling _CryptoExtras RSA.swift
[1521/1615] Compiling _CryptoExtras RSA_boring.swift
[1522/1615] Compiling _CryptoExtras RSA_security.swift
[1523/1615] Compiling _CryptoExtras BoringSSLHelpers.swift
[1530/1615] Compiling _CryptoExtras PrettyBytes.swift
[1531/1615] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1532/1615] Compiling _CryptoExtras DLEQ.swift
[1533/1615] Compiling _CryptoExtras Prover.swift
[1534/1615] Compiling _CryptoExtras Verifier.swift
[1537/1615] Compiling NIOCore SocketOptionProvider.swift
[1538/1615] Compiling NIOCore SystemCallHelpers.swift
[1539/1615] Compiling NIOCore TimeAmount+Duration.swift
[1540/1615] Compiling NIOCore TypeAssistedChannelHandler.swift
[1541/1615] Compiling NIOCore UniversalBootstrapSupport.swift
[1542/1615] Compiling NIOCore Utilities.swift
[1543/1615] Compiling _CryptoExtras AES_CBC.swift
[1544/1615] Compiling _CryptoExtras AES_CFB.swift
[1545/1615] Compiling _CryptoExtras AES_CTR.swift
[1546/1615] Compiling _CryptoExtras AES_GCM_SIV.swift
[1547/1615] Compiling _CryptoExtras Block Function.swift
[1548/1615] Compiling _CryptoExtras AES_CFB_boring.swift
[1549/1615] Compiling _CryptoExtras AES_CTR_boring.swift
[1550/1615] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1551/1615] Compiling _CryptoExtras ARC+API.swift
[1552/1615] Emitting module _CryptoExtras
[1562/1615] Compiling _CryptoExtras ARC.swift
[1563/1615] Compiling _CryptoExtras ARCCredential.swift
[1564/1615] Compiling _CryptoExtras ARCEncoding.swift
[1565/1615] Compiling _CryptoExtras ARCPrecredential.swift
[1566/1615] Compiling _CryptoExtras ARCPresentation.swift
[1567/1615] Compiling _CryptoExtras ARCRequest.swift
[1568/1615] Compiling _CryptoExtras ARCResponse.swift
[1569/1615] Compiling _CryptoExtras ARCServer.swift
[1570/1615] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1571/1615] Compiling _CryptoExtras ChaCha20CTR.swift
[1572/1615] Compiling _CryptoExtras ECToolbox_boring.swift
[1573/1615] Compiling _CryptoExtras ECToolbox.swift
[1579/1615] Compiling _CryptoExtras ZKPToolbox.swift
[1580/1615] Compiling _CryptoExtras VOPRFServer.swift
[1590/1615] Compiling _CryptoExtras HashToField.swift
[1591/1615] Compiling _CryptoExtras KDF.swift
[1592/1615] Compiling _CryptoExtras PBKDF2_boring.swift
[1593/1615] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1594/1615] Compiling _CryptoExtras PBKDF2.swift
[1603/1615] Emitting module NIOCore
[1605/1667] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1606/1667] Compiling NIOEmbedded AsyncTestingChannel.swift
[1607/1667] Compiling NIOEmbedded Embedded.swift
[1608/1667] Emitting module NIOEmbedded
[1610/1668] Compiling NIOPosix IO.swift
[1611/1668] Compiling NIOPosix IntegerBitPacking.swift
[1612/1668] Compiling NIOPosix IntegerTypes.swift
[1613/1668] Compiling NIOPosix Linux.swift
[1614/1668] Compiling NIOPosix LinuxCPUSet.swift
[1615/1668] Compiling NIOPosix LinuxUring.swift
[1616/1668] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1617/1674] Compiling NIOPosix ThreadPosix.swift
[1618/1674] Compiling NIOPosix ThreadWindows.swift
[1619/1674] Compiling NIOPosix UnsafeTransfer.swift
[1620/1674] Compiling NIOPosix Utilities.swift
[1621/1674] Compiling NIOPosix VsockAddress.swift
[1622/1674] Compiling NIOPosix VsockChannelEvents.swift
[1623/1674] Emitting module NIOPosix
[1624/1674] Compiling NIOPosix ServerSocket.swift
[1625/1674] Compiling NIOPosix Socket.swift
[1626/1674] Compiling NIOPosix SocketChannel.swift
[1627/1674] Compiling NIOPosix SocketProtocols.swift
[1628/1674] Compiling NIOPosix System.swift
[1629/1674] Compiling NIOPosix Thread.swift
[1630/1674] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1631/1674] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1632/1674] Compiling NIOPosix PosixSingletons.swift
[1633/1674] Compiling NIOPosix RawSocketBootstrap.swift
[1634/1674] Compiling NIOPosix Resolver.swift
[1635/1674] Compiling NIOPosix Selectable.swift
[1636/1674] Compiling NIOPosix SelectableChannel.swift
[1637/1674] Compiling NIOPosix SelectableEventLoop.swift
[1638/1674] Compiling NIOPosix SelectorEpoll.swift
[1639/1674] Compiling NIOPosix SelectorGeneric.swift
[1640/1674] Compiling NIOPosix SelectorKqueue.swift
[1641/1674] Compiling NIOPosix SelectorUring.swift
[1642/1674] Compiling NIOPosix BSDSocketAPICommon.swift
[1643/1674] Compiling NIOPosix BSDSocketAPIPosix.swift
[1644/1674] Compiling NIOPosix BSDSocketAPIWindows.swift
[1645/1674] Compiling NIOPosix BaseSocket.swift
[1646/1674] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1647/1674] Compiling NIOPosix BaseSocketChannel.swift
[1648/1674] Compiling NIOPosix BaseStreamSocketChannel.swift
[1649/1674] Compiling NIOPosix Bootstrap.swift
[1650/1674] Compiling NIOPosix ControlMessage.swift
[1651/1674] Compiling NIOPosix DatagramVectorReadManager.swift
[1652/1674] Compiling NIOPosix Errors+Any.swift
[1653/1674] Compiling NIOPosix FileDescriptor.swift
[1654/1674] Compiling NIOPosix GetaddrinfoResolver.swift
[1655/1674] Compiling NIOPosix HappyEyeballs.swift
[1656/1674] Compiling NIOPosix NIOThreadPool.swift
[1657/1674] Compiling NIOPosix NonBlockingFileIO.swift
[1658/1674] Compiling NIOPosix PendingDatagramWritesManager.swift
[1659/1674] Compiling NIOPosix PendingWritesManager.swift
[1660/1674] Compiling NIOPosix PipeChannel.swift
[1661/1674] Compiling NIOPosix PipePair.swift
[1662/1674] Compiling NIOPosix Pool.swift
[1664/1734] Compiling NIO Exports.swift
[1665/1734] Emitting module NIO
[1666/1735] Compiling _NIOFileSystem DirectoryEntry.swift
[1667/1735] Compiling _NIOFileSystem Exports.swift
[1668/1735] Compiling _NIOFileSystem FileChunks.swift
[1670/1776] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1671/1776] Compiling _NIOFileSystem BufferedStream.swift
[1672/1776] Compiling _NIOFileSystem Cancellation.swift
[1673/1776] Compiling _NIOFileSystem TokenBucket.swift
[1674/1776] Compiling _NIOFileSystem UnsafeTransfer.swift
[1675/1776] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1676/1776] Compiling NIOTLS TLSEvents.swift
[1677/1776] Emitting module NIOTLS
[1678/1776] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1679/1776] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1680/1776] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1681/1776] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1682/1776] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1683/1776] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1684/1776] Compiling NIOSOCKS AuthenticationMethod.swift
[1685/1776] Compiling NIOSOCKS ClientGreeting.swift
[1686/1778] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1687/1778] Compiling NIOSOCKS ClientStateMachine.swift
[1688/1778] Compiling NIOSOCKS SOCKSResponse.swift
[1693/1779] Compiling NIOSOCKS SOCKSClientHandler.swift
[1694/1779] Compiling NIOSOCKS Messages.swift
[1695/1779] Compiling NIOSOCKS SOCKSRequest.swift
[1696/1779] Compiling NIOHTTP1 HTTPTypes.swift
[1698/1779] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1699/1779] Compiling AsyncKit Optional+StrictMap.swift
[1700/1779] Compiling AsyncKit Exports.swift
[1701/1779] Emitting module _NIOFileSystem
[1702/1783] Compiling NIOSOCKS ServerStateMachine.swift
[1705/1783] Compiling NIOSOCKS Errors.swift
[1706/1783] Compiling NIOSOCKS Helpers.swift
[1707/1783] Emitting module NIOSOCKS
[1708/1783] Compiling NIOTLS SNIHandler.swift
[1711/1785] Emitting module NIOHTTP1
[1712/1785] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1713/1785] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1714/1814] Emitting module NIOFoundationCompat
[1715/1814] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1716/1815] Compiling NIOSSL AndroidCABundle.swift
[1717/1815] Compiling NIOSSL ByteBufferBIO.swift
[1718/1815] Compiling NIOSSL CustomPrivateKey.swift
[1719/1815] Compiling NIOSSL IdentityVerification.swift
[1720/1815] Compiling NIOSSL LinuxCABundle.swift
[1722/1815] Compiling NIOSSL RNG.swift
[1723/1815] Compiling NIOSSL SafeCompare.swift
[1724/1815] Compiling NIOSSL Zeroization.swift
[1725/1815] Compiling _NIOFileSystem CInterop.swift
[1726/1815] Compiling _NIOFileSystem Errno.swift
[1727/1815] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1728/1815] Compiling _NIOFileSystem Mocking.swift
[1729/1815] Compiling _NIOFileSystem Syscall.swift
[1730/1815] Compiling _NIOFileSystem Syscalls.swift
[1731/1815] Compiling NIOSSL SSLCallbacks.swift
[1732/1815] Compiling NIOSSL SSLCertificate.swift
[1733/1815] Compiling NIOSSL NIOSSLClientHandler.swift
[1734/1815] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1735/1828] Compiling NIOSSL SSLContext.swift
[1736/1828] Compiling NIOSSL SSLErrors.swift
[1737/1837] Compiling NIOTransportServices NIOTSBootstraps.swift
[1738/1837] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1739/1837] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1740/1839] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1741/1839] Compiling NIOTransportServices NIOTSErrors.swift
[1742/1839] Compiling NIOTransportServices NIOTSEventLoop.swift
[1743/1839] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1744/1839] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1745/1839] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1746/1839] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1747/1839] Compiling NIOTransportServices NIOTSSingletons.swift
[1748/1839] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1749/1839] Compiling NIOTransportServices StateManagedChannel.swift
[1750/1839] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1751/1839] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1752/1839] Emitting module NIOTransportServices
[1754/1839] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1755/1839] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1756/1839] Compiling NIOSSL SubjectAlternativeName.swift
[1757/1839] Compiling NIOSSL NIOSSLSecureBytes.swift
[1765/1839] Compiling NIOTransportServices AcceptHandler.swift
[1766/1839] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1767/1839] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1768/1839] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1769/1839] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1770/1839] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1776/1840] Emitting module AsyncKit
[1781/1887] Compiling _NIOFileSystem SystemFileHandle.swift
[1782/1887] Compiling _NIOFileSystem Utilities.swift
[1783/1887] Compiling _NIOFileSystem OpenOptions.swift
[1784/1887] Compiling _NIOFileSystem String+FileSystem.swift
[1785/1887] Compiling NIOWebSocket WebSocketOpcode.swift
[1786/1887] Emitting module NIOHTTPCompression
[1787/1888] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1788/1888] Compiling NIOExtras NIORequestIdentifiable.swift
[1789/1888] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1790/1888] Compiling NIOExtras NIOExtrasError.swift
[1799/1893] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1800/1893] Compiling NIOHPACK IndexedHeaderTable.swift
[1801/1894] Compiling NIOHPACK IntegerCoding.swift
[1802/1894] Compiling NIOExtras DebugInboundEventsHandler.swift
[1803/1894] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1804/1894] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1805/1894] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1806/1894] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1807/1894] Emitting module NIOSSL
[1808/1894] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1809/1894] Compiling NIOExtras UnsafeTransfer.swift
[1810/1894] Compiling NIOExtras WritePCAPHandler.swift
[1812/1894] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1813/1894] Compiling NIOExtras RequestResponseHandler.swift
[1815/1894] Compiling NIOHPACK HuffmanTables.swift
[1816/1894] Compiling NIOExtras PCAPRingBuffer.swift
[1817/1894] Compiling NIOExtras QuiescingHelper.swift
[1818/1894] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1819/1894] Compiling NIOWebSocket SHA1.swift
[1820/1894] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1821/1894] Compiling NIOHPACK StaticHeaderTable.swift
[1822/1894] Compiling NIOHTTPCompression HTTPCompression.swift
[1823/1894] Compiling NIOHTTPCompression HTTPDecompression.swift
[1824/1894] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1829/1894] Emitting module NIOWebSocket
[1830/1894] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1831/1894] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1832/1894] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1833/1894] Compiling NIOHPACK HuffmanCoding.swift
[1834/1895] Emitting module NIOHPACK
[1836/1895] Emitting module NIOExtras
[1837/1895] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1838/1895] Compiling NIOWebSocket WebSocketFrame.swift
[1843/1915] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1844/1915] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1845/1915] Compiling MultipartKit FormDataEncoder.swift
[1846/1915] Compiling MultipartKit Storage.swift
[1847/1915] Compiling MultipartKit MultipartFormData.swift
[1848/1915] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1849/1915] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1850/1915] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1851/1915] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1852/1915] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1853/1915] Compiling MultipartKit FormDataDecoder.swift
[1855/1917] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1863/1963] Compiling NIOHTTP2 ReceivingDataState.swift
[1864/1963] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1865/1963] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1866/1982] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1867/1982] Compiling NIOHTTP2 StateMachineResult.swift
[1868/1982] Emitting module NIOFileSystem
[1869/1982] Compiling NIOFileSystem Exports.swift
[1870/1982] Emitting module MultipartKit
[1871/1982] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1872/1982] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1873/1982] Compiling NIOHTTP2 MayReceiveFrames.swift
[1874/1982] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1875/1983] Emitting module _NIOFileSystemFoundationCompat
[1876/1983] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1881/1984] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1882/1984] Compiling NIOHTTP2 MaySendFrames.swift
[1883/1984] Compiling NIOHTTP2 SendingDataState.swift
[1884/1984] Compiling NIOHTTP2 SendingGoawayState.swift
[1885/1984] Compiling NIOHTTP2 SendingHeadersState.swift
[1886/1984] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1887/1984] Compiling NIOHTTP2 SendingRstStreamState.swift
[1888/1984] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1891/1984] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1892/1984] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1902/1984] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1903/1984] Compiling NIOHTTP2 DOSHeuristics.swift
[1904/1985] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1905/1985] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1906/1985] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1907/1985] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1908/1985] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1909/1985] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1910/1985] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1911/1985] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1912/1985] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1913/1985] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1914/1985] Compiling NIOHTTP2 HTTP2Error.swift
[1915/1985] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1925/2088] Compiling WebSocketKit Exports.swift
[1926/2088] Compiling WebSocketKit WebSocket+Connect.swift
[1927/2088] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1928/2088] Compiling WebSocketKit WebSocketHandler.swift
[1929/2088] Emitting module WebSocketKit
[1930/2088] Compiling WebSocketKit WebSocket+Concurrency.swift
[1931/2088] Compiling WebSocketKit WebSocket.swift
[1932/2088] Compiling WebSocketKit WebSocketClient.swift
[1934/2089] Compiling X509 CertificateSerialNumber.swift
[1935/2089] Compiling X509 CertificateVersion.swift
[1936/2089] Compiling X509 CMSAttribute.swift
[1937/2089] Compiling X509 CMSContentInfo.swift
[1938/2089] Compiling X509 CMSEncapsulatedContentInfo.swift
[1939/2089] Compiling X509 CMSIssuerAndSerialNumber.swift
[1940/2089] Compiling X509 CMSOperations.swift
[1941/2089] Compiling X509 CMSSignature.swift
[1942/2097] Compiling X509 OCSPSignature.swift
[1943/2097] Compiling X509 OCSPSingleRequest.swift
[1944/2097] Compiling X509 OCSPSingleResponse.swift
[1945/2097] Compiling X509 OCSPTBSRequest.swift
[1946/2097] Compiling X509 OCSPVersion.swift
[1947/2097] Compiling X509 PKCS8PrivateKey.swift
[1948/2097] Compiling X509 PromiseAndFuture.swift
[1949/2097] Compiling X509 RDNAttribute.swift
[1950/2097] Emitting module NIOHTTP2
[1951/2097] Compiling X509 CSRAttribute.swift
[1952/2097] Compiling X509 CSRAttributes.swift
[1953/2097] Compiling X509 CSRVersion.swift
[1954/2097] Compiling X509 CertificateSigningRequest.swift
[1955/2097] Compiling X509 CertificationRequestInfo.swift
[1956/2097] Compiling X509 ExtensionRequest.swift
[1957/2097] Compiling X509 Certificate.swift
[1958/2097] Compiling X509 CertificatePrivateKey.swift
[1959/2097] Compiling X509 CertificatePublicKey.swift
[1960/2097] Compiling NIOHTTP2 InboundWindowManager.swift
[1961/2097] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1962/2097] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1963/2097] Compiling NIOHTTP2 StreamChannelList.swift
[1964/2097] Compiling NIOHTTP2 StreamMap.swift
[1965/2097] Compiling NIOHTTP2 StreamStateMachine.swift
[1966/2097] Compiling NIOHTTP2 UnsafeTransfer.swift
[1967/2097] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1981/2097] Compiling X509 CertificateStore.swift
[1982/2097] Compiling X509 OneOfPolicies.swift
[1983/2097] Compiling X509 PolicyBuilder.swift
[1984/2097] Compiling X509 BasicConstraintsPolicy.swift
[1985/2097] Compiling X509 DNSNames.swift
[1986/2097] Compiling X509 DirectoryNames.swift
[1987/2097] Compiling X509 ExpiryPolicy.swift
[1988/2097] Compiling X509 IPConstraints.swift
[1989/2097] Compiling X509 NameConstraintsPolicy.swift
[1990/2097] Compiling X509 RFC5280Policy.swift
[1991/2097] Compiling X509 URIConstraints.swift
[1992/2097] Compiling X509 VersionPolicy.swift
[1993/2097] Compiling X509 ServerIdentityPolicy.swift
[1998/2110] Compiling X509 CMSSignedData.swift
[1999/2110] Compiling X509 CMSSignerIdentifier.swift
[2000/2110] Compiling X509 CMSSignerInfo.swift
[2001/2110] Compiling X509 CMSVersion.swift
[2002/2110] Compiling X509 Curve25519+DER.swift
[2003/2110] Compiling X509 Digests.swift
[2004/2110] Compiling X509 DistinguishedName.swift
[2005/2110] Compiling X509 CommonName.swift
[2006/2110] Compiling X509 CountryName.swift
[2020/2110] Compiling X509 StreetAddress.swift
[2021/2110] Compiling X509 Error.swift
[2022/2110] Compiling X509 AuthorityInformationAccess.swift
[2023/2110] Compiling X509 AuthorityKeyIdentifier.swift
[2024/2110] Compiling X509 BasicConstraints.swift
[2025/2110] Compiling X509 ExtendedKeyUsage.swift
[2026/2110] Compiling X509 OCSPCertID.swift
[2027/2110] Compiling X509 OCSPCertStatus.swift
[2030/2110] Compiling X509 OCSPExtensionID.swift
[2031/2110] Compiling X509 OCSPNonce.swift
[2032/2110] Compiling X509 OCSPPolicy.swift
[2033/2110] Compiling X509 OCSPRequest.swift
[2034/2110] Compiling X509 OCSPResponse.swift
[2035/2110] Compiling X509 OCSPResponseBytes.swift
[2036/2110] Compiling X509 OCSPResponseData.swift
[2037/2110] Compiling X509 OCSPResponseStatus.swift
[2041/2110] Compiling X509 DNBuilder.swift
[2042/2110] Compiling X509 DomainComponent.swift
[2043/2110] Compiling X509 EmailAddress.swift
[2044/2110] Compiling X509 LocalityName.swift
[2045/2110] Compiling X509 OrganizationName.swift
[2046/2110] Compiling X509 OrganizationalUnitName.swift
[2047/2110] Compiling X509 StateOrProvinceName.swift
[2054/2110] Compiling X509 ExtensionIdentifiers.swift
[2055/2110] Compiling X509 KeyUsage.swift
[2056/2110] Compiling X509 NameConstraints.swift
[2057/2110] Compiling X509 SubjectAlternativeName.swift
[2058/2110] Compiling X509 SubjectKeyIdentifier.swift
[2059/2110] Compiling X509 Extension.swift
[2060/2110] Compiling X509 Extensions.swift
[2061/2110] Compiling X509 ExtensionsBuilder.swift
[2062/2110] Compiling X509 GeneralName.swift
[2063/2110] Compiling X509 Lock.swift
[2064/2110] Compiling X509 LockedValueBox.swift
[2065/2110] Compiling X509 BasicOCSPResponse.swift
[2066/2110] Compiling X509 DirectoryString.swift
[2099/2171] Emitting module X509
[2100/2171] Emitting module AsyncHTTPClient
[2101/2179] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2102/2179] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2103/2179] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2104/2179] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2105/2179] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2106/2179] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2107/2179] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2108/2179] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2109/2179] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2110/2179] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2111/2179] Compiling AsyncHTTPClient ConnectionTarget.swift
[2112/2179] Compiling AsyncHTTPClient DeconstructedURL.swift
[2113/2179] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2114/2179] Compiling AsyncHTTPClient FoundationExtensions.swift
[2115/2179] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2116/2179] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2117/2179] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2118/2179] Compiling X509 TrustRootLoading.swift
[2119/2179] Compiling X509 UnverifiedChain.swift
[2120/2179] Compiling X509 VerificationDiagnostic.swift
[2121/2179] Compiling X509 Verifier.swift
[2122/2179] Compiling X509 VerifierPolicy.swift
[2123/2179] Compiling X509 AlgorithmIdentifier.swift
[2124/2179] Compiling X509 ECDSASignature.swift
[2125/2179] Compiling X509 RSAPKCS1PublicKey.swift
[2126/2179] Compiling X509 SubjectPublicKeyInfo.swift
[2127/2179] Compiling X509 TBSCertificate.swift
[2128/2179] Compiling X509 Time.swift
[2129/2179] Compiling X509 TimeCalculations.swift
[2130/2179] Compiling X509 Validity.swift
[2132/2180] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2133/2180] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2134/2180] Compiling AsyncHTTPClient Transaction.swift
[2135/2180] Compiling AsyncHTTPClient Base64.swift
[2136/2180] Compiling AsyncHTTPClient BasicAuth.swift
[2137/2180] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2138/2180] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2139/2180] Compiling AsyncHTTPClient ConnectionPool.swift
[2140/2180] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2141/2180] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2142/2180] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2143/2180] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2144/2180] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2145/2180] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2146/2180] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2147/2180] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2148/2180] Compiling AsyncHTTPClient RequestBodyLength.swift
[2149/2180] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2150/2180] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2151/2180] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2152/2180] Compiling AsyncHTTPClient HTTP1Connection.swift
[2153/2180] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2154/2180] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2155/2180] Compiling AsyncHTTPClient HTTP2Connection.swift
[2156/2180] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2157/2180] Compiling AsyncHTTPClient RequestBag.swift
[2158/2180] Compiling AsyncHTTPClient RequestValidation.swift
[2159/2180] Compiling AsyncHTTPClient SSLContextCache.swift
[2160/2180] Compiling AsyncHTTPClient Scheme.swift
[2161/2180] Compiling AsyncHTTPClient Singleton.swift
[2162/2180] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2163/2180] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2164/2180] Compiling AsyncHTTPClient Utils.swift
[2165/2238] Compiling JWTKit ECDSAKeyTypes.swift
[2166/2238] Compiling JWTKit ECDSASigner.swift
[2167/2238] Compiling JWTKit ECDSASigningAlgorithm.swift
[2168/2238] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2169/2238] Compiling JWTKit P256+CurveType.swift
[2170/2238] Compiling JWTKit P384+CurveType.swift
[2171/2238] Compiling JWTKit P521+CurveType.swift
[2172/2238] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[2173/2238] Compiling JWTKit UnsecuredNoneSigner.swift
[2174/2238] Compiling JWTKit JWTKeyCollection+RSA.swift
[2175/2238] Compiling JWTKit RSA.swift
[2176/2238] Compiling JWTKit RSAError.swift
[2177/2238] Compiling JWTKit RSASigner.swift
[2178/2238] Compiling JWTKit Base64URL.swift
[2179/2238] Compiling JWTKit CryptoSigner.swift
[2180/2238] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2182/2408] Compiling Vapor ContentContainer.swift
[2183/2408] Compiling Vapor JSONCoder+Custom.swift
[2184/2408] Compiling Vapor JSONCoders+Content.swift
[2185/2408] Compiling Vapor PlaintextDecoder.swift
[2186/2408] Compiling Vapor PlaintextEncoder.swift
[2187/2408] Compiling Vapor URLQueryCoders.swift
[2188/2408] Compiling Vapor URLQueryContainer.swift
[2189/2408] Compiling Vapor Core.swift
[2190/2416] Compiling Vapor Application.swift
[2191/2416] Compiling Vapor AuthenticationCache.swift
[2192/2416] Compiling Vapor Authenticator.swift
[2193/2416] Compiling Vapor BasicAuthorization.swift
[2194/2416] Compiling Vapor BearerAuthorization.swift
[2195/2416] Compiling Vapor GuardMiddleware.swift
[2196/2416] Compiling Vapor RedirectMiddleware.swift
[2197/2416] Compiling Vapor SessionAuthenticatable.swift
[2198/2416] Compiling Vapor Bcrypt.swift
[2199/2416] Emitting module JWTKit
[2200/2416] Compiling Vapor ClientResponse.swift
[2201/2416] Compiling Vapor Request+Client.swift
[2202/2416] Compiling Vapor BootCommand.swift
[2203/2416] Compiling Vapor CommandContext+Application.swift
[2204/2416] Compiling Vapor RoutesCommand.swift
[2205/2416] Compiling Vapor ServeCommand.swift
[2206/2416] Compiling Vapor AnyResponse+Concurrency.swift
[2207/2416] Compiling Vapor AsyncBasicResponder.swift
[2208/2416] Compiling Vapor Application+Cache.swift
[2209/2416] Compiling Vapor Cache.swift
[2210/2416] Compiling Vapor CacheExpirationTime.swift
[2211/2416] Compiling Vapor MemoryCache.swift
[2212/2416] Compiling Vapor Request+Cache.swift
[2213/2416] Compiling Vapor Application+Clients.swift
[2214/2416] Compiling Vapor Client.swift
[2215/2416] Compiling Vapor ClientRequest.swift
[2216/2416] Compiling Vapor Running.swift
[2217/2416] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2218/2416] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2219/2416] Compiling Vapor DotEnvFile+load.swift
[2220/2416] Compiling Vapor Routes+caseInsenstive.swift
[2221/2416] Compiling Vapor Validatable+validate.swift
[2222/2416] Compiling Vapor Environment+Process.swift
[2223/2416] Compiling Vapor Environment+Secret.swift
[2224/2416] Compiling Vapor AsyncMiddleware.swift
[2225/2416] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2226/2416] Compiling Vapor AsyncSessionDriver.swift
[2227/2416] Compiling Vapor Authentication+Concurrency.swift
[2228/2416] Compiling Vapor Cache+Concurrency.swift
[2229/2416] Compiling Vapor Client+Concurrency.swift
[2230/2416] Compiling Vapor RequestBody+Concurrency.swift
[2231/2416] Compiling Vapor Responder+Concurrency.swift
[2232/2416] Compiling Vapor ResponseCodable+Concurrency.swift
[2233/2416] Compiling Vapor RoutesBuilder+Concurrency.swift
[2234/2416] Compiling Vapor ViewRenderer+Concurrency.swift
[2235/2416] Compiling Vapor WebSocket+Concurrency.swift
[2236/2416] Compiling Vapor ContainerGetPathExecutor.swift
[2237/2416] Compiling Vapor Content.swift
[2238/2416] Compiling Vapor ContentCoders.swift
[2239/2416] Compiling Vapor ContentConfiguration.swift
[2264/2440] Compiling JWTKit CustomizedJSONCoders.swift
[2265/2440] Compiling JWTKit Utilities.swift
[2266/2440] Compiling JWTKit AppleIdentityToken.swift
[2267/2440] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2268/2440] Compiling JWTKit GoogleIdentityToken.swift
[2269/2440] Compiling JWTKit MicrosoftIdentityToken.swift
[2270/2440] Compiling JWTKit ValidationTimePayload.swift
[2271/2440] Compiling JWTKit X5CVerifier.swift
[2297/2465] Compiling Vapor HTTPServerResponseEncoder.swift
[2298/2465] Compiling Vapor HTTPServerUpgradeHandler.swift
[2299/2465] Compiling Vapor Logger+Report.swift
[2300/2465] Compiling Vapor LoggingSystem+Environment.swift
[2301/2465] Compiling Vapor Application+Middleware.swift
[2302/2465] Compiling Vapor CORSMiddleware.swift
[2303/2465] Compiling Vapor ErrorMiddleware.swift
[2304/2465] Compiling Vapor FileMiddleware.swift
[2305/2465] Compiling Vapor Middleware.swift
[2306/2465] Compiling Vapor MiddlewareConfiguration.swift
[2307/2465] Compiling Vapor ResponseCompressionMiddleware.swift
[2308/2465] Compiling Vapor RouteLoggingMiddleware.swift
[2309/2465] Compiling Vapor TracingMiddleware.swift
[2310/2465] Compiling Vapor File+Multipart.swift
[2311/2465] Compiling Vapor FormDataDecoder+Content.swift
[2312/2465] Compiling Vapor FormDataEncoder+Content.swift
[2313/2465] Compiling Vapor Application+Password.swift
[2314/2465] Compiling Vapor Application+Passwords.swift
[2315/2465] Compiling Vapor AsyncPasswordHasher.swift
[2316/2465] Compiling Vapor BcryptHasher.swift
[2317/2465] Compiling Vapor PasswordHasher.swift
[2318/2465] Compiling Vapor PlaintextHasher.swift
[2319/2465] Compiling Vapor Request+Password.swift
[2320/2465] Compiling Vapor Redirect.swift
[2321/2465] Compiling Vapor Validator.swift
[2322/2465] Compiling Vapor ValidatorResult.swift
[2323/2465] Compiling Vapor And.swift
[2324/2465] Compiling Vapor Case.swift
[2325/2465] Compiling Vapor CharacterSet.swift
[2326/2465] Compiling Vapor Count.swift
[2327/2465] Compiling Vapor Custom.swift
[2328/2465] Compiling Vapor Email.swift
[2329/2465] Compiling Vapor Empty.swift
[2330/2465] Compiling Vapor In.swift
[2331/2465] Compiling Vapor Nil.swift
[2332/2465] Compiling Vapor NilIgnoring.swift
[2333/2465] Compiling Vapor Not.swift
[2334/2465] Compiling Vapor Or.swift
[2335/2465] Compiling Vapor Pattern.swift
[2336/2465] Compiling Vapor Range.swift
[2337/2465] Compiling Vapor URL.swift
[2338/2465] Compiling Vapor Valid.swift
[2339/2465] Compiling Vapor Application+Views.swift
[2340/2465] Compiling Vapor PlaintextRenderer.swift
[2341/2465] Compiling Vapor Request+View.swift
[2342/2465] Compiling Vapor View.swift
[2343/2465] Compiling Vapor ViewRenderer.swift
[2344/2465] Compiling Vapor _Deprecations.swift
[2345/2465] Compiling Vapor Request+Body.swift
[2346/2465] Compiling Vapor Request+BodyStream.swift
[2347/2465] Compiling Vapor Request.swift
[2348/2465] Compiling Vapor Application+Responder.swift
[2349/2465] Compiling Vapor DefaultResponder.swift
[2350/2465] Compiling Vapor Response+Body.swift
[2351/2465] Compiling Vapor Response.swift
[2352/2465] Compiling Vapor ResponseCodable.swift
[2353/2465] Compiling Vapor Application+Routes.swift
[2354/2465] Compiling Vapor Parameters+Require.swift
[2355/2465] Compiling Vapor Request+WebSocket.swift
[2356/2465] Compiling Vapor Route.swift
[2357/2465] Compiling Vapor RouteCollection.swift
[2358/2465] Compiling Vapor Routes.swift
[2359/2465] Compiling Vapor RoutesBuilder+Group.swift
[2360/2465] Compiling Vapor RoutesBuilder+Method.swift
[2361/2465] Compiling Vapor RoutesBuilder+Middleware.swift
[2362/2465] Compiling Vapor RoutesBuilder+WebSocket.swift
[2363/2465] Compiling Vapor RoutesBuilder.swift
[2364/2465] Compiling Vapor OTP.swift
[2365/2465] Compiling Vapor Application+Servers.swift
[2366/2465] Compiling Vapor Server.swift
[2367/2465] Compiling Vapor App+Service.swift
[2368/2465] Compiling Vapor Req+Service.swift
[2369/2465] Compiling Vapor Service.swift
[2370/2465] Compiling Vapor Application+Sessions.swift
[2371/2465] Compiling Vapor MemorySessions.swift
[2372/2465] Compiling Vapor Request+Session.swift
[2373/2465] Compiling Vapor Session.swift
[2374/2465] Compiling Vapor SessionCache.swift
[2375/2465] Compiling Vapor SessionData.swift
[2376/2465] Compiling Vapor SessionDriver.swift
[2377/2465] Compiling Vapor SessionsConfiguration.swift
[2378/2465] Compiling Vapor SessionsMiddleware.swift
[2379/2465] Compiling Vapor URLEncodedFormData.swift
[2380/2465] Compiling Vapor URLEncodedFormDecoder.swift
[2381/2465] Compiling Vapor URLEncodedFormEncoder.swift
[2382/2465] Compiling Vapor URLEncodedFormError.swift
[2383/2465] Compiling Vapor URLEncodedFormParser.swift
[2384/2465] Compiling Vapor URLEncodedFormSerializer.swift
[2385/2465] Compiling Vapor URLQueryFragmentConvertible.swift
[2386/2465] Compiling Vapor AnyResponse.swift
[2387/2465] Compiling Vapor Array+Random.swift
[2388/2465] Compiling Vapor Base32.swift
[2389/2465] Compiling Vapor Base64.swift
[2390/2465] Compiling Vapor BaseN.swift
[2391/2465] Compiling Vapor BasicCodingKey.swift
[2392/2465] Compiling Vapor ByteCount.swift
[2393/2465] Emitting module Vapor
[2394/2465] Compiling Vapor Bytes+Hex.swift
[2395/2465] Compiling Vapor Bytes+SecureCompare.swift
[2396/2465] Compiling Vapor Collection+Safe.swift
[2397/2465] Compiling Vapor DataProtocol+Copy.swift
[2398/2465] Compiling Vapor DecoderUnwrapper.swift
[2399/2465] Compiling Vapor DirectoryConfiguration.swift
[2400/2465] Compiling Vapor DotEnv.swift
[2401/2465] Compiling Vapor Extendable.swift
[2402/2465] Compiling Vapor File.swift
[2403/2465] Compiling Vapor FileIO.swift
[2404/2465] Compiling Vapor LifecycleHandler.swift
[2405/2465] Compiling Vapor OptionalType.swift
[2406/2465] Compiling Vapor RFC1123.swift
[2407/2465] Compiling Vapor SocketAddress+Hostname.swift
[2408/2465] Compiling Vapor Storage.swift
[2409/2465] Compiling Vapor String+IsIPAddress.swift
[2410/2465] Compiling Vapor Thread.swift
[2411/2465] Compiling Vapor URI.swift
[2412/2465] Compiling Vapor RangeResult.swift
[2413/2465] Compiling Vapor Validatable.swift
[2414/2465] Compiling Vapor Validation.swift
[2415/2465] Compiling Vapor ValidationKey.swift
[2416/2465] Compiling Vapor Validations.swift
[2417/2465] Compiling Vapor ValidationsError.swift
[2435/2465] Compiling Vapor Application+HTTP.swift
[2436/2465] Compiling Vapor BasicResponder.swift
[2437/2465] Compiling Vapor BodyStream.swift
[2438/2465] Compiling Vapor Application+HTTP+Client.swift
[2439/2465] Compiling Vapor EventLoopHTTPClient.swift
[2440/2465] Compiling Vapor EndpointCache.swift
[2441/2465] Compiling Vapor HTTPMethod+String.swift
[2442/2465] Compiling Vapor HTTPStatus.swift
[2443/2465] Compiling Vapor HTTPCookies.swift
[2444/2465] Compiling Vapor HTTPHeaderCacheControl.swift
[2445/2465] Compiling Vapor HTTPHeaderExpires.swift
[2446/2465] Compiling Vapor HTTPHeaderLastModified.swift
[2447/2465] Compiling Vapor HTTPHeaders+Cache.swift
[2448/2465] Compiling Vapor HTTPHeaders+Connection.swift
[2449/2465] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2450/2465] Compiling Vapor HTTPHeaders+ContentRange.swift
[2451/2465] Compiling Vapor HTTPHeaders+Directive.swift
[2452/2465] Compiling Vapor HTTPHeaders+Forwarded.swift
[2453/2465] Compiling Vapor HTTPHeaders+Link.swift
[2454/2465] Compiling Vapor HTTPHeaders+Name.swift
[2455/2465] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2456/2465] Compiling Vapor HTTPHeaders.swift
[2457/2465] Compiling Vapor HTTPMediaType.swift
[2458/2465] Compiling Vapor HTTPMediaTypePreference.swift
[2459/2465] Compiling Vapor Responder.swift
[2460/2465] Compiling Vapor Application+HTTP+Server.swift
[2461/2465] Compiling Vapor HTTPServer.swift
[2462/2465] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2463/2465] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2464/2465] Compiling Vapor HTTPServerHandler.swift
[2465/2465] Compiling Vapor HTTPServerRequestDecoder.swift
[2467/2476] Compiling JWT JWTError+Vapor.swift
[2468/2476] Compiling JWT JWTAuthenticator.swift
[2469/2477] Compiling JWT Application+JWT.swift
[2470/2477] Compiling JWT Exports.swift
[2471/2477] Emitting module JWT
[2472/2477] Compiling JWT JWT+Microsoft.swift
[2473/2477] Compiling JWT JWKSCache.swift
[2474/2477] Compiling JWT JWT+Apple.swift
[2475/2477] Compiling JWT JWT+FirebaseAuth.swift
[2476/2477] Compiling JWT JWT+Google.swift
[2477/2477] Compiling JWT Request+JWT.swift
[2479/2507] Emitting module FCM
[2480/2510] Compiling FCM FCM+Application.swift
[2481/2510] Compiling FCM FCM+Request.swift
[2482/2510] Compiling FCM FCM.swift
[2483/2510] Compiling FCM FCMAndroidConfig.swift
[2484/2510] Compiling FCM FCMAndroidMessagePriority.swift
[2485/2510] Compiling FCM FCMAndroidNotification.swift
[2486/2510] Compiling FCM FCMAndroidNotificationLightSettings.swift
[2487/2510] Compiling FCM FCMAndroidNotificationPriority.swift
[2488/2510] Compiling FCM FCMAndroidNotificationVisibility.swift
[2489/2510] Compiling FCM FCMApnsAlert.swift
[2490/2510] Compiling FCM FCMApnsAlertOrString.swift
[2491/2510] Compiling FCM FCMApnsApsObject.swift
[2492/2510] Compiling FCM FCMApnsConfig.swift
[2493/2510] Compiling FCM FCMApnsPayload.swift
[2494/2510] Compiling FCM FCMApnsPayloadProtocol.swift
[2495/2510] Compiling FCM FCMOptions.swift
[2496/2510] Compiling FCM FCM+BatchSend.swift
[2497/2510] Compiling FCM FCM+CreateTopic.swift
[2498/2510] Compiling FCM FCM+DeleteTopic.swift
[2499/2510] Compiling FCM FCM+GetTopics.swift
[2500/2510] Compiling FCM FCMNotification.swift
[2501/2510] Compiling FCM FCMWebpushConfig.swift
[2502/2510] Compiling FCM GAuthPayload.swift
[2503/2510] Compiling FCM FCM+AccessToken.swift
[2504/2510] Compiling FCM FCMOptionsProtocol.swift
[2505/2510] Compiling FCM FCMConfiguration.swift
[2506/2510] Compiling FCM FCMError.swift
[2507/2510] Compiling FCM FCMMessage.swift
[2508/2510] Compiling FCM FCM+JWT.swift
[2509/2510] Compiling FCM FCM+RegisterAPNS.swift
[2510/2510] Compiling FCM FCM+SendMessage.swift
Build complete! (477.17s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    }
  ],
  "manifest_display_name" : "FCM",
  "name" : "FCM",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FCM",
      "targets" : [
        "FCM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FCMTests",
      "module_type" : "SwiftTarget",
      "name" : "FCMTests",
      "path" : "Tests/FCMTests",
      "sources" : [
        "FCMTests.swift"
      ],
      "target_dependencies" : [
        "FCM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FCM",
      "module_type" : "SwiftTarget",
      "name" : "FCM",
      "path" : "Sources/FCM",
      "product_dependencies" : [
        "Vapor",
        "JWT"
      ],
      "product_memberships" : [
        "FCM"
      ],
      "sources" : [
        "FCM+Application.swift",
        "FCM+Request.swift",
        "FCM.swift",
        "FCMAndroidConfig/FCMAndroidConfig.swift",
        "FCMAndroidConfig/FCMAndroidMessagePriority.swift",
        "FCMAndroidConfig/FCMAndroidNotification.swift",
        "FCMAndroidConfig/FCMAndroidNotificationLightSettings.swift",
        "FCMAndroidConfig/FCMAndroidNotificationPriority.swift",
        "FCMAndroidConfig/FCMAndroidNotificationVisibility.swift",
        "FCMApnsConfig/FCMApnsAlert.swift",
        "FCMApnsConfig/FCMApnsAlertOrString.swift",
        "FCMApnsConfig/FCMApnsApsObject.swift",
        "FCMApnsConfig/FCMApnsConfig.swift",
        "FCMApnsConfig/FCMApnsPayload.swift",
        "FCMApnsConfig/FCMApnsPayloadProtocol.swift",
        "FCMApnsConfig/FCMOptions.swift",
        "FCMApnsConfig/FCMOptionsProtocol.swift",
        "FCMConfiguration.swift",
        "FCMError.swift",
        "FCMMessage.swift",
        "FCMNotification.swift",
        "FCMWebpushConfig.swift",
        "GAuthPayload.swift",
        "Helpers/FCM+AccessToken.swift",
        "Helpers/FCM+BatchSend.swift",
        "Helpers/FCM+CreateTopic.swift",
        "Helpers/FCM+DeleteTopic.swift",
        "Helpers/FCM+GetTopics.swift",
        "Helpers/FCM+JWT.swift",
        "Helpers/FCM+RegisterAPNS.swift",
        "Helpers/FCM+SendMessage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.