The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of FCM, reference master (a3ded2), with Swift 6.1 for Android on 29 May 2025 11:30:32 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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/FCM.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/jwt.git
[1/2707] Fetching jwt
Fetched https://github.com/vapor/jwt.git from cache (0.23s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.90s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.2 (2.45s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.17s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (1.93s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-certificates.git
[1/6155] Fetching swift-certificates
[494/9991] Fetching swift-certificates, swift-log
[6734/23927] Fetching swift-certificates, swift-log, swift-crypto
Fetched https://github.com/apple/swift-certificates.git from cache (0.82s)
[5788/17772] Fetching swift-log, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.86s)
[2370/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.43s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (6.58s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.25s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.96s)
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.45s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.59s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/4974] Fetching swift-distributed-tracing
[549/7583] Fetching swift-distributed-tracing, websocket-kit
[602/10902] Fetching swift-distributed-tracing, websocket-kit, multipart-kit
[4604/11965] Fetching swift-distributed-tracing, websocket-kit, multipart-kit, swift-service-context
[5608/17924] Fetching swift-distributed-tracing, websocket-kit, multipart-kit, swift-service-context, swift-algorithms
[5899/19634] Fetching swift-distributed-tracing, websocket-kit, multipart-kit, swift-service-context, swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.49s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.60s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.60s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[5233/9197] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics
[7439/15111] Fetching websocket-kit, multipart-kit, swift-service-context, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.35s)
[9727/12905] Fetching websocket-kit, multipart-kit, swift-service-context, swift-nio-extras
[9787/24432] Fetching websocket-kit, multipart-kit, swift-service-context, 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.43s)
Fetching https://github.com/apple/swift-nio.git
[7884/18518] Fetching websocket-kit, multipart-kit, swift-service-context, swift-nio-http2
[18121/33361] Fetching websocket-kit, multipart-kit, swift-service-context, swift-nio-http2, swift-nio-ssl
[20301/109454] Fetching websocket-kit, multipart-kit, swift-service-context, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-service-context.git from cache (1.71s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.71s)
[21917/105782] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.77s)
[20101/102463] 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.42s)
[22733/90936] Fetching swift-nio-ssl, swift-nio
[22734/93306] Fetching swift-nio-ssl, swift-nio, async-kit
Fetching https://github.com/swift-server/async-http-client.git
[29967/114033] Fetching swift-nio-ssl, swift-nio, async-kit, routing-kit
[34471/119680] Fetching swift-nio-ssl, swift-nio, async-kit, routing-kit, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.41s)
[38784/117310] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit
[78303/131324] Fetching swift-nio-ssl, swift-nio, routing-kit, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (3.95s)
Fetched https://github.com/vapor/routing-kit.git from cache (3.96s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.82s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.89s)
Fetched https://github.com/apple/swift-nio.git from cache (5.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.97s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.61s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.65s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.72s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.54s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetching https://github.com/apple/swift-system.git
Fetched https://github.com/apple/swift-collections.git from cache (1.32s)
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.32s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.47s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.53s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.30s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.82s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.67s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2426] Fetching swift-service-lifecycle
[2427/3330] Fetching swift-service-lifecycle, swift-http-types
[3250/4471] Fetching swift-service-lifecycle, swift-http-types, swift-http-structured-headers
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.34s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.35s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.39s)
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.41s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.20s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.65s)
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.60s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.80s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.64s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.70s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.82s)
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.79s)
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.79s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.45s)
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.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.83.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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-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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Building for debugging...
[0/837] Write sources
[40/837] Compiling CNIOWindows shim.c
[41/837] Write sources
[42/837] Compiling CNIOWindows WSAStartup.c
[42/837] Compiling CNIOWASI CNIOWASI.c
[44/837] Write sources
[55/837] Compiling CNIOSHA1 c_nio_sha1.c
[55/837] Compiling CVaporBcrypt blf.c
[57/837] Compiling CVaporBcrypt bcrypt.c
[58/837] Compiling _AtomicsShims.c
[59/837] Compiling _NumericsShims _NumericsShims.c
[60/837] Compiling CNIOLinux shim.c
[61/837] Compiling CSystem shims.c
[62/837] Compiling CNIOExtrasZlib empty.c
[63/837] Compiling CNIOLinux liburing_shims.c
[64/837] Compiling CNIODarwin shim.c
[65/837] Compiling CNIOLLHTTP c_nio_http.c
[66/837] Compiling fiat_p256_adx_mul.S
[67/837] Compiling CNIOLLHTTP c_nio_api.c
[68/837] Compiling fiat_curve25519_adx_square.S
[69/837] Compiling fiat_p256_adx_sqr.S
[70/837] Compiling fiat_curve25519_adx_mul.S
[71/837] Write swift-version-24593BA9C3E375BF.txt
[72/837] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/837] Compiling CNIOBoringSSLShims shims.c
[74/843] Compiling tls_method.cc
[75/843] Compiling tls_record.cc
[76/873] Compiling tls13_enc.cc
[77/890] Compiling tls13_both.cc
[79/890] Emitting module _CertificateInternals
[79/890] Compiling tls13_client.cc
[80/892] Compiling tls13_server.cc
[82/908] Emitting module RealModule
[83/909] Emitting module SystemPackage
[84/912] Compiling SystemPackage MachPort.swift
[85/912] Compiling SystemPackage PlatformString.swift
[86/912] Compiling SystemPackage SystemString.swift
[87/912] Compiling ServiceContextModule ServiceContextKey.swift
[88/912] Compiling _CertificateInternals _TinyArray.swift
[89/912] Emitting module _NIOBase64
[90/913] Compiling RealModule Real.swift
[91/913] Compiling _NIOBase64 Base64.swift
[92/914] Compiling RealModule RealFunctions.swift
[93/914] Compiling RealModule Float80+Real.swift
[95/914] Compiling _NIODataStructures PriorityQueue.swift
[96/914] Emitting module _NIODataStructures
[97/914] Compiling _NIODataStructures Heap.swift
[98/914] Compiling RealModule AlgebraicField.swift
[99/914] Compiling RealModule ApproximateEquality.swift
[100/914] Compiling RealModule ElementaryFunctions.swift
[101/914] Compiling RealModule AugmentedArithmetic.swift
[102/914] Compiling RealModule Double+Real.swift
[103/914] Compiling _NIODataStructures _TinyArray.swift
[104/915] Emitting module ServiceContextModule
[105/915] Compiling ServiceContextModule ServiceContext.swift
[106/916] Compiling RealModule Float+Real.swift
[108/916] Compiling RealModule Float16+Real.swift
[111/931] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[112/931] Compiling InternalCollectionsUtilities Integer rank.swift
[113/931] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[114/931] Compiling InternalCollectionsUtilities UInt+reversed.swift
[116/935] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[117/941] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[118/941] Compiling InternalCollectionsUtilities Debugging.swift
[119/941] Compiling InternalCollectionsUtilities Descriptions.swift
[120/941] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[121/941] Compiling SystemPackage Util+StringArray.swift
[122/941] Compiling SystemPackage Util.swift
[123/941] Compiling SystemPackage UtilConsumers.swift
[124/941] Compiling Instrumentation NoOpInstrument.swift
[125/941] Emitting module Instrumentation
[130/941] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[131/941] Compiling InternalCollectionsUtilities _SortedCollection.swift
[132/941] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[133/941] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[134/941] Compiling Instrumentation Instrument.swift
[135/941] Compiling Instrumentation InstrumentationSystem.swift
[136/941] Compiling Instrumentation MultiplexInstrument.swift
[139/941] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[146/941] Emitting module InternalCollectionsUtilities
[148/1010] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[149/1010] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[150/1012] Compiling _RopeModule BigString+Iterators.swift
[151/1012] Compiling _RopeModule BigString+Metrics.swift
[152/1012] Compiling _RopeModule BigString+Builder.swift
[153/1012] Compiling _RopeModule BigString+Contents.swift
[154/1012] Compiling _RopeModule BigString+Debugging.swift
[155/1012] Compiling Instrumentation Locks.swift
[156/1012] Emitting module CoreMetrics
[157/1012] Compiling CoreMetrics Locks.swift
[158/1013] Compiling Logging MetadataProvider.swift
[159/1013] Compiling _RopeModule BigString+Chunk+Counts.swift
[160/1013] Compiling _RopeModule BigString+Chunk+Description.swift
[163/1013] Compiling _RopeModule BigString+Comparable.swift
[164/1013] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[165/1013] Compiling _RopeModule BigString+CustomStringConvertible.swift
[166/1013] Compiling _RopeModule BigString+Equatable.swift
[167/1013] Compiling SwiftASN1 DER.swift
[168/1013] Compiling SwiftASN1 Errors.swift
[169/1013] Compiling _RopeModule BigString+Chunk.swift
[170/1013] Compiling _RopeModule BigString+BidirectionalCollection.swift
[170/1013] Compiling t1_enc.cc
[172/1014] Compiling _RopeModule BigString+Summary.swift
[173/1014] Compiling _RopeModule BigString.swift
[174/1014] Compiling Logging LogHandler.swift
[175/1014] Emitting module Logging
[176/1014] Compiling Logging Logging.swift
[177/1014] Compiling Logging Locks.swift
[180/1015] Compiling CoreMetrics Metrics.swift
[183/1079] Compiling HeapModule Heap+Descriptions.swift
[184/1168] Compiling HeapModule Heap+Invariants.swift
[185/1168] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[186/1168] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[187/1168] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[188/1168] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[189/1168] Compiling HashTreeCollections _HashNode+Structural merge.swift
[190/1168] Compiling HashTreeCollections _AncestorHashSlots.swift
[191/1168] Compiling HashTreeCollections _Bitmap.swift
[192/1168] Compiling HashTreeCollections _Bucket.swift
[193/1168] Compiling HashTreeCollections _Hash.swift
[194/1168] Compiling HashTreeCollections _HashLevel.swift
[195/1168] Compiling HashTreeCollections _HashNode+Builder.swift
[196/1168] Compiling HashTreeCollections _HashNode+Debugging.swift
[197/1168] Compiling HashTreeCollections _HashNode+Initializers.swift
[198/1168] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[199/1168] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[200/1168] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[201/1177] Compiling HashTreeCollections _HashStack.swift
[202/1177] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[203/1177] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[204/1177] Compiling HashTreeCollections _HashNode+Storage.swift
[205/1177] Emitting module SwiftASN1
[206/1178] Compiling HeapModule Heap+UnsafeHandle.swift
[207/1178] Compiling HeapModule Heap.swift
[208/1178] Compiling HeapModule _HeapNode.swift
[208/1178] Compiling ssl_x509.cc
[211/1178] Emitting module Tracing
[212/1178] Compiling HashTreeCollections TreeSet+Hashable.swift
[213/1178] Compiling HashTreeCollections TreeSet+Sendable.swift
[214/1178] Compiling _RopeModule Rope+Join.swift
[215/1178] Compiling _RopeModule Rope+MutatingForEach.swift
[216/1178] Compiling _RopeModule Rope+Remove.swift
[217/1178] Compiling _RopeModule Rope+RemoveSubrange.swift
[218/1178] Compiling _RopeModule Rope+Split.swift
[219/1178] Compiling _RopeModule Optional Utilities.swift
[220/1178] Compiling _RopeModule String Utilities.swift
[221/1178] Compiling _RopeModule String.Index+ABI.swift
[222/1178] Compiling HashTreeCollections TreeDictionary+Collection.swift
[223/1178] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[224/1178] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[225/1178] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[226/1178] Compiling HashTreeCollections TreeDictionary.swift
[227/1178] Compiling HashTreeCollections TreeSet+Codable.swift
[228/1178] Compiling HashTreeCollections TreeSet+Collection.swift
[229/1185] Compiling Tracing TracingTime.swift
[230/1195] Emitting module HeapModule
[231/1196] Compiling HashTreeCollections TreeSet+Descriptions.swift
[232/1196] Compiling HashTreeCollections TreeSet+Equatable.swift
[233/1196] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[234/1196] Compiling HashTreeCollections TreeSet+Extras.swift
[235/1196] Compiling HashTreeCollections TreeSet+Filter.swift
[236/1196] Compiling OrderedCollections OrderedSet+Sendable.swift
[237/1196] Compiling OrderedCollections OrderedSet+SubSequence.swift
[238/1196] Compiling OrderedCollections OrderedSet+Testing.swift
[239/1196] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[240/1196] Compiling Tracing TracerProtocol+Legacy.swift
[241/1196] Compiling Tracing TracerProtocol.swift
[242/1196] Compiling HashTreeCollections _HashNode+Invariants.swift
[243/1196] Compiling HashTreeCollections _HashNode+Lookups.swift
[244/1196] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[245/1196] Compiling HashTreeCollections _HashTreeIterator.swift
[246/1196] Compiling HashTreeCollections _HashTreeStatistics.swift
[247/1196] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[248/1196] Compiling HashTreeCollections _RawHashNode.swift
[249/1196] Compiling HashTreeCollections _UnmanagedHashNode.swift
[250/1196] Compiling HashTreeCollections _UnsafePath.swift
[251/1196] Compiling HashTreeCollections TreeDictionary+Codable.swift
[253/1196] Compiling Tracing Tracer.swift
[254/1211] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[255/1211] Compiling HashTreeCollections TreeSet+Debugging.swift
[261/1213] Compiling RoutingKit TrieRouter.swift
[262/1213] Compiling RoutingKit PathComponent.swift
[263/1213] Compiling RoutingKit Router.swift
[264/1213] Compiling DequeModule _DequeBuffer.swift
[265/1213] Compiling DequeModule _DequeBufferHeader.swift
[266/1215] Compiling DequeModule Deque+CustomReflectable.swift
[267/1215] Compiling DequeModule Deque+Descriptions.swift
[268/1215] Compiling DequeModule Deque+Equatable.swift
[269/1215] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[274/1215] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[275/1215] Compiling OrderedCollections OrderedSet.swift
[276/1215] Compiling OrderedCollections _UnsafeBitset.swift
[277/1215] Compiling HashTreeCollections TreeDictionary+Merge.swift
[278/1215] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[279/1215] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[280/1215] Compiling HashTreeCollections TreeDictionary+Values.swift
[293/1215] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[294/1215] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[307/1215] Compiling DequeModule Deque+Testing.swift
[308/1215] Compiling DequeModule Deque._Storage.swift
[309/1215] Compiling DequeModule Deque._UnsafeHandle.swift
[310/1215] Compiling DequeModule Deque.swift
[313/1215] Compiling DequeModule _DequeSlot.swift
[314/1215] Compiling DequeModule _UnsafeWrappedBuffer.swift
[342/1215] Compiling Tracing InstrumentationSystem+Tracing.swift
[343/1215] Compiling Tracing NoOpTracer.swift
[344/1215] Compiling Tracing SpanProtocol.swift
[345/1216] Compiling DequeModule Deque+Extras.swift
[346/1216] Compiling DequeModule Deque+Hashable.swift
[348/1216] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[349/1216] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[350/1216] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[351/1216] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[352/1216] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[353/1216] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[354/1216] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[355/1216] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[356/1216] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[357/1216] Compiling HashTreeCollections TreeSet.swift
[360/1216] Compiling DequeModule Deque+Codable.swift
[361/1216] Compiling DequeModule Deque+Collection.swift
[370/1216] Compiling RoutingKit AnyRouter.swift
[371/1216] Compiling RoutingKit Parameters.swift
[372/1216] Emitting module RoutingKit
[378/1217] Compiling Metrics Metrics.swift
[379/1217] Emitting module Metrics
[413/1218] Emitting module DequeModule
[415/1219] Emitting module OrderedCollections
[425/1219] Emitting module _RopeModule
[425/1219] Compiling ssl_versions.cc
[426/1219] Compiling ssl_stat.cc
[434/1219] Compiling ssl_transcript.cc
[459/1220] Emitting module HashTreeCollections
[460/1221] Compiling ssl_session.cc
[471/1222] Compiling ssl_file.cc
[472/1222] Compiling ssl_key_share.cc
[473/1222] Compiling ssl_privkey.cc
[474/1222] Compiling ssl_credential.cc
[475/1222] Compiling ssl_lib.cc
[476/1222] Compiling ssl_cipher.cc
[477/1222] Compiling ssl_cert.cc
[478/1222] Compiling ssl_buffer.cc
[479/1222] Compiling ssl_aead_ctx.cc
[480/1222] Compiling s3_lib.cc
[481/1222] Compiling ssl_asn1.cc
[482/1222] Compiling s3_pkt.cc
[483/1222] Compiling s3_both.cc
[484/1222] Compiling handshake.cc
[485/1222] Compiling handshake_server.cc
[486/1222] Compiling handshake_client.cc
[487/1222] Compiling encrypted_client_hello.cc
[488/1222] Compiling dtls_method.cc
[489/1222] Compiling handoff.cc
[490/1222] Compiling md5-x86_64-linux.S
[491/1222] Compiling md5-x86_64-apple.S
[492/1222] Compiling md5-586-linux.S
[493/1222] Compiling md5-586-apple.S
[494/1222] Compiling err_data.cc
[495/1222] Compiling d1_srtp.cc
[496/1222] Compiling chacha20_poly1305_x86_64-linux.S
[497/1222] Compiling chacha20_poly1305_x86_64-apple.S
[498/1222] Compiling chacha20_poly1305_armv8-win.S
[499/1222] Compiling chacha20_poly1305_armv8-linux.S
[500/1222] Compiling chacha20_poly1305_armv8-apple.S
[501/1222] Compiling chacha-x86_64-linux.S
[502/1222] Compiling dtls_record.cc
[503/1222] Compiling chacha-x86_64-apple.S
[504/1222] Compiling chacha-x86-linux.S
[505/1222] Compiling d1_lib.cc
[506/1222] Compiling chacha-x86-apple.S
[507/1222] Compiling chacha-armv8-win.S
[508/1222] Compiling chacha-armv8-linux.S
[509/1222] Compiling chacha-armv8-apple.S
[510/1222] Compiling chacha-armv4-linux.S
[510/1222] Compiling bio_ssl.cc
[512/1222] Compiling aes128gcmsiv-x86_64-linux.S
[513/1222] Compiling extensions.cc
[514/1222] Compiling aes128gcmsiv-x86_64-apple.S
[515/1222] Compiling x86_64-mont5-apple.S
[516/1222] Compiling x86_64-mont5-linux.S
[517/1222] Compiling x86_64-mont-apple.S
[518/1222] Compiling x86_64-mont-linux.S
[519/1222] Compiling d1_both.cc
[520/1222] Compiling x86-mont-linux.S
[521/1222] Compiling x86-mont-apple.S
[522/1222] Compiling vpaes-x86-apple.S
[523/1222] Compiling vpaes-x86_64-apple.S
[524/1222] Compiling vpaes-x86_64-linux.S
[525/1222] Compiling vpaes-armv8-win.S
[526/1222] Compiling vpaes-x86-linux.S
[527/1222] Compiling vpaes-armv8-apple.S
[528/1222] Compiling vpaes-armv8-linux.S
[529/1222] Compiling vpaes-armv7-linux.S
[530/1222] Compiling sha512-x86_64-apple.S
[531/1222] Compiling sha512-armv8-win.S
[532/1222] Compiling sha512-x86_64-linux.S
[533/1222] Compiling sha512-armv8-apple.S
[534/1222] Compiling sha512-586-apple.S
[535/1222] Compiling sha512-armv8-linux.S
[536/1222] Compiling sha512-armv4-linux.S
[537/1222] Compiling sha256-armv8-win.S
[538/1222] Compiling sha256-x86_64-apple.S
[539/1222] Compiling sha512-586-linux.S
[540/1222] Compiling sha256-x86_64-linux.S
[541/1222] Compiling sha256-armv8-apple.S
[542/1222] Compiling sha256-586-apple.S
[543/1222] Compiling sha256-586-linux.S
[544/1222] Compiling sha256-armv4-linux.S
[545/1222] Compiling sha1-x86_64-linux.S
[546/1222] Compiling sha256-armv8-linux.S
[547/1222] Compiling sha1-armv8-win.S
[548/1222] Compiling sha1-armv4-large-linux.S
[549/1222] Compiling sha1-armv8-apple.S
[550/1222] Compiling sha1-x86_64-apple.S
[551/1222] Compiling sha1-armv8-linux.S
[552/1222] Compiling sha1-586-linux.S
[553/1222] Compiling rsaz-avx2-apple.S
[554/1222] Compiling d1_pkt.cc
[555/1222] Compiling rdrand-x86_64-apple.S
[556/1222] Compiling sha1-586-apple.S
[557/1222] Compiling rsaz-avx2-linux.S
[558/1222] Compiling p256_beeu-x86_64-asm-apple.S
[559/1222] Compiling rdrand-x86_64-linux.S
[560/1222] Compiling p256_beeu-x86_64-asm-linux.S
[561/1222] Compiling p256_beeu-armv8-asm-win.S
[562/1222] Compiling p256_beeu-armv8-asm-apple.S
[563/1222] Compiling p256-x86_64-asm-linux.S
[564/1222] Compiling p256-armv8-asm-win.S
[565/1222] Compiling p256_beeu-armv8-asm-linux.S
[565/1222] Compiling p256-armv8-asm-linux.S
[567/1222] Compiling p256-x86_64-asm-apple.S
[568/1222] Compiling ghashv8-armv8-win.S
[569/1222] Compiling p256-armv8-asm-apple.S
[570/1222] Compiling ghashv8-armv8-linux.S
[571/1222] Compiling ghashv8-armv7-linux.S
[572/1222] Compiling ghashv8-armv8-apple.S
[573/1222] Compiling ghash-x86-linux.S
[574/1222] Compiling ghash-x86_64-apple.S
[575/1222] Compiling ghash-x86_64-linux.S
[576/1222] Compiling ghash-x86-apple.S
[577/1222] Compiling ghash-ssse3-x86_64-apple.S
[578/1222] Compiling ghash-ssse3-x86_64-linux.S
[579/1222] Compiling ghash-ssse3-x86-apple.S
[580/1222] Compiling ghash-neon-armv8-win.S
[581/1222] Compiling ghash-ssse3-x86-linux.S
[582/1222] Compiling ghash-neon-armv8-apple.S
[583/1222] Compiling ghash-armv4-linux.S
[584/1222] Compiling co-586-linux.S
[585/1222] Compiling bn-armv8-win.S
[586/1222] Compiling co-586-apple.S
[587/1222] Compiling ghash-neon-armv8-linux.S
[588/1222] Compiling bn-armv8-apple.S
[589/1222] Compiling bn-armv8-linux.S
[590/1222] Compiling bn-586-linux.S
[590/1222] Compiling bsaes-armv7-linux.S
[592/1222] Compiling bn-586-apple.S
[593/1222] Compiling armv8-mont-win.S
[594/1222] Compiling armv8-mont-apple.S
[595/1222] Compiling armv4-mont-linux.S
[595/1222] Compiling armv8-mont-linux.S
[597/1222] Compiling aesv8-gcm-armv8-apple.S
[598/1222] Compiling aesv8-gcm-armv8-win.S
[599/1222] Compiling aesv8-armv8-win.S
[600/1222] Compiling aesv8-armv8-linux.S
[601/1222] Compiling aesv8-gcm-armv8-linux.S
[602/1222] Compiling aesv8-armv8-apple.S
[603/1222] Compiling aesni-x86_64-linux.S
[604/1222] Compiling aesv8-armv7-linux.S
[605/1222] Compiling aesni-gcm-x86_64-linux.S
[606/1222] Compiling aesni-x86_64-apple.S
[607/1222] Compiling aesni-x86-apple.S
[608/1222] Compiling aesni-x86-linux.S
[609/1222] Compiling aesni-gcm-x86_64-apple.S
[610/1222] Compiling aes-gcm-avx10-x86_64-linux.S
[611/1222] Compiling aes-gcm-avx2-x86_64-linux.S
[612/1222] Compiling aes-gcm-avx2-x86_64-apple.S
[613/1222] Compiling aes-gcm-avx10-x86_64-apple.S
[614/1222] Compiling x_spki.cc
[615/1222] Compiling x_x509a.cc
[616/1222] Compiling x_x509.cc
[617/1222] Compiling x_val.cc
[618/1222] Compiling x_sig.cc
[619/1222] Compiling x_req.cc
[620/1222] Compiling x_name.cc
[621/1222] Compiling x_pubkey.cc
[622/1222] Compiling x_all.cc
[623/1222] Compiling x_exten.cc
[624/1222] Compiling x509spki.cc
[625/1222] Compiling x_crl.cc
[626/1222] Compiling x_algor.cc
[627/1222] Compiling x_attrib.cc
[628/1222] Compiling x509name.cc
[629/1222] Compiling x509rset.cc
[630/1222] Compiling x509_vfy.cc
[631/1222] Compiling x509cset.cc
[632/1222] Compiling x509_vpm.cc
[633/1222] Compiling x509_v3.cc
[634/1222] Compiling x509_txt.cc
[635/1222] Compiling x509_set.cc
[636/1222] Compiling x509_trs.cc
[637/1222] Compiling x509_req.cc
[638/1222] Compiling x509_obj.cc
[639/1222] Compiling x509_def.cc
[640/1222] Compiling x509_lu.cc
[641/1222] Compiling x509_ext.cc
[642/1222] Compiling x509_d2.cc
[643/1222] Compiling x509_cmp.cc
[644/1222] Compiling x509.cc
[645/1222] Compiling x509_att.cc
[646/1222] Compiling v3_utl.cc
[647/1222] Compiling v3_purp.cc
[648/1222] Compiling v3_prn.cc
[649/1222] Compiling v3_skey.cc
[650/1222] Compiling v3_pmaps.cc
[651/1222] Compiling v3_pcons.cc
[652/1222] Compiling v3_ocsp.cc
[653/1222] Compiling v3_ncons.cc
[654/1222] Compiling v3_lib.cc
[655/1222] Compiling v3_int.cc
[656/1222] Compiling v3_ia5.cc
[657/1222] Compiling v3_extku.cc
[658/1222] Compiling v3_info.cc
[659/1222] Compiling v3_genn.cc
[660/1222] Compiling v3_enum.cc
[661/1222] Compiling v3_crld.cc
[662/1222] Compiling v3_cpols.cc
[663/1222] Compiling v3_conf.cc
[664/1222] Compiling v3_bcons.cc
[665/1222] Compiling v3_bitst.cc
[666/1222] Compiling v3_alt.cc
[667/1222] Compiling v3_akey.cc
[668/1222] Compiling t_crl.cc
[669/1222] Compiling t_req.cc
[670/1222] Compiling v3_akeya.cc
[671/1222] Compiling rsa_pss.cc
[672/1222] Compiling t_x509.cc
[673/1222] Compiling t_x509a.cc
[674/1222] Compiling policy.cc
[675/1222] Compiling i2d_pr.cc
[676/1222] Compiling name_print.cc
[677/1222] Compiling by_file.cc
[678/1222] Compiling by_dir.cc
[679/1222] Compiling algorithm.cc
[680/1222] Compiling asn1_gen.cc
[681/1222] Compiling a_sign.cc
[682/1222] Compiling a_verify.cc
[683/1222] Compiling thread_pthread.cc
[684/1222] Compiling voprf.cc
[685/1222] Compiling a_digest.cc
[686/1222] Compiling thread_win.cc
[687/1222] Compiling thread_none.cc
[688/1222] Compiling trust_token.cc
[689/1222] Compiling thread.cc
[690/1222] Compiling stack.cc
[691/1222] Compiling spake2plus.cc
[692/1222] Compiling pmbtoken.cc
[693/1222] Compiling siphash.cc
[694/1222] Compiling sha512.cc
[695/1222] Compiling slhdsa.cc
[696/1222] Compiling sha256.cc
[697/1222] Compiling sha1.cc
[698/1222] Compiling rsa_extra.cc
[699/1222] Compiling rsa_print.cc
[700/1222] Compiling rsa_crypt.cc
[701/1222] Compiling refcount.cc
[702/1222] Compiling rc4.cc
[703/1222] Compiling windows.cc
[704/1222] Compiling rsa_asn1.cc
[705/1222] Compiling trusty.cc
[706/1222] Compiling urandom.cc
[707/1222] Compiling rand.cc
[708/1222] Compiling passive.cc
[709/1222] Compiling getentropy.cc
[710/1222] Compiling ios.cc
[711/1222] Compiling poly1305_arm_asm.S
[712/1222] Compiling forkunsafe.cc
[713/1222] Compiling deterministic.cc
[714/1222] Compiling fork_detect.cc
[715/1222] Compiling poly1305.cc
[716/1222] Compiling poly1305_vec.cc
[717/1222] Compiling pool.cc
[718/1222] Compiling poly1305_arm.cc
[719/1222] Compiling pkcs8.cc
[720/1222] Compiling pkcs7_x509.cc
[721/1222] Compiling pkcs7.cc
[722/1222] Compiling pkcs8_x509.cc
[723/1222] Compiling p5_pbev2.cc
[724/1222] Compiling pem_xaux.cc
[725/1222] Compiling pem_x509.cc
[726/1222] Compiling pem_pkey.cc
[727/1222] Compiling obj_xref.cc
[728/1222] Compiling mlkem.cc
[729/1222] Compiling pem_info.cc
[730/1222] Compiling pem_pk8.cc
[731/1222] Compiling pem_oth.cc
[732/1222] Compiling pem_lib.cc
[733/1222] Compiling obj.cc
[734/1222] Compiling pem_all.cc
[735/1222] Compiling mldsa.cc
[736/1222] Compiling mem.cc
[737/1222] Compiling poly_rq_mul.S
[738/1222] Compiling fips_shared_support.cc
[739/1222] Compiling md5.cc
[740/1222] Compiling md4.cc
[741/1222] Compiling kyber.cc
[742/1222] Compiling lhash.cc
[743/1222] Compiling print.cc
[744/1222] Compiling ex_data.cc
[745/1222] Compiling scrypt.cc
[746/1222] Compiling hrss.cc
[747/1222] Compiling sign.cc
[748/1222] Compiling pbkdf.cc
[749/1222] Compiling p_x25519_asn1.cc
[750/1222] Compiling hpke.cc
[751/1222] Compiling p_x25519.cc
[752/1222] Compiling p_rsa_asn1.cc
[753/1222] Compiling p_ed25519_asn1.cc
[754/1222] Compiling p_ed25519.cc
[755/1222] Compiling p_rsa.cc
[756/1222] Compiling p_hkdf.cc
[757/1222] Compiling p_dsa_asn1.cc
[758/1222] Compiling p_ec.cc
[759/1222] Compiling p_dh_asn1.cc
[760/1222] Compiling p_ec_asn1.cc
[761/1222] Compiling p_dh.cc
[762/1222] Compiling evp_ctx.cc
[763/1222] Compiling evp.cc
[764/1222] Compiling err.cc
[765/1222] Compiling engine.cc
[766/1222] Compiling evp_asn1.cc
[767/1222] Compiling ecdh.cc
[768/1222] Compiling hash_to_curve.cc
[769/1222] Compiling ecdsa_asn1.cc
[770/1222] Compiling ec_derive.cc
[771/1222] Compiling dsa.cc
[772/1222] Compiling dsa_asn1.cc
[773/1222] Compiling digest_extra.cc
[774/1222] Compiling ec_asn1.cc
[775/1222] Compiling spake25519.cc
[776/1222] Compiling x25519-asm-arm.S
[777/1222] Compiling params.cc
[778/1222] Compiling dh_asn1.cc
[779/1222] Compiling des.cc
[780/1222] Compiling curve25519.cc
[781/1222] Compiling bcm.cc
[782/1222] Compiling curve25519_64_adx.cc
[783/1222] Compiling crypto.cc
[784/1222] Compiling cpu_intel.cc
[785/1222] Compiling cpu_arm_freebsd.cc
[786/1222] Compiling cpu_arm_linux.cc
[787/1222] Compiling cpu_aarch64_win.cc
[788/1222] Compiling cpu_aarch64_fuchsia.cc
[789/1222] Compiling cpu_aarch64_sysreg.cc
[790/1222] Compiling cpu_aarch64_linux.cc
[791/1222] Compiling cpu_aarch64_openbsd.cc
[792/1222] Compiling cpu_aarch64_apple.cc
[793/1222] Compiling tls_cbc.cc
[794/1222] Compiling conf.cc
[795/1222] Compiling get_cipher.cc
[796/1222] Compiling e_tls.cc
[797/1222] Compiling e_rc4.cc
[798/1222] Compiling e_rc2.cc
[799/1222] Compiling e_null.cc
[800/1222] Compiling e_des.cc
[801/1222] Compiling derive_key.cc
[802/1222] Compiling e_aesgcmsiv.cc
[803/1222] Compiling e_chacha20poly1305.cc
[804/1222] Compiling chacha.cc
[805/1222] Compiling e_aesctrhmac.cc
[806/1222] Compiling buf.cc
[807/1222] Compiling unicode.cc
[808/1222] Compiling ber.cc
[809/1222] Compiling cbs.cc
[810/1222] Compiling cbb.cc
[811/1222] Compiling asn1_compat.cc
[812/1222] Compiling convert.cc
[813/1222] Compiling blake2.cc
[814/1222] Compiling socket_helper.cc
[815/1222] Compiling bn_asn1.cc
[816/1222] Compiling socket.cc
[817/1222] Compiling hexdump.cc
[818/1222] Compiling printf.cc
[819/1222] Compiling file.cc
[820/1222] Compiling connect.cc
[821/1222] Compiling pair.cc
[822/1222] Compiling fd.cc
[823/1222] Compiling errno.cc
[824/1222] Compiling base64.cc
[825/1222] Compiling bio_mem.cc
[826/1222] Compiling bio.cc
[827/1222] Compiling f_string.cc
[828/1222] Compiling tasn_typ.cc
[829/1222] Compiling tasn_fre.cc
[830/1222] Compiling tasn_utl.cc
[831/1222] Compiling tasn_enc.cc
[832/1222] Compiling tasn_new.cc
[833/1222] Compiling posix_time.cc
[834/1222] Compiling tasn_dec.cc
[835/1222] Compiling f_int.cc
[836/1222] Compiling asn_pack.cc
[837/1222] Compiling asn1_par.cc
[838/1222] Compiling a_time.cc
[839/1222] Compiling asn1_lib.cc
[840/1222] Compiling a_utctm.cc
[841/1222] Compiling a_strex.cc
[842/1222] Compiling a_type.cc
[843/1222] Compiling a_octet.cc
[844/1222] Compiling a_strnid.cc
[845/1222] Compiling a_mbstr.cc
[846/1222] Compiling a_object.cc
[847/1222] Compiling a_i2d_fp.cc
[848/1222] Compiling a_int.cc
[849/1222] Compiling a_dup.cc
[850/1222] Compiling fiat_p256_adx_sqr.S
[851/1222] Compiling fiat_p256_adx_mul.S
[852/1222] Compiling a_d2i_fp.cc
[853/1222] Compiling fiat_curve25519_adx_square.S
[854/1222] Compiling a_gentm.cc
[855/1222] Compiling fiat_curve25519_adx_mul.S
[856/1222] Compiling md5-x86_64-linux.S
[857/1222] Compiling md5-x86_64-apple.S
[858/1222] Compiling CCryptoBoringSSLShims shims.c
[859/1222] Compiling md5-586-apple.S
[860/1222] Compiling a_bitstr.cc
[861/1222] Compiling md5-586-linux.S
[862/1222] Compiling a_bool.cc
[863/1222] Compiling chacha20_poly1305_x86_64-linux.S
[864/1222] Compiling chacha20_poly1305_armv8-win.S
[865/1222] Compiling chacha20_poly1305_x86_64-apple.S
[866/1222] Compiling chacha-x86_64-linux.S
[867/1222] Compiling chacha20_poly1305_armv8-linux.S
[868/1222] Compiling chacha20_poly1305_armv8-apple.S
[869/1222] Compiling chacha-x86_64-apple.S
[870/1222] Compiling chacha-x86-apple.S
[871/1222] Compiling chacha-armv8-win.S
[871/1222] Compiling chacha-x86-linux.S
[873/1222] Compiling chacha-armv8-apple.S
[874/1222] Compiling chacha-armv8-linux.S
[875/1222] Compiling chacha-armv4-linux.S
[876/1222] Compiling aes128gcmsiv-x86_64-apple.S
[876/1222] Compiling aes128gcmsiv-x86_64-linux.S
[878/1222] Compiling x86_64-mont5-linux.S
[879/1222] Compiling x86_64-mont5-apple.S
[880/1222] Compiling x86-mont-linux.S
[881/1222] Compiling x86-mont-apple.S
[881/1222] Compiling x86_64-mont-linux.S
[881/1222] Compiling x86_64-mont-apple.S
[884/1222] Compiling vpaes-x86_64-linux.S
[885/1222] Compiling vpaes-x86_64-apple.S
[886/1222] Compiling err_data.cc
[887/1222] Compiling vpaes-x86-linux.S
[888/1222] Compiling vpaes-armv8-win.S
[889/1222] Compiling vpaes-x86-apple.S
[890/1222] Compiling vpaes-armv8-linux.S
[891/1222] Compiling vpaes-armv7-linux.S
[892/1222] Compiling vpaes-armv8-apple.S
[893/1222] Compiling sha512-x86_64-linux.S
[894/1222] Compiling sha512-armv8-win.S
[895/1222] Compiling sha512-x86_64-apple.S
[896/1222] Compiling sha512-armv8-apple.S
[897/1222] Compiling sha512-armv8-linux.S
[898/1222] Compiling sha512-armv4-linux.S
[899/1222] Compiling sha512-586-linux.S
[900/1222] Compiling sha256-x86_64-linux.S
[901/1222] Compiling sha512-586-apple.S
[902/1222] Compiling sha256-x86_64-apple.S
[903/1222] Compiling sha256-armv8-win.S
[904/1222] Compiling sha256-armv8-apple.S
[905/1222] Compiling sha256-armv4-linux.S
[906/1222] Compiling sha256-586-linux.S
[907/1222] Compiling sha256-586-apple.S
[908/1222] Compiling sha256-armv8-linux.S
[909/1222] Compiling sha1-x86_64-apple.S
[910/1222] Compiling sha1-armv8-win.S
[911/1222] Compiling sha1-armv8-apple.S
[912/1222] Compiling sha1-x86_64-linux.S
[913/1222] Compiling sha1-armv8-linux.S
[914/1222] Compiling sha1-586-linux.S
[915/1222] Compiling sha1-armv4-large-linux.S
[916/1222] Compiling sha1-586-apple.S
[917/1222] Compiling rsaz-avx2-linux.S
[918/1222] Compiling rsaz-avx2-apple.S
[919/1222] Compiling rdrand-x86_64-linux.S
[920/1222] Compiling rdrand-x86_64-apple.S
[921/1222] Compiling p256_beeu-x86_64-asm-linux.S
[922/1222] Compiling p256_beeu-x86_64-asm-apple.S
[923/1222] Compiling p256_beeu-armv8-asm-linux.S
[924/1222] Compiling p256-x86_64-asm-linux.S
[925/1222] Compiling p256_beeu-armv8-asm-apple.S
[926/1222] Compiling p256_beeu-armv8-asm-win.S
[927/1222] Compiling p256-armv8-asm-win.S
[928/1222] Compiling p256-x86_64-asm-apple.S
[929/1222] Compiling p256-armv8-asm-apple.S
[930/1222] Compiling ghashv8-armv8-win.S
[931/1222] Compiling p256-armv8-asm-linux.S
[932/1222] Compiling ghashv8-armv8-linux.S
[933/1222] Compiling ghashv8-armv7-linux.S
[934/1222] Compiling ghashv8-armv8-apple.S
[935/1222] Compiling ghash-x86_64-linux.S
[936/1222] Compiling ghash-ssse3-x86_64-linux.S
[937/1222] Compiling ghash-x86_64-apple.S
[938/1222] Compiling ghash-x86-linux.S
[939/1222] Compiling ghash-x86-apple.S
[940/1222] Compiling ghash-ssse3-x86-linux.S
[941/1222] Compiling ghash-neon-armv8-win.S
[942/1222] Compiling ghash-ssse3-x86_64-apple.S
[943/1222] Compiling ghash-ssse3-x86-apple.S
[944/1222] Compiling ghash-neon-armv8-apple.S
[945/1222] Compiling ghash-neon-armv8-linux.S
[946/1222] Compiling ghash-armv4-linux.S
[947/1222] Compiling co-586-apple.S
[948/1222] Compiling co-586-linux.S
[949/1222] Compiling bn-armv8-linux.S
[950/1222] Compiling bsaes-armv7-linux.S
[951/1222] Compiling bn-armv8-win.S
[952/1222] Compiling bn-armv8-apple.S
[953/1222] Compiling bn-586-linux.S
[954/1222] Compiling bn-586-apple.S
[955/1222] Compiling armv8-mont-win.S
[956/1222] Compiling armv8-mont-apple.S
[957/1222] Compiling armv8-mont-linux.S
[958/1222] Compiling armv4-mont-linux.S
[959/1222] Compiling aesv8-gcm-armv8-apple.S
[960/1222] Compiling aesv8-gcm-armv8-win.S
[961/1222] Compiling aesv8-gcm-armv8-linux.S
[962/1222] Compiling aesv8-armv8-win.S
[963/1222] Compiling aesv8-armv8-linux.S
[964/1222] Compiling aesv8-armv8-apple.S
[965/1222] Compiling aesv8-armv7-linux.S
[966/1222] Compiling aesni-x86_64-linux.S
[967/1222] Compiling aesni-x86_64-apple.S
[968/1222] Compiling aesni-x86-linux.S
[969/1222] Compiling aesni-gcm-x86_64-linux.S
[970/1222] Compiling aesni-x86-apple.S
[971/1222] Compiling aesni-gcm-x86_64-apple.S
[972/1222] Compiling aes-gcm-avx10-x86_64-apple.S
[973/1222] Compiling aes-gcm-avx10-x86_64-linux.S
[974/1222] Compiling x_x509.cc
[975/1222] Compiling c-nioatomics.c
[976/1222] Compiling x_x509a.cc
[977/1222] Compiling x_spki.cc
[978/1222] Compiling x_val.cc
[979/1222] Compiling x_sig.cc
[980/1222] Compiling x_req.cc
[981/1222] Compiling c-atomics.c
[982/1222] Compiling x_pubkey.cc
[983/1228] Compiling x_name.cc
[985/1228] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[985/1228] Compiling x_crl.cc
[987/1228] Compiling NIOConcurrencyHelpers NIOLock.swift
[987/1228] Compiling x_attrib.cc
[988/1228] Compiling x_exten.cc
[989/1228] Compiling x_all.cc
[991/1228] Compiling NIOConcurrencyHelpers lock.swift
[991/1228] Compiling x509spki.cc
[993/1228] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[993/1228] Compiling x_algor.cc
[995/1228] Emitting module NIOConcurrencyHelpers
[996/1228] Compiling NIOConcurrencyHelpers atomics.swift
[997/1229] Compiling x509rset.cc
[998/1246] Compiling x509name.cc
[999/1255] Compiling x509cset.cc
[1000/1255] Compiling x509_vpm.cc
[1001/1255] Compiling x509_v3.cc
[1002/1255] Compiling x509_txt.cc
[1003/1255] Compiling x509_vfy.cc
[1005/1255] Compiling ConsoleKitTerminal Console+Confirm.swift
[1006/1255] Compiling ConsoleKitTerminal Console+Input.swift
[1007/1255] Compiling ConsoleKitTerminal Console+Center.swift
[1008/1255] Compiling ConsoleKitTerminal Console+Output.swift
[1009/1258] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1010/1258] Compiling ConsoleKitTerminal ConsoleClear.swift
[1011/1258] Compiling ConsoleKitTerminal Console+Ask.swift
[1012/1258] Compiling ConsoleKitTerminal Console+Choose.swift
[1013/1258] Emitting module ConsoleKitTerminal
[1013/1258] Compiling x509_trs.cc
[1015/1258] Compiling ConsoleKitTerminal ConsoleText.swift
[1016/1258] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1017/1258] Compiling ConsoleKitTerminal ANSI.swift
[1018/1258] Compiling ConsoleKitTerminal Console+Wait.swift
[1019/1258] Compiling ConsoleKitTerminal ConsoleColor.swift
[1020/1258] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1021/1258] Compiling ConsoleKitTerminal ActivityBar.swift
[1022/1258] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1023/1258] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1024/1258] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1025/1258] Compiling ConsoleKitTerminal CustomActivity.swift
[1026/1258] Compiling ConsoleKitTerminal LoadingBar.swift
[1027/1258] Compiling ConsoleKitTerminal ProgressBar.swift
[1028/1258] Compiling ConsoleKitTerminal Console+Clear.swift
[1029/1258] Compiling ConsoleKitTerminal Console.swift
[1030/1258] Compiling ConsoleKitTerminal Terminal.swift
[1031/1258] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1031/1258] Compiling x509_set.cc
[1032/1258] Compiling x509_req.cc
[1033/1258] Compiling x509_obj.cc
[1034/1258] Compiling x509_d2.cc
[1035/1258] Compiling x509_def.cc
[1036/1258] Compiling x509_ext.cc
[1037/1258] Compiling x509_lu.cc
[1039/1258] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1040/1258] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1041/1258] Compiling ConsoleKitTerminal LoggerFragment.swift
[1042/1259] Compiling x509_cmp.cc
[1043/1259] Compiling x509.cc
[1044/1259] Compiling x509_att.cc
[1046/1281] Emitting module ConsoleKitCommands
[1046/1283] Compiling v3_skey.cc
[1048/1283] Compiling ConsoleKitCommands CommandSignature.swift
[1049/1283] Compiling ConsoleKitCommands Flag.swift
[1050/1283] Compiling ConsoleKitCommands Option.swift
[1050/1283] Compiling v3_utl.cc
[1052/1283] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1053/1283] Compiling ConsoleKitCommands Utilities.swift
[1054/1283] Compiling ConsoleKitCommands Command.swift
[1055/1283] Compiling ConsoleKitCommands CommandContext.swift
[1056/1283] Compiling ConsoleKitCommands CommandError.swift
[1056/1283] Compiling v3_ocsp.cc
[1058/1283] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1059/1283] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1060/1283] Compiling ConsoleKitCommands Argument.swift
[1060/1283] Compiling v3_prn.cc
[1061/1283] Compiling v3_purp.cc
[1063/1283] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1064/1283] Compiling ConsoleKitCommands AsyncCommand.swift
[1065/1283] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1066/1283] Compiling ConsoleKitCommands AsyncCommands.swift
[1067/1283] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1068/1283] Compiling ConsoleKitCommands AnyCommand.swift
[1069/1283] Compiling ConsoleKitCommands CommandGroup.swift
[1070/1283] Compiling ConsoleKitCommands CommandInput.swift
[1071/1283] Compiling ConsoleKitCommands Commands.swift
[1071/1283] Compiling v3_pcons.cc
[1072/1283] Compiling v3_pmaps.cc
[1073/1283] Compiling v3_ncons.cc
[1074/1283] Compiling v3_ia5.cc
[1075/1283] Compiling v3_int.cc
[1076/1283] Compiling v3_genn.cc
[1077/1283] Compiling v3_lib.cc
[1078/1283] Compiling v3_enum.cc
[1079/1283] Compiling v3_info.cc
[1080/1283] Compiling v3_extku.cc
[1082/1283] Compiling ConsoleKitCommands Console+Run.swift
[1083/1283] Compiling ConsoleKitCommands ConsoleError.swift
[1084/1283] Compiling ConsoleKitCommands Completion.swift
[1085/1284] Compiling v3_crld.cc
[1086/1284] Compiling v3_cpols.cc
[1087/1286] Compiling v3_conf.cc
[1089/1286] Compiling ConsoleKit Exports.swift
[1090/1286] Emitting module ConsoleKit
[1091/1287] Compiling v3_bcons.cc
[1092/1287] Compiling v3_akeya.cc
[1093/1287] Compiling v3_bitst.cc
[1094/1287] Compiling v3_alt.cc
[1095/1287] Compiling v3_akey.cc
[1096/1287] Compiling t_x509a.cc
[1097/1287] Compiling t_crl.cc
[1098/1287] Compiling t_req.cc
[1099/1287] Compiling t_x509.cc
[1100/1287] Compiling rsa_pss.cc
[1101/1287] Compiling i2d_pr.cc
[1102/1287] Compiling name_print.cc
[1103/1287] Compiling policy.cc
[1104/1287] Compiling by_dir.cc
[1105/1287] Compiling by_file.cc
[1106/1287] Compiling algorithm.cc
[1107/1287] Compiling asn1_gen.cc
[1108/1287] Compiling voprf.cc
[1109/1287] Compiling a_sign.cc
[1110/1287] Compiling thread_pthread.cc
[1111/1287] Compiling thread_win.cc
[1112/1287] Compiling a_verify.cc
[1113/1287] Compiling trust_token.cc
[1114/1287] Compiling thread.cc
[1115/1287] Compiling a_digest.cc
[1116/1287] Compiling thread_none.cc
[1117/1287] Compiling pmbtoken.cc
[1118/1287] Compiling thash.cc
[1119/1287] Compiling merkle.cc
[1120/1287] Compiling stack.cc
[1121/1287] Compiling slhdsa.cc
[1122/1287] Compiling wots.cc
[1123/1287] Compiling siphash.cc
[1124/1287] Compiling fors.cc
[1125/1287] Compiling sha512.cc
[1126/1287] Compiling rsa_extra.cc
[1127/1287] Compiling sha1.cc
[1128/1287] Compiling sha256.cc
[1129/1287] Compiling rsa_print.cc
[1130/1287] Compiling rsa_crypt.cc
[1131/1287] Compiling refcount.cc
[1132/1287] Compiling rc4.cc
[1133/1287] Compiling rsa_asn1.cc
[1134/1287] Compiling windows.cc
[1135/1287] Compiling trusty.cc
[1136/1287] Compiling passive.cc
[1137/1287] Compiling getentropy.cc
[1138/1287] Compiling deterministic.cc
[1139/1287] Compiling urandom.cc
[1140/1287] Compiling poly1305_arm_asm.S
[1141/1287] Compiling rand_extra.cc
[1142/1287] Compiling ios.cc
[1143/1287] Compiling forkunsafe.cc
[1144/1287] Compiling fork_detect.cc
[1145/1287] Compiling poly1305_vec.cc
[1146/1287] Compiling pool.cc
[1147/1287] Compiling poly1305_arm.cc
[1148/1287] Compiling pkcs8.cc
[1149/1287] Compiling poly1305.cc
[1150/1287] Compiling pkcs7.cc
[1151/1287] Compiling p5_pbev2.cc
[1152/1287] Compiling pkcs8_x509.cc
[1153/1287] Compiling pkcs7_x509.cc
[1154/1287] Compiling pem_xaux.cc
[1155/1287] Compiling pem_x509.cc
[1156/1287] Compiling pem_pkey.cc
[1157/1287] Compiling pem_lib.cc
[1158/1287] Compiling pem_pk8.cc
[1159/1287] Compiling pem_info.cc
[1160/1287] Compiling obj_xref.cc
[1161/1287] Compiling pem_oth.cc
[1162/1287] Compiling md5.cc
[1163/1287] Compiling mldsa.cc
[1164/1287] Compiling pem_all.cc
[1165/1287] Compiling mlkem.cc
[1166/1287] Compiling mem.cc
[1167/1287] Compiling poly_rq_mul.S
[1168/1287] Compiling fips_shared_support.cc
[1169/1287] Compiling obj.cc
[1170/1287] Compiling md4.cc
[1171/1287] Compiling lhash.cc
[1172/1287] Compiling kyber.cc
[1173/1287] Compiling ex_data.cc
[1174/1287] Compiling hpke.cc
[1175/1287] Compiling sign.cc
[1176/1287] Compiling hrss.cc
[1177/1287] Compiling scrypt.cc
[1178/1287] Compiling pbkdf.cc
[1179/1287] Compiling print.cc
[1180/1287] Compiling p_x25519.cc
[1181/1287] Compiling p_rsa.cc
[1182/1287] Compiling p_x25519_asn1.cc
[1183/1287] Compiling p_rsa_asn1.cc
[1184/1287] Compiling p_hkdf.cc
[1185/1287] Compiling p_ed25519.cc
[1186/1287] Compiling p_ec.cc
[1187/1287] Compiling p_dh_asn1.cc
[1188/1287] Compiling p_ed25519_asn1.cc
[1189/1287] Compiling p_ec_asn1.cc
[1190/1287] Compiling p_dsa_asn1.cc
[1191/1287] Compiling p_dh.cc
[1192/1287] Compiling engine.cc
[1193/1287] Compiling evp_ctx.cc
[1194/1287] Compiling evp.cc
[1195/1287] Compiling err.cc
[1196/1287] Compiling evp_asn1.cc
[1197/1287] Compiling ecdh_extra.cc
[1198/1287] Compiling ecdsa_asn1.cc
[1199/1287] Compiling ec_derive.cc
[1200/1287] Compiling dsa.cc
[1201/1287] Compiling hash_to_curve.cc
[1202/1287] Compiling params.cc
[1203/1287] Compiling ec_asn1.cc
[1204/1287] Compiling dsa_asn1.cc
[1205/1287] Compiling digest_extra.cc
[1206/1287] Compiling bcm.cc
[1207/1287] Compiling x25519-asm-arm.S
[1208/1287] Compiling dh_asn1.cc
[1209/1287] Compiling curve25519_64_adx.cc
[1210/1287] Compiling spake25519.cc
[1211/1287] Compiling des.cc
[1212/1287] Compiling cpu_arm_linux.cc
[1213/1287] Compiling cpu_intel.cc
[1214/1287] Compiling crypto.cc
[1215/1287] Compiling cpu_arm_freebsd.cc
[1216/1287] Compiling curve25519.cc
[1217/1287] Compiling cpu_aarch64_openbsd.cc
[1218/1287] Compiling cpu_aarch64_sysreg.cc
[1219/1287] Compiling cpu_aarch64_win.cc
[1220/1287] Compiling cpu_aarch64_linux.cc
[1221/1287] Compiling cpu_aarch64_apple.cc
[1222/1287] Compiling cpu_aarch64_fuchsia.cc
[1223/1287] Compiling tls_cbc.cc
[1224/1287] Compiling conf.cc
[1225/1287] Compiling e_rc4.cc
[1226/1287] Compiling e_tls.cc
[1227/1287] Compiling e_rc2.cc
[1228/1287] Compiling e_null.cc
[1229/1287] Compiling e_aesctrhmac.cc
[1230/1287] Compiling e_des.cc
[1231/1287] Compiling e_chacha20poly1305.cc
[1232/1287] Compiling derive_key.cc
[1233/1287] Compiling e_aesgcmsiv.cc
[1234/1287] Compiling cipher_extra.cc
[1235/1287] Compiling chacha.cc
[1236/1287] Compiling buf.cc
[1237/1287] Compiling asn1_compat.cc
[1238/1287] Compiling unicode.cc
[1238/1287] Compiling cbs.cc
[1240/1287] Compiling ber.cc
[1241/1287] Compiling cbb.cc
[1242/1287] Compiling bn_asn1.cc
[1243/1287] Compiling convert.cc
[1244/1287] Compiling blake2.cc
[1245/1287] Compiling hexdump.cc
[1246/1287] Compiling fd.cc
[1247/1287] Compiling printf.cc
[1248/1287] Compiling file.cc
[1249/1287] Compiling errno.cc
[1250/1287] Compiling pair.cc
[1251/1287] Compiling bio_mem.cc
[1252/1287] Compiling tasn_typ.cc
[1253/1287] Compiling bio.cc
[1254/1287] Compiling base64.cc
[1255/1287] Compiling tasn_fre.cc
[1256/1287] Compiling tasn_enc.cc
[1257/1287] Compiling tasn_new.cc
[1258/1287] Compiling f_string.cc
[1259/1287] Compiling tasn_utl.cc
[1260/1287] Compiling f_int.cc
[1261/1287] Compiling tasn_dec.cc
[1262/1287] Compiling posix_time.cc
[1263/1287] Compiling asn_pack.cc
[1264/1287] Compiling a_time.cc
[1265/1287] Compiling asn1_par.cc
[1266/1287] Compiling a_strnid.cc
[1267/1287] Compiling asn1_lib.cc
[1268/1287] Compiling a_type.cc
[1269/1287] Compiling a_octet.cc
[1270/1287] Compiling a_utctm.cc
[1271/1287] Compiling a_strex.cc
[1272/1287] Compiling a_int.cc
[1273/1287] Compiling a_mbstr.cc
[1274/1287] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1275/1287] Write sources
[1276/1287] Compiling a_object.cc
[1276/1287] Write sources
[1281/1287] Compiling a_i2d_fp.cc
[1282/1287] Compiling a_dup.cc
[1283/1359] Compiling a_gentm.cc
[1284/1359] Compiling a_d2i_fp.cc
[1285/1384] Compiling a_bitstr.cc
[1287/1384] Compiling Algorithms MinMax.swift
[1288/1384] Compiling Algorithms Partition.swift
[1289/1386] Compiling Algorithms Permutations.swift
[1290/1386] Compiling Algorithms Product.swift
[1290/1386] Compiling a_bool.cc
[1292/1386] Compiling Algorithms Joined.swift
[1293/1386] Compiling Algorithms Keyed.swift
[1294/1394] Compiling Algorithms Grouped.swift
[1295/1394] Compiling Algorithms Indexed.swift
[1296/1394] Compiling Algorithms Intersperse.swift
[1297/1394] Compiling Algorithms Combinations.swift
[1298/1394] Compiling Algorithms Compacted.swift
[1299/1394] Compiling Algorithms Cycle.swift
[1300/1394] Compiling Atomics IntegerOperations.swift
[1301/1394] Compiling Atomics Unmanaged extensions.swift
[1302/1394] Compiling Algorithms AdjacentPairs.swift
[1303/1394] Compiling Algorithms Chain.swift
[1304/1394] Compiling Algorithms Chunked.swift
[1308/1394] Compiling Algorithms EitherSequence.swift
[1309/1394] Compiling Algorithms FirstNonNil.swift
[1310/1401] Emitting module BitCollections
[1311/1401] Compiling BitCollections BitSet+Initializers.swift
[1312/1401] Compiling BitCollections BitSet+Invariants.swift
[1313/1401] Compiling BitCollections BitSet+Random.swift
[1314/1401] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1315/1401] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1316/1401] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1317/1401] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1318/1401] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1319/1401] Compiling BitCollections BitSet+CustomReflectable.swift
[1320/1401] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1321/1401] Compiling BitCollections BitSet+Equatable.swift
[1322/1401] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1323/1401] Compiling BitCollections BitSet+Extras.swift
[1324/1401] Compiling BitCollections BitSet+Hashable.swift
[1325/1401] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1326/1401] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1327/1401] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1328/1401] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1329/1401] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1330/1401] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1331/1401] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1332/1401] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1333/1401] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1334/1401] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1335/1401] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1336/1401] Compiling BitCollections BitSet+SetAlgebra union.swift
[1337/1401] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1338/1401] Compiling BitCollections BitSet.Counted.swift
[1339/1401] Compiling Algorithms Split.swift
[1340/1401] Compiling Algorithms Stride.swift
[1341/1401] Compiling Algorithms Suffix.swift
[1348/1404] Compiling Algorithms Rotate.swift
[1349/1404] Compiling Algorithms FlattenCollection.swift
[1357/1404] Compiling CryptoBoringWrapper RandomBytes.swift
[1366/1404] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1373/1404] Compiling Algorithms Trim.swift
[1374/1404] Compiling Algorithms Unique.swift
[1375/1404] Compiling Algorithms Windows.swift
[1380/1404] Compiling CryptoBoringWrapper EllipticCurve.swift
[1381/1404] Compiling BitCollections BitSet.Index.swift
[1382/1404] Compiling BitCollections BitSet._UnsafeHandle.swift
[1383/1404] Compiling BitCollections BitSet.swift
[1384/1404] Compiling BitCollections Range+Utilities.swift
[1385/1404] Compiling BitCollections Slice+Utilities.swift
[1386/1404] Compiling BitCollections UInt+Tricks.swift
[1387/1404] Compiling BitCollections _Word.swift
[1389/1405] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1390/1405] Emitting module CryptoBoringWrapper
[1391/1405] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1392/1405] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1393/1405] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1395/1408] Emitting module Collections
[1396/1408] Compiling Collections Collections.swift
[1401/1409] Emitting module Atomics
[1403/1480] Compiling Crypto ASN1Identifier.swift
[1404/1480] Compiling Crypto ASN1Integer.swift
[1405/1480] Compiling Crypto ASN1Null.swift
[1406/1480] Compiling Crypto GeneralizedTime.swift
[1407/1480] Compiling Crypto ObjectIdentifier.swift
[1408/1480] Compiling Crypto ECDSASignature.swift
[1410/1481] Emitting module Algorithms
[1412/1542] Emitting module Crypto
[1413/1551] Compiling NIOCore RecvByteBufferAllocator.swift
[1414/1551] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1415/1551] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1416/1551] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1417/1551] Compiling NIOCore EventLoopFuture.swift
[1418/1551] Compiling NIOCore FileDescriptor.swift
[1419/1551] Compiling NIOCore FileHandle.swift
[1420/1551] Compiling NIOCore FileRegion.swift
[1421/1551] Compiling NIOCore GlobalSingletons.swift
[1422/1551] Compiling Crypto X25519Keys.swift
[1423/1551] Compiling NIOCore Interfaces.swift
[1424/1551] Compiling NIOCore Linux.swift
[1425/1551] Compiling NIOCore MarkedCircularBuffer.swift
[1426/1551] Compiling NIOCore MulticastChannel.swift
[1427/1551] Compiling NIOCore NIOAny.swift
[1428/1551] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1429/1551] Compiling NIOCore NIOLoopBound.swift
[1430/1551] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1431/1551] Compiling NIOCore NIOScheduledCallback.swift
[1432/1551] Compiling NIOCore NIOSendable.swift
[1441/1559] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1442/1559] Compiling NIOCore ByteBuffer-conversions.swift
[1443/1559] Compiling NIOCore ByteBuffer-core.swift
[1444/1559] Compiling NIOCore ByteBuffer-hex.swift
[1445/1559] Compiling NIOCore ByteBuffer-int.swift
[1446/1559] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1447/1559] Compiling NIOCore ByteBuffer-multi-int.swift
[1448/1559] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1449/1559] Compiling NIOCore ByteBuffer-views.swift
[1450/1559] Compiling NIOCore Channel.swift
[1451/1559] Compiling NIOCore SocketAddresses.swift
[1452/1559] Compiling NIOCore SocketOptionProvider.swift
[1453/1559] Compiling NIOCore SystemCallHelpers.swift
[1454/1559] Compiling NIOCore TimeAmount+Duration.swift
[1455/1559] Compiling NIOCore TypeAssistedChannelHandler.swift
[1456/1559] Compiling NIOCore UniversalBootstrapSupport.swift
[1457/1559] Compiling NIOCore Utilities.swift
[1458/1559] Compiling Crypto ECDH_boring.swift
[1459/1559] Compiling Crypto DH.swift
[1460/1559] Compiling Crypto ECDH.swift
[1461/1559] Compiling NIOCore ChannelHandler.swift
[1462/1559] Compiling NIOCore ChannelHandlers.swift
[1463/1559] Compiling NIOCore ChannelInvoker.swift
[1464/1559] Compiling NIOCore ChannelOption.swift
[1465/1559] Compiling NIOCore ChannelPipeline.swift
[1466/1559] Compiling NIOCore IO.swift
[1467/1559] Compiling NIOCore IOData.swift
[1468/1559] Compiling NIOCore IPProtocol.swift
[1469/1559] Compiling NIOCore IntegerBitPacking.swift
[1470/1559] Compiling NIOCore IntegerTypes.swift
[1471/1559] Compiling NIOCore AddressedEnvelope.swift
[1472/1559] Compiling NIOCore AsyncAwaitSupport.swift
[1473/1559] Compiling NIOCore AsyncChannel.swift
[1474/1559] Compiling NIOCore AsyncChannelHandler.swift
[1475/1559] Compiling NIOCore AsyncChannelInboundStream.swift
[1476/1559] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1477/1559] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1478/1559] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1479/1559] Compiling NIOCore NIOAsyncWriter.swift
[1480/1559] Compiling NIOCore CircularBuffer.swift
[1481/1559] Compiling NIOCore Codec.swift
[1482/1559] Compiling NIOCore ConvenienceOptionSupport.swift
[1483/1559] Compiling NIOCore DeadChannel.swift
[1484/1559] Compiling NIOCore DispatchQueue+WithFuture.swift
[1485/1559] Compiling NIOCore EventLoop+Deprecated.swift
[1486/1559] Compiling NIOCore EventLoop+SerialExecutor.swift
[1487/1559] Compiling NIOCore EventLoop.swift
[1488/1559] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1489/1559] Compiling NIOCore BSDSocketAPI.swift
[1490/1559] Compiling NIOCore ByteBuffer-aux.swift
[1499/1559] Compiling Crypto Signature.swift
[1500/1559] Compiling Crypto CryptoKitErrors_boring.swift
[1501/1559] Compiling Crypto RNG_boring.swift
[1502/1559] Compiling Crypto SafeCompare_boring.swift
[1503/1559] Compiling Crypto Zeroization_boring.swift
[1504/1559] Compiling Crypto PrettyBytes.swift
[1505/1559] Compiling Crypto SafeCompare.swift
[1506/1559] Compiling Crypto SecureBytes.swift
[1507/1559] Compiling Crypto Zeroization.swift
[1509/1606] Compiling _CryptoExtras ARCServer.swift
[1510/1606] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1511/1606] Compiling _CryptoExtras ChaCha20CTR.swift
[1512/1606] Compiling _CryptoExtras ECToolbox_boring.swift
[1513/1606] Compiling _CryptoExtras ECToolbox.swift
[1514/1606] Compiling _CryptoExtras HashToField.swift
[1515/1606] Compiling _CryptoExtras KDF.swift
[1516/1606] Compiling _CryptoExtras PBKDF2_boring.swift
[1517/1606] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1518/1606] Compiling _CryptoExtras DigestType.swift
[1519/1606] Compiling _CryptoExtras Error.swift
[1520/1606] Compiling _CryptoExtras I2OSP.swift
[1521/1606] Compiling _CryptoExtras IntegerEncoding.swift
[1522/1606] Compiling _CryptoExtras PEMDocument.swift
[1523/1612] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1534/1612] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1535/1612] Compiling _CryptoExtras PBKDF2.swift
[1536/1612] Compiling _CryptoExtras Scrypt_boring.swift
[1537/1612] Emitting module _CryptoExtras
[1538/1612] Compiling _CryptoExtras PrettyBytes.swift
[1539/1612] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1540/1612] Compiling _CryptoExtras DLEQ.swift
[1541/1612] Compiling _CryptoExtras Prover.swift
[1542/1612] Compiling _CryptoExtras Verifier.swift
[1543/1612] Compiling _CryptoExtras ZKPToolbox.swift
[1544/1612] Compiling _CryptoExtras AES_CBC.swift
[1545/1612] Compiling _CryptoExtras AES_CFB.swift
[1546/1612] Compiling _CryptoExtras AES_CTR.swift
[1547/1612] Compiling _CryptoExtras AES_GCM_SIV.swift
[1548/1612] Compiling _CryptoExtras Block Function.swift
[1549/1612] Compiling _CryptoExtras AES_CFB_boring.swift
[1550/1612] Compiling _CryptoExtras AES_CTR_boring.swift
[1551/1612] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1552/1612] Compiling _CryptoExtras ARC+API.swift
[1553/1612] Compiling _CryptoExtras ARC.swift
[1554/1612] Compiling _CryptoExtras ARCCredential.swift
[1555/1612] Compiling _CryptoExtras ARCEncoding.swift
[1556/1612] Compiling _CryptoExtras ARCPrecredential.swift
[1557/1612] Compiling _CryptoExtras ARCPresentation.swift
[1558/1612] Compiling _CryptoExtras ARCRequest.swift
[1559/1612] Compiling _CryptoExtras ARCResponse.swift
[1565/1612] Compiling _CryptoExtras VOPRFServer.swift
[1566/1612] Compiling _CryptoExtras RSA+BlindSigning.swift
[1567/1612] Compiling _CryptoExtras RSA.swift
[1568/1612] Compiling _CryptoExtras RSA_boring.swift
[1569/1612] Compiling _CryptoExtras RSA_security.swift
[1570/1612] Compiling _CryptoExtras BoringSSLHelpers.swift
[1589/1612] Compiling _CryptoExtras Scrypt.swift
[1590/1612] Compiling _CryptoExtras OPRF.swift
[1591/1612] Compiling _CryptoExtras OPRFClient.swift
[1592/1612] Compiling _CryptoExtras OPRFServer.swift
[1593/1612] Compiling _CryptoExtras VOPRF+API.swift
[1594/1612] Compiling _CryptoExtras VOPRFClient.swift
[1606/1612] Emitting module NIOCore
[1608/1663] Emitting module NIOEmbedded
[1609/1663] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1610/1663] Compiling NIOEmbedded AsyncTestingChannel.swift
[1611/1663] Compiling NIOEmbedded Embedded.swift
[1613/1664] Compiling NIOPosix Pool.swift
[1614/1664] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1615/1664] Compiling NIOPosix PosixSingletons.swift
[1616/1664] Compiling NIOPosix RawSocketBootstrap.swift
[1617/1664] Compiling NIOPosix Resolver.swift
[1618/1664] Compiling NIOPosix Selectable.swift
[1619/1670] Compiling NIOPosix ServerSocket.swift
[1620/1670] Compiling NIOPosix Socket.swift
[1621/1670] Compiling NIOPosix SocketChannel.swift
[1622/1670] Compiling NIOPosix SocketProtocols.swift
[1623/1670] Compiling NIOPosix System.swift
[1624/1670] Compiling NIOPosix Thread.swift
[1625/1670] Compiling NIOPosix SelectableChannel.swift
[1626/1670] Compiling NIOPosix SelectableEventLoop.swift
[1627/1670] Compiling NIOPosix SelectorEpoll.swift
[1628/1670] Compiling NIOPosix SelectorGeneric.swift
[1629/1670] Compiling NIOPosix SelectorKqueue.swift
[1630/1670] Compiling NIOPosix SelectorUring.swift
[1631/1670] Emitting module NIOPosix
[1632/1670] Compiling NIOPosix BSDSocketAPICommon.swift
[1633/1670] Compiling NIOPosix BSDSocketAPIPosix.swift
[1634/1670] Compiling NIOPosix BSDSocketAPIWindows.swift
[1635/1670] Compiling NIOPosix BaseSocket.swift
[1636/1670] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1637/1670] Compiling NIOPosix BaseSocketChannel.swift
[1638/1670] Compiling NIOPosix BaseStreamSocketChannel.swift
[1639/1670] Compiling NIOPosix ThreadPosix.swift
[1640/1670] Compiling NIOPosix ThreadWindows.swift
[1641/1670] Compiling NIOPosix UnsafeTransfer.swift
[1642/1670] Compiling NIOPosix Utilities.swift
[1643/1670] Compiling NIOPosix VsockAddress.swift
[1644/1670] Compiling NIOPosix VsockChannelEvents.swift
[1645/1670] Compiling NIOPosix IO.swift
[1646/1670] Compiling NIOPosix IntegerBitPacking.swift
[1647/1670] Compiling NIOPosix IntegerTypes.swift
[1648/1670] Compiling NIOPosix Linux.swift
[1649/1670] Compiling NIOPosix LinuxCPUSet.swift
[1650/1670] Compiling NIOPosix LinuxUring.swift
[1651/1670] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1652/1670] Compiling NIOPosix Bootstrap.swift
[1653/1670] Compiling NIOPosix ControlMessage.swift
[1654/1670] Compiling NIOPosix DatagramVectorReadManager.swift
[1655/1670] Compiling NIOPosix Errors+Any.swift
[1656/1670] Compiling NIOPosix FileDescriptor.swift
[1657/1670] Compiling NIOPosix GetaddrinfoResolver.swift
[1658/1670] Compiling NIOPosix HappyEyeballs.swift
[1659/1670] Compiling NIOPosix NIOThreadPool.swift
[1660/1670] Compiling NIOPosix NonBlockingFileIO.swift
[1661/1670] Compiling NIOPosix PendingDatagramWritesManager.swift
[1662/1670] Compiling NIOPosix PendingWritesManager.swift
[1663/1670] Compiling NIOPosix PipeChannel.swift
[1664/1670] Compiling NIOPosix PipePair.swift
[1666/1730] Emitting module NIO
[1667/1730] Compiling NIO Exports.swift
[1668/1730] Compiling _NIOFileSystem ByteCount.swift
[1669/1730] Compiling _NIOFileSystem Convenience.swift
[1670/1730] Compiling _NIOFileSystem DirectoryEntries.swift
[1671/1733] Compiling _NIOFileSystem FileSystemError.swift
[1672/1733] Compiling _NIOFileSystem FileSystemProtocol.swift
[1673/1733] Compiling _NIOFileSystem FileType.swift
[1674/1733] Compiling _NIOFileSystem IOStrategy.swift
[1675/1733] Compiling _NIOFileSystem Array+FileSystem.swift
[1676/1733] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1678/1733] Compiling _NIOFileSystem FileInfo.swift
[1679/1733] Compiling _NIOFileSystem FileSystem.swift
[1680/1733] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1681/1772] Compiling NIOTLS TLSEvents.swift
[1682/1772] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1683/1772] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1684/1772] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1685/1772] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1686/1772] Emitting module NIOTLS
[1687/1773] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1688/1773] Compiling NIOSOCKS SOCKSResponse.swift
[1689/1773] Compiling NIOHTTP1 HTTPDecoder.swift
[1690/1773] Compiling NIOHTTP1 HTTPEncoder.swift
[1691/1773] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1692/1773] Compiling NIOSOCKS ClientStateMachine.swift
[1693/1773] Compiling AsyncKit Optional+StrictMap.swift
[1694/1773] Compiling AsyncKit Exports.swift
[1695/1773] Emitting module NIOSOCKS
[1696/1773] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1697/1773] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1698/1773] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1699/1773] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1700/1773] Compiling NIOTLS SNIHandler.swift
[1701/1774] Compiling NIOSOCKS ServerStateMachine.swift
[1705/1774] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1707/1774] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1708/1774] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1710/1775] Emitting module NIOFoundationCompat
[1711/1775] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1715/1776] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1716/1776] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1717/1780] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1718/1780] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1720/1811] Compiling NIOSSL SSLCertificateExtensions.swift
[1721/1811] Compiling NIOSSL SSLCertificateName.swift
[1722/1811] Compiling NIOSSL SubjectAlternativeName.swift
[1723/1811] Compiling NIOSSL NIOSSLSecureBytes.swift
[1724/1811] Compiling NIOSSL RNG.swift
[1725/1811] Compiling NIOSSL SafeCompare.swift
[1726/1811] Compiling NIOSSL AndroidCABundle.swift
[1727/1811] Compiling NIOSSL ByteBufferBIO.swift
[1728/1833] Compiling NIOTransportServices NIOTSBootstraps.swift
[1729/1833] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1730/1833] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1731/1835] Compiling NIOTransportServices StateManagedChannel.swift
[1732/1835] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1733/1835] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1734/1835] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1735/1835] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1736/1835] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1737/1835] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1738/1835] Compiling NIOTransportServices NIOTSSingletons.swift
[1739/1835] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1740/1835] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1741/1835] Compiling NIOTransportServices NIOTSErrors.swift
[1742/1835] Compiling NIOTransportServices NIOTSEventLoop.swift
[1743/1835] Emitting module NIOTransportServices
[1744/1835] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1745/1835] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1746/1835] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1747/1835] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1748/1835] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1749/1835] Compiling NIOTransportServices AcceptHandler.swift
[1750/1835] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1751/1835] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1753/1836] Compiling NIOSSL SSLContext.swift
[1754/1836] Compiling NIOSSL SSLErrors.swift
[1755/1836] Compiling NIOSSL SSLInit.swift
[1756/1836] Compiling NIOSSL SSLPKCS12Bundle.swift
[1757/1836] Compiling _NIOFileSystem UnsafeTransfer.swift
[1758/1836] Compiling _NIOFileSystem ParallelDirCopy.swift
[1759/1836] Compiling _NIOFileSystem ParallelRemoval.swift
[1760/1836] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1761/1836] Compiling _NIOFileSystem CInterop.swift
[1762/1836] Compiling _NIOFileSystem Errno.swift
[1769/1836] Emitting module AsyncKit
[1775/1836] Emitting module NIOHTTP1
[1777/1865] Compiling _NIOFileSystem SystemFileHandle.swift
[1778/1865] Compiling _NIOFileSystem Utilities.swift
[1779/1865] Compiling _NIOFileSystem OpenOptions.swift
[1780/1865] Compiling _NIOFileSystem String+FileSystem.swift
[1781/1880] Compiling NIOHPACK HPACKHeader.swift
[1782/1880] Compiling NIOHPACK HeaderTables.swift
[1783/1880] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1784/1880] Compiling NIOExtras LengthFieldPrepender.swift
[1785/1881] Compiling NIOExtras LineBasedFrameDecoder.swift
[1786/1881] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1787/1881] Compiling NIOExtras NIOExtrasError.swift
[1788/1881] Compiling NIOExtras PCAPRingBuffer.swift
[1789/1887] Compiling NIOHPACK DynamicHeaderTable.swift
[1790/1887] Compiling NIOHPACK HPACKDecoder.swift
[1791/1887] Compiling NIOHPACK HPACKEncoder.swift
[1792/1887] Compiling NIOHPACK HPACKErrors.swift
[1796/1887] Compiling NIOExtras QuiescingHelper.swift
[1797/1887] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1798/1887] Compiling NIOExtras NIORequestIdentifiable.swift
[1799/1887] Emitting module _NIOFileSystem
[1800/1887] Compiling NIOExtras RequestResponseHandler.swift
[1801/1887] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1805/1888] Emitting module NIOSSL
[1811/1888] Compiling NIOHPACK IndexedHeaderTable.swift
[1813/1889] Compiling NIOSSL Zeroization.swift
[1814/1889] Compiling NIOSSL TLSConfiguration.swift
[1815/1889] Compiling NIOSSL UniversalBootstrapSupport.swift
[1816/1889] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1826/1909] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1827/1909] Compiling NIOHPACK StaticHeaderTable.swift
[1829/1909] Compiling NIOHPACK IntegerCoding.swift
[1830/1909] Compiling NIOWebSocket WebSocketOpcode.swift
[1831/1910] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1832/1910] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1833/1910] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1834/1912] Emitting module NIOHPACK
[1835/1912] Compiling NIOHPACK HuffmanTables.swift
[1836/1912] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1837/1912] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1838/1912] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1839/1912] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1840/1912] Compiling MultipartKit MultipartParser.swift
[1841/1912] Compiling MultipartKit MultipartPart.swift
[1842/1912] Compiling MultipartKit Storage.swift
[1843/1912] Compiling MultipartKit MultipartFormData.swift
[1844/1912] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1845/1912] Compiling MultipartKit FormDataEncoder.swift
[1850/1915] Emitting module NIOWebSocket
[1851/1915] Emitting module NIOExtras
[1852/1915] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1853/1915] Compiling NIOHPACK HuffmanCoding.swift
[1854/1915] Compiling NIOHTTPCompression HTTPDecompression.swift
[1855/1915] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1856/1915] Compiling NIOHTTPCompression HTTPCompression.swift
[1857/1915] Emitting module NIOHTTPCompression
[1858/1915] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1865/1916] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1866/1916] Compiling NIOWebSocket WebSocketFrame.swift
[1867/1916] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1868/1916] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1869/1917] Emitting module _NIOFileSystemFoundationCompat
[1870/1917] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1871/1917] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1874/1917] Compiling MultipartKit FormDataDecoder.swift
[1875/1917] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1877/1920] Compiling MultipartKit BasicCodingKey.swift
[1878/1920] Compiling MultipartKit MultipartError.swift
[1879/1920] Compiling MultipartKit Exports.swift
[1880/1920] Emitting module MultipartKit
[1894/2012] Compiling X509 CMSOperations.swift
[1895/2012] Compiling X509 CMSSignature.swift
[1896/2012] Compiling X509 CMSSignedData.swift
[1897/2012] Compiling X509 CMSSignerIdentifier.swift
[1898/2013] Compiling X509 Digests.swift
[1899/2013] Compiling X509 DistinguishedName.swift
[1900/2013] Compiling X509 CommonName.swift
[1901/2015] Compiling X509 CertificateSigningRequest.swift
[1902/2015] Compiling X509 CertificationRequestInfo.swift
[1903/2015] Compiling X509 CountryName.swift
[1904/2015] Compiling X509 CSRAttribute.swift
[1905/2015] Compiling X509 CSRAttributes.swift
[1906/2015] Compiling X509 CSRVersion.swift
[1908/2015] Compiling NIOFileSystem Exports.swift
[1909/2015] Emitting module NIOFileSystem
[1910/2016] Compiling X509 ExtensionRequest.swift
[1911/2016] Compiling X509 Certificate.swift
[1913/2017] Compiling X509 EmailAddress.swift
[1914/2017] Compiling X509 LocalityName.swift
[1915/2017] Compiling X509 OrganizationName.swift
[1916/2017] Compiling X509 OrganizationalUnitName.swift
[1919/2076] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1920/2076] Compiling NIOHTTP2 MayReceiveFrames.swift
[1922/2085] Compiling NIOHTTP2 MaySendFrames.swift
[1923/2085] Compiling NIOHTTP2 SendingDataState.swift
[1924/2085] Compiling NIOHTTP2 SendingGoawayState.swift
[1925/2085] Compiling NIOHTTP2 SendingHeadersState.swift
[1926/2085] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1927/2085] Compiling NIOHTTP2 SendingRstStreamState.swift
[1928/2085] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1929/2085] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1930/2093] Compiling WebSocketKit Exports.swift
[1931/2093] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1932/2093] Compiling WebSocketKit WebSocketHandler.swift
[1933/2093] Emitting module WebSocketKit
[1934/2093] Compiling WebSocketKit WebSocket+Concurrency.swift
[1935/2093] Compiling WebSocketKit WebSocket.swift
[1936/2093] Compiling WebSocketKit WebSocketClient.swift
[1937/2093] Compiling WebSocketKit WebSocket+Connect.swift
[1939/2094] Compiling X509 OCSPTBSRequest.swift
[1940/2094] Compiling X509 OCSPVersion.swift
[1941/2094] Compiling X509 PKCS8PrivateKey.swift
[1942/2094] Compiling X509 PromiseAndFuture.swift
[1943/2094] Compiling X509 RDNAttribute.swift
[1944/2094] Compiling X509 RandomNumberGenerator+bytes.swift
[1945/2094] Compiling X509 RelativeDistinguishedName.swift
[1946/2094] Compiling X509 SEC1PrivateKey.swift
[1947/2094] Compiling X509 SecKeyWrapper.swift
[1948/2094] Compiling X509 Signature.swift
[1949/2094] Compiling X509 SignatureAlgorithm.swift
[1950/2094] Compiling X509 AllOfPolicies.swift
[1951/2094] Compiling X509 AnyPolicy.swift
[1952/2094] Compiling X509 CertificateStore.swift
[1953/2094] Compiling X509 OneOfPolicies.swift
[1954/2094] Compiling X509 PolicyBuilder.swift
[1955/2094] Compiling X509 BasicConstraintsPolicy.swift
[1956/2094] Compiling X509 DNSNames.swift
[1957/2094] Compiling X509 DirectoryNames.swift
[1958/2094] Compiling X509 ExpiryPolicy.swift
[1959/2094] Compiling X509 IPConstraints.swift
[1960/2094] Compiling X509 NameConstraintsPolicy.swift
[1961/2094] Compiling X509 RFC5280Policy.swift
[1962/2094] Compiling X509 URIConstraints.swift
[1963/2094] Compiling X509 VersionPolicy.swift
[1964/2094] Compiling X509 ServerIdentityPolicy.swift
[1973/2107] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1974/2107] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1975/2107] Compiling NIOHTTP2 HasLocalSettings.swift
[1976/2107] Compiling NIOHTTP2 HasRemoteSettings.swift
[1977/2107] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1978/2107] Compiling NIOHTTP2 QuiescingState.swift
[1979/2107] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1980/2107] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1981/2107] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1984/2107] Compiling NIOHTTP2 ReceivingDataState.swift
[1985/2107] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1986/2107] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1987/2107] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1988/2107] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1989/2107] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1990/2107] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1999/2107] Compiling NIOHTTP2 InboundWindowManager.swift
[2000/2107] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2001/2107] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2002/2107] Compiling NIOHTTP2 StreamChannelList.swift
[2003/2107] Compiling NIOHTTP2 StreamMap.swift
[2004/2107] Compiling NIOHTTP2 StreamStateMachine.swift
[2005/2107] Compiling NIOHTTP2 UnsafeTransfer.swift
[2006/2107] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2007/2107] Compiling NIOHTTP2 HTTP2StreamID.swift
[2008/2107] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2009/2107] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2010/2107] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2011/2107] Compiling NIOHTTP2 InboundEventBuffer.swift
[2020/2107] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2021/2107] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2022/2107] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2028/2107] Emitting module NIOHTTP2
[2038/2107] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2039/2107] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2040/2107] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2041/2107] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2042/2107] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2043/2107] Compiling NIOHTTP2 HTTP2Error.swift
[2044/2107] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2045/2107] Compiling NIOHTTP2 StateMachineResult.swift
[2046/2107] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2047/2107] Compiling NIOHTTP2 DOSHeuristics.swift
[2048/2107] Compiling NIOHTTP2 Error+Any.swift
[2049/2107] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2050/2107] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2051/2107] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2052/2107] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2053/2107] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2054/2107] Compiling NIOHTTP2 HTTP2Frame.swift
[2055/2107] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2056/2107] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2057/2107] Compiling NIOHTTP2 HTTP2PingData.swift
[2058/2107] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2059/2107] Compiling NIOHTTP2 HTTP2Settings.swift
[2060/2107] Compiling NIOHTTP2 HTTP2Stream.swift
[2078/2108] Emitting module X509
[2080/2108] Compiling X509 TrustRootLoading.swift
[2081/2108] Compiling X509 UnverifiedChain.swift
[2082/2108] Compiling X509 VerificationDiagnostic.swift
[2083/2108] Compiling X509 Verifier.swift
[2084/2108] Compiling X509 VerifierPolicy.swift
[2085/2108] Compiling X509 AlgorithmIdentifier.swift
[2086/2108] Compiling X509 ECDSASignature.swift
[2087/2108] Compiling X509 RSAPKCS1PublicKey.swift
[2088/2108] Compiling X509 SubjectPublicKeyInfo.swift
[2089/2108] Compiling X509 TBSCertificate.swift
[2090/2108] Compiling X509 Time.swift
[2091/2108] Compiling X509 TimeCalculations.swift
[2092/2108] Compiling X509 Validity.swift
[2111/2228] Compiling JWTKit ECDSAKeyTypes.swift
[2112/2228] Compiling JWTKit ECDSASigner.swift
[2113/2228] Compiling JWTKit ECDSASigningAlgorithm.swift
[2114/2228] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2115/2228] Compiling JWTKit P256+CurveType.swift
[2116/2228] Compiling JWTKit P384+CurveType.swift
[2117/2228] Compiling JWTKit P521+CurveType.swift
[2118/2228] Compiling JWTKit EdDSA.swift
[2119/2228] Compiling JWTKit EdDSACurve.swift
[2120/2236] Compiling JWTKit JWTKeyCollection+RSA.swift
[2121/2236] Compiling JWTKit RSA.swift
[2122/2236] Compiling JWTKit RSAError.swift
[2123/2236] Compiling JWTKit RSASigner.swift
[2124/2236] Compiling JWTKit Base64URL.swift
[2125/2236] Compiling JWTKit CryptoSigner.swift
[2126/2236] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2127/2236] Compiling JWTKit Insecure.swift
[2128/2236] Emitting module AsyncHTTPClient
[2129/2236] Compiling JWTKit JWTUnixEpochClaim.swift
[2130/2236] Compiling JWTKit LocaleClaim.swift
[2131/2236] Compiling JWTKit NotBeforeClaim.swift
[2132/2236] Compiling JWTKit SubjectClaim.swift
[2133/2236] Compiling JWTKit TenantIDClaim.swift
[2134/2236] Compiling JWTKit ECDSA.swift
[2135/2236] Compiling JWTKit ECDSACurve.swift
[2136/2236] Compiling JWTKit ECDSACurveType.swift
[2137/2236] Compiling JWTKit ECDSAError.swift
[2138/2236] Compiling JWTKit AudienceClaim.swift
[2139/2236] Compiling JWTKit BoolClaim.swift
[2140/2236] Compiling JWTKit ExpirationClaim.swift
[2141/2236] Compiling JWTKit GoogleHostedDomainClaim.swift
[2142/2236] Compiling JWTKit IDClaim.swift
[2143/2236] Compiling JWTKit IssuedAtClaim.swift
[2144/2236] Compiling JWTKit IssuerClaim.swift
[2145/2236] Compiling JWTKit JWTClaim.swift
[2146/2236] Compiling JWTKit JWTMultiValueClaim.swift
[2147/2236] Compiling JWTKit JWTHeaderField.swift
[2148/2236] Compiling JWTKit JWTKeyCollection.swift
[2149/2236] Compiling JWTKit JWTParser.swift
[2150/2236] Compiling JWTKit JWTPayload.swift
[2151/2236] Compiling JWTKit JWTSerializer.swift
[2152/2236] Compiling JWTKit JWTSigner.swift
[2153/2236] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2154/2236] Compiling AsyncHTTPClient HTTPClient.swift
[2157/2236] Compiling JWTKit EdDSAError.swift
[2158/2236] Compiling JWTKit EdDSASigner.swift
[2159/2236] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2160/2236] Compiling JWTKit HMAC.swift
[2161/2236] Compiling JWTKit HMACError.swift
[2162/2236] Compiling JWTKit HMACSigner.swift
[2171/2244] Compiling JWTKit AppleIdentityToken.swift
[2172/2244] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2173/2244] Compiling JWTKit GoogleIdentityToken.swift
[2174/2244] Compiling JWTKit MicrosoftIdentityToken.swift
[2175/2244] Compiling JWTKit ValidationTimePayload.swift
[2176/2244] Compiling JWTKit X5CVerifier.swift
[2177/2244] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2178/2244] Compiling AsyncHTTPClient Utils.swift
[2179/2244] Emitting module JWTKit
[2186/2244] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[2187/2244] Compiling JWTKit UnsecuredNoneSigner.swift
[2188/2244] Compiling JWTKit JWK.swift
[2189/2244] Compiling JWTKit JWKIdentifier.swift
[2190/2244] Compiling JWTKit JWKS.swift
[2191/2244] Compiling JWTKit JWKSigner.swift
[2192/2244] Compiling JWTKit JWTAlgorithm.swift
[2193/2244] Compiling JWTKit JWTError.swift
[2194/2244] Compiling JWTKit JWTHeader+CommonFields.swift
[2195/2244] Compiling JWTKit JWTHeader.swift
[2238/2414] Compiling Vapor Environment.swift
[2239/2414] Compiling Vapor Abort.swift
[2240/2414] Compiling Vapor AbortError.swift
[2241/2414] Compiling Vapor DebuggableError.swift
[2242/2414] Compiling Vapor Demangler.swift
[2243/2414] Compiling Vapor ErrorSource.swift
[2244/2414] Compiling Vapor StackTrace.swift
[2245/2414] Compiling Vapor Exports.swift
[2247/2415] Compiling Vapor Core.swift
[2248/2415] Compiling Vapor Running.swift
[2249/2415] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2250/2415] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2251/2415] Compiling Vapor DotEnvFile+load.swift
[2252/2415] Compiling Vapor Routes+caseInsenstive.swift
[2253/2415] Compiling Vapor Validatable+validate.swift
[2254/2415] Compiling Vapor Environment+Process.swift
[2255/2415] Compiling Vapor Environment+Secret.swift
[2264/2415] Compiling Vapor Application+HTTP.swift
[2265/2415] Compiling Vapor BasicResponder.swift
[2266/2415] Compiling Vapor BodyStream.swift
[2267/2415] Compiling Vapor Application+HTTP+Client.swift
[2268/2415] Compiling Vapor EventLoopHTTPClient.swift
[2269/2415] Compiling Vapor EndpointCache.swift
[2270/2415] Compiling Vapor HTTPMethod+String.swift
[2271/2439] Compiling Vapor AsyncBasicResponder.swift
[2272/2439] Compiling Vapor AsyncMiddleware.swift
[2273/2439] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2274/2439] Compiling Vapor AsyncSessionDriver.swift
[2275/2439] Compiling Vapor Authentication+Concurrency.swift
[2276/2439] Compiling Vapor Cache+Concurrency.swift
[2277/2439] Compiling Vapor Client+Concurrency.swift
[2278/2439] Compiling Vapor RequestBody+Concurrency.swift
[2279/2439] Compiling Vapor Responder+Concurrency.swift
[2280/2439] Compiling Vapor ResponseCodable+Concurrency.swift
[2281/2439] Compiling Vapor RoutesBuilder+Concurrency.swift
[2282/2439] Compiling Vapor ViewRenderer+Concurrency.swift
[2283/2439] Compiling Vapor WebSocket+Concurrency.swift
[2284/2439] Compiling Vapor ContainerGetPathExecutor.swift
[2285/2439] Compiling Vapor Content.swift
[2286/2439] Compiling Vapor ContentCoders.swift
[2287/2439] Compiling Vapor ContentConfiguration.swift
[2288/2439] Compiling Vapor ContentContainer.swift
[2289/2439] Compiling Vapor JSONCoder+Custom.swift
[2290/2439] Compiling Vapor JSONCoders+Content.swift
[2291/2439] Compiling Vapor PlaintextDecoder.swift
[2292/2439] Compiling Vapor PlaintextEncoder.swift
[2293/2439] Compiling Vapor URLQueryCoders.swift
[2294/2439] Compiling Vapor URLQueryContainer.swift
[2295/2463] Compiling Vapor HTTPServerResponseEncoder.swift
[2296/2463] Compiling Vapor HTTPServerUpgradeHandler.swift
[2297/2463] Compiling Vapor Logger+Report.swift
[2298/2463] Compiling Vapor LoggingSystem+Environment.swift
[2299/2463] Compiling Vapor Application+Middleware.swift
[2300/2463] Compiling Vapor CORSMiddleware.swift
[2301/2463] Compiling Vapor ErrorMiddleware.swift
[2302/2463] Compiling Vapor FileMiddleware.swift
[2303/2463] Compiling Vapor Middleware.swift
[2304/2463] Compiling Vapor MiddlewareConfiguration.swift
[2305/2463] Compiling Vapor ResponseCompressionMiddleware.swift
[2306/2463] Compiling Vapor RouteLoggingMiddleware.swift
[2307/2463] Compiling Vapor TracingMiddleware.swift
[2308/2463] Compiling Vapor File+Multipart.swift
[2309/2463] Compiling Vapor FormDataDecoder+Content.swift
[2310/2463] Compiling Vapor FormDataEncoder+Content.swift
[2311/2463] Compiling Vapor Application+Password.swift
[2312/2463] Compiling Vapor Application+Passwords.swift
[2313/2463] Compiling Vapor AsyncPasswordHasher.swift
[2314/2463] Compiling Vapor BcryptHasher.swift
[2315/2463] Compiling Vapor PasswordHasher.swift
[2316/2463] Compiling Vapor PlaintextHasher.swift
[2317/2463] Compiling Vapor Request+Password.swift
[2318/2463] Compiling Vapor Redirect.swift
[2319/2463] Compiling Vapor Application.swift
[2320/2463] Compiling Vapor AuthenticationCache.swift
[2321/2463] Compiling Vapor Authenticator.swift
[2322/2463] Compiling Vapor BasicAuthorization.swift
[2323/2463] Compiling Vapor BearerAuthorization.swift
[2324/2463] Compiling Vapor GuardMiddleware.swift
[2325/2463] Compiling Vapor RedirectMiddleware.swift
[2326/2463] Compiling Vapor SessionAuthenticatable.swift
[2327/2463] Compiling Vapor Bcrypt.swift
[2328/2463] Compiling Vapor Application+Cache.swift
[2329/2463] Compiling Vapor Cache.swift
[2330/2463] Compiling Vapor CacheExpirationTime.swift
[2331/2463] Compiling Vapor MemoryCache.swift
[2332/2463] Compiling Vapor Request+Cache.swift
[2333/2463] Compiling Vapor Application+Clients.swift
[2334/2463] Compiling Vapor Client.swift
[2335/2463] Compiling Vapor ClientRequest.swift
[2336/2463] Compiling Vapor ClientResponse.swift
[2337/2463] Compiling Vapor Request+Client.swift
[2338/2463] Compiling Vapor BootCommand.swift
[2339/2463] Compiling Vapor CommandContext+Application.swift
[2340/2463] Compiling Vapor RoutesCommand.swift
[2341/2463] Compiling Vapor ServeCommand.swift
[2342/2463] Compiling Vapor AnyResponse+Concurrency.swift
[2343/2463] Compiling Vapor Validator.swift
[2344/2463] Compiling Vapor ValidatorResult.swift
[2345/2463] Compiling Vapor And.swift
[2346/2463] Compiling Vapor Case.swift
[2347/2463] Compiling Vapor CharacterSet.swift
[2348/2463] Compiling Vapor Count.swift
[2349/2463] Compiling Vapor Custom.swift
[2350/2463] Compiling Vapor Email.swift
[2351/2463] Compiling Vapor Empty.swift
[2352/2463] Compiling Vapor In.swift
[2353/2463] Compiling Vapor Nil.swift
[2354/2463] Compiling Vapor NilIgnoring.swift
[2355/2463] Compiling Vapor Not.swift
[2356/2463] Compiling Vapor Or.swift
[2357/2463] Compiling Vapor Pattern.swift
[2358/2463] Compiling Vapor Range.swift
[2359/2463] Compiling Vapor URL.swift
[2360/2463] Compiling Vapor Valid.swift
[2361/2463] Compiling Vapor Application+Views.swift
[2362/2463] Compiling Vapor PlaintextRenderer.swift
[2363/2463] Compiling Vapor Request+View.swift
[2364/2463] Compiling Vapor View.swift
[2365/2463] Compiling Vapor ViewRenderer.swift
[2366/2463] Compiling Vapor _Deprecations.swift
[2367/2463] Compiling Vapor Bytes+Hex.swift
[2368/2463] Compiling Vapor Bytes+SecureCompare.swift
[2369/2463] Compiling Vapor Collection+Safe.swift
[2370/2463] Compiling Vapor DataProtocol+Copy.swift
[2371/2463] Compiling Vapor DecoderUnwrapper.swift
[2372/2463] Compiling Vapor DirectoryConfiguration.swift
[2373/2463] Compiling Vapor DotEnv.swift
[2374/2463] Compiling Vapor Extendable.swift
[2375/2463] Compiling Vapor File.swift
[2376/2463] Compiling Vapor FileIO.swift
[2377/2463] Compiling Vapor LifecycleHandler.swift
[2378/2463] Compiling Vapor OptionalType.swift
[2379/2463] Compiling Vapor RFC1123.swift
[2380/2463] Compiling Vapor SocketAddress+Hostname.swift
[2381/2463] Compiling Vapor Storage.swift
[2382/2463] Compiling Vapor String+IsIPAddress.swift
[2383/2463] Compiling Vapor Thread.swift
[2384/2463] Compiling Vapor URI.swift
[2385/2463] Compiling Vapor RangeResult.swift
[2386/2463] Compiling Vapor Validatable.swift
[2387/2463] Compiling Vapor Validation.swift
[2388/2463] Compiling Vapor ValidationKey.swift
[2389/2463] Compiling Vapor Validations.swift
[2390/2463] Compiling Vapor ValidationsError.swift
[2391/2463] Emitting module Vapor
[2392/2463] Compiling Vapor Request+Body.swift
[2393/2463] Compiling Vapor Request+BodyStream.swift
[2394/2463] Compiling Vapor Request.swift
[2395/2463] Compiling Vapor Application+Responder.swift
[2396/2463] Compiling Vapor DefaultResponder.swift
[2397/2463] Compiling Vapor Response+Body.swift
[2398/2463] Compiling Vapor Response.swift
[2399/2463] Compiling Vapor ResponseCodable.swift
[2400/2463] Compiling Vapor Application+Routes.swift
[2401/2463] Compiling Vapor Parameters+Require.swift
[2402/2463] Compiling Vapor Request+WebSocket.swift
[2403/2463] Compiling Vapor Route.swift
[2404/2463] Compiling Vapor RouteCollection.swift
[2405/2463] Compiling Vapor Routes.swift
[2406/2463] Compiling Vapor RoutesBuilder+Group.swift
[2407/2463] Compiling Vapor RoutesBuilder+Method.swift
[2408/2463] Compiling Vapor RoutesBuilder+Middleware.swift
[2409/2463] Compiling Vapor RoutesBuilder+WebSocket.swift
[2410/2463] Compiling Vapor RoutesBuilder.swift
[2411/2463] Compiling Vapor OTP.swift
[2412/2463] Compiling Vapor Application+Servers.swift
[2413/2463] Compiling Vapor Server.swift
[2414/2463] Compiling Vapor App+Service.swift
[2415/2463] Compiling Vapor Req+Service.swift
[2416/2463] Compiling Vapor Service.swift
[2417/2463] Compiling Vapor Application+Sessions.swift
[2418/2463] Compiling Vapor MemorySessions.swift
[2419/2463] Compiling Vapor Request+Session.swift
[2420/2463] Compiling Vapor Session.swift
[2421/2463] Compiling Vapor SessionCache.swift
[2422/2463] Compiling Vapor SessionData.swift
[2423/2463] Compiling Vapor SessionDriver.swift
[2424/2463] Compiling Vapor SessionsConfiguration.swift
[2425/2463] Compiling Vapor SessionsMiddleware.swift
[2426/2463] Compiling Vapor URLEncodedFormData.swift
[2427/2463] Compiling Vapor URLEncodedFormDecoder.swift
[2428/2463] Compiling Vapor URLEncodedFormEncoder.swift
[2429/2463] Compiling Vapor URLEncodedFormError.swift
[2430/2463] Compiling Vapor URLEncodedFormParser.swift
[2431/2463] Compiling Vapor URLEncodedFormSerializer.swift
[2432/2463] Compiling Vapor URLQueryFragmentConvertible.swift
[2433/2463] Compiling Vapor AnyResponse.swift
[2434/2463] Compiling Vapor Array+Random.swift
[2435/2463] Compiling Vapor Base32.swift
[2436/2463] Compiling Vapor Base64.swift
[2437/2463] Compiling Vapor BaseN.swift
[2438/2463] Compiling Vapor BasicCodingKey.swift
[2439/2463] Compiling Vapor ByteCount.swift
[2440/2463] Compiling Vapor HTTPStatus.swift
[2441/2463] Compiling Vapor HTTPCookies.swift
[2442/2463] Compiling Vapor HTTPHeaderCacheControl.swift
[2443/2463] Compiling Vapor HTTPHeaderExpires.swift
[2444/2463] Compiling Vapor HTTPHeaderLastModified.swift
[2445/2463] Compiling Vapor HTTPHeaders+Cache.swift
[2446/2463] Compiling Vapor HTTPHeaders+Connection.swift
[2447/2463] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2448/2463] Compiling Vapor HTTPHeaders+ContentRange.swift
[2449/2463] Compiling Vapor HTTPHeaders+Directive.swift
[2450/2463] Compiling Vapor HTTPHeaders+Forwarded.swift
[2451/2463] Compiling Vapor HTTPHeaders+Link.swift
[2452/2463] Compiling Vapor HTTPHeaders+Name.swift
[2453/2463] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2454/2463] Compiling Vapor HTTPHeaders.swift
[2455/2463] Compiling Vapor HTTPMediaType.swift
[2456/2463] Compiling Vapor HTTPMediaTypePreference.swift
[2457/2463] Compiling Vapor Responder.swift
[2458/2463] Compiling Vapor Application+HTTP+Server.swift
[2459/2463] Compiling Vapor HTTPServer.swift
[2460/2463] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2461/2463] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2462/2463] Compiling Vapor HTTPServerHandler.swift
[2463/2463] Compiling Vapor HTTPServerRequestDecoder.swift
[2465/2474] Emitting module JWT
[2466/2475] Compiling JWT JWTAuthenticator.swift
[2467/2475] Compiling JWT JWTError+Vapor.swift
[2468/2475] Compiling JWT Application+JWT.swift
[2469/2475] Compiling JWT Exports.swift
[2470/2475] Compiling JWT JWKSCache.swift
[2471/2475] Compiling JWT JWT+Apple.swift
[2472/2475] Compiling JWT JWT+Microsoft.swift
[2473/2475] Compiling JWT JWT+FirebaseAuth.swift
[2474/2475] Compiling JWT JWT+Google.swift
[2475/2475] Compiling JWT Request+JWT.swift
[2477/2505] Compiling FCM FCMApnsConfig.swift
[2478/2505] Compiling FCM FCMApnsPayload.swift
[2479/2505] Compiling FCM FCMApnsPayloadProtocol.swift
[2480/2505] Compiling FCM FCMOptions.swift
[2481/2508] Emitting module FCM
[2482/2508] Compiling FCM FCMAndroidNotificationVisibility.swift
[2483/2508] Compiling FCM FCMApnsAlert.swift
[2484/2508] Compiling FCM FCMApnsAlertOrString.swift
[2485/2508] Compiling FCM FCMApnsApsObject.swift
[2486/2508] Compiling FCM FCM+Application.swift
[2487/2508] Compiling FCM FCM+Request.swift
[2488/2508] Compiling FCM FCM.swift
[2489/2508] Compiling FCM FCMAndroidConfig.swift
[2490/2508] Compiling FCM FCMAndroidMessagePriority.swift
[2491/2508] Compiling FCM FCMAndroidNotification.swift
[2492/2508] Compiling FCM FCMAndroidNotificationLightSettings.swift
[2493/2508] Compiling FCM FCMAndroidNotificationPriority.swift
[2494/2508] Compiling FCM FCMOptionsProtocol.swift
[2495/2508] Compiling FCM FCMConfiguration.swift
[2496/2508] Compiling FCM FCMError.swift
[2497/2508] Compiling FCM FCMMessage.swift
[2498/2508] Compiling FCM FCMNotification.swift
[2499/2508] Compiling FCM FCMWebpushConfig.swift
[2500/2508] Compiling FCM GAuthPayload.swift
[2501/2508] Compiling FCM FCM+AccessToken.swift
[2502/2508] Compiling FCM FCM+BatchSend.swift
[2503/2508] Compiling FCM FCM+CreateTopic.swift
[2504/2508] Compiling FCM FCM+DeleteTopic.swift
[2505/2508] Compiling FCM FCM+GetTopics.swift
[2506/2508] Compiling FCM FCM+JWT.swift
[2507/2508] Compiling FCM FCM+RegisterAPNS.swift
[2508/2508] Compiling FCM FCM+SendMessage.swift
Build complete! (443.18s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.