The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of FCM, reference master (a3ded2), with Swift 6.1 for Linux on 28 Apr 2025 22:43:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/FCM.git
Reference: 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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mihaelisaev/FCM.git
https://github.com/mihaelisaev/FCM.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    }
  ],
  "manifest_display_name" : "FCM",
  "name" : "FCM",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FCM",
      "targets" : [
        "FCM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FCMTests",
      "module_type" : "SwiftTarget",
      "name" : "FCMTests",
      "path" : "Tests/FCMTests",
      "sources" : [
        "FCMTests.swift"
      ],
      "target_dependencies" : [
        "FCM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FCM",
      "module_type" : "SwiftTarget",
      "name" : "FCM",
      "path" : "Sources/FCM",
      "product_dependencies" : [
        "Vapor",
        "JWT"
      ],
      "product_memberships" : [
        "FCM"
      ],
      "sources" : [
        "FCM+Application.swift",
        "FCM+Request.swift",
        "FCM.swift",
        "FCMAndroidConfig/FCMAndroidConfig.swift",
        "FCMAndroidConfig/FCMAndroidMessagePriority.swift",
        "FCMAndroidConfig/FCMAndroidNotification.swift",
        "FCMAndroidConfig/FCMAndroidNotificationLightSettings.swift",
        "FCMAndroidConfig/FCMAndroidNotificationPriority.swift",
        "FCMAndroidConfig/FCMAndroidNotificationVisibility.swift",
        "FCMApnsConfig/FCMApnsAlert.swift",
        "FCMApnsConfig/FCMApnsAlertOrString.swift",
        "FCMApnsConfig/FCMApnsApsObject.swift",
        "FCMApnsConfig/FCMApnsConfig.swift",
        "FCMApnsConfig/FCMApnsPayload.swift",
        "FCMApnsConfig/FCMApnsPayloadProtocol.swift",
        "FCMApnsConfig/FCMOptions.swift",
        "FCMApnsConfig/FCMOptionsProtocol.swift",
        "FCMConfiguration.swift",
        "FCMError.swift",
        "FCMMessage.swift",
        "FCMNotification.swift",
        "FCMWebpushConfig.swift",
        "GAuthPayload.swift",
        "Helpers/FCM+AccessToken.swift",
        "Helpers/FCM+BatchSend.swift",
        "Helpers/FCM+CreateTopic.swift",
        "Helpers/FCM+DeleteTopic.swift",
        "Helpers/FCM+GetTopics.swift",
        "Helpers/FCM+JWT.swift",
        "Helpers/FCM+RegisterAPNS.swift",
        "Helpers/FCM+SendMessage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/vapor/vapor.git
[1/2707] Fetching jwt
Fetched https://github.com/vapor/jwt.git from cache (0.26s)
[1/74337] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.74s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.2 (2.26s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.13s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (2.10s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[884/9948] Fetching swift-log, swift-certificates
[4444/23732] Fetching swift-log, swift-certificates, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.80s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.81s)
[2757/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.40s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (5.47s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.32s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.19s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.50s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.63s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[1064/2768] Fetching swift-service-context, swift-atomics
[1593/7742] Fetching swift-service-context, swift-atomics, swift-distributed-tracing
[2243/10338] Fetching swift-service-context, swift-atomics, swift-distributed-tracing, websocket-kit
[2368/13546] Fetching swift-service-context, swift-atomics, swift-distributed-tracing, websocket-kit, multipart-kit
[9421/19449] Fetching swift-service-context, swift-atomics, swift-distributed-tracing, websocket-kit, multipart-kit, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (0.46s)
[16210/18386] Fetching swift-atomics, swift-distributed-tracing, websocket-kit, multipart-kit, swift-algorithms
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.54s)
Fetching https://github.com/apple/swift-nio-extras.git
[14565/18881] Fetching swift-distributed-tracing, websocket-kit, multipart-kit, swift-algorithms, swift-metrics
[16765/24543] Fetching swift-distributed-tracing, websocket-kit, multipart-kit, swift-algorithms, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.33s)
[17339/22343] Fetching swift-distributed-tracing, websocket-kit, multipart-kit, swift-algorithms, swift-nio-extras
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.43s)
Fetching https://github.com/apple/swift-nio-ssl.git
[14565/28173] Fetching swift-distributed-tracing, websocket-kit, multipart-kit, swift-algorithms, swift-nio-http2
[22888/42966] Fetching swift-distributed-tracing, websocket-kit, multipart-kit, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/vapor/websocket-kit.git from cache (1.58s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.59s)
[29424/40370] Fetching swift-distributed-tracing, multipart-kit, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.60s)
[18695/29493] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
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.66s)
[16226/26285] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/async-kit.git
[21849/31770] Fetching swift-nio-http2, swift-nio-ssl, console-kit
[26587/34140] Fetching swift-nio-http2, swift-nio-ssl, console-kit, async-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.14s)
[17063/22648] Fetching swift-nio-ssl, console-kit, async-kit
[18106/43375] Fetching swift-nio-ssl, console-kit, async-kit, routing-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.39s)
[25063/41005] Fetching swift-nio-ssl, console-kit, routing-kit
[26455/116529] Fetching swift-nio-ssl, console-kit, routing-kit, swift-nio
Fetched https://github.com/vapor/console-kit.git from cache (0.49s)
[23207/111044] Fetching swift-nio-ssl, routing-kit, swift-nio
[34531/124899] Fetching swift-nio-ssl, routing-kit, swift-nio, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.33s)
[64145/104172] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.10s)
[57598/89379] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.19s)
[46825/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.86s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (10.30s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (2.81s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4359] Fetching swift-system
[4360/20601] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
[1787/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.12s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.63s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.71s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.80s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.47s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.34s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.88s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.08s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.73s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.27s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.28s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.85s)
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.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.83s)
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.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.97s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.51s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.75s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.76s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.74s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.48s)
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.52s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.67s)
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/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio-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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-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/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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-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/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/837] Write sources
[56/837] Compiling CNIOWindows shim.c
[57/837] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[58/837] Compiling _AtomicsShims.c
[59/837] Compiling _NumericsShims _NumericsShims.c
[60/837] Compiling CNIOWindows WSAStartup.c
[61/837] Compiling CNIOWASI CNIOWASI.c
[62/837] Compiling CSystem shims.c
[63/837] Compiling CVaporBcrypt bcrypt.c
[64/837] Compiling CNIOLinux liburing_shims.c
[65/837] Compiling CNIOSHA1 c_nio_sha1.c
[66/837] Compiling CNIOExtrasZlib empty.c
[67/837] Compiling CNIODarwin shim.c
[68/837] Compiling CNIOLLHTTP c_nio_http.c
[69/837] Compiling CNIOLinux shim.c
[70/837] Compiling CNIOLLHTTP c_nio_api.c
[71/837] Compiling fiat_p256_adx_sqr.S
[72/837] Compiling CVaporBcrypt blf.c
[73/837] Write swift-version-24593BA9C3E375BF.txt
[74/837] Compiling fiat_p256_adx_mul.S
[75/837] Compiling fiat_curve25519_adx_square.S
[76/837] Compiling fiat_curve25519_adx_mul.S
[77/841] Compiling CNIOLLHTTP c_nio_llhttp.c
[78/845] Compiling CNIOBoringSSLShims shims.c
[80/890] Emitting module _NIOBase64
[81/890] Emitting module SystemPackage
[81/893] Compiling tls_record.cc
[82/893] Compiling tls_method.cc
[83/906] Compiling tls13_server.cc
[85/911] Emitting module ServiceContextModule
[86/911] Compiling ServiceContextModule ServiceContext.swift
[87/911] Compiling RealModule Real.swift
[88/912] Compiling Logging LogHandler.swift
[89/912] Compiling RealModule Float80+Real.swift
[90/912] Compiling ServiceContextModule ServiceContextKey.swift
[91/913] Compiling RealModule Float16+Real.swift
[92/913] Compiling _NIODataStructures PriorityQueue.swift
[93/913] Emitting module RealModule
[94/913] Compiling _NIODataStructures _TinyArray.swift
[95/913] Compiling RealModule AlgebraicField.swift
[96/913] Compiling RealModule ApproximateEquality.swift
[97/913] Compiling RealModule Double+Real.swift
[98/913] Compiling SystemPackage FileOperations.swift
[99/913] Compiling SwiftASN1 ASN1BitString.swift
[100/913] Compiling SwiftASN1 ASN1Boolean.swift
[101/913] Compiling SwiftASN1 ASN1Identifier.swift
[102/915] Compiling SwiftASN1 TimeUtilities.swift
[103/915] Compiling SwiftASN1 UTCTime.swift
[104/915] Compiling SystemPackage Util+StringArray.swift
[105/915] Compiling SystemPackage Util.swift
[106/915] Compiling SystemPackage UtilConsumers.swift
[107/915] Compiling RealModule AugmentedArithmetic.swift
[109/915] Compiling RealModule ElementaryFunctions.swift
[110/915] Compiling RealModule Float+Real.swift
[111/915] Compiling _NIOBase64 Base64.swift
[112/916] Emitting module _CertificateInternals
[113/916] Compiling _CertificateInternals _TinyArray.swift
[114/917] Compiling SystemPackage MachPort.swift
[115/917] Compiling SystemPackage PlatformString.swift
[116/917] Compiling SystemPackage SystemString.swift
[124/917] Compiling RealModule RealFunctions.swift
[129/944] Compiling Instrumentation Instrument.swift
[130/944] Compiling Instrumentation NoOpInstrument.swift
[131/961] Compiling Atomics Primitives.shims.swift
[132/961] Compiling Atomics AtomicInteger.swift
[133/963] Compiling Atomics AtomicStorage.swift
[134/963] Compiling Atomics AtomicValue.swift
[135/965] Compiling Atomics ManagedAtomicLazyReference.swift
[136/965] Compiling Atomics AtomicReference.swift
[137/965] Emitting module Instrumentation
[138/965] Compiling Instrumentation MultiplexInstrument.swift
[139/965] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[140/965] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[141/965] Compiling Instrumentation InstrumentationSystem.swift
[142/965] Compiling Instrumentation Locks.swift
[143/965] Emitting module Logging
[144/966] Compiling Logging Locks.swift
[145/966] Emitting module SwiftASN1
[146/966] Emitting module _NIODataStructures
[147/966] Compiling _NIODataStructures Heap.swift
[152/966] Compiling Atomics PointerConformances.swift
[153/966] Compiling Atomics Primitives.native.swift
[154/966] Compiling Atomics AtomicMemoryOrderings.swift
[155/966] Compiling Atomics DoubleWord.swift
[158/966] Compiling Atomics AtomicOptionalWrappable.swift
[159/966] Compiling Atomics ManagedAtomic.swift
[162/966] Compiling SystemPackage Constants.swift
[163/966] Compiling SystemPackage Exports.swift
[164/967] Compiling Logging Logging.swift
[165/967] Compiling Logging MetadataProvider.swift
[166/967] Compiling SystemPackage Mocking.swift
[167/967] Compiling SystemPackage RawBuffer.swift
[168/967] Compiling SystemPackage Syscalls.swift
[169/967] Compiling SystemPackage WindowsSyscallAdapters.swift
[188/971] Compiling Atomics IntegerConformances.swift
[191/971] Compiling Atomics OptionalRawRepresentable.swift
[192/971] Compiling Atomics RawRepresentable.swift
[193/971] Compiling Atomics AtomicBool.swift
[203/1011] Emitting module InternalCollectionsUtilities
[204/1011] Compiling Algorithms RandomSample.swift
[205/1011] Compiling Algorithms Reductions.swift
[206/1011] Compiling Algorithms Intersperse.swift
[207/1011] Compiling Algorithms AdjacentPairs.swift
[209/1012] Compiling Tracing TracingTime.swift
[210/1012] Compiling Tracing TracerProtocol.swift
[211/1012] Compiling RoutingKit Router.swift
[212/1012] Compiling Tracing TracerProtocol+Legacy.swift
[213/1012] Compiling Tracing Tracer.swift
[214/1012] Compiling CoreMetrics Locks.swift
[215/1012] Emitting module CoreMetrics
[216/1012] Compiling CoreMetrics Metrics.swift
[217/1012] Emitting module RoutingKit
[218/1013] Compiling RoutingKit PathComponent.swift
[220/1013] Compiling RoutingKit TrieRouter.swift
[221/1013] Compiling Tracing NoOpTracer.swift
[222/1013] Compiling Tracing InstrumentationSystem+Tracing.swift
[223/1013] Compiling Tracing SpanProtocol.swift
[224/1013] Emitting module Tracing
[227/1014] Compiling Algorithms Rotate.swift
[228/1048] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[229/1048] Compiling _RopeModule BigString+CustomStringConvertible.swift
[230/1048] Compiling _RopeModule BigString+Equatable.swift
[232/1140] Compiling RoutingKit AnyRouter.swift
[233/1140] Compiling RoutingKit Parameters.swift
[235/1141] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[236/1141] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[237/1141] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[238/1141] Compiling OrderedCollections OrderedDictionary.swift
[239/1141] Compiling OrderedCollections OrderedSet+Codable.swift
[240/1141] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[241/1143] Emitting module Atomics
[241/1143] Compiling tls13_enc.cc
[243/1143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[244/1143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[245/1143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[246/1143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[247/1143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[248/1143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[249/1143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[250/1143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[251/1143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[252/1143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[253/1143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[254/1143] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[255/1143] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[256/1143] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[257/1150] Emitting module Metrics
[258/1150] Compiling Metrics Metrics.swift
[260/1158] Compiling OrderedCollections _HashTable+Bucket.swift
[261/1158] Compiling OrderedCollections _HashTable+BucketIterator.swift
[262/1158] Compiling OrderedCollections _HashTable+Constants.swift
[263/1158] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[264/1158] Compiling OrderedCollections _HashTable+Testing.swift
[265/1158] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[265/1158] Compiling tls13_client.cc
[270/1159] Compiling OrderedCollections OrderedSet+Descriptions.swift
[271/1159] Compiling OrderedCollections OrderedSet+Diffing.swift
[272/1159] Compiling OrderedCollections OrderedSet+Equatable.swift
[273/1159] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[274/1159] Compiling OrderedCollections OrderedSet+Hashable.swift
[275/1159] Compiling OrderedCollections OrderedSet+Initializers.swift
[276/1159] Compiling OrderedCollections OrderedSet+Insertions.swift
[277/1159] Compiling OrderedCollections OrderedSet+Invariants.swift
[278/1159] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[279/1159] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[280/1159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[281/1159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[282/1159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[283/1159] Compiling OrderedCollections OrderedDictionary+Codable.swift
[284/1159] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[285/1159] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[286/1159] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[287/1159] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[288/1159] Compiling OrderedCollections OrderedDictionary+Elements.swift
[289/1159] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[292/1159] Compiling HeapModule Heap+Descriptions.swift
[295/1159] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[296/1159] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[297/1159] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[298/1159] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[299/1159] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[300/1159] Compiling OrderedCollections OrderedDictionary+Values.swift
[301/1250] Compiling HeapModule _HeapNode.swift
[302/1250] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[303/1250] Compiling HashTreeCollections TreeSet+Debugging.swift
[304/1250] Compiling HashTreeCollections TreeSet+Descriptions.swift
[305/1250] Compiling HashTreeCollections TreeSet+Equatable.swift
[306/1250] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[307/1250] Compiling HashTreeCollections TreeSet+Extras.swift
[308/1250] Compiling HashTreeCollections TreeSet+Filter.swift
[309/1250] Compiling HashTreeCollections TreeSet+Hashable.swift
[310/1250] Compiling HashTreeCollections TreeSet+Sendable.swift
[311/1259] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[312/1259] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[313/1259] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[314/1259] Compiling HashTreeCollections _HashNode+Structural merge.swift
[315/1259] Compiling HashTreeCollections _HashNode+Structural filter.swift
[316/1259] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[317/1259] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[318/1259] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[319/1259] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[320/1259] Compiling HashTreeCollections _HashNode+Storage.swift
[321/1259] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[322/1259] Compiling HashTreeCollections _AncestorHashSlots.swift
[323/1259] Compiling HashTreeCollections _Bitmap.swift
[324/1259] Compiling HashTreeCollections _Bucket.swift
[325/1259] Compiling HashTreeCollections _Hash.swift
[326/1259] Compiling HeapModule Heap.swift
[327/1259] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[328/1259] Compiling HeapModule Heap+Invariants.swift
[329/1259] Compiling HeapModule Heap+UnsafeHandle.swift
[329/1259] Compiling tls13_both.cc
[333/1261] Emitting module HeapModule
[337/1262] Compiling HashTreeCollections TreeDictionary+Collection.swift
[338/1262] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[339/1262] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[340/1262] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[341/1262] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[342/1262] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[343/1262] Compiling HashTreeCollections _HashNode+Structural union.swift
[344/1262] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[345/1262] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[352/1262] Compiling HashTreeCollections _HashNode+Lookups.swift
[353/1262] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[354/1262] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[355/1262] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[356/1262] Compiling HashTreeCollections TreeDictionary+Filter.swift
[357/1262] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[358/1262] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[359/1262] Compiling HashTreeCollections TreeDictionary+Keys.swift
[360/1262] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[361/1262] Compiling HashTreeCollections TreeDictionary+Merge.swift
[366/1262] Compiling DequeModule _DequeSlot.swift
[367/1262] Compiling DequeModule _UnsafeWrappedBuffer.swift
[368/1262] Compiling HashTreeCollections _HashNode+Builder.swift
[369/1262] Compiling HashTreeCollections _HashNode+Debugging.swift
[370/1262] Compiling HashTreeCollections _HashNode+Initializers.swift
[371/1262] Compiling HashTreeCollections _HashNode+Invariants.swift
[372/1262] Compiling HashTreeCollections _HashStack.swift
[373/1262] Compiling HashTreeCollections TreeDictionary.swift
[374/1262] Compiling HashTreeCollections TreeSet+Codable.swift
[375/1262] Compiling HashTreeCollections TreeSet+Collection.swift
[381/1262] Compiling _RopeModule Rope+Join.swift
[382/1262] Compiling _RopeModule Rope+MutatingForEach.swift
[383/1262] Compiling _RopeModule Rope+Remove.swift
[384/1262] Compiling _RopeModule Rope+RemoveSubrange.swift
[385/1262] Compiling _RopeModule Rope+Split.swift
[386/1262] Compiling _RopeModule Optional Utilities.swift
[387/1262] Compiling _RopeModule String Utilities.swift
[388/1262] Compiling _RopeModule String.Index+ABI.swift
[411/1272] Emitting module _RopeModule
[430/1272] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[431/1272] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[432/1272] Compiling HashTreeCollections TreeDictionary+Values.swift
[435/1272] Emitting module DequeModule
[436/1273] Emitting module Algorithms
[439/1274] Emitting module OrderedCollections
[440/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[441/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[442/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[443/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[444/1275] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[445/1275] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[446/1275] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[447/1275] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[448/1275] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[449/1275] Compiling HashTreeCollections TreeSet.swift
[450/1275] Compiling t1_enc.cc
[452/1275] Compiling HashTreeCollections _HashTreeIterator.swift
[453/1275] Compiling HashTreeCollections _HashTreeStatistics.swift
[454/1275] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[455/1275] Compiling HashTreeCollections _RawHashNode.swift
[456/1275] Compiling HashTreeCollections _UnmanagedHashNode.swift
[457/1275] Compiling HashTreeCollections _UnsafePath.swift
[458/1275] Compiling HashTreeCollections TreeDictionary+Codable.swift
[471/1275] Compiling ssl_versions.cc
[472/1275] Compiling ssl_x509.cc
[484/1275] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[485/1275] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[486/1275] Compiling HashTreeCollections _HashNode.swift
[487/1275] Compiling HashTreeCollections _HashNodeHeader.swift
[488/1275] Compiling HashTreeCollections _HashSlot.swift
[493/1276] Compiling ssl_transcript.cc
[527/1276] Compiling ssl_stat.cc
[528/1276] Compiling ssl_privkey.cc
[529/1276] Compiling ssl_session.cc
[531/1276] Emitting module HashTreeCollections
[532/1277] Compiling ssl_key_share.cc
[533/1277] Compiling ssl_file.cc
[534/1277] Compiling ssl_lib.cc
[535/1277] Compiling ssl_credential.cc
[536/1277] Compiling ssl_cipher.cc
[537/1277] Compiling ssl_buffer.cc
[538/1277] Compiling ssl_cert.cc
[539/1277] Compiling ssl_aead_ctx.cc
[540/1277] Compiling ssl_asn1.cc
[541/1277] Compiling s3_pkt.cc
[542/1277] Compiling s3_lib.cc
[543/1277] Compiling s3_both.cc
[544/1277] Compiling handshake_server.cc
[545/1277] Compiling handshake_client.cc
[546/1277] Compiling handshake.cc
[547/1277] Compiling handoff.cc
[548/1277] Compiling extensions.cc
[549/1277] Compiling encrypted_client_hello.cc
[550/1277] Compiling dtls_record.cc
[551/1277] Compiling md5-x86_64-linux.S
[552/1277] Compiling dtls_method.cc
[553/1277] Compiling md5-x86_64-apple.S
[554/1277] Compiling md5-586-linux.S
[555/1277] Compiling md5-586-apple.S
[556/1277] Compiling chacha20_poly1305_x86_64-linux.S
[557/1277] Compiling chacha20_poly1305_x86_64-apple.S
[558/1277] Compiling chacha20_poly1305_armv8-win.S
[559/1277] Compiling d1_srtp.cc
[560/1277] Compiling chacha20_poly1305_armv8-linux.S
[561/1277] Compiling chacha-x86_64-linux.S
[562/1277] Compiling chacha20_poly1305_armv8-apple.S
[563/1277] Compiling chacha-x86_64-apple.S
[564/1277] Compiling chacha-x86-linux.S
[565/1277] Compiling chacha-x86-apple.S
[566/1277] Compiling chacha-armv8-win.S
[567/1277] Compiling chacha-armv8-linux.S
[568/1277] Compiling err_data.cc
[569/1277] Compiling chacha-armv8-apple.S
[570/1277] Compiling chacha-armv4-linux.S
[571/1277] Compiling d1_pkt.cc
[572/1277] Compiling aes128gcmsiv-x86_64-linux.S
[573/1277] Compiling aes128gcmsiv-x86_64-apple.S
[574/1277] Compiling x86_64-mont5-apple.S
[575/1277] Compiling x86_64-mont-linux.S
[576/1277] Compiling x86_64-mont5-linux.S
[577/1277] Compiling x86-mont-apple.S
[578/1277] Compiling x86-mont-linux.S
[579/1277] Compiling x86_64-mont-apple.S
[580/1277] Compiling vpaes-x86_64-apple.S
[581/1277] Compiling vpaes-x86_64-linux.S
[582/1277] Compiling vpaes-x86-linux.S
[583/1277] Compiling vpaes-armv8-win.S
[584/1277] Compiling vpaes-x86-apple.S
[585/1277] Compiling vpaes-armv8-apple.S
[586/1277] Compiling vpaes-armv8-linux.S
[587/1277] Compiling vpaes-armv7-linux.S
[588/1277] Compiling sha512-x86_64-apple.S
[589/1277] Compiling sha512-armv8-win.S
[590/1277] Compiling sha512-x86_64-linux.S
[591/1277] Compiling sha512-armv8-linux.S
[592/1277] Compiling sha512-armv8-apple.S
[593/1277] Compiling sha512-armv4-linux.S
[594/1277] Compiling sha512-586-linux.S
[595/1277] Compiling sha256-armv8-win.S
[596/1277] Compiling sha512-586-apple.S
[597/1277] Compiling sha256-x86_64-apple.S
[598/1277] Compiling d1_lib.cc
[599/1277] Compiling sha256-armv8-linux.S
[600/1277] Compiling sha256-armv8-apple.S
[601/1277] Compiling sha256-x86_64-linux.S
[602/1277] Compiling sha256-armv4-linux.S
[603/1277] Compiling sha256-586-linux.S
[604/1277] Compiling sha256-586-apple.S
[605/1277] Compiling sha1-x86_64-apple.S
[606/1277] Compiling sha1-armv8-win.S
[607/1277] Compiling sha1-armv8-linux.S
[608/1277] Compiling sha1-x86_64-linux.S
[608/1277] Compiling sha1-armv8-apple.S
[610/1277] Compiling sha1-586-linux.S
[611/1277] Compiling sha1-armv4-large-linux.S
[612/1277] Compiling sha1-586-apple.S
[613/1277] Compiling rsaz-avx2-apple.S
[614/1277] Compiling rdrand-x86_64-apple.S
[615/1277] Compiling rsaz-avx2-linux.S
[616/1277] Compiling rdrand-x86_64-linux.S
[617/1277] Compiling p256_beeu-x86_64-asm-apple.S
[618/1277] Compiling p256_beeu-x86_64-asm-linux.S
[619/1277] Compiling bio_ssl.cc
[620/1277] Compiling p256_beeu-armv8-asm-linux.S
[621/1277] Compiling p256_beeu-armv8-asm-apple.S
[622/1277] Compiling p256_beeu-armv8-asm-win.S
[623/1277] Compiling p256-armv8-asm-linux.S
[624/1277] Compiling p256-armv8-asm-win.S
[625/1277] Compiling p256-x86_64-asm-linux.S
[626/1277] Compiling p256-x86_64-asm-apple.S
[627/1277] Compiling p256-armv8-asm-apple.S
[628/1277] Compiling ghashv8-armv7-linux.S
[629/1277] Compiling ghashv8-armv8-linux.S
[630/1277] Compiling ghashv8-armv8-apple.S
[631/1277] Compiling ghashv8-armv8-win.S
[632/1277] Compiling ghash-x86_64-linux.S
[633/1277] Compiling ghash-x86-linux.S
[633/1277] Compiling ghash-x86_64-apple.S
[635/1277] Compiling ghash-ssse3-x86-linux.S
[636/1277] Compiling ghash-ssse3-x86-apple.S
[637/1277] Compiling ghash-ssse3-x86_64-apple.S
[638/1277] Compiling ghash-x86-apple.S
[639/1277] Compiling ghash-ssse3-x86_64-linux.S
[640/1277] Compiling ghash-neon-armv8-win.S
[641/1277] Compiling ghash-neon-armv8-linux.S
[642/1277] Compiling ghash-neon-armv8-apple.S
[643/1277] Compiling ghash-armv4-linux.S
[644/1277] Compiling co-586-apple.S
[645/1277] Compiling co-586-linux.S
[646/1277] Compiling bsaes-armv7-linux.S
[647/1277] Compiling bn-armv8-win.S
[648/1277] Compiling bn-armv8-apple.S
[649/1277] Compiling bn-armv8-linux.S
[650/1277] Compiling armv8-mont-apple.S
[651/1277] Compiling armv8-mont-linux.S
[652/1277] Compiling bn-586-linux.S
[653/1277] Compiling bn-586-apple.S
[654/1277] Compiling armv8-mont-win.S
[655/1277] Compiling aesv8-gcm-armv8-win.S
[656/1277] Compiling armv4-mont-linux.S
[657/1277] Compiling aesv8-gcm-armv8-linux.S
[658/1277] Compiling aesv8-armv8-win.S
[659/1277] Compiling aesv8-armv8-linux.S
[660/1277] Compiling aesv8-gcm-armv8-apple.S
[661/1277] Compiling aesv8-armv8-apple.S
[662/1277] Compiling aesv8-armv7-linux.S
[663/1277] Compiling aesni-x86_64-linux.S
[664/1277] Compiling aesni-x86_64-apple.S
[665/1277] Compiling aesni-x86-linux.S
[666/1277] Compiling aesni-gcm-x86_64-linux.S
[667/1277] Compiling aesni-x86-apple.S
[668/1277] Compiling aes-gcm-avx2-x86_64-apple.S
[669/1277] Compiling aesni-gcm-x86_64-apple.S
[670/1277] Compiling aes-gcm-avx10-x86_64-linux.S
[671/1277] Compiling aes-gcm-avx2-x86_64-linux.S
[672/1277] Compiling aes-gcm-avx10-x86_64-apple.S
[673/1277] Compiling d1_both.cc
[674/1277] Compiling x_x509a.cc
[675/1277] Compiling x_sig.cc
[676/1277] Compiling x_spki.cc
[677/1277] Compiling x_x509.cc
[678/1277] Compiling x_val.cc
[679/1277] Compiling x_pubkey.cc
[680/1277] Compiling x_req.cc
[681/1277] Compiling x_name.cc
[682/1277] Compiling x509spki.cc
[683/1277] Compiling x_attrib.cc
[684/1277] Compiling x_algor.cc
[685/1277] Compiling x_exten.cc
[686/1277] Compiling x_all.cc
[687/1277] Compiling x_crl.cc
[688/1277] Compiling x509rset.cc
[689/1277] Compiling x509name.cc
[690/1277] Compiling x509_vpm.cc
[691/1277] Compiling x509_txt.cc
[692/1277] Compiling x509cset.cc
[693/1277] Compiling x509_trs.cc
[694/1277] Compiling x509_v3.cc
[694/1277] Compiling x509_set.cc
[696/1277] Compiling x509_vfy.cc
[697/1277] Compiling x509_req.cc
[698/1277] Compiling x509_def.cc
[699/1277] Compiling x509_obj.cc
[700/1277] Compiling x509_ext.cc
[701/1277] Compiling x509_d2.cc
[702/1277] Compiling x509_lu.cc
[703/1277] Compiling x509_cmp.cc
[704/1277] Compiling x509.cc
[705/1277] Compiling x509_att.cc
[706/1277] Compiling v3_skey.cc
[707/1277] Compiling v3_prn.cc
[708/1277] Compiling v3_purp.cc
[709/1277] Compiling v3_utl.cc
[710/1277] Compiling v3_ocsp.cc
[711/1277] Compiling v3_pcons.cc
[712/1277] Compiling v3_pmaps.cc
[713/1277] Compiling v3_ncons.cc
[714/1277] Compiling v3_int.cc
[715/1277] Compiling v3_lib.cc
[716/1277] Compiling v3_ia5.cc
[717/1277] Compiling v3_info.cc
[718/1277] Compiling v3_extku.cc
[719/1277] Compiling v3_genn.cc
[720/1277] Compiling v3_enum.cc
[721/1277] Compiling v3_crld.cc
[722/1277] Compiling v3_cpols.cc
[723/1277] Compiling v3_conf.cc
[724/1277] Compiling v3_bcons.cc
[725/1277] Compiling v3_bitst.cc
[726/1277] Compiling v3_akeya.cc
[727/1277] Compiling v3_akey.cc
[728/1277] Compiling v3_alt.cc
[729/1277] Compiling t_x509a.cc
[730/1277] Compiling i2d_pr.cc
[731/1277] Compiling name_print.cc
[732/1277] Compiling t_x509.cc
[733/1277] Compiling policy.cc
[734/1277] Compiling t_crl.cc
[735/1277] Compiling t_req.cc
[736/1277] Compiling by_file.cc
[737/1277] Compiling rsa_pss.cc
[738/1277] Compiling by_dir.cc
[739/1277] Compiling trust_token.cc
[740/1277] Compiling a_verify.cc
[741/1277] Compiling voprf.cc
[742/1277] Compiling asn1_gen.cc
[743/1277] Compiling algorithm.cc
[744/1277] Compiling pmbtoken.cc
[745/1277] Compiling a_digest.cc
[746/1277] Compiling a_sign.cc
[747/1277] Compiling thread_win.cc
[748/1277] Compiling thread.cc
[749/1277] Compiling thread_pthread.cc
[750/1277] Compiling thread_none.cc
[751/1277] Compiling stack.cc
[752/1277] Compiling sha512.cc
[753/1277] Compiling spake2plus.cc
[754/1277] Compiling rsa_print.cc
[755/1277] Compiling siphash.cc
[756/1277] Compiling sha1.cc
[757/1277] Compiling sha256.cc
[758/1277] Compiling slhdsa.cc
[759/1277] Compiling rc4.cc
[760/1277] Compiling rsa_extra.cc
[761/1277] Compiling windows.cc
[762/1277] Compiling trusty.cc
[762/1277] Compiling refcount.cc
[764/1277] Compiling rsa_crypt.cc
[765/1277] Compiling rand.cc
[766/1277] Compiling urandom.cc
[767/1277] Compiling ios.cc
[768/1277] Compiling passive.cc
[769/1277] Compiling poly1305_arm_asm.S
[770/1277] Compiling rsa_asn1.cc
[771/1277] Compiling getentropy.cc
[772/1277] Compiling pool.cc
[773/1277] Compiling forkunsafe.cc
[774/1277] Compiling deterministic.cc
[775/1277] Compiling fork_detect.cc
[776/1277] Compiling poly1305_arm.cc
[777/1277] Compiling poly1305.cc
[778/1277] Compiling poly1305_vec.cc
[779/1277] Compiling pem_x509.cc
[780/1277] Compiling pkcs7.cc
[781/1277] Compiling pkcs7_x509.cc
[782/1277] Compiling pkcs8.cc
[783/1277] Compiling p5_pbev2.cc
[784/1277] Compiling pkcs8_x509.cc
[785/1277] Compiling pem_xaux.cc
[786/1277] Compiling pem_pkey.cc
[787/1277] Compiling mlkem.cc
[788/1277] Compiling pem_pk8.cc
[789/1277] Compiling pem_oth.cc
[790/1277] Compiling obj_xref.cc
[791/1277] Compiling pem_info.cc
[792/1277] Compiling mldsa.cc
[793/1277] Compiling pem_lib.cc
[794/1277] Compiling mem.cc
[795/1277] Compiling obj.cc
[796/1277] Compiling md5.cc
[797/1277] Compiling pem_all.cc
[798/1277] Compiling fips_shared_support.cc
[799/1277] Compiling poly_rq_mul.S
[800/1277] Compiling md4.cc
[801/1277] Compiling lhash.cc
[802/1277] Compiling hrss.cc
[803/1277] Compiling ex_data.cc
[804/1277] Compiling sign.cc
[805/1277] Compiling kyber.cc
[806/1277] Compiling pbkdf.cc
[807/1277] Compiling scrypt.cc
[808/1277] Compiling hpke.cc
[809/1277] Compiling print.cc
[810/1277] Compiling p_x25519.cc
[811/1277] Compiling p_ed25519.cc
[812/1277] Compiling p_x25519_asn1.cc
[813/1277] Compiling p_rsa_asn1.cc
[814/1277] Compiling p_rsa.cc
[815/1277] Compiling p_hkdf.cc
[816/1277] Compiling p_ed25519_asn1.cc
[817/1277] Compiling p_ec_asn1.cc
[818/1277] Compiling p_dh_asn1.cc
[819/1277] Compiling p_ec.cc
[820/1277] Compiling p_dh.cc
[821/1277] Compiling evp_ctx.cc
[822/1277] Compiling evp.cc
[823/1277] Compiling p_dsa_asn1.cc
[824/1277] Compiling err.cc
[825/1277] Compiling engine.cc
[826/1277] Compiling ecdh.cc
[827/1277] Compiling evp_asn1.cc
[828/1277] Compiling ecdsa_asn1.cc
[829/1277] Compiling ec_derive.cc
[830/1277] Compiling hash_to_curve.cc
[831/1277] Compiling dsa.cc
[832/1277] Compiling dsa_asn1.cc
[833/1277] Compiling ec_asn1.cc
[834/1277] Compiling params.cc
[835/1277] Compiling x25519-asm-arm.S
[836/1277] Compiling des.cc
[837/1277] Compiling digest_extra.cc
[838/1277] Compiling dh_asn1.cc
[839/1277] Compiling crypto.cc
[840/1277] Compiling cpu_arm_linux.cc
[841/1277] Compiling spake25519.cc
[842/1277] Compiling cpu_intel.cc
[843/1277] Compiling curve25519.cc
[844/1277] Compiling cpu_arm_freebsd.cc
[845/1277] Compiling bcm.cc
[846/1277] Compiling cpu_aarch64_win.cc
[847/1277] Compiling cpu_aarch64_openbsd.cc
[848/1277] Compiling cpu_aarch64_linux.cc
[849/1277] Compiling cpu_aarch64_fuchsia.cc
[850/1277] Compiling cpu_aarch64_apple.cc
[851/1277] Compiling cpu_aarch64_sysreg.cc
[852/1277] Compiling curve25519_64_adx.cc
[853/1277] Compiling conf.cc
[854/1277] Compiling e_tls.cc
[855/1277] Compiling e_rc4.cc
[856/1277] Compiling e_null.cc
[857/1277] Compiling get_cipher.cc
[858/1277] Compiling tls_cbc.cc
[859/1277] Compiling e_rc2.cc
[860/1277] Compiling e_des.cc
[861/1277] Compiling derive_key.cc
[862/1277] Compiling e_chacha20poly1305.cc
[863/1277] Compiling e_aesgcmsiv.cc
[864/1277] Compiling chacha.cc
[865/1277] Compiling e_aesctrhmac.cc
[866/1277] Compiling buf.cc
[867/1277] Compiling unicode.cc
[868/1277] Compiling ber.cc
[869/1277] Compiling cbb.cc
[870/1277] Compiling asn1_compat.cc
[871/1277] Compiling cbs.cc
[872/1277] Compiling bn_asn1.cc
[873/1277] Compiling convert.cc
[874/1277] Compiling blake2.cc
[875/1277] Compiling socket_helper.cc
[876/1277] Compiling printf.cc
[877/1277] Compiling socket.cc
[878/1277] Compiling pair.cc
[879/1277] Compiling hexdump.cc
[880/1277] Compiling file.cc
[881/1277] Compiling errno.cc
[882/1277] Compiling fd.cc
[883/1277] Compiling connect.cc
[884/1277] Compiling bio_mem.cc
[885/1277] Compiling bio.cc
[886/1277] Compiling base64.cc
[887/1277] Compiling tasn_typ.cc
[888/1277] Compiling tasn_fre.cc
[889/1277] Compiling tasn_enc.cc
[890/1277] Compiling tasn_utl.cc
[891/1277] Compiling tasn_new.cc
[892/1277] Compiling posix_time.cc
[893/1277] Compiling f_string.cc
[894/1277] Compiling f_int.cc
[895/1277] Compiling asn_pack.cc
[896/1277] Compiling tasn_dec.cc
[897/1277] Compiling asn1_par.cc
[898/1277] Compiling asn1_lib.cc
[899/1277] Compiling a_utctm.cc
[900/1277] Compiling a_type.cc
[901/1277] Compiling a_time.cc
[902/1277] Compiling a_octet.cc
[903/1277] Compiling a_strnid.cc
[904/1277] Compiling a_object.cc
[905/1277] Compiling a_strex.cc
[906/1277] Compiling a_dup.cc
[907/1277] Compiling a_i2d_fp.cc
[908/1277] Compiling a_mbstr.cc
[909/1277] Compiling a_d2i_fp.cc
[910/1277] Compiling fiat_p256_adx_sqr.S
[911/1277] Compiling a_gentm.cc
[912/1277] Compiling fiat_p256_adx_mul.S
[913/1277] Compiling fiat_curve25519_adx_square.S
[914/1277] Compiling a_int.cc
[915/1277] Compiling fiat_curve25519_adx_mul.S
[916/1277] Compiling a_bitstr.cc
[917/1277] Compiling md5-x86_64-linux.S
[918/1277] Compiling md5-586-linux.S
[919/1277] Compiling md5-x86_64-apple.S
[920/1277] Compiling md5-586-apple.S
[921/1277] Compiling chacha20_poly1305_x86_64-apple.S
[922/1277] Compiling chacha20_poly1305_armv8-win.S
[923/1277] Compiling chacha20_poly1305_x86_64-linux.S
[924/1277] Compiling CCryptoBoringSSLShims shims.c
[925/1277] Compiling a_bool.cc
[926/1277] Compiling chacha20_poly1305_armv8-linux.S
[927/1277] Compiling chacha20_poly1305_armv8-apple.S
[928/1277] Compiling chacha-x86_64-apple.S
[929/1277] Compiling chacha-x86-apple.S
[930/1277] Compiling chacha-x86-linux.S
[931/1277] Compiling chacha-x86_64-linux.S
[932/1277] Compiling chacha-armv8-win.S
[933/1277] Compiling chacha-armv8-linux.S
[934/1277] Compiling chacha-armv8-apple.S
[935/1277] Compiling chacha-armv4-linux.S
[936/1277] Compiling aes128gcmsiv-x86_64-linux.S
[937/1277] Compiling aes128gcmsiv-x86_64-apple.S
[938/1277] Compiling err_data.cc
[939/1277] Compiling x86_64-mont5-linux.S
[940/1277] Compiling x86_64-mont5-apple.S
[941/1277] Compiling x86_64-mont-apple.S
[942/1277] Compiling x86-mont-linux.S
[943/1277] Compiling x86_64-mont-linux.S
[944/1277] Compiling vpaes-x86_64-linux.S
[945/1277] Compiling x86-mont-apple.S
[946/1277] Compiling vpaes-x86-apple.S
[947/1277] Compiling vpaes-x86_64-apple.S
[948/1277] Compiling vpaes-armv8-win.S
[949/1277] Compiling vpaes-armv7-linux.S
[950/1277] Compiling vpaes-x86-linux.S
[951/1277] Compiling vpaes-armv8-apple.S
[952/1277] Compiling vpaes-armv8-linux.S
[953/1277] Compiling sha512-armv8-win.S
[954/1277] Compiling sha512-armv8-apple.S
[955/1277] Compiling sha512-x86_64-apple.S
[956/1277] Compiling sha512-x86_64-linux.S
[957/1277] Compiling sha512-armv4-linux.S
[958/1277] Compiling sha512-armv8-linux.S
[959/1277] Compiling sha512-586-linux.S
[960/1277] Compiling sha512-586-apple.S
[961/1277] Compiling sha256-armv8-apple.S
[962/1277] Compiling sha256-armv8-win.S
[963/1277] Compiling sha256-x86_64-apple.S
[964/1277] Compiling sha256-x86_64-linux.S
[965/1277] Compiling sha256-armv8-linux.S
[966/1277] Compiling sha256-armv4-linux.S
[967/1277] Compiling sha256-586-linux.S
[968/1277] Compiling sha256-586-apple.S
[969/1277] Compiling sha1-x86_64-apple.S
[970/1277] Compiling sha1-armv8-win.S
[971/1277] Compiling sha1-armv8-linux.S
[972/1277] Compiling sha1-armv4-large-linux.S
[973/1277] Compiling sha1-x86_64-linux.S
[974/1277] Compiling sha1-armv8-apple.S
[975/1277] Compiling sha1-586-linux.S
[976/1277] Compiling sha1-586-apple.S
[977/1277] Compiling rsaz-avx2-linux.S
[978/1277] Compiling rdrand-x86_64-apple.S
[979/1277] Compiling rdrand-x86_64-linux.S
[980/1277] Compiling p256_beeu-x86_64-asm-linux.S
[981/1277] Compiling p256_beeu-x86_64-asm-apple.S
[982/1277] Compiling rsaz-avx2-apple.S
[983/1277] Compiling p256_beeu-armv8-asm-win.S
[984/1277] Compiling p256_beeu-armv8-asm-linux.S
[985/1277] Compiling p256_beeu-armv8-asm-apple.S
[986/1277] Compiling p256-armv8-asm-win.S
[987/1277] Compiling p256-x86_64-asm-apple.S
[988/1277] Compiling p256-armv8-asm-linux.S
[989/1277] Compiling p256-x86_64-asm-linux.S
[990/1277] Compiling p256-armv8-asm-apple.S
[991/1277] Compiling ghashv8-armv8-linux.S
[992/1277] Compiling ghashv8-armv8-win.S
[993/1277] Compiling ghashv8-armv8-apple.S
[994/1277] Compiling ghashv8-armv7-linux.S
[995/1277] Compiling ghash-x86_64-apple.S
[996/1277] Compiling ghash-x86_64-linux.S
[997/1277] Compiling ghash-x86-linux.S
[998/1277] Compiling ghash-x86-apple.S
[999/1277] Compiling ghash-ssse3-x86_64-linux.S
[1000/1277] Compiling ghash-ssse3-x86_64-apple.S
[1001/1277] Compiling ghash-ssse3-x86-linux.S
[1002/1277] Compiling ghash-ssse3-x86-apple.S
[1003/1277] Compiling ghash-neon-armv8-win.S
[1004/1277] Compiling ghash-neon-armv8-apple.S
[1005/1277] Compiling ghash-neon-armv8-linux.S
[1006/1277] Compiling ghash-armv4-linux.S
[1007/1277] Compiling co-586-apple.S
[1008/1277] Compiling co-586-linux.S
[1009/1277] Compiling bn-586-linux.S
[1010/1277] Compiling bn-armv8-apple.S
[1011/1277] Compiling bsaes-armv7-linux.S
[1012/1277] Compiling bn-armv8-win.S
[1013/1277] Compiling bn-armv8-linux.S
[1014/1277] Compiling bn-586-apple.S
[1015/1277] Compiling armv8-mont-win.S
[1016/1277] Compiling armv8-mont-apple.S
[1017/1277] Compiling armv8-mont-linux.S
[1018/1277] Compiling armv4-mont-linux.S
[1019/1277] Compiling aesv8-gcm-armv8-win.S
[1020/1277] Compiling aesv8-gcm-armv8-apple.S
[1021/1277] Compiling aesv8-armv8-linux.S
[1022/1277] Compiling aesv8-armv8-win.S
[1023/1277] Compiling aesv8-gcm-armv8-linux.S
[1024/1277] Compiling aesv8-armv7-linux.S
[1025/1277] Compiling aesv8-armv8-apple.S
[1026/1277] Compiling aesni-x86_64-apple.S
[1027/1277] Compiling aesni-x86-linux.S
[1028/1277] Compiling aesni-x86-apple.S
[1029/1277] Compiling aesni-x86_64-linux.S
[1030/1277] Compiling aes-gcm-avx10-x86_64-apple.S
[1031/1277] Compiling aesni-gcm-x86_64-apple.S
[1032/1277] Compiling aesni-gcm-x86_64-linux.S
[1033/1277] Compiling aes-gcm-avx10-x86_64-linux.S
[1034/1277] Compiling x_x509.cc
[1035/1277] Compiling x_spki.cc
[1036/1277] Compiling x_req.cc
[1037/1277] Compiling x_sig.cc
[1038/1277] Compiling x_x509a.cc
[1039/1277] Compiling x_val.cc
[1040/1277] Compiling x_pubkey.cc
[1041/1277] Compiling x_name.cc
[1042/1277] Compiling x_exten.cc
[1043/1277] Compiling x_crl.cc
[1044/1277] Compiling x_attrib.cc
[1045/1277] Compiling x_all.cc
[1046/1277] Compiling c-nioatomics.c
[1047/1277] Compiling x_algor.cc
[1048/1277] Compiling x509spki.cc
[1049/1277] Compiling x509rset.cc
[1050/1277] Compiling x509name.cc
[1051/1277] Compiling x509cset.cc
[1052/1277] Compiling c-atomics.c
[1053/1277] Compiling x509_vpm.cc
[1054/1283] Compiling x509_vfy.cc
[1055/1283] Compiling x509_v3.cc
[1056/1283] Compiling x509_txt.cc
[1057/1283] Compiling x509_trs.cc
[1058/1283] Compiling x509_set.cc
[1059/1283] Compiling x509_req.cc
[1061/1283] Compiling NIOConcurrencyHelpers NIOLock.swift
[1062/1283] Compiling NIOConcurrencyHelpers lock.swift
[1062/1283] Compiling x509_obj.cc
[1064/1283] Emitting module NIOConcurrencyHelpers
[1065/1283] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1066/1283] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1067/1283] Compiling NIOConcurrencyHelpers atomics.swift
[1068/1284] Compiling x509_def.cc
[1069/1284] Compiling x509_lu.cc
[1070/1284] Compiling x509_ext.cc
[1071/1284] Compiling x509_d2.cc
[1072/1369] Compiling x509_cmp.cc
[1073/1369] Compiling x509_att.cc
[1074/1369] Compiling x509.cc
[1076/1369] Emitting module ConsoleKitTerminal
[1077/1372] Compiling NIOCore AddressedEnvelope.swift
[1078/1372] Compiling NIOCore AsyncAwaitSupport.swift
[1079/1372] Compiling NIOCore AsyncChannel.swift
[1080/1372] Compiling NIOCore AsyncChannelHandler.swift
[1081/1372] Compiling ConsoleKitTerminal CustomActivity.swift
[1082/1372] Compiling ConsoleKitTerminal LoadingBar.swift
[1083/1372] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1084/1372] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1085/1372] Compiling ConsoleKitTerminal Console+Wait.swift
[1086/1372] Compiling ConsoleKitTerminal ConsoleColor.swift
[1087/1372] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1088/1372] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1089/1372] Compiling ConsoleKitTerminal ConsoleClear.swift
[1090/1372] Compiling ConsoleKitTerminal Console+Ask.swift
[1091/1372] Compiling ConsoleKitTerminal Console+Choose.swift
[1091/1372] Compiling v3_skey.cc
[1092/1372] Compiling v3_utl.cc
[1093/1372] Compiling v3_purp.cc
[1094/1372] Compiling v3_prn.cc
[1096/1372] Compiling ConsoleKitTerminal ConsoleText.swift
[1097/1372] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1098/1372] Compiling ConsoleKitTerminal ANSI.swift
[1099/1372] Compiling ConsoleKitTerminal Console.swift
[1100/1372] Compiling ConsoleKitTerminal Terminal.swift
[1101/1372] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1102/1372] Compiling ConsoleKitTerminal Console+Confirm.swift
[1103/1372] Compiling ConsoleKitTerminal Console+Input.swift
[1104/1372] Compiling ConsoleKitTerminal Console+Center.swift
[1105/1372] Compiling NIOCore Channel.swift
[1105/1372] Compiling v3_lib.cc
[1106/1372] Compiling v3_pmaps.cc
[1107/1372] Compiling v3_pcons.cc
[1108/1372] Compiling v3_info.cc
[1110/1372] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1111/1372] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1112/1372] Compiling ConsoleKitTerminal LoggerFragment.swift
[1112/1372] Compiling v3_ocsp.cc
[1113/1373] Compiling v3_extku.cc
[1116/1373] Compiling NIOCore MarkedCircularBuffer.swift
[1117/1373] Compiling NIOCore MulticastChannel.swift
[1118/1373] Compiling NIOCore NIOAny.swift
[1119/1373] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1120/1373] Compiling NIOCore NIOLoopBound.swift
[1121/1373] Compiling NIOCore NIOScheduledCallback.swift
[1122/1373] Compiling NIOCore NIOSendable.swift
[1123/1373] Compiling NIOCore RecvByteBufferAllocator.swift
[1123/1381] Compiling v3_ncons.cc
[1124/1381] Compiling v3_int.cc
[1125/1381] Compiling v3_ia5.cc
[1126/1403] Compiling v3_genn.cc
[1128/1403] Emitting module ConsoleKitCommands
[1129/1405] Compiling ConsoleKitCommands CommandSignature.swift
[1130/1405] Compiling ConsoleKitCommands Flag.swift
[1131/1405] Compiling ConsoleKitCommands Option.swift
[1132/1405] Compiling NIOCore GlobalSingletons.swift
[1133/1405] Compiling NIOCore IO.swift
[1134/1405] Compiling NIOCore IOData.swift
[1135/1405] Compiling NIOCore IPProtocol.swift
[1136/1405] Compiling NIOCore IntegerBitPacking.swift
[1137/1405] Compiling NIOCore IntegerTypes.swift
[1138/1405] Compiling NIOCore Interfaces.swift
[1139/1405] Compiling NIOCore Linux.swift
[1139/1405] Compiling v3_crld.cc
[1140/1405] Compiling v3_enum.cc
[1141/1405] Compiling v3_cpols.cc
[1143/1405] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1144/1405] Compiling ConsoleKitCommands AsyncCommand.swift
[1145/1405] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1146/1405] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1147/1405] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1148/1405] Compiling ConsoleKitCommands Argument.swift
[1149/1405] Compiling ConsoleKitCommands AsyncCommands.swift
[1150/1405] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1151/1405] Compiling ConsoleKitCommands AnyCommand.swift
[1152/1405] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1153/1405] Compiling ConsoleKitCommands Utilities.swift
[1153/1405] Compiling v3_conf.cc
[1154/1405] Compiling v3_bcons.cc
[1155/1405] Compiling v3_bitst.cc
[1156/1405] Compiling t_x509.cc
[1157/1405] Compiling v3_akeya.cc
[1158/1405] Compiling v3_alt.cc
[1159/1405] Compiling v3_akey.cc
[1160/1405] Compiling t_x509a.cc
[1162/1405] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1163/1405] Compiling NIOCore SocketAddresses.swift
[1164/1405] Compiling NIOCore SocketOptionProvider.swift
[1165/1405] Compiling NIOCore SystemCallHelpers.swift
[1166/1405] Compiling NIOCore TimeAmount+Duration.swift
[1167/1405] Compiling NIOCore TypeAssistedChannelHandler.swift
[1168/1405] Compiling NIOCore UniversalBootstrapSupport.swift
[1169/1405] Compiling NIOCore Utilities.swift
[1170/1405] Compiling NIOCore EventLoop.swift
[1171/1405] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1172/1405] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1173/1405] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1174/1405] Compiling NIOCore EventLoopFuture.swift
[1175/1405] Compiling NIOCore FileDescriptor.swift
[1176/1405] Compiling NIOCore FileHandle.swift
[1177/1405] Compiling NIOCore FileRegion.swift
[1177/1405] Compiling t_req.cc
[1178/1405] Compiling t_crl.cc
[1180/1405] Compiling ConsoleKitCommands Console+Run.swift
[1181/1405] Compiling ConsoleKitCommands ConsoleError.swift
[1182/1405] Compiling ConsoleKitCommands Completion.swift
[1183/1405] Compiling ConsoleKitCommands CommandGroup.swift
[1184/1405] Compiling ConsoleKitCommands CommandInput.swift
[1185/1405] Compiling ConsoleKitCommands Commands.swift
[1186/1405] Compiling ConsoleKitCommands Command.swift
[1187/1405] Compiling ConsoleKitCommands CommandContext.swift
[1188/1405] Compiling ConsoleKitCommands CommandError.swift
[1192/1406] Compiling NIOCore Codec.swift
[1193/1406] Compiling NIOCore ConvenienceOptionSupport.swift
[1194/1406] Compiling NIOCore DeadChannel.swift
[1195/1406] Compiling NIOCore DispatchQueue+WithFuture.swift
[1196/1406] Compiling NIOCore EventLoop+Deprecated.swift
[1197/1406] Compiling NIOCore EventLoop+SerialExecutor.swift
[1197/1406] Compiling i2d_pr.cc
[1198/1406] Compiling name_print.cc
[1199/1408] Compiling policy.cc
[1200/1408] Compiling rsa_pss.cc
[1202/1408] Compiling ConsoleKit Exports.swift
[1203/1408] Emitting module ConsoleKit
[1203/1409] Compiling by_file.cc
[1205/1409] Compiling by_dir.cc
[1206/1409] Compiling asn1_gen.cc
[1207/1409] Compiling algorithm.cc
[1208/1409] Compiling voprf.cc
[1209/1409] Compiling a_verify.cc
[1210/1409] Compiling thread_win.cc
[1211/1409] Compiling a_sign.cc
[1212/1409] Compiling trust_token.cc
[1213/1409] Compiling a_digest.cc
[1214/1409] Compiling thread_pthread.cc
[1215/1409] Compiling thread_none.cc
[1216/1409] Compiling pmbtoken.cc
[1217/1409] Compiling thread.cc
[1218/1409] Compiling wots.cc
[1219/1409] Compiling stack.cc
[1220/1409] Compiling thash.cc
[1221/1409] Compiling merkle.cc
[1222/1409] Compiling slhdsa.cc
[1223/1409] Compiling siphash.cc
[1224/1409] Compiling fors.cc
[1225/1409] Compiling sha512.cc
[1226/1409] Compiling sha1.cc
[1227/1409] Compiling sha256.cc
[1228/1409] Compiling rsa_extra.cc
[1229/1409] Compiling rsa_print.cc
[1230/1409] Compiling rsa_asn1.cc
[1231/1409] Compiling refcount.cc
[1232/1409] Compiling rc4.cc
[1233/1409] Compiling rsa_crypt.cc
[1234/1409] Compiling windows.cc
[1235/1409] Compiling passive.cc
[1236/1409] Compiling urandom.cc
[1237/1409] Compiling rand_extra.cc
[1238/1409] Compiling trusty.cc
[1239/1409] Compiling ios.cc
[1240/1409] Compiling poly1305_arm_asm.S
[1241/1409] Compiling getentropy.cc
[1268/1409] Compiling forkunsafe.cc
[1269/1409] Compiling deterministic.cc
[1270/1409] Compiling fork_detect.cc
[1271/1409] Compiling pool.cc
[1272/1409] Compiling poly1305.cc
[1273/1409] Compiling poly1305_arm.cc
[1274/1409] Compiling poly1305_vec.cc
[1275/1409] Compiling pkcs7.cc
[1276/1409] Compiling pkcs8_x509.cc
[1277/1409] Compiling pkcs8.cc
[1278/1409] Compiling pem_xaux.cc
[1279/1409] Compiling p5_pbev2.cc
[1280/1409] Compiling pkcs7_x509.cc
[1281/1409] Compiling pem_x509.cc
[1283/1409] Emitting module NIOCore
[1284/1410] Compiling obj_xref.cc
[1285/1410] Compiling pem_pkey.cc
[1286/1410] Compiling pem_oth.cc
[1287/1410] Compiling pem_pk8.cc
[1288/1461] Compiling pem_lib.cc
[1289/1461] Compiling pem_info.cc
[1290/1461] Compiling pem_all.cc
[1291/1461] Compiling mlkem.cc
[1292/1461] Compiling mldsa.cc
[1293/1461] Compiling obj.cc
[1294/1461] Compiling lhash.cc
[1295/1461] Compiling poly_rq_mul.S
[1296/1461] Compiling md5.cc
[1297/1461] Compiling fips_shared_support.cc
[1298/1461] Compiling mem.cc
[1299/1461] Compiling md4.cc
[1301/1461] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1301/1461] Compiling hrss.cc
[1302/1461] Compiling kyber.cc
[1303/1461] Compiling ex_data.cc
[1304/1461] Compiling hpke.cc
[1306/1461] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1307/1461] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1308/1461] Compiling NIOPosix PosixSingletons.swift
[1309/1461] Compiling NIOPosix RawSocketBootstrap.swift
[1310/1461] Compiling NIOPosix Resolver.swift
[1311/1461] Compiling NIOPosix Selectable.swift
[1311/1467] Compiling sign.cc
[1313/1467] Compiling NIOEmbedded AsyncTestingChannel.swift
[1314/1467] Emitting module NIOEmbedded
[1315/1467] Compiling NIOEmbedded Embedded.swift
[1315/1468] Compiling scrypt.cc
[1317/1468] Compiling print.cc
[1319/1468] Compiling NIOPosix IO.swift
[1320/1468] Compiling NIOPosix IntegerBitPacking.swift
[1321/1468] Compiling NIOPosix IntegerTypes.swift
[1322/1468] Compiling NIOPosix Linux.swift
[1323/1468] Compiling NIOPosix LinuxCPUSet.swift
[1324/1468] Compiling NIOPosix LinuxUring.swift
[1325/1468] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1325/1468] Compiling pbkdf.cc
[1326/1468] Compiling p_x25519_asn1.cc
[1327/1468] Compiling p_x25519.cc
[1328/1468] Compiling p_rsa.cc
[1329/1468] Compiling p_rsa_asn1.cc
[1330/1468] Compiling p_ed25519_asn1.cc
[1331/1468] Compiling p_hkdf.cc
[1333/1468] Compiling NIOPosix ThreadPosix.swift
[1334/1468] Compiling NIOPosix ThreadWindows.swift
[1335/1468] Compiling NIOPosix UnsafeTransfer.swift
[1336/1468] Compiling NIOPosix Utilities.swift
[1337/1468] Compiling NIOPosix VsockAddress.swift
[1338/1468] Compiling NIOPosix VsockChannelEvents.swift
[1338/1468] Compiling p_ed25519.cc
[1339/1468] Compiling p_ec_asn1.cc
[1340/1468] Compiling p_dh_asn1.cc
[1341/1468] Compiling p_dh.cc
[1342/1468] Compiling p_ec.cc
[1343/1468] Compiling p_dsa_asn1.cc
[1344/1468] Compiling evp_ctx.cc
[1345/1468] Compiling evp_asn1.cc
[1346/1468] Compiling evp.cc
[1347/1468] Compiling NIOPosix SelectableChannel.swift
[1348/1468] Compiling NIOPosix SelectableEventLoop.swift
[1349/1468] Compiling NIOPosix SelectorEpoll.swift
[1350/1468] Compiling NIOPosix SelectorGeneric.swift
[1351/1468] Compiling NIOPosix SelectorKqueue.swift
[1352/1468] Compiling NIOPosix SelectorUring.swift
[1354/1468] Compiling NIOPosix ServerSocket.swift
[1355/1468] Compiling NIOPosix Socket.swift
[1356/1468] Compiling NIOPosix SocketChannel.swift
[1357/1468] Compiling NIOPosix SocketProtocols.swift
[1358/1468] Compiling NIOPosix System.swift
[1359/1468] Compiling NIOPosix Thread.swift
[1359/1468] Compiling ecdsa_asn1.cc
[1359/1468] Compiling err.cc
[1361/1468] Compiling engine.cc
[1363/1468] Emitting module NIOPosix
[1364/1468] Compiling NIOPosix BSDSocketAPICommon.swift
[1365/1468] Compiling NIOPosix BSDSocketAPIPosix.swift
[1366/1468] Compiling NIOPosix BSDSocketAPIWindows.swift
[1367/1468] Compiling NIOPosix BaseSocket.swift
[1368/1468] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1369/1468] Compiling NIOPosix BaseSocketChannel.swift
[1370/1468] Compiling NIOPosix BaseStreamSocketChannel.swift
[1370/1468] Compiling ecdh_extra.cc
[1371/1468] Compiling ec_derive.cc
[1372/1468] Compiling hash_to_curve.cc
[1373/1468] Compiling dsa_asn1.cc
[1374/1468] Compiling dsa.cc
[1375/1468] Compiling ec_asn1.cc
[1376/1468] Compiling bcm.cc
[1377/1468] Compiling dh_asn1.cc
[1378/1468] Compiling digest_extra.cc
[1380/1468] Compiling NIOPosix Bootstrap.swift
[1381/1468] Compiling NIOPosix ControlMessage.swift
[1382/1468] Compiling NIOPosix DatagramVectorReadManager.swift
[1383/1468] Compiling NIOPosix Errors+Any.swift
[1384/1468] Compiling NIOPosix FileDescriptor.swift
[1385/1468] Compiling NIOPosix GetaddrinfoResolver.swift
[1386/1468] Compiling NIOPosix HappyEyeballs.swift
[1386/1468] Compiling x25519-asm-arm.S
[1388/1468] Compiling NIOPosix NIOThreadPool.swift
[1389/1468] Compiling NIOPosix NonBlockingFileIO.swift
[1390/1468] Compiling NIOPosix PendingDatagramWritesManager.swift
[1391/1468] Compiling NIOPosix PendingWritesManager.swift
[1392/1468] Compiling NIOPosix PipeChannel.swift
[1393/1468] Compiling NIOPosix PipePair.swift
[1394/1468] Compiling NIOPosix Pool.swift
[1394/1469] Compiling spake25519.cc
[1395/1469] Compiling params.cc
[1396/1469] Compiling des.cc
[1398/1469] Compiling cpu_intel.cc
[1399/1469] Compiling crypto.cc
[1400/1469] Compiling cpu_arm_linux.cc
[1401/1469] Compiling cpu_arm_freebsd.cc
[1402/1469] Compiling cpu_aarch64_openbsd.cc
[1403/1504] Compiling cpu_aarch64_win.cc
[1404/1504] Compiling curve25519.cc
[1405/1504] Compiling cpu_aarch64_sysreg.cc
[1406/1506] Compiling cpu_aarch64_linux.cc
[1408/1506] Emitting module NIO
[1409/1506] Compiling NIO Exports.swift
[1409/1507] Compiling curve25519_64_adx.cc
[1410/1507] Compiling cpu_aarch64_apple.cc
[1412/1507] Compiling cpu_aarch64_fuchsia.cc
[1413/1507] Compiling tls_cbc.cc
[1414/1507] Compiling conf.cc
[1415/1516] Compiling e_rc4.cc
[1416/1522] Compiling e_tls.cc
[1418/1525] Emitting module _NIOFileSystem
[1418/1529] Compiling e_rc2.cc
[1419/1529] Compiling e_null.cc
[1421/1545] Compiling NIOTLS TLSEvents.swift
[1421/1550] Compiling e_des.cc
[1423/1550] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1424/1550] Compiling _NIOFileSystem Mocking.swift
[1425/1550] Compiling _NIOFileSystem Syscall.swift
[1426/1550] Compiling _NIOFileSystem Syscalls.swift
[1427/1550] Compiling _NIOFileSystem ParallelDirCopy.swift
[1428/1550] Compiling _NIOFileSystem ParallelRemoval.swift
[1429/1550] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1430/1550] Compiling _NIOFileSystem CInterop.swift
[1431/1550] Compiling _NIOFileSystem Errno.swift
[1432/1550] Emitting module NIOSOCKS
[1433/1551] Compiling NIOSOCKS SOCKSResponse.swift
[1434/1551] Compiling NIOSOCKS ClientStateMachine.swift
[1435/1551] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1436/1551] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1437/1551] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1440/1551] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1441/1551] Compiling NIOHTTP1 HTTPTypes.swift
[1442/1551] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1443/1551] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1444/1551] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1445/1551] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1445/1551] Compiling e_aesgcmsiv.cc
[1446/1551] Compiling e_chacha20poly1305.cc
[1448/1551] Compiling NIOSOCKS ServerStateMachine.swift
[1449/1551] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1450/1551] Compiling NIOHTTP1 HTTPDecoder.swift
[1454/1551] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1454/1552] Compiling e_aesctrhmac.cc
[1456/1552] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1457/1552] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1458/1552] Emitting module NIOTLS
[1459/1552] Compiling NIOTLS SNIHandler.swift
[1460/1552] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1463/1553] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1464/1553] Emitting module NIOFoundationCompat
[1464/1554] Compiling derive_key.cc
[1466/1567] Compiling cipher_extra.cc
[1467/1583] Compiling chacha.cc
[1469/1605] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1470/1605] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1471/1605] Compiling NIOTransportServices NIOTSBootstraps.swift
[1472/1605] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1472/1607] Compiling unicode.cc
[1474/1607] Emitting module NIOTransportServices
[1476/1607] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1477/1607] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1478/1607] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1479/1607] Compiling NIOTransportServices NIOTSSingletons.swift
[1480/1607] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1484/1607] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1485/1607] Compiling NIOTransportServices NIOTSErrors.swift
[1486/1607] Compiling NIOTransportServices NIOTSEventLoop.swift
[1487/1607] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1488/1607] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1489/1607] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1491/1609] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1492/1609] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1493/1609] Compiling NIOSSL SSLPrivateKey.swift
[1494/1609] Compiling NIOSSL NIOSSLSecureBytes.swift
[1494/1609] Compiling cbs.cc
[1495/1609] Compiling cbb.cc
[1498/1609] Compiling ber.cc
[1500/1609] Compiling NIOTransportServices AcceptHandler.swift
[1501/1609] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1502/1609] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1503/1609] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1504/1609] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1505/1609] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1505/1610] Compiling asn1_compat.cc
[1515/1610] Compiling buf.cc
[1516/1610] Compiling bn_asn1.cc
[1517/1610] Compiling convert.cc
[1518/1610] Compiling blake2.cc
[1519/1610] Compiling printf.cc
[1523/1610] Emitting module NIOHTTP1
[1526/1610] Compiling pair.cc
[1528/1611] Compiling _NIOFileSystem SystemFileHandle.swift
[1529/1611] Compiling _NIOFileSystem Utilities.swift
[1530/1611] Compiling _NIOFileSystem OpenOptions.swift
[1531/1611] Compiling _NIOFileSystem String+FileSystem.swift
[1532/1611] Compiling bio.cc
[1533/1611] Compiling hexdump.cc
[1534/1611] Compiling file.cc
[1535/1611] Compiling bio_mem.cc
[1536/1611] Compiling errno.cc
[1537/1611] Compiling fd.cc
[1539/1657] Emitting module NIOSSL
[1540/1660] Compiling NIOWebSocket WebSocketOpcode.swift
[1541/1661] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1546/1661] Compiling NIOSSL RNG.swift
[1547/1661] Compiling NIOSSL SafeCompare.swift
[1548/1661] Compiling NIOSSL Zeroization.swift
[1548/1661] Compiling base64.cc
[1550/1661] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1551/1661] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1552/1661] Compiling NIOExtras NIORequestIdentifiable.swift
[1553/1663] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1554/1663] Compiling NIOHPACK IndexedHeaderTable.swift
[1555/1663] Compiling NIOHPACK IntegerCoding.swift
[1556/1664] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1557/1664] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1557/1664] Compiling tasn_utl.cc
[1563/1664] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1564/1664] Compiling NIOHTTPCompression HTTPCompression.swift
[1565/1664] Compiling NIOHPACK HPACKHeader.swift
[1566/1664] Compiling NIOHPACK HeaderTables.swift
[1567/1664] Compiling NIOHTTPCompression HTTPDecompression.swift
[1568/1664] Emitting module NIOHTTPCompression
[1569/1664] Emitting module NIOWebSocket
[1570/1664] Compiling NIOHPACK HPACKEncoder.swift
[1571/1664] Compiling NIOHPACK HPACKErrors.swift
[1576/1664] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1577/1664] Compiling NIOExtras NIOExtrasError.swift
[1578/1664] Compiling NIOExtras PCAPRingBuffer.swift
[1579/1664] Compiling NIOExtras QuiescingHelper.swift
[1580/1664] Compiling NIOExtras RequestResponseHandler.swift
[1582/1664] Compiling NIOHPACK HuffmanTables.swift
[1590/1664] Compiling NIOExtras UnsafeTransfer.swift
[1591/1664] Compiling NIOExtras WritePCAPHandler.swift
[1593/1664] Compiling NIOHPACK HPACKDecoder.swift
[1594/1664] Compiling NIOExtras DebugInboundEventsHandler.swift
[1595/1664] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1596/1664] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1598/1664] Compiling NIOHPACK HuffmanCoding.swift
[1599/1664] Compiling NIOHPACK StaticHeaderTable.swift
[1600/1665] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1601/1665] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1602/1665] Compiling NIOWebSocket WebSocketFrame.swift
[1603/1665] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1604/1667] Emitting module NIOHPACK
[1608/1667] Emitting module NIOExtras
[1608/1667] Compiling tasn_typ.cc
[1609/1667] Compiling tasn_new.cc
[1611/1670] Compiling NIOHPACK DynamicHeaderTable.swift
[1626/1673] Compiling tasn_fre.cc
[1628/1673] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1628/1673] Compiling tasn_enc.cc
[1630/1673] Emitting module _NIOFileSystemFoundationCompat
[1631/1673] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1632/1674] Compiling NIOFileSystem Exports.swift
[1633/1674] Emitting module NIOFileSystem
[1633/1674] Compiling tasn_dec.cc
[1648/1733] Compiling f_string.cc
[1649/1733] Compiling posix_time.cc
[1651/1733] Compiling NIOHTTP2 HasRemoteSettings.swift
[1652/1733] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1653/1733] Compiling NIOHTTP2 QuiescingState.swift
[1653/1734] Compiling f_int.cc
[1655/1734] Compiling NIOHTTP2 MaySendFrames.swift
[1656/1734] Compiling NIOHTTP2 SendingDataState.swift
[1657/1735] Compiling asn_pack.cc
[1659/1735] Compiling asn1_par.cc
[1660/1735] Compiling asn1_lib.cc
[1661/1735] Compiling a_utctm.cc
[1662/1735] Compiling a_type.cc
[1663/1735] Compiling a_time.cc
[1664/1743] Compiling a_octet.cc
[1665/1743] Compiling a_strnid.cc
[1666/1743] Compiling a_strex.cc
[1667/1743] Compiling a_object.cc
[1669/1743] Compiling WebSocketKit Exports.swift
[1670/1743] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1671/1743] Compiling WebSocketKit WebSocket+Connect.swift
[1672/1743] Compiling WebSocketKit WebSocketHandler.swift
[1672/1743] Compiling a_mbstr.cc
[1673/1743] Compiling a_i2d_fp.cc
[1675/1743] Emitting module WebSocketKit
[1676/1743] Compiling WebSocketKit WebSocket+Concurrency.swift
[1676/1743] Compiling a_int.cc
[1677/1743] Write sources
[1678/1743] Compiling a_gentm.cc
[1679/1743] Compiling a_dup.cc
[1681/1743] Compiling WebSocketKit WebSocket.swift
[1682/1743] Compiling WebSocketKit WebSocketClient.swift
[1682/1744] Compiling a_d2i_fp.cc
[1684/1797] Compiling a_bool.cc
[1685/1797] Compiling a_bitstr.cc
[1687/1797] Compiling BitCollections BitArray+BitwiseOperations.swift
[1688/1797] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1689/1797] Compiling BitCollections BitArray+Codable.swift
[1690/1797] Compiling BitCollections BitArray+Collection.swift
[1691/1797] Compiling BitCollections BitArray+Copy.swift
[1692/1797] Compiling BitCollections BitArray+CustomReflectable.swift
[1693/1797] Compiling BitCollections BitArray+Descriptions.swift
[1694/1797] Compiling BitCollections BitArray+Equatable.swift
[1695/1813] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1696/1813] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1697/1813] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1698/1813] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1699/1813] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1700/1813] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1701/1813] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1702/1813] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1703/1813] Compiling BitCollections BitSet+CustomReflectable.swift
[1704/1813] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1705/1813] Compiling BitCollections BitSet+Equatable.swift
[1706/1813] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1707/1813] Compiling BitCollections BitSet+Extras.swift
[1708/1813] Compiling BitCollections BitSet+Hashable.swift
[1709/1813] Emitting module BitCollections
[1710/1820] Compiling BitCollections BitSet+Initializers.swift
[1711/1820] Compiling BitCollections BitSet+Invariants.swift
[1712/1820] Compiling BitCollections BitSet+Random.swift
[1713/1820] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1714/1820] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1715/1820] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1716/1820] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1717/1820] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1718/1820] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1719/1820] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1720/1820] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1721/1820] Compiling BitCollections BitSet+SetAlgebra union.swift
[1722/1820] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1723/1820] Compiling BitCollections BitSet.Counted.swift
[1727/1820] Compiling BitCollections BitSet.Index.swift
[1728/1820] Compiling BitCollections BitSet._UnsafeHandle.swift
[1729/1820] Compiling BitCollections BitSet.swift
[1730/1820] Compiling BitCollections Range+Utilities.swift
[1731/1820] Compiling BitCollections Slice+Utilities.swift
[1732/1820] Compiling CryptoBoringWrapper RandomBytes.swift
[1741/1820] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1742/1820] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1743/1820] Compiling BitCollections BitArray+Extras.swift
[1744/1820] Compiling BitCollections BitArray+Fill.swift
[1745/1820] Compiling BitCollections BitArray+Hashable.swift
[1746/1820] Compiling BitCollections BitArray+Initializers.swift
[1747/1820] Compiling BitCollections BitArray+Invariants.swift
[1748/1820] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1749/1820] Compiling BitCollections BitArray+RandomBits.swift
[1750/1820] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1751/1820] Compiling BitCollections BitArray+Shifts.swift
[1752/1820] Compiling BitCollections BitArray+Testing.swift
[1753/1820] Compiling BitCollections BitArray._UnsafeHandle.swift
[1754/1820] Compiling BitCollections BitArray.swift
[1755/1820] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1756/1820] Compiling BitCollections BitSet+Codable.swift
[1757/1820] Compiling CryptoBoringWrapper EllipticCurve.swift
[1758/1820] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1759/1820] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1765/1820] Compiling BitCollections UInt+Tricks.swift
[1766/1820] Compiling BitCollections _Word.swift
[1767/1820] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1768/1821] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1769/1821] Emitting module CryptoBoringWrapper
[1770/1821] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1772/1822] Emitting module NIOHTTP2
[1785/1824] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1786/1824] Compiling NIOHTTP2 StreamChannelList.swift
[1787/1824] Compiling NIOHTTP2 StreamMap.swift
[1788/1824] Compiling NIOHTTP2 StreamStateMachine.swift
[1789/1824] Compiling NIOHTTP2 UnsafeTransfer.swift
[1790/1824] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1791/1824] Compiling Collections Collections.swift
[1792/1859] Emitting module Collections
[1794/1937] Compiling Crypto SEC1PrivateKey.swift
[1795/1937] Compiling Crypto SubjectPublicKeyInfo.swift
[1796/1937] Compiling Crypto CryptoKitErrors.swift
[1797/1937] Compiling Crypto Digest_boring.swift
[1798/1937] Compiling Crypto Digest.swift
[1799/1937] Compiling Crypto Digests.swift
[1800/1937] Compiling Crypto HashFunctions.swift
[1801/1937] Compiling Crypto HashFunctions_SHA2.swift
[1802/1937] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1803/1937] Compiling AsyncKit Collection+Flatten.swift
[1804/1939] Compiling AsyncKit EventLoop+Flatten.swift
[1805/1939] Compiling AsyncKit EventLoop+Future.swift
[1806/1939] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1807/1941] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1808/1941] Compiling AsyncKit Future+Transform.swift
[1809/1941] Compiling MultipartKit MultipartSerializer.swift
[1810/1941] Compiling MultipartKit Utilities.swift
[1811/1941] Compiling AsyncKit Future+Optional.swift
[1813/1941] Compiling AsyncKit Future+Try.swift
[1814/1941] Compiling AsyncKit FutureOperators.swift
[1815/1941] Emitting module MultipartKit
[1816/1941] Compiling AsyncKit EventLoopFutureQueue.swift
[1817/1941] Compiling AsyncKit Future+Collection.swift
[1818/1941] Compiling AsyncKit Future+Conjunctions.swift
[1819/1941] Compiling AsyncKit ConnectionPoolError.swift
[1820/1941] Compiling AsyncKit ConnectionPoolItem.swift
[1821/1941] Compiling AsyncKit ConnectionPoolSource.swift
[1822/1941] Compiling AsyncKit EventLoopConnectionPool.swift
[1823/1941] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1824/1941] Compiling AsyncKit EventLoop+Concurrency.swift
[1839/1942] Compiling Crypto ASN1OctetString.swift
[1840/1942] Compiling Crypto ASN1Strings.swift
[1841/1942] Compiling Crypto ArraySliceBigint.swift
[1842/1942] Compiling Crypto GeneralizedTime.swift
[1843/1942] Compiling Crypto ObjectIdentifier.swift
[1844/1942] Compiling Crypto ECDSASignature.swift
[1845/1942] Compiling Crypto PEMDocument.swift
[1846/1942] Compiling Crypto PKCS8PrivateKey.swift
[1851/1942] Compiling AsyncKit Optional+StrictMap.swift
[1852/1942] Compiling AsyncKit Exports.swift
[1853/1942] Compiling Crypto Ed25519_boring.swift
[1854/1942] Compiling Crypto NISTCurvesKeys_boring.swift
[1855/1942] Compiling Crypto X25519Keys_boring.swift
[1856/1942] Compiling Crypto Curve25519.swift
[1857/1942] Compiling Crypto Ed25519Keys.swift
[1858/1942] Compiling Crypto NISTCurvesKeys.swift
[1859/1942] Compiling Crypto X25519Keys.swift
[1860/1942] Compiling Crypto ASN1Identifier.swift
[1861/1942] Compiling Crypto ASN1Integer.swift
[1862/1942] Compiling Crypto ASN1Null.swift
[1876/1952] Emitting module Crypto
[1877/1952] Compiling Crypto HPKE-Ciphersuite.swift
[1878/1952] Compiling Crypto HPKE-KDF.swift
[1879/1952] Compiling Crypto HPKE-KexKeyDerivation.swift
[1880/1952] Compiling Crypto HPKE-LabeledExtract.swift
[1881/1952] Compiling Crypto HPKE-Utils.swift
[1882/1952] Compiling Crypto DHKEM.swift
[1883/1952] Compiling Crypto HPKE-KEM-Curve25519.swift
[1884/1952] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1885/1952] Compiling Crypto HPKE-KEM.swift
[1886/1952] Compiling Crypto HPKE-Errors.swift
[1887/1952] Compiling Crypto SymmetricKeys.swift
[1888/1952] Compiling Crypto HMAC.swift
[1889/1952] Compiling Crypto MACFunctions.swift
[1890/1952] Compiling Crypto MessageAuthenticationCode.swift
[1891/1952] Compiling Crypto AES.swift
[1892/1952] Compiling Crypto ECDSASignature_boring.swift
[1893/1952] Compiling Crypto ECDSA_boring.swift
[1894/1952] Compiling Crypto EdDSA_boring.swift
[1895/1952] Compiling Crypto ECDSA.swift
[1896/1952] Compiling Crypto Ed25519.swift
[1897/2011] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1898/2011] Compiling AsyncHTTPClient Transaction.swift
[1899/2011] Compiling AsyncHTTPClient Base64.swift
[1900/2011] Compiling AsyncHTTPClient BasicAuth.swift
[1901/2011] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1902/2011] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1903/2011] Compiling AsyncHTTPClient ConnectionPool.swift
[1904/2011] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1905/2011] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1906/2011] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1907/2011] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1908/2011] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1909/2011] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1910/2011] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1911/2011] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1912/2011] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1913/2011] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1914/2011] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1915/2011] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1916/2011] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1917/2011] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1918/2011] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1919/2011] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1920/2011] Compiling AsyncHTTPClient ConnectionTarget.swift
[1921/2011] Compiling AsyncHTTPClient DeconstructedURL.swift
[1922/2011] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1923/2011] Compiling AsyncHTTPClient FoundationExtensions.swift
[1924/2011] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1925/2011] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1926/2011] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1927/2011] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1928/2011] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1929/2011] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1930/2011] Compiling AsyncHTTPClient RequestBodyLength.swift
[1931/2011] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1932/2011] Compiling AsyncHTTPClient RequestOptions.swift
[1933/2011] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1934/2011] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1935/2011] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1936/2011] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1937/2011] Emitting module AsyncKit
[1938/2011] Compiling Crypto Signature.swift
[1939/2011] Compiling Crypto CryptoKitErrors_boring.swift
[1940/2011] Compiling Crypto RNG_boring.swift
[1941/2011] Compiling Crypto SafeCompare_boring.swift
[1942/2011] Compiling Crypto Zeroization_boring.swift
[1943/2011] Compiling Crypto PrettyBytes.swift
[1944/2011] Compiling Crypto SafeCompare.swift
[1945/2011] Compiling Crypto SecureBytes.swift
[1946/2011] Compiling Crypto Zeroization.swift
[1957/2066] Emitting module AsyncHTTPClient
[1958/2066] Compiling _CryptoExtras AES_CBC.swift
[1959/2066] Compiling _CryptoExtras AES_CFB.swift
[1960/2066] Compiling _CryptoExtras AES_CTR.swift
[1961/2066] Compiling _CryptoExtras AES_GCM_SIV.swift
[1962/2066] Compiling _CryptoExtras Block Function.swift
[1963/2066] Compiling _CryptoExtras AES_CFB_boring.swift
[1964/2066] Compiling _CryptoExtras AES_CTR_boring.swift
[1965/2066] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1966/2066] Compiling _CryptoExtras ARC+API.swift
[1967/2066] Compiling _CryptoExtras ChaCha20CTR.swift
[1968/2066] Compiling _CryptoExtras ECToolbox_boring.swift
[1969/2066] Compiling _CryptoExtras ECToolbox.swift
[1970/2066] Compiling _CryptoExtras HashToField.swift
[1971/2066] Compiling _CryptoExtras KDF.swift
[1972/2066] Compiling _CryptoExtras PBKDF2_boring.swift
[1973/2066] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1974/2066] Compiling _CryptoExtras PBKDF2.swift
[1975/2066] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1976/2066] Compiling _CryptoExtras DigestType.swift
[1977/2066] Compiling _CryptoExtras Error.swift
[1978/2066] Compiling _CryptoExtras I2OSP.swift
[1979/2066] Compiling _CryptoExtras IntegerEncoding.swift
[1980/2066] Compiling _CryptoExtras PEMDocument.swift
[1981/2072] Compiling _CryptoExtras RSA+BlindSigning.swift
[1982/2072] Compiling _CryptoExtras RSA.swift
[1983/2072] Compiling _CryptoExtras RSA_boring.swift
[1984/2072] Compiling _CryptoExtras RSA_security.swift
[1985/2072] Compiling _CryptoExtras BoringSSLHelpers.swift
[1989/2072] Compiling _CryptoExtras Scrypt_boring.swift
[1990/2072] Compiling _CryptoExtras Scrypt.swift
[1991/2072] Compiling _CryptoExtras OPRF.swift
[1992/2072] Compiling _CryptoExtras OPRFClient.swift
[1993/2072] Compiling _CryptoExtras OPRFServer.swift
[1994/2072] Compiling _CryptoExtras VOPRF+API.swift
[1995/2072] Compiling _CryptoExtras VOPRFClient.swift
[1996/2072] Compiling _CryptoExtras VOPRFServer.swift
[1997/2072] Compiling AsyncHTTPClient RequestBag.swift
[1998/2072] Compiling AsyncHTTPClient RequestValidation.swift
[1999/2072] Compiling AsyncHTTPClient SSLContextCache.swift
[2000/2072] Compiling AsyncHTTPClient Scheme.swift
[2001/2072] Compiling AsyncHTTPClient Singleton.swift
[2002/2072] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2003/2072] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2004/2072] Compiling AsyncHTTPClient Utils.swift
[2008/2072] Compiling _CryptoExtras PrettyBytes.swift
[2009/2072] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[2010/2072] Compiling _CryptoExtras DLEQ.swift
[2011/2072] Compiling _CryptoExtras Prover.swift
[2012/2072] Compiling _CryptoExtras Verifier.swift
[2013/2072] Compiling _CryptoExtras ZKPToolbox.swift
[2014/2072] Compiling AsyncHTTPClient HTTPHandler.swift
[2015/2072] Compiling AsyncHTTPClient LRUCache.swift
[2016/2072] Compiling AsyncHTTPClient NWErrorHandler.swift
[2017/2072] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2018/2072] Compiling AsyncHTTPClient TLSConfiguration.swift
[2019/2072] Compiling AsyncHTTPClient RedirectState.swift
[2020/2072] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2022/2073] Emitting module _CryptoExtras
[2032/2073] Compiling _CryptoExtras ARC.swift
[2033/2073] Compiling _CryptoExtras ARCCredential.swift
[2034/2073] Compiling _CryptoExtras ARCEncoding.swift
[2035/2073] Compiling _CryptoExtras ARCPrecredential.swift
[2036/2073] Compiling _CryptoExtras ARCPresentation.swift
[2051/2073] Compiling _CryptoExtras ARCRequest.swift
[2056/2243] Compiling Vapor Application.swift
[2057/2243] Compiling Vapor AuthenticationCache.swift
[2058/2243] Compiling Vapor Authenticator.swift
[2059/2243] Compiling Vapor BasicAuthorization.swift
[2060/2243] Compiling Vapor BearerAuthorization.swift
[2061/2243] Compiling Vapor GuardMiddleware.swift
[2062/2243] Compiling Vapor RedirectMiddleware.swift
[2063/2243] Compiling Vapor SessionAuthenticatable.swift
[2064/2243] Compiling Vapor Bcrypt.swift
[2065/2243] Compiling Vapor Application+Cache.swift
[2066/2243] Compiling Vapor Cache.swift
[2067/2243] Compiling Vapor CacheExpirationTime.swift
[2068/2243] Compiling Vapor MemoryCache.swift
[2069/2243] Compiling Vapor Request+Cache.swift
[2070/2243] Compiling Vapor Application+Clients.swift
[2071/2243] Compiling Vapor Client.swift
[2072/2243] Compiling Vapor ClientRequest.swift
[2073/2243] Compiling Vapor ClientResponse.swift
[2074/2243] Compiling Vapor Request+Client.swift
[2075/2243] Compiling Vapor BootCommand.swift
[2076/2243] Compiling Vapor CommandContext+Application.swift
[2077/2243] Compiling Vapor RoutesCommand.swift
[2078/2243] Compiling Vapor ServeCommand.swift
[2079/2243] Compiling Vapor AnyResponse+Concurrency.swift
[2080/2267] Compiling Vapor Request+Body.swift
[2081/2267] Compiling Vapor Request+BodyStream.swift
[2082/2267] Compiling Vapor Request.swift
[2083/2267] Compiling Vapor Application+Responder.swift
[2084/2267] Compiling Vapor DefaultResponder.swift
[2085/2267] Compiling Vapor Response+Body.swift
[2086/2267] Compiling Vapor Response.swift
[2087/2267] Compiling Vapor ResponseCodable.swift
[2088/2267] Compiling Vapor Application+Routes.swift
[2089/2267] Compiling Vapor Parameters+Require.swift
[2090/2267] Compiling Vapor Request+WebSocket.swift
[2091/2267] Compiling Vapor Route.swift
[2092/2267] Compiling Vapor RouteCollection.swift
[2093/2267] Compiling Vapor Routes.swift
[2094/2267] Compiling Vapor RoutesBuilder+Group.swift
[2095/2267] Compiling Vapor RoutesBuilder+Method.swift
[2096/2267] Compiling Vapor RoutesBuilder+Middleware.swift
[2097/2267] Compiling Vapor RoutesBuilder+WebSocket.swift
[2098/2267] Compiling Vapor RoutesBuilder.swift
[2099/2267] Compiling Vapor OTP.swift
[2100/2267] Compiling Vapor Application+Servers.swift
[2101/2267] Compiling Vapor Server.swift
[2102/2267] Compiling Vapor App+Service.swift
[2103/2267] Compiling Vapor Req+Service.swift
[2104/2291] Compiling Vapor Validator.swift
[2105/2291] Compiling Vapor ValidatorResult.swift
[2106/2291] Compiling Vapor And.swift
[2107/2291] Compiling Vapor Case.swift
[2108/2291] Compiling Vapor CharacterSet.swift
[2109/2291] Compiling Vapor Count.swift
[2110/2291] Compiling Vapor Custom.swift
[2111/2291] Compiling Vapor Email.swift
[2112/2291] Compiling Vapor Empty.swift
[2113/2291] Compiling Vapor In.swift
[2114/2291] Compiling Vapor Nil.swift
[2115/2291] Compiling Vapor NilIgnoring.swift
[2116/2291] Compiling Vapor Not.swift
[2117/2291] Compiling Vapor Or.swift
[2118/2291] Compiling Vapor Pattern.swift
[2119/2291] Compiling Vapor Range.swift
[2120/2291] Compiling Vapor URL.swift
[2121/2291] Compiling Vapor Valid.swift
[2122/2291] Compiling Vapor Application+Views.swift
[2123/2291] Compiling Vapor PlaintextRenderer.swift
[2124/2291] Compiling Vapor Request+View.swift
[2125/2291] Compiling Vapor View.swift
[2126/2291] Compiling Vapor ViewRenderer.swift
[2127/2291] Compiling Vapor _Deprecations.swift
[2131/2291] Compiling Vapor AsyncBasicResponder.swift
[2132/2291] Compiling Vapor AsyncMiddleware.swift
[2133/2291] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2141/2291] Compiling Vapor AsyncSessionDriver.swift
[2142/2291] Compiling Vapor Authentication+Concurrency.swift
[2143/2291] Compiling Vapor Cache+Concurrency.swift
[2144/2291] Compiling Vapor Client+Concurrency.swift
[2145/2291] Compiling Vapor RequestBody+Concurrency.swift
[2146/2291] Compiling Vapor Responder+Concurrency.swift
[2148/2292] Emitting module Vapor
[2149/2384] Compiling Vapor Core.swift
[2150/2384] Compiling Vapor Running.swift
[2151/2384] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2152/2384] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2153/2384] Compiling Vapor DotEnvFile+load.swift
[2154/2384] Compiling Vapor Routes+caseInsenstive.swift
[2155/2384] Compiling Vapor Validatable+validate.swift
[2156/2384] Compiling Vapor Environment+Process.swift
[2157/2384] Compiling Vapor Environment+Secret.swift
[2158/2384] Compiling Vapor Environment.swift
[2159/2384] Compiling Vapor Abort.swift
[2160/2384] Compiling Vapor AbortError.swift
[2161/2384] Compiling Vapor DebuggableError.swift
[2162/2384] Compiling Vapor Demangler.swift
[2163/2384] Compiling Vapor ErrorSource.swift
[2164/2384] Compiling Vapor StackTrace.swift
[2165/2384] Compiling Vapor Exports.swift
[2166/2384] Compiling Vapor Application+HTTP.swift
[2167/2384] Compiling Vapor BasicResponder.swift
[2168/2384] Compiling Vapor BodyStream.swift
[2169/2384] Compiling Vapor Application+HTTP+Client.swift
[2170/2384] Compiling Vapor EventLoopHTTPClient.swift
[2171/2384] Compiling Vapor EndpointCache.swift
[2172/2384] Compiling Vapor HTTPMethod+String.swift
[2173/2384] Compiling Vapor HTTPServerResponseEncoder.swift
[2174/2384] Compiling Vapor HTTPServerUpgradeHandler.swift
[2175/2384] Compiling Vapor Logger+Report.swift
[2176/2384] Compiling Vapor LoggingSystem+Environment.swift
[2177/2384] Compiling Vapor Application+Middleware.swift
[2178/2384] Compiling Vapor CORSMiddleware.swift
[2179/2384] Compiling Vapor ErrorMiddleware.swift
[2180/2384] Compiling Vapor FileMiddleware.swift
[2181/2384] Compiling Vapor Middleware.swift
[2182/2384] Compiling Vapor MiddlewareConfiguration.swift
[2183/2384] Compiling Vapor ResponseCompressionMiddleware.swift
[2184/2384] Compiling Vapor RouteLoggingMiddleware.swift
[2185/2384] Compiling Vapor TracingMiddleware.swift
[2186/2384] Compiling Vapor File+Multipart.swift
[2187/2384] Compiling Vapor FormDataDecoder+Content.swift
[2188/2384] Compiling Vapor FormDataEncoder+Content.swift
[2189/2384] Compiling Vapor Application+Password.swift
[2190/2384] Compiling Vapor Application+Passwords.swift
[2191/2384] Compiling Vapor AsyncPasswordHasher.swift
[2192/2384] Compiling Vapor BcryptHasher.swift
[2193/2384] Compiling Vapor PasswordHasher.swift
[2194/2384] Compiling Vapor PlaintextHasher.swift
[2195/2384] Compiling Vapor Request+Password.swift
[2196/2384] Compiling Vapor Redirect.swift
[2197/2384] Compiling Vapor Service.swift
[2198/2384] Compiling Vapor Application+Sessions.swift
[2199/2384] Compiling Vapor MemorySessions.swift
[2200/2384] Compiling Vapor Request+Session.swift
[2201/2384] Compiling Vapor Session.swift
[2202/2384] Compiling Vapor SessionCache.swift
[2203/2384] Compiling Vapor SessionData.swift
[2204/2384] Compiling Vapor SessionDriver.swift
[2205/2384] Compiling Vapor SessionsConfiguration.swift
[2206/2384] Compiling Vapor SessionsMiddleware.swift
[2207/2384] Compiling Vapor URLEncodedFormData.swift
[2208/2384] Compiling Vapor URLEncodedFormDecoder.swift
[2209/2384] Compiling Vapor URLEncodedFormEncoder.swift
[2210/2384] Compiling Vapor URLEncodedFormError.swift
[2211/2384] Compiling Vapor URLEncodedFormParser.swift
[2212/2384] Compiling Vapor URLEncodedFormSerializer.swift
[2213/2384] Compiling Vapor URLQueryFragmentConvertible.swift
[2214/2384] Compiling Vapor AnyResponse.swift
[2215/2384] Compiling Vapor Array+Random.swift
[2216/2384] Compiling Vapor Base32.swift
[2217/2384] Compiling Vapor Base64.swift
[2218/2384] Compiling Vapor BaseN.swift
[2219/2384] Compiling Vapor BasicCodingKey.swift
[2220/2384] Compiling Vapor ByteCount.swift
[2221/2384] Compiling X509 CMSAttribute.swift
[2222/2384] Compiling X509 CMSContentInfo.swift
[2223/2384] Compiling X509 DNBuilder.swift
[2224/2384] Compiling X509 DomainComponent.swift
[2225/2384] Compiling X509 EmailAddress.swift
[2226/2384] Compiling X509 LocalityName.swift
[2227/2384] Compiling X509 OrganizationName.swift
[2228/2384] Compiling X509 OrganizationalUnitName.swift
[2229/2384] Compiling X509 StateOrProvinceName.swift
[2230/2384] Compiling X509 StreetAddress.swift
[2231/2384] Compiling X509 Error.swift
[2232/2384] Compiling X509 AuthorityInformationAccess.swift
[2233/2384] Compiling X509 AuthorityKeyIdentifier.swift
[2234/2384] Compiling X509 BasicConstraints.swift
[2235/2384] Compiling X509 ExtendedKeyUsage.swift
[2236/2384] Compiling X509 ExtensionIdentifiers.swift
[2237/2384] Compiling X509 KeyUsage.swift
[2238/2384] Compiling X509 NameConstraints.swift
[2239/2384] Compiling X509 SubjectAlternativeName.swift
[2240/2384] Compiling X509 SubjectKeyIdentifier.swift
[2241/2384] Compiling X509 Extension.swift
[2242/2384] Compiling X509 Extensions.swift
[2243/2384] Compiling X509 ExtensionsBuilder.swift
[2244/2384] Compiling X509 GeneralName.swift
[2245/2384] Compiling X509 Lock.swift
[2246/2384] Compiling X509 LockedValueBox.swift
[2247/2384] Compiling X509 BasicOCSPResponse.swift
[2248/2384] Compiling X509 DirectoryString.swift
[2249/2384] Compiling X509 OCSPTBSRequest.swift
[2250/2384] Compiling X509 OCSPVersion.swift
[2251/2384] Compiling X509 PKCS8PrivateKey.swift
[2252/2384] Compiling X509 PromiseAndFuture.swift
[2253/2384] Compiling X509 RDNAttribute.swift
[2254/2384] Compiling X509 RandomNumberGenerator+bytes.swift
[2255/2384] Compiling X509 RelativeDistinguishedName.swift
[2256/2384] Compiling X509 SEC1PrivateKey.swift
[2257/2384] Compiling X509 SecKeyWrapper.swift
[2258/2384] Compiling X509 Signature.swift
[2259/2384] Compiling X509 SignatureAlgorithm.swift
[2260/2384] Compiling X509 AllOfPolicies.swift
[2261/2384] Compiling X509 AnyPolicy.swift
[2262/2384] Compiling X509 CertificateStore.swift
[2263/2384] Compiling X509 OneOfPolicies.swift
[2264/2384] Compiling X509 PolicyBuilder.swift
[2265/2384] Compiling X509 BasicConstraintsPolicy.swift
[2266/2384] Compiling X509 DNSNames.swift
[2267/2384] Compiling X509 DirectoryNames.swift
[2268/2384] Compiling X509 ExpiryPolicy.swift
[2269/2384] Compiling Vapor Bytes+Hex.swift
[2270/2384] Compiling Vapor Bytes+SecureCompare.swift
[2271/2384] Compiling Vapor Collection+Safe.swift
[2272/2384] Compiling Vapor DataProtocol+Copy.swift
[2273/2384] Compiling Vapor DecoderUnwrapper.swift
[2274/2384] Compiling Vapor DirectoryConfiguration.swift
[2275/2384] Compiling Vapor DotEnv.swift
[2276/2384] Compiling Vapor Extendable.swift
[2277/2384] Compiling Vapor File.swift
[2278/2384] Compiling Vapor FileIO.swift
[2279/2384] Compiling Vapor LifecycleHandler.swift
[2280/2384] Compiling Vapor OptionalType.swift
[2281/2384] Compiling Vapor RFC1123.swift
[2282/2384] Compiling Vapor SocketAddress+Hostname.swift
[2283/2384] Compiling Vapor Storage.swift
[2284/2384] Compiling Vapor String+IsIPAddress.swift
[2285/2384] Compiling Vapor Thread.swift
[2286/2384] Compiling Vapor URI.swift
[2287/2384] Compiling Vapor RangeResult.swift
[2288/2384] Compiling Vapor Validatable.swift
[2289/2384] Compiling Vapor Validation.swift
[2290/2384] Compiling Vapor ValidationKey.swift
[2291/2384] Compiling Vapor Validations.swift
[2292/2384] Compiling Vapor ValidationsError.swift
[2314/2385] Compiling X509 IPConstraints.swift
[2315/2385] Compiling X509 NameConstraintsPolicy.swift
[2316/2385] Compiling X509 RFC5280Policy.swift
[2317/2385] Compiling X509 URIConstraints.swift
[2318/2385] Compiling X509 VersionPolicy.swift
[2319/2385] Compiling X509 ServerIdentityPolicy.swift
[2320/2398] Compiling X509 CSRAttribute.swift
[2321/2398] Compiling X509 CSRAttributes.swift
[2322/2398] Compiling X509 CSRVersion.swift
[2323/2398] Compiling X509 CertificateSigningRequest.swift
[2324/2398] Compiling X509 CertificationRequestInfo.swift
[2325/2398] Compiling X509 ExtensionRequest.swift
[2326/2398] Compiling X509 Certificate.swift
[2327/2398] Compiling X509 CertificatePrivateKey.swift
[2328/2398] Compiling X509 CertificatePublicKey.swift
[2329/2398] Compiling X509 CertificateSerialNumber.swift
[2330/2398] Compiling X509 CertificateVersion.swift
[2333/2398] Compiling X509 CMSEncapsulatedContentInfo.swift
[2334/2398] Compiling X509 CMSIssuerAndSerialNumber.swift
[2335/2398] Compiling X509 CMSOperations.swift
[2336/2398] Compiling X509 CMSSignature.swift
[2337/2398] Compiling X509 CMSSignedData.swift
[2338/2398] Compiling X509 CMSSignerIdentifier.swift
[2339/2398] Compiling X509 CMSSignerInfo.swift
[2340/2398] Compiling X509 CMSVersion.swift
[2341/2398] Compiling X509 Curve25519+DER.swift
[2342/2398] Compiling X509 Digests.swift
[2343/2398] Compiling X509 DistinguishedName.swift
[2344/2398] Compiling X509 CommonName.swift
[2345/2398] Compiling X509 CountryName.swift
[2346/2398] Compiling X509 OCSPCertID.swift
[2347/2398] Compiling X509 OCSPCertStatus.swift
[2348/2398] Compiling X509 OCSPExtensionID.swift
[2349/2398] Compiling X509 OCSPNonce.swift
[2350/2398] Compiling X509 OCSPPolicy.swift
[2351/2398] Compiling X509 OCSPRequest.swift
[2352/2398] Compiling X509 OCSPResponse.swift
[2353/2398] Compiling X509 OCSPResponseBytes.swift
[2354/2398] Compiling X509 OCSPResponseData.swift
[2355/2398] Compiling X509 OCSPResponseStatus.swift
[2356/2398] Compiling X509 OCSPSignature.swift
[2357/2398] Compiling X509 OCSPSingleRequest.swift
[2358/2398] Compiling X509 OCSPSingleResponse.swift
[2385/2398] Emitting module X509
[2386/2398] Compiling X509 TrustRootLoading.swift
[2387/2398] Compiling X509 UnverifiedChain.swift
[2388/2398] Compiling X509 VerificationDiagnostic.swift
[2389/2398] Compiling X509 Verifier.swift
[2390/2398] Compiling X509 VerifierPolicy.swift
[2391/2398] Compiling X509 AlgorithmIdentifier.swift
[2392/2398] Compiling X509 ECDSASignature.swift
[2393/2398] Compiling X509 RSAPKCS1PublicKey.swift
[2394/2398] Compiling X509 SubjectPublicKeyInfo.swift
[2395/2398] Compiling X509 TBSCertificate.swift
[2396/2398] Compiling X509 Time.swift
[2397/2398] Compiling X509 TimeCalculations.swift
[2398/2398] Compiling X509 Validity.swift
[2400/2457] Compiling JWTKit AudienceClaim.swift
[2401/2457] Compiling JWTKit BoolClaim.swift
[2402/2457] Compiling JWTKit ExpirationClaim.swift
[2403/2457] Compiling JWTKit GoogleHostedDomainClaim.swift
[2404/2457] Compiling JWTKit IDClaim.swift
[2405/2457] Compiling JWTKit IssuedAtClaim.swift
[2406/2457] Compiling JWTKit IssuerClaim.swift
[2407/2457] Compiling JWTKit JWTClaim.swift
[2408/2457] Compiling JWTKit JWTMultiValueClaim.swift
[2409/2465] Emitting module JWTKit
[2410/2465] Compiling JWTKit ECDSAError.swift
[2411/2465] Compiling JWTKit ECDSAKeyTypes.swift
[2412/2465] Compiling JWTKit ECDSASigner.swift
[2413/2465] Compiling JWTKit ECDSASigningAlgorithm.swift
[2414/2465] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2415/2465] Compiling JWTKit P256+CurveType.swift
[2416/2465] Compiling JWTKit P384+CurveType.swift
[2417/2465] Compiling JWTKit P521+CurveType.swift
[2418/2465] Compiling JWTKit EdDSA.swift
[2419/2465] Compiling JWTKit EdDSACurve.swift
[2420/2465] Compiling JWTKit EdDSAError.swift
[2421/2465] Compiling JWTKit EdDSASigner.swift
[2422/2465] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2423/2465] Compiling JWTKit HMAC.swift
[2424/2465] Compiling JWTKit HMACError.swift
[2425/2465] Compiling JWTKit HMACSigner.swift
[2426/2465] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2427/2465] Compiling JWTKit Insecure.swift
[2428/2465] Compiling JWTKit JWK.swift
[2429/2465] Compiling JWTKit JWKIdentifier.swift
[2430/2465] Compiling JWTKit JWKS.swift
[2431/2465] Compiling JWTKit JWKSigner.swift
[2432/2465] Compiling JWTKit JWTAlgorithm.swift
[2433/2465] Compiling JWTKit JWTError.swift
[2434/2465] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[2435/2465] Compiling JWTKit UnsecuredNoneSigner.swift
[2436/2465] Compiling JWTKit JWTKeyCollection+RSA.swift
[2437/2465] Compiling JWTKit RSA.swift
[2438/2465] Compiling JWTKit RSAError.swift
[2439/2465] Compiling JWTKit RSASigner.swift
[2440/2465] Compiling JWTKit Base64URL.swift
[2441/2465] Compiling JWTKit CryptoSigner.swift
[2442/2465] Compiling JWTKit JWTUnixEpochClaim.swift
[2443/2465] Compiling JWTKit LocaleClaim.swift
[2444/2465] Compiling JWTKit NotBeforeClaim.swift
[2445/2465] Compiling JWTKit SubjectClaim.swift
[2446/2465] Compiling JWTKit TenantIDClaim.swift
[2447/2465] Compiling JWTKit ECDSA.swift
[2448/2465] Compiling JWTKit ECDSACurve.swift
[2449/2465] Compiling JWTKit ECDSACurveType.swift
[2450/2465] Compiling JWTKit JWTHeader+CommonFields.swift
[2451/2465] Compiling JWTKit JWTHeader.swift
[2452/2465] Compiling JWTKit JWTHeaderField.swift
[2453/2465] Compiling JWTKit JWTKeyCollection.swift
[2454/2465] Compiling JWTKit JWTParser.swift
[2455/2465] Compiling JWTKit JWTPayload.swift
[2456/2465] Compiling JWTKit JWTSerializer.swift
[2457/2465] Compiling JWTKit JWTSigner.swift
[2458/2465] Compiling JWTKit CustomizedJSONCoders.swift
[2459/2465] Compiling JWTKit Utilities.swift
[2460/2465] Compiling JWTKit AppleIdentityToken.swift
[2461/2465] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2462/2465] Compiling JWTKit GoogleIdentityToken.swift
[2463/2465] Compiling JWTKit MicrosoftIdentityToken.swift
[2464/2465] Compiling JWTKit ValidationTimePayload.swift
[2465/2465] Compiling JWTKit X5CVerifier.swift
[2467/2476] Compiling JWT JWTError+Vapor.swift
[2468/2477] Compiling JWT JWTAuthenticator.swift
[2469/2477] Compiling JWT Application+JWT.swift
[2470/2477] Compiling JWT Exports.swift
[2471/2477] Emitting module JWT
[2472/2477] Compiling JWT JWT+Microsoft.swift
[2473/2477] Compiling JWT Request+JWT.swift
[2474/2477] Compiling JWT JWT+Google.swift
[2475/2477] Compiling JWT JWKSCache.swift
[2476/2477] Compiling JWT JWT+Apple.swift
[2477/2477] Compiling JWT JWT+FirebaseAuth.swift
[2479/2507] Compiling FCM FCMApnsConfig.swift
[2480/2507] Compiling FCM FCMApnsPayload.swift
[2481/2507] Compiling FCM FCMApnsPayloadProtocol.swift
[2482/2507] Compiling FCM FCMOptions.swift
[2483/2510] Compiling FCM FCM+Application.swift
[2484/2510] Compiling FCM FCM+Request.swift
[2485/2510] Compiling FCM FCM.swift
[2486/2510] Compiling FCM FCMAndroidConfig.swift
[2487/2510] Emitting module FCM
[2488/2510] Compiling FCM FCMNotification.swift
[2489/2510] Compiling FCM FCMWebpushConfig.swift
[2490/2510] Compiling FCM GAuthPayload.swift
[2491/2510] Compiling FCM FCM+AccessToken.swift
[2492/2510] Compiling FCM FCMOptionsProtocol.swift
[2493/2510] Compiling FCM FCMConfiguration.swift
[2494/2510] Compiling FCM FCMError.swift
[2495/2510] Compiling FCM FCMMessage.swift
[2496/2510] Compiling FCM FCMAndroidMessagePriority.swift
[2497/2510] Compiling FCM FCMAndroidNotification.swift
[2498/2510] Compiling FCM FCMAndroidNotificationLightSettings.swift
[2499/2510] Compiling FCM FCMAndroidNotificationPriority.swift
[2500/2510] Compiling FCM FCM+BatchSend.swift
[2501/2510] Compiling FCM FCM+CreateTopic.swift
[2502/2510] Compiling FCM FCM+DeleteTopic.swift
[2503/2510] Compiling FCM FCM+GetTopics.swift
[2504/2510] Compiling FCM FCMAndroidNotificationVisibility.swift
[2505/2510] Compiling FCM FCMApnsAlert.swift
[2506/2510] Compiling FCM FCMApnsAlertOrString.swift
[2507/2510] Compiling FCM FCMApnsApsObject.swift
[2508/2510] Compiling FCM FCM+JWT.swift
[2509/2510] Compiling FCM FCM+RegisterAPNS.swift
[2510/2510] Compiling FCM FCM+SendMessage.swift
Build complete! (488.55s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt.git"
    }
  ],
  "manifest_display_name" : "FCM",
  "name" : "FCM",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FCM",
      "targets" : [
        "FCM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FCMTests",
      "module_type" : "SwiftTarget",
      "name" : "FCMTests",
      "path" : "Tests/FCMTests",
      "sources" : [
        "FCMTests.swift"
      ],
      "target_dependencies" : [
        "FCM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FCM",
      "module_type" : "SwiftTarget",
      "name" : "FCM",
      "path" : "Sources/FCM",
      "product_dependencies" : [
        "Vapor",
        "JWT"
      ],
      "product_memberships" : [
        "FCM"
      ],
      "sources" : [
        "FCM+Application.swift",
        "FCM+Request.swift",
        "FCM.swift",
        "FCMAndroidConfig/FCMAndroidConfig.swift",
        "FCMAndroidConfig/FCMAndroidMessagePriority.swift",
        "FCMAndroidConfig/FCMAndroidNotification.swift",
        "FCMAndroidConfig/FCMAndroidNotificationLightSettings.swift",
        "FCMAndroidConfig/FCMAndroidNotificationPriority.swift",
        "FCMAndroidConfig/FCMAndroidNotificationVisibility.swift",
        "FCMApnsConfig/FCMApnsAlert.swift",
        "FCMApnsConfig/FCMApnsAlertOrString.swift",
        "FCMApnsConfig/FCMApnsApsObject.swift",
        "FCMApnsConfig/FCMApnsConfig.swift",
        "FCMApnsConfig/FCMApnsPayload.swift",
        "FCMApnsConfig/FCMApnsPayloadProtocol.swift",
        "FCMApnsConfig/FCMOptions.swift",
        "FCMApnsConfig/FCMOptionsProtocol.swift",
        "FCMConfiguration.swift",
        "FCMError.swift",
        "FCMMessage.swift",
        "FCMNotification.swift",
        "FCMWebpushConfig.swift",
        "GAuthPayload.swift",
        "Helpers/FCM+AccessToken.swift",
        "Helpers/FCM+BatchSend.swift",
        "Helpers/FCM+CreateTopic.swift",
        "Helpers/FCM+DeleteTopic.swift",
        "Helpers/FCM+GetTopics.swift",
        "Helpers/FCM+JWT.swift",
        "Helpers/FCM+RegisterAPNS.swift",
        "Helpers/FCM+SendMessage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.