The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of FCM, reference 2.13.1 (e80bb2), with Swift 6.1 for Android on 29 May 2025 11:30:57 UTC.

Swift 6 data race errors: 5

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mihaelisaev/FCM.git
Reference: 2.13.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mihaelisaev/FCM
 * tag               2.13.1     -> FETCH_HEAD
HEAD is now at e80bb25 ☄️ Deprecate `batchSend`
Cloned https://github.com/mihaelisaev/FCM.git
Revision (git rev-parse @):
e80bb2550ae2b6ea33d521943d81de859002144b
SUCCESS checkout https://github.com/mihaelisaev/FCM.git at 2.13.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mihaelisaev/FCM.git
https://github.com/mihaelisaev/FCM.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.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" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "FCM",
      "targets" : [
        "FCM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FCMTests",
      "module_type" : "SwiftTarget",
      "name" : "FCMTests",
      "path" : "Tests/FCMTests",
      "sources" : [
        "FCMTests.swift",
        "XCTestManifests.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" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/vapor/vapor.git
[1/2707] Fetching jwt
[2546/77085] Fetching jwt, vapor
Fetched https://github.com/vapor/jwt.git from cache (2.84s)
Fetched https://github.com/vapor/vapor.git from cache (2.89s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (4.03s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.11s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (4.14s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.65s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.34s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.35s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.07s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.02s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
[1/1063] Fetching swift-service-context
[1064/4382] Fetching swift-service-context, multipart-kit
[2093/6991] Fetching swift-service-context, multipart-kit, websocket-kit
[2487/12950] Fetching swift-service-context, multipart-kit, websocket-kit, swift-algorithms
[8757/14660] Fetching swift-service-context, multipart-kit, websocket-kit, swift-algorithms, swift-atomics
Fetched https://github.com/vapor/websocket-kit.git from cache (0.47s)
[9300/12051] Fetching swift-service-context, multipart-kit, swift-algorithms, swift-atomics
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.69s)
Fetching https://github.com/apple/swift-log.git
[4401/8298] Fetching swift-service-context, multipart-kit, swift-atomics, swift-metrics
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
[2911/6588] Fetching swift-service-context, multipart-kit, swift-metrics
Fetching https://github.com/apple/swift-nio-extras.git
[4897/11562] Fetching swift-service-context, multipart-kit, swift-metrics, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (0.50s)
[3536/9356] Fetching swift-service-context, multipart-kit, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-http2.git
[6323/15270] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-nio-extras
[7244/19106] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-nio-extras, swift-log
[19107/30633] Fetching swift-service-context, multipart-kit, swift-distributed-tracing, swift-nio-extras, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (3.14s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.05s)
Fetched https://github.com/apple/swift-log.git from cache (3.13s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-service-context.git from cache (4.06s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (4.11s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.53s)
Fetching https://github.com/swift-server/async-http-client.git
[1/14843] Fetching swift-nio-ssl
[1634/90936] Fetching swift-nio-ssl, swift-nio
[11155/93306] Fetching swift-nio-ssl, swift-nio, async-kit
[17014/98953] Fetching swift-nio-ssl, swift-nio, async-kit, console-kit
[21514/96583] Fetching swift-nio-ssl, swift-nio, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.98s)
[31649/110597] Fetching swift-nio-ssl, swift-nio, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (1.15s)
[34298/104950] Fetching swift-nio-ssl, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.25s)
[63543/90936] Fetching swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.44s)
[54027/76093] Fetching swift-nio
[58593/96820] Fetching swift-nio, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (0.90s)
Fetched https://github.com/apple/swift-nio.git from cache (5.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (10.10s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.50s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.70s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.27s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[397/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
[3153/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.41s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.45s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.30s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.88s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.76s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[1142/2045] Fetching swift-http-structured-headers, swift-http-types
[2046/8200] Fetching swift-http-structured-headers, swift-http-types, swift-certificates
[2293/13185] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-async-algorithms
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.38s)
[2418/12281] Fetching swift-http-structured-headers, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
[1/2426] Fetching swift-service-lifecycle
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.64s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.65s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.42s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.50s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.93s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.79s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.67s)
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.58s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.89s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.39s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.89s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.62s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.58s)
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.54s)
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.56s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.66s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/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-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/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/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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 4.2.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 4.13.5
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
warning: 'jwt': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/jwt/Sources/JWT/Docs.docc
Building for debugging...
[0/1255] Write sources
[48/1255] Compiling _NumericsShims _NumericsShims.c
[49/1255] Compiling CNIOWindows shim.c
[49/1255] Compiling _AtomicsShims.c
[51/1255] Compiling CNIOWindows WSAStartup.c
[52/1255] Compiling CVaporBcrypt bcrypt.c
[52/1255] Compiling CVaporBcrypt blf.c
[54/1255] Compiling CNIOWASI CNIOWASI.c
[55/1255] Compiling CSystem shims.c
[56/1255] Compiling CNIOLinux liburing_shims.c
[57/1255] Compiling CNIOLLHTTP c_nio_http.c
[58/1255] Compiling CNIOSHA1 c_nio_sha1.c
[59/1255] Compiling CNIOExtrasZlib empty.c
[60/1255] Compiling CNIODarwin shim.c
[61/1255] Compiling CNIOLinux shim.c
[62/1255] Compiling fiat_p256_adx_sqr.S
[63/1255] Compiling fiat_p256_adx_mul.S
[64/1255] Compiling fiat_curve25519_adx_square.S
[65/1255] Compiling CNIOLLHTTP c_nio_api.c
[66/1255] Compiling fiat_curve25519_adx_mul.S
[67/1255] Write swift-version-24593BA9C3E375BF.txt
[68/1255] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/1255] Compiling CNIOBoringSSLShims shims.c
[70/1261] Compiling tls13_server.cc
[71/1261] Compiling tls_method.cc
[72/1261] Compiling tls_record.cc
[73/1302] Compiling tls13_both.cc
[74/1302] Compiling tls13_enc.cc
[75/1307] Compiling tls13_client.cc
[77/1324] Emitting module CoreMetrics
[78/1324] Emitting module SystemPackage
[79/1327] Compiling SystemPackage Util+StringArray.swift
[80/1327] Compiling SystemPackage Util.swift
[81/1327] Compiling SystemPackage UtilConsumers.swift
[82/1327] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[83/1327] Compiling InternalCollectionsUtilities Integer rank.swift
[84/1327] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[85/1327] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[86/1327] Compiling _NIOBase64 Base64.swift
[87/1327] Emitting module _NIOBase64
[88/1327] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[89/1327] Compiling InternalCollectionsUtilities UInt+reversed.swift
[90/1327] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[91/1327] Compiling InternalCollectionsUtilities _SortedCollection.swift
[94/1329] Emitting module InternalCollectionsUtilities
[97/1329] Compiling _NIODataStructures PriorityQueue.swift
[98/1329] Compiling RealModule ElementaryFunctions.swift
[99/1329] Compiling RealModule Float+Real.swift
[100/1329] Compiling _NIODataStructures _TinyArray.swift
[101/1330] Compiling SystemPackage MachPort.swift
[102/1330] Compiling SystemPackage PlatformString.swift
[103/1330] Compiling SystemPackage SystemString.swift
[108/1330] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[109/1330] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[110/1330] Compiling InternalCollectionsUtilities Debugging.swift
[111/1330] Compiling InternalCollectionsUtilities Descriptions.swift
[112/1330] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[113/1330] Emitting module ServiceContextModule
[114/1330] Compiling ServiceContextModule ServiceContextKey.swift
[115/1330] Compiling ServiceContextModule ServiceContext.swift
[116/1330] Emitting module _NIODataStructures
[117/1331] Compiling RealModule RealFunctions.swift
[118/1331] Compiling _NIODataStructures Heap.swift
[119/1331] Compiling RealModule Float16+Real.swift
[120/1331] Compiling RealModule Float80+Real.swift
[121/1331] Compiling RealModule Real.swift
[122/1331] Compiling CoreMetrics Metrics.swift
[125/1332] Emitting module RealModule
[132/1333] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[134/1340] Compiling Instrumentation MultiplexInstrument.swift
[135/1340] Compiling Instrumentation NoOpInstrument.swift
[136/1340] Compiling Instrumentation Instrument.swift
[136/1408] Compiling t1_enc.cc
[137/1408] Compiling ssl_versions.cc
[139/1470] Emitting module HeapModule
[140/1470] Compiling HeapModule Heap.swift
[141/1470] Compiling HeapModule Heap+UnsafeHandle.swift
[142/1470] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[143/1470] Compiling HeapModule _HeapNode.swift
[144/1470] Compiling HeapModule Heap+Invariants.swift
[145/1470] Compiling HeapModule Heap+Descriptions.swift
[145/1470] Compiling ssl_x509.cc
[147/1471] Compiling Instrumentation Locks.swift
[148/1471] Compiling Instrumentation InstrumentationSystem.swift
[149/1471] Emitting module Instrumentation
[150/1472] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[151/1472] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[152/1472] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[153/1472] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[154/1472] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[155/1472] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[156/1472] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[157/1472] Compiling CoreMetrics Locks.swift
[158/1472] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[159/1472] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[160/1472] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[161/1472] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[162/1472] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[163/1472] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[164/1472] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[165/1472] Compiling Logging MetadataProvider.swift
[166/1480] Emitting module Logging
[167/1480] Compiling OrderedCollections OrderedSet+Initializers.swift
[168/1480] Compiling OrderedCollections OrderedSet+Insertions.swift
[169/1480] Compiling OrderedCollections OrderedSet+Invariants.swift
[170/1480] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[171/1480] Compiling OrderedCollections OrderedDictionary+Codable.swift
[172/1480] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[173/1480] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[174/1480] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[175/1480] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[176/1480] Compiling OrderedCollections OrderedDictionary+Elements.swift
[177/1480] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[178/1480] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[179/1480] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[180/1480] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[181/1480] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[182/1480] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[183/1480] Compiling Logging Locks.swift
[184/1480] Compiling Logging Logging.swift
[185/1480] Compiling Logging LogHandler.swift
[191/1482] Compiling OrderedCollections OrderedSet+Sendable.swift
[192/1482] Compiling OrderedCollections OrderedSet+SubSequence.swift
[193/1482] Compiling OrderedCollections OrderedSet+Testing.swift
[194/1482] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[195/1482] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[196/1482] Compiling OrderedCollections OrderedSet.swift
[197/1482] Compiling OrderedCollections _UnsafeBitset.swift
[198/1482] Compiling _RopeModule Rope+Sequence.swift
[199/1482] Compiling _RopeModule Rope+Append.swift
[200/1482] Compiling _RopeModule Rope+Extract.swift
[201/1482] Compiling _RopeModule Rope+Find.swift
[202/1482] Compiling _RopeModule Rope+ForEachWhile.swift
[203/1482] Compiling _RopeModule Rope+Insert.swift
[218/1557] Compiling HashTreeCollections _AncestorHashSlots.swift
[219/1557] Compiling HashTreeCollections _Bitmap.swift
[220/1557] Compiling HashTreeCollections _Bucket.swift
[221/1557] Compiling HashTreeCollections _Hash.swift
[222/1557] Compiling HashTreeCollections _HashLevel.swift
[223/1557] Compiling HashTreeCollections _HashNode+Builder.swift
[224/1557] Compiling HashTreeCollections _HashNode+Debugging.swift
[225/1557] Compiling HashTreeCollections _HashNode+Initializers.swift
[226/1557] Compiling HashTreeCollections _HashNode+Invariants.swift
[227/1557] Compiling HashTreeCollections _HashNode+Lookups.swift
[228/1560] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[229/1560] Compiling HashTreeCollections _HashNode+Structural merge.swift
[230/1560] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[231/1560] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[232/1560] Compiling HashTreeCollections _HashNode+Structural union.swift
[233/1560] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[234/1560] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[235/1560] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[236/1560] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[237/1560] Compiling HashTreeCollections _HashNode.swift
[238/1565] Compiling HashTreeCollections _HashNodeHeader.swift
[239/1565] Compiling HashTreeCollections _HashSlot.swift
[240/1565] Compiling HashTreeCollections _HashStack.swift
[241/1565] Compiling HashTreeCollections _HashTreeIterator.swift
[242/1565] Compiling HashTreeCollections _HashTreeStatistics.swift
[243/1565] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[244/1565] Compiling HashTreeCollections _RawHashNode.swift
[245/1565] Compiling HashTreeCollections _UnmanagedHashNode.swift
[246/1565] Compiling HashTreeCollections _UnsafePath.swift
[247/1565] Compiling HashTreeCollections TreeDictionary+Codable.swift
[249/1567] Emitting module _RopeModule
[266/1567] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[267/1567] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[268/1567] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[269/1567] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[276/1568] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[277/1568] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[278/1568] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[279/1568] Compiling HashTreeCollections _HashNode+Storage.swift
[280/1568] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[281/1568] Compiling HashTreeCollections _HashNode+Structural filter.swift
[282/1598] Compiling DequeModule Deque+CustomReflectable.swift
[283/1598] Compiling DequeModule Deque+Descriptions.swift
[284/1600] Compiling DequeModule _DequeBuffer.swift
[285/1600] Compiling DequeModule _DequeBufferHeader.swift
[286/1600] Compiling Tracing InstrumentationSystem+Tracing.swift
[287/1600] Compiling DequeModule Deque+Codable.swift
[288/1600] Compiling DequeModule Deque+Collection.swift
[291/1600] Compiling DequeModule Deque+Extras.swift
[292/1600] Compiling DequeModule Deque+Hashable.swift
[293/1600] Compiling DequeModule Deque+Equatable.swift
[294/1600] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[295/1600] Compiling HashTreeCollections TreeSet+Hashable.swift
[296/1600] Compiling HashTreeCollections TreeSet+Sendable.swift
[297/1600] Compiling HashTreeCollections TreeSet+Sequence.swift
[298/1600] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[299/1600] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[300/1600] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[301/1600] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[302/1600] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[303/1600] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[304/1600] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[305/1610] Compiling Tracing TracingTime.swift
[310/1610] Emitting module Tracing
[311/1610] Compiling Tracing TracerProtocol.swift
[312/1610] Emitting module OrderedCollections
[313/1610] Compiling Tracing Tracer.swift
[314/1610] Compiling Tracing TracerProtocol+Legacy.swift
[315/1610] Compiling HashTreeCollections TreeDictionary.swift
[316/1610] Compiling HashTreeCollections TreeSet+Codable.swift
[317/1610] Compiling HashTreeCollections TreeSet+Collection.swift
[318/1610] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[319/1610] Compiling HashTreeCollections TreeSet+Debugging.swift
[320/1610] Compiling HashTreeCollections TreeSet+Descriptions.swift
[321/1610] Compiling HashTreeCollections TreeSet+Equatable.swift
[322/1610] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[323/1610] Compiling HashTreeCollections TreeSet+Extras.swift
[324/1610] Compiling HashTreeCollections TreeSet+Filter.swift
[325/1610] Compiling DequeModule _DequeSlot.swift
[326/1610] Compiling DequeModule _UnsafeWrappedBuffer.swift
[327/1610] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[328/1610] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[329/1610] Compiling HashTreeCollections TreeDictionary+Filter.swift
[330/1610] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[331/1610] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[332/1610] Compiling HashTreeCollections TreeDictionary+Keys.swift
[333/1610] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[334/1610] Compiling HashTreeCollections TreeDictionary+Merge.swift
[335/1610] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[336/1610] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[337/1610] Compiling HashTreeCollections TreeDictionary+Values.swift
[338/1610] Compiling DequeModule Deque+Testing.swift
[339/1610] Compiling DequeModule Deque._Storage.swift
[340/1610] Compiling DequeModule Deque._UnsafeHandle.swift
[341/1610] Compiling DequeModule Deque.swift
[351/1611] Compiling Tracing SpanProtocol.swift
[352/1611] Compiling Tracing NoOpTracer.swift
[354/1612] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[355/1612] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[356/1612] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[357/1612] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[358/1612] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[359/1612] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[360/1612] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[361/1612] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[362/1612] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[363/1612] Compiling HashTreeCollections TreeSet.swift
[365/1612] Emitting module DequeModule
[374/1613] Compiling HashTreeCollections TreeDictionary+Collection.swift
[375/1613] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[376/1613] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[377/1613] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[386/1613] Compiling ssl_transcript.cc
[398/1614] Emitting module RoutingKit
[399/1614] Emitting module Metrics
[400/1614] Compiling RoutingKit PathComponent.swift
[401/1614] Compiling RoutingKit Router.swift
[402/1614] Compiling RoutingKit TrieRouter.swift
[402/1614] Compiling ssl_stat.cc
[436/1614] Compiling ssl_privkey.cc
[437/1614] Compiling ssl_session.cc
[439/1614] Compiling Metrics Metrics.swift
[440/1615] Compiling RoutingKit AnyRouter.swift
[441/1615] Compiling RoutingKit Parameters.swift
[443/1616] Compiling ssl_key_share.cc
[444/1616] Compiling ssl_file.cc
[446/1616] Emitting module HashTreeCollections
[447/1617] Compiling ssl_lib.cc
[448/1617] Compiling ssl_credential.cc
[449/1617] Compiling ssl_cipher.cc
[450/1617] Compiling ssl_buffer.cc
[451/1617] Compiling s3_lib.cc
[452/1617] Compiling ssl_cert.cc
[453/1617] Compiling ssl_asn1.cc
[454/1617] Compiling ssl_aead_ctx.cc
[455/1617] Compiling s3_pkt.cc
[456/1617] Compiling s3_both.cc
[457/1617] Compiling handshake_server.cc
[458/1617] Compiling handshake_client.cc
[459/1617] Compiling handshake.cc
[460/1617] Compiling handoff.cc
[461/1617] Compiling encrypted_client_hello.cc
[461/1617] Compiling dtls_record.cc
[463/1617] Compiling extensions.cc
[464/1617] Compiling md5-x86_64-linux.S
[465/1617] Compiling md5-x86_64-apple.S
[466/1617] Compiling md5-586-linux.S
[467/1617] Compiling md5-586-apple.S
[468/1617] Compiling dtls_method.cc
[469/1617] Compiling chacha20_poly1305_x86_64-linux.S
[470/1617] Compiling chacha20_poly1305_x86_64-apple.S
[471/1617] Compiling chacha20_poly1305_armv8-win.S
[472/1617] Compiling chacha20_poly1305_armv8-linux.S
[473/1617] Compiling chacha20_poly1305_armv8-apple.S
[474/1617] Compiling d1_srtp.cc
[475/1617] Compiling chacha-x86_64-linux.S
[476/1617] Compiling chacha-x86_64-apple.S
[477/1617] Compiling chacha-x86-apple.S
[478/1617] Compiling chacha-x86-linux.S
[479/1617] Compiling chacha-armv8-win.S
[480/1617] Compiling d1_lib.cc
[481/1617] Compiling d1_pkt.cc
[482/1617] Compiling err_data.cc
[483/1617] Compiling chacha-armv8-linux.S
[484/1617] Compiling chacha-armv8-apple.S
[485/1617] Compiling chacha-armv4-linux.S
[486/1617] Compiling x86_64-mont5-linux.S
[487/1617] Compiling aes128gcmsiv-x86_64-linux.S
[487/1617] Compiling aes128gcmsiv-x86_64-apple.S
[489/1617] Compiling x86_64-mont5-apple.S
[490/1617] Compiling x86_64-mont-linux.S
[491/1617] Compiling x86_64-mont-apple.S
[492/1617] Compiling vpaes-x86_64-linux.S
[493/1617] Compiling d1_both.cc
[494/1617] Compiling x86-mont-apple.S
[495/1617] Compiling x86-mont-linux.S
[496/1617] Compiling vpaes-x86_64-apple.S
[497/1617] Compiling vpaes-x86-linux.S
[498/1617] Compiling vpaes-armv8-apple.S
[499/1617] Compiling vpaes-armv8-win.S
[500/1617] Compiling vpaes-armv7-linux.S
[501/1617] Compiling vpaes-x86-apple.S
[502/1617] Compiling vpaes-armv8-linux.S
[503/1617] Compiling sha512-x86_64-apple.S
[504/1617] Compiling sha512-x86_64-linux.S
[505/1617] Compiling sha512-armv8-win.S
[506/1617] Compiling sha512-armv8-apple.S
[507/1617] Compiling sha512-586-linux.S
[508/1617] Compiling sha512-armv8-linux.S
[509/1617] Compiling bio_ssl.cc
[510/1617] Compiling sha512-armv4-linux.S
[511/1617] Compiling sha512-586-apple.S
[512/1617] Compiling sha256-x86_64-linux.S
[513/1617] Compiling sha256-x86_64-apple.S
[514/1617] Compiling sha256-armv8-apple.S
[515/1617] Compiling sha256-armv8-win.S
[516/1617] Compiling sha256-586-apple.S
[517/1617] Compiling sha256-armv4-linux.S
[518/1617] Compiling sha256-586-linux.S
[519/1617] Compiling sha1-x86_64-linux.S
[520/1617] Compiling sha1-x86_64-apple.S
[521/1617] Compiling sha256-armv8-linux.S
[522/1617] Compiling sha1-armv8-win.S
[523/1617] Compiling sha1-armv8-apple.S
[524/1617] Compiling sha1-armv8-linux.S
[525/1617] Compiling sha1-586-apple.S
[526/1617] Compiling sha1-armv4-large-linux.S
[527/1617] Compiling sha1-586-linux.S
[528/1617] Compiling rsaz-avx2-linux.S
[529/1617] Compiling rdrand-x86_64-linux.S
[530/1617] Compiling p256_beeu-x86_64-asm-linux.S
[531/1617] Compiling rsaz-avx2-apple.S
[532/1617] Compiling rdrand-x86_64-apple.S
[533/1617] Compiling p256_beeu-armv8-asm-linux.S
[534/1617] Compiling p256_beeu-armv8-asm-win.S
[534/1617] Compiling p256_beeu-x86_64-asm-apple.S
[536/1617] Compiling p256-armv8-asm-win.S
[537/1617] Compiling p256-x86_64-asm-apple.S
[538/1617] Compiling p256-x86_64-asm-linux.S
[539/1617] Compiling p256_beeu-armv8-asm-apple.S
[540/1617] Compiling ghashv8-armv8-linux.S
[541/1617] Compiling ghashv8-armv8-apple.S
[542/1617] Compiling p256-armv8-asm-apple.S
[542/1617] Compiling ghash-x86_64-linux.S
[544/1617] Compiling p256-armv8-asm-linux.S
[545/1617] Compiling ghashv8-armv7-linux.S
[546/1617] Compiling ghashv8-armv8-win.S
[547/1617] Compiling ghash-x86_64-apple.S
[548/1617] Compiling ghash-x86-apple.S
[549/1617] Compiling ghash-ssse3-x86-linux.S
[550/1617] Compiling ghash-x86-linux.S
[551/1617] Compiling ghash-ssse3-x86_64-linux.S
[552/1617] Compiling ghash-neon-armv8-apple.S
[553/1617] Compiling ghash-ssse3-x86_64-apple.S
[553/1617] Compiling ghash-neon-armv8-linux.S
[555/1617] Compiling co-586-apple.S
[555/1617] Compiling ghash-armv4-linux.S
[557/1617] Compiling ghash-neon-armv8-win.S
[558/1617] Compiling ghash-ssse3-x86-apple.S
[559/1617] Compiling co-586-linux.S
[560/1617] Compiling bsaes-armv7-linux.S
[561/1617] Compiling bn-armv8-win.S
[562/1617] Compiling bn-586-linux.S
[563/1617] Compiling bn-armv8-apple.S
[564/1617] Compiling bn-armv8-linux.S
[565/1617] Compiling armv8-mont-apple.S
[566/1617] Compiling bn-586-apple.S
[567/1617] Compiling armv4-mont-linux.S
[568/1617] Compiling armv8-mont-linux.S
[569/1617] Compiling armv8-mont-win.S
[570/1617] Compiling aesv8-gcm-armv8-apple.S
[571/1617] Compiling aesv8-gcm-armv8-win.S
[572/1617] Compiling aesv8-armv8-linux.S
[573/1617] Compiling aesv8-armv8-win.S
[574/1617] Compiling aesni-x86_64-linux.S
[575/1617] Compiling aesv8-gcm-armv8-linux.S
[576/1617] Compiling aesv8-armv7-linux.S
[577/1617] Compiling aesv8-armv8-apple.S
[578/1617] Compiling aesni-x86-linux.S
[579/1617] Compiling aesni-x86_64-apple.S
[580/1617] Compiling aesni-x86-apple.S
[581/1617] Compiling aes-gcm-avx2-x86_64-linux.S
[582/1617] Compiling aesni-gcm-x86_64-apple.S
[583/1617] Compiling aes-gcm-avx10-x86_64-linux.S
[584/1617] Compiling aesni-gcm-x86_64-linux.S
[585/1617] Compiling aes-gcm-avx2-x86_64-apple.S
[586/1617] Compiling aes-gcm-avx10-x86_64-apple.S
[587/1617] Compiling x_x509a.cc
[588/1617] Compiling x_sig.cc
[589/1617] Compiling x_pubkey.cc
[590/1617] Compiling x_x509.cc
[591/1617] Compiling x_spki.cc
[592/1617] Compiling x_name.cc
[593/1617] Compiling x_val.cc
[594/1617] Compiling x_req.cc
[595/1617] Compiling x509name.cc
[596/1617] Compiling x_exten.cc
[597/1617] Compiling x_all.cc
[598/1617] Compiling x509rset.cc
[599/1617] Compiling x_crl.cc
[600/1617] Compiling x_algor.cc
[601/1617] Compiling x_attrib.cc
[602/1617] Compiling x509spki.cc
[603/1617] Compiling x509_v3.cc
[604/1617] Compiling x509_trs.cc
[605/1617] Compiling x509cset.cc
[606/1617] Compiling x509_vpm.cc
[607/1617] Compiling x509_vfy.cc
[608/1617] Compiling x509_set.cc
[609/1617] Compiling x509_cmp.cc
[610/1617] Compiling x509_txt.cc
[611/1617] Compiling x509_obj.cc
[612/1617] Compiling x509_lu.cc
[613/1617] Compiling x509_req.cc
[614/1617] Compiling x509_def.cc
[615/1617] Compiling x509_ext.cc
[616/1617] Compiling x509_d2.cc
[617/1617] Compiling v3_skey.cc
[618/1617] Compiling x509_att.cc
[619/1617] Compiling x509.cc
[620/1617] Compiling v3_prn.cc
[621/1617] Compiling v3_utl.cc
[622/1617] Compiling v3_purp.cc
[623/1617] Compiling v3_pmaps.cc
[624/1617] Compiling v3_pcons.cc
[625/1617] Compiling v3_ocsp.cc
[626/1617] Compiling v3_int.cc
[627/1617] Compiling v3_ncons.cc
[628/1617] Compiling v3_lib.cc
[629/1617] Compiling v3_info.cc
[630/1617] Compiling v3_ia5.cc
[631/1617] Compiling v3_genn.cc
[632/1617] Compiling v3_extku.cc
[633/1617] Compiling v3_enum.cc
[634/1617] Compiling v3_cpols.cc
[635/1617] Compiling v3_crld.cc
[636/1617] Compiling v3_bcons.cc
[637/1617] Compiling v3_bitst.cc
[638/1617] Compiling v3_alt.cc
[639/1617] Compiling v3_conf.cc
[640/1617] Compiling v3_akeya.cc
[641/1617] Compiling v3_akey.cc
[642/1617] Compiling t_req.cc
[643/1617] Compiling t_x509a.cc
[644/1617] Compiling t_x509.cc
[645/1617] Compiling t_crl.cc
[646/1617] Compiling i2d_pr.cc
[647/1617] Compiling policy.cc
[648/1617] Compiling rsa_pss.cc
[649/1617] Compiling name_print.cc
[650/1617] Compiling asn1_gen.cc
[651/1617] Compiling by_file.cc
[652/1617] Compiling by_dir.cc
[653/1617] Compiling a_verify.cc
[654/1617] Compiling algorithm.cc
[655/1617] Compiling a_sign.cc
[656/1617] Compiling voprf.cc
[657/1617] Compiling a_digest.cc
[658/1617] Compiling thread_win.cc
[659/1617] Compiling trust_token.cc
[660/1617] Compiling thread_pthread.cc
[661/1617] Compiling pmbtoken.cc
[662/1617] Compiling thread_none.cc
[663/1617] Compiling thread.cc
[664/1617] Compiling stack.cc
[665/1617] Compiling siphash.cc
[666/1617] Compiling spake2plus.cc
[667/1617] Compiling rsa_extra.cc
[668/1617] Compiling sha512.cc
[669/1617] Compiling slhdsa.cc
[670/1617] Compiling sha256.cc
[671/1617] Compiling sha1.cc
[672/1617] Compiling rsa_print.cc
[673/1617] Compiling windows.cc
[674/1617] Compiling rand.cc
[675/1617] Compiling rc4.cc
[676/1617] Compiling refcount.cc
[677/1617] Compiling trusty.cc
[678/1617] Compiling rsa_crypt.cc
[679/1617] Compiling rsa_asn1.cc
[680/1617] Compiling urandom.cc
[681/1617] Compiling ios.cc
[682/1617] Compiling poly1305_arm_asm.S
[683/1617] Compiling getentropy.cc
[684/1617] Compiling passive.cc
[685/1617] Compiling fork_detect.cc
[686/1617] Compiling poly1305_arm.cc
[687/1617] Compiling deterministic.cc
[688/1617] Compiling poly1305_vec.cc
[689/1617] Compiling forkunsafe.cc
[690/1617] Compiling pool.cc
[691/1617] Compiling poly1305.cc
[692/1617] Compiling p5_pbev2.cc
[693/1617] Compiling pkcs7.cc
[694/1617] Compiling pkcs7_x509.cc
[695/1617] Compiling pem_xaux.cc
[696/1617] Compiling pkcs8_x509.cc
[697/1617] Compiling pkcs8.cc
[698/1617] Compiling pem_pkey.cc
[699/1617] Compiling pem_pk8.cc
[700/1617] Compiling pem_x509.cc
[701/1617] Compiling pem_oth.cc
[702/1617] Compiling pem_lib.cc
[703/1617] Compiling mlkem.cc
[704/1617] Compiling obj_xref.cc
[705/1617] Compiling pem_all.cc
[706/1617] Compiling pem_info.cc
[707/1617] Compiling mldsa.cc
[708/1617] Compiling mem.cc
[709/1617] Compiling poly_rq_mul.S
[710/1617] Compiling obj.cc
[711/1617] Compiling fips_shared_support.cc
[712/1617] Compiling md4.cc
[713/1617] Compiling lhash.cc
[714/1617] Compiling md5.cc
[715/1617] Compiling sign.cc
[716/1617] Compiling ex_data.cc
[717/1617] Compiling kyber.cc
[718/1617] Compiling hpke.cc
[719/1617] Compiling hrss.cc
[720/1617] Compiling scrypt.cc
[721/1617] Compiling print.cc
[722/1617] Compiling pbkdf.cc
[723/1617] Compiling p_x25519.cc
[724/1617] Compiling p_x25519_asn1.cc
[725/1617] Compiling p_ed25519_asn1.cc
[726/1617] Compiling p_rsa_asn1.cc
[727/1617] Compiling p_rsa.cc
[728/1617] Compiling p_hkdf.cc
[729/1617] Compiling p_ed25519.cc
[730/1617] Compiling p_ec_asn1.cc
[731/1617] Compiling p_ec.cc
[732/1617] Compiling p_dh.cc
[733/1617] Compiling p_dh_asn1.cc
[734/1617] Compiling evp_ctx.cc
[735/1617] Compiling evp.cc
[736/1617] Compiling evp_asn1.cc
[737/1617] Compiling p_dsa_asn1.cc
[738/1617] Compiling bcm.cc
[739/1617] Compiling engine.cc
[740/1617] Compiling err.cc
[741/1617] Compiling ecdh.cc
[742/1617] Compiling hash_to_curve.cc
[743/1617] Compiling ec_derive.cc
[744/1617] Compiling ecdsa_asn1.cc
[745/1617] Compiling ec_asn1.cc
[746/1617] Compiling params.cc
[747/1617] Compiling dsa.cc
[748/1617] Compiling dsa_asn1.cc
[749/1617] Compiling x25519-asm-arm.S
[750/1617] Compiling digest_extra.cc
[751/1617] Compiling des.cc
[752/1617] Compiling curve25519_64_adx.cc
[753/1617] Compiling spake25519.cc
[754/1617] Compiling crypto.cc
[755/1617] Compiling dh_asn1.cc
[756/1617] Compiling cpu_arm_linux.cc
[757/1617] Compiling cpu_intel.cc
[758/1617] Compiling cpu_arm_freebsd.cc
[759/1617] Compiling cpu_aarch64_win.cc
[760/1617] Compiling curve25519.cc
[761/1617] Compiling cpu_aarch64_sysreg.cc
[762/1617] Compiling cpu_aarch64_openbsd.cc
[763/1617] Compiling cpu_aarch64_linux.cc
[764/1617] Compiling cpu_aarch64_apple.cc
[765/1617] Compiling cpu_aarch64_fuchsia.cc
[766/1617] Compiling e_rc4.cc
[767/1617] Compiling get_cipher.cc
[768/1617] Compiling e_tls.cc
[769/1617] Compiling tls_cbc.cc
[770/1617] Compiling conf.cc
[771/1617] Compiling e_null.cc
[772/1617] Compiling e_rc2.cc
[773/1617] Compiling e_des.cc
[774/1617] Compiling e_chacha20poly1305.cc
[775/1617] Compiling e_aesctrhmac.cc
[776/1617] Compiling e_aesgcmsiv.cc
[777/1617] Compiling unicode.cc
[778/1617] Compiling derive_key.cc
[779/1617] Compiling chacha.cc
[780/1617] Compiling cbb.cc
[781/1617] Compiling cbs.cc
[782/1617] Compiling asn1_compat.cc
[783/1617] Compiling buf.cc
[784/1617] Compiling convert.cc
[785/1617] Compiling blake2.cc
[786/1617] Compiling ber.cc
[787/1617] Compiling bn_asn1.cc
[788/1617] Compiling hexdump.cc
[789/1617] Compiling file.cc
[790/1617] Compiling socket_helper.cc
[791/1617] Compiling pair.cc
[792/1617] Compiling socket.cc
[793/1617] Compiling printf.cc
[794/1617] Compiling errno.cc
[795/1617] Compiling fd.cc
[796/1617] Compiling connect.cc
[797/1617] Compiling bio_mem.cc
[798/1617] Compiling base64.cc
[799/1617] Compiling tasn_typ.cc
[800/1617] Compiling bio.cc
[801/1617] Compiling tasn_utl.cc
[802/1617] Compiling tasn_enc.cc
[803/1617] Compiling tasn_fre.cc
[804/1617] Compiling posix_time.cc
[805/1617] Compiling tasn_new.cc
[806/1617] Compiling f_string.cc
[807/1617] Compiling f_int.cc
[808/1617] Compiling asn_pack.cc
[809/1617] Compiling a_utctm.cc
[810/1617] Compiling tasn_dec.cc
[811/1617] Compiling asn1_par.cc
[812/1617] Compiling asn1_lib.cc
[813/1617] Compiling a_octet.cc
[814/1617] Compiling a_type.cc
[815/1617] Compiling a_strex.cc
[816/1617] Compiling a_strnid.cc
[817/1617] Compiling a_time.cc
[818/1617] Compiling a_object.cc
[819/1617] Compiling a_i2d_fp.cc
[820/1617] Compiling a_mbstr.cc
[821/1617] Compiling a_d2i_fp.cc
[822/1617] Compiling fiat_p256_adx_sqr.S
[823/1617] Compiling a_dup.cc
[824/1617] Compiling fiat_p256_adx_mul.S
[825/1617] Compiling fiat_curve25519_adx_square.S
[826/1617] Compiling a_gentm.cc
[827/1617] Compiling fiat_curve25519_adx_mul.S
[828/1617] Compiling a_int.cc
[829/1617] Compiling a_bitstr.cc
[830/1617] Compiling x_val.c
[831/1617] Compiling x_x509.c
[832/1617] Compiling x_spki.c
[833/1617] Compiling x_x509a.c
[834/1617] Compiling a_bool.cc
[835/1617] Compiling x_sig.c
[836/1617] Compiling x_req.c
[837/1617] Compiling x_pubkey.c
[838/1617] Compiling x_attrib.c
[839/1617] Compiling x_exten.c
[840/1617] Compiling x_name.c
[841/1617] Compiling x_crl.c
[842/1617] Compiling x_all.c
[843/1617] Compiling x_algor.c
[844/1617] Compiling x509rset.c
[845/1617] Compiling x509spki.c
[846/1617] Compiling x509_vpm.c
[847/1617] Compiling x509name.c
[848/1617] Compiling x509cset.c
[849/1617] Compiling x509_v3.c
[850/1617] Compiling x509_txt.c
[851/1617] Compiling x509_vfy.c
[852/1617] Compiling x509_trs.c
[853/1617] Compiling x509_set.c
[854/1617] Compiling x509_lu.c
[855/1617] Compiling x509_req.c
[856/1617] Compiling x509_obj.c
[857/1617] Compiling x509_def.c
[858/1617] Compiling x509_ext.c
[859/1617] Compiling x509_d2.c
[860/1617] Compiling x509_cmp.c
[861/1617] Compiling x509_att.c
[862/1617] Compiling x509.c
[863/1617] Compiling v3_skey.c
[864/1617] Compiling v3_purp.c
[865/1617] Compiling v3_utl.c
[866/1617] Compiling v3_pmaps.c
[867/1617] Compiling v3_prn.c
[868/1617] Compiling c-nioatomics.c
[869/1617] Compiling v3_pcons.c
[870/1617] Compiling v3_ocsp.c
[871/1617] Compiling v3_ncons.c
[872/1617] Compiling v3_ia5.c
[873/1617] Compiling v3_int.c
[874/1617] Compiling v3_lib.c
[875/1617] Compiling v3_info.c
[876/1617] Compiling v3_genn.c
[877/1617] Compiling v3_enum.c
[878/1617] Compiling v3_extku.c
[879/1617] Compiling v3_cpols.c
[880/1617] Compiling v3_crld.c
[881/1617] Compiling v3_conf.c
[882/1617] Compiling v3_bitst.c
[883/1617] Compiling v3_bcons.c
[884/1617] Compiling c-atomics.c
[885/1617] Compiling v3_akeya.c
[886/1617] Compiling t_x509a.c
[887/1617] Compiling v3_alt.c
[888/1617] Compiling v3_akey.c
[889/1617] Compiling t_x509.c
[890/1617] Compiling rsa_pss.c
[891/1617] Compiling t_req.c
[892/1623] Compiling i2d_pr.c
[893/1623] Compiling t_crl.c
[894/1623] Compiling by_file.c
[895/1623] Compiling policy.c
[896/1623] Compiling name_print.c
[897/1623] Compiling by_dir.c
[898/1623] Compiling asn1_gen.c
[899/1623] Compiling algorithm.c
[900/1623] Compiling thread_win.c
[901/1623] Compiling a_digest.c
[903/1623] Compiling NIOConcurrencyHelpers lock.swift
[904/1623] Compiling NIOConcurrencyHelpers NIOLock.swift
[904/1623] Compiling a_sign.c
[905/1623] Compiling thread_pthread.c
[906/1623] Compiling trust_token.c
[907/1623] Compiling voprf.c
[907/1623] Compiling a_verify.c
[910/1623] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[911/1623] Compiling NIOConcurrencyHelpers atomics.swift
[911/1623] Compiling pmbtoken.c
[912/1623] Compiling thread_none.c
[913/1623] Compiling wots.c
[913/1623] Compiling spx.c
[916/1623] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[917/1623] Emitting module NIOConcurrencyHelpers
[917/1623] Compiling thread.c
[918/1623] Compiling spx_util.c
[919/1624] Compiling merkle.c
[920/1624] Compiling thash.c
[921/1624] Compiling stack.c
[922/1624] Compiling fors.c
[923/1624] Compiling address.c
[924/1624] Compiling rsa_print.c
[925/1624] Compiling rsa_crypt.c
[926/1624] Compiling rc4.c
[927/1624] Compiling rand_extra.c
[929/1624] Compiling siphash.c
[930/1624] Compiling rsa_asn1.c
[931/1624] Compiling trusty.c
[932/1624] Compiling refcount.c
[933/1624] Compiling passive.c
[934/1624] Compiling ios.c
[935/1624] Compiling getentropy.c
[936/1624] Compiling windows.c
[937/1624] Compiling forkunsafe.c
[938/1624] Compiling poly1305_arm_asm.S
[939/1624] Compiling deterministic.c
[940/1624] Compiling poly1305_vec.c
[941/1624] Compiling pool.c
[942/1624] Compiling poly1305_arm.c
[943/1641] Compiling poly1305.c
[944/1650] Compiling pkcs7.c
[945/1650] Compiling pkcs7_x509.c
[946/1650] Compiling pkcs8.c
[947/1650] Compiling pem_x509.c
[948/1650] Compiling p5_pbev2.c
[949/1650] Compiling pem_xaux.c
[950/1650] Compiling pkcs8_x509.c
[951/1650] Compiling pem_pkey.c
[952/1650] Compiling pem_pk8.c
[954/1650] Compiling ConsoleKitTerminal Console+Confirm.swift
[955/1650] Compiling ConsoleKitTerminal Console+Input.swift
[956/1650] Compiling ConsoleKitTerminal Console+Center.swift
[957/1650] Compiling ConsoleKitTerminal Console+Output.swift
[958/1653] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[959/1653] Compiling ConsoleKitTerminal ConsoleClear.swift
[960/1653] Compiling ConsoleKitTerminal Console+Ask.swift
[961/1653] Compiling ConsoleKitTerminal Console+Choose.swift
[961/1653] Compiling obj_xref.c
[962/1653] Compiling pem_oth.c
[963/1653] Emitting module ConsoleKitTerminal
[964/1653] Compiling pem_info.c
[965/1653] Compiling lhash.c
[966/1653] Compiling mem.c
[967/1653] Compiling pem_lib.c
[969/1653] Compiling ConsoleKitTerminal ActivityBar.swift
[970/1653] Compiling ConsoleKitTerminal ActivityIndicator.swift
[971/1653] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[972/1653] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[973/1653] Compiling ConsoleKitTerminal CustomActivity.swift
[974/1653] Compiling ConsoleKitTerminal LoadingBar.swift
[975/1653] Compiling ConsoleKitTerminal ProgressBar.swift
[976/1653] Compiling ConsoleKitTerminal Console+Clear.swift
[976/1653] Compiling obj.c
[977/1653] Compiling kyber.c
[978/1653] Compiling poly_rq_mul.S
[979/1653] Compiling pem_all.c
[980/1653] Compiling x86_64-mont5-mac.mac.x86_64.S
[981/1653] Compiling x86_64-mont5-linux.linux.x86_64.S
[982/1653] Compiling x86_64-mont-mac.mac.x86_64.S
[983/1653] Compiling x86_64-mont-linux.linux.x86_64.S
[984/1653] Compiling hpke.c
[985/1653] Compiling x86-mont-windows.windows.x86.S
[986/1653] Compiling keccak.c
[987/1653] Compiling vpaes-x86-windows.windows.x86.S
[988/1653] Compiling x86-mont-linux.linux.x86.S
[988/1653] Compiling vpaes-x86_64-mac.mac.x86_64.S
[990/1653] Compiling vpaes-x86_64-linux.linux.x86_64.S
[991/1653] Compiling vpaes-x86-linux.linux.x86.S
[992/1653] Compiling vpaes-armv8-linux.linux.aarch64.S
[993/1653] Compiling vpaes-armv8-ios.ios.aarch64.S
[994/1653] Compiling vpaes-armv7-linux.linux.arm.S
[995/1653] Compiling vpaes-armv7-ios.ios.arm.S
[996/1653] Compiling sha512-x86_64-mac.mac.x86_64.S
[997/1653] Compiling sha512-armv8-ios.ios.aarch64.S
[998/1653] Compiling sha512-x86_64-linux.linux.x86_64.S
[999/1653] Compiling sha512-armv4-linux.linux.arm.S
[1000/1653] Compiling kdf.c
[1001/1653] Compiling sha512-586-windows.windows.x86.S
[1002/1653] Compiling sha512-586-linux.linux.x86.S
[1003/1653] Compiling sha512-armv4-ios.ios.arm.S
[1004/1653] Compiling sha512-armv8-linux.linux.aarch64.S
[1005/1653] Compiling sha256-x86_64-linux.linux.x86_64.S
[1006/1653] Compiling sha256-x86_64-mac.mac.x86_64.S
[1007/1653] Compiling sha256-armv4-linux.linux.arm.S
[1008/1653] Compiling sha256-armv4-ios.ios.arm.S
[1009/1653] Compiling sha256-armv8-ios.ios.aarch64.S
[1010/1653] Compiling sha256-586-linux.linux.x86.S
[1012/1653] Compiling ConsoleKitTerminal ConsoleText.swift
[1013/1653] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1014/1653] Compiling ConsoleKitTerminal ANSI.swift
[1015/1653] Compiling ConsoleKitTerminal Console.swift
[1016/1653] Compiling ConsoleKitTerminal Terminal.swift
[1017/1653] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1018/1653] Compiling ConsoleKitTerminal Console+Wait.swift
[1019/1653] Compiling ConsoleKitTerminal ConsoleColor.swift
[1020/1653] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1020/1653] Compiling sha256-armv8-linux.linux.aarch64.S
[1021/1653] Compiling sha256-586-windows.windows.x86.S
[1022/1653] Compiling sha1-x86_64-linux.linux.x86_64.S
[1023/1653] Compiling sha1-x86_64-mac.mac.x86_64.S
[1024/1653] Compiling sha1-armv8-ios.ios.aarch64.S
[1025/1653] Compiling sha1-armv8-linux.linux.aarch64.S
[1026/1653] Compiling sha1-armv4-large-ios.ios.arm.S
[1027/1653] Compiling sha1-armv4-large-linux.linux.arm.S
[1028/1653] Compiling sha1-586-windows.windows.x86.S
[1029/1653] Compiling sha1-586-linux.linux.x86.S
[1030/1653] Compiling fips.c
[1031/1653] Compiling sha256.c
[1032/1653] Compiling sha512.c
[1033/1653] Compiling sha1.c
[1034/1653] Compiling service_indicator.c
[1035/1653] Compiling rsaz-avx2-mac.mac.x86_64.S
[1036/1653] Compiling rsaz-avx2-linux.linux.x86_64.S
[1037/1653] Compiling hrss.c
[1038/1653] Compiling padding.c
[1039/1653] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1039/1653] Compiling self_check.c
[1041/1653] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1042/1653] Compiling urandom.c
[1043/1653] Compiling ctrdrbg.c
[1044/1653] Compiling rsa.c
[1045/1653] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1046/1653] Compiling rsa_impl.c
[1047/1653] Compiling blinding.c
[1049/1653] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1050/1653] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1051/1653] Compiling ConsoleKitTerminal LoggerFragment.swift
[1051/1653] Compiling fork_detect.c
[1052/1654] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1053/1654] Compiling rand.c
[1054/1654] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1055/1654] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1056/1654] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1057/1654] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1058/1654] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1059/1654] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1061/1654] Compiling gcm_nohw.c
[1062/1654] Compiling polyval.c
[1063/1654] Compiling ofb.c
[1064/1654] Compiling ctr.c
[1065/1654] Compiling gcm.c
[1066/1654] Compiling cbc.c
[1067/1654] Compiling md5-x86_64-mac.mac.x86_64.S
[1068/1654] Compiling md5-586-windows.windows.x86.S
[1068/1654] Compiling cfb.c
[1070/1654] Compiling md5-x86_64-linux.linux.x86_64.S
[1071/1654] Compiling md5-586-linux.linux.x86.S
[1072/1654] Compiling md4.c
[1073/1654] Compiling md5.c
[1074/1654] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1075/1654] Compiling hmac.c
[1076/1654] Compiling ghashv8-armv7-linux.linux.arm.S
[1077/1654] Compiling hkdf.c
[1078/1654] Compiling ghashv8-armv7-ios.ios.arm.S
[1079/1654] Compiling ghash-x86_64-mac.mac.x86_64.S
[1080/1655] Compiling ghash-x86_64-linux.linux.x86_64.S
[1080/1655] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1082/1670] Compiling ghash-x86-windows.windows.x86.S
[1083/1676] Compiling ghash-x86-linux.linux.x86.S
[1084/1676] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1085/1676] Compiling ghash-armv4-linux.linux.arm.S
[1086/1676] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1087/1676] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1088/1676] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1089/1676] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1090/1676] Compiling fips_shared_support.c
[1091/1676] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1092/1676] Compiling ghash-armv4-ios.ios.arm.S
[1093/1676] Compiling ecdh.c
[1094/1676] Compiling util.c
[1095/1676] Compiling ecdsa.c
[1096/1676] Compiling wnaf.c
[1097/1676] Compiling simple_mul.c
[1098/1676] Compiling scalar.c
[1099/1676] Compiling simple.c
[1100/1676] Compiling p224-64.c
[1101/1676] Compiling p256.c
[1102/1676] Compiling ec_montgomery.c
[1103/1676] Compiling felem.c
[1105/1676] Compiling ConsoleKitCommands CommandSignature.swift
[1106/1676] Compiling ConsoleKitCommands Flag.swift
[1107/1676] Compiling ConsoleKitCommands Option.swift
[1107/1678] Compiling oct.c
[1109/1678] Emitting module ConsoleKitCommands
[1109/1678] Compiling digests.c
[1110/1678] Compiling digestsign.c
[1111/1678] Compiling check.c
[1112/1678] Compiling co-586-windows.windows.x86.S
[1114/1678] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1115/1678] Compiling ConsoleKitCommands AsyncCommand.swift
[1116/1678] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1116/1678] Compiling ec_key.c
[1117/1678] Compiling co-586-linux.linux.x86.S
[1118/1678] Compiling dh.c
[1119/1678] Compiling ec.c
[1120/1678] Compiling digest.c
[1121/1678] Compiling cmac.c
[1122/1678] Compiling bsaes-armv7-linux.linux.arm.S
[1123/1678] Compiling e_aesccm.c
[1124/1678] Compiling bsaes-armv7-ios.ios.arm.S
[1126/1678] Compiling ConsoleKitCommands Command.swift
[1127/1678] Compiling ConsoleKitCommands CommandContext.swift
[1128/1678] Compiling ConsoleKitCommands CommandError.swift
[1129/1678] Compiling ConsoleKitCommands AsyncCommands.swift
[1130/1678] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1131/1678] Compiling ConsoleKitCommands AnyCommand.swift
[1131/1678] Compiling aead.c
[1132/1678] Compiling shift.c
[1133/1678] Compiling sqrt.c
[1135/1678] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1136/1678] Compiling ConsoleKitCommands Utilities.swift
[1136/1678] Compiling p256-nistz.c
[1137/1678] Compiling e_aes.c
[1138/1678] Compiling cipher.c
[1139/1678] Compiling rsaz_exp.c
[1141/1678] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1142/1678] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1143/1678] Compiling ConsoleKitCommands Argument.swift
[1143/1678] Compiling random.c
[1144/1678] Compiling prime.c
[1145/1678] Compiling mul.c
[1146/1678] Compiling montgomery.c
[1147/1678] Compiling montgomery_inv.c
[1148/1678] Compiling jacobi.c
[1149/1678] Compiling gcd.c
[1150/1678] Compiling div_extra.c
[1151/1678] Compiling gcd_extra.c
[1152/1678] Compiling generic.c
[1153/1678] Compiling div.c
[1154/1678] Compiling cmp.c
[1155/1678] Compiling ctx.c
[1156/1678] Compiling x86_64-gcc.c
[1157/1678] Compiling exponentiation.c
[1158/1678] Compiling bn-armv8-linux.linux.aarch64.S
[1158/1678] Compiling bn-armv8-ios.ios.aarch64.S
[1160/1678] Compiling bytes.c
[1161/1678] Compiling bn-586-linux.linux.x86.S
[1162/1678] Compiling bn.c
[1163/1678] Compiling bn-586-windows.windows.x86.S
[1164/1678] Compiling armv4-mont-ios.ios.arm.S
[1165/1678] Compiling armv4-mont-linux.linux.arm.S
[1166/1678] Compiling add.c
[1167/1678] Compiling armv8-mont-ios.ios.aarch64.S
[1168/1678] Compiling armv8-mont-linux.linux.aarch64.S
[1169/1678] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1170/1678] Compiling aesv8-armv7-linux.linux.arm.S
[1171/1678] Compiling aesv8-armv8-linux.linux.aarch64.S
[1172/1678] Compiling aesv8-armv8-ios.ios.aarch64.S
[1173/1678] Compiling aesv8-armv7-ios.ios.arm.S
[1174/1678] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1175/1678] Compiling aesni-x86_64-linux.linux.x86_64.S
[1176/1678] Compiling aesni-x86-linux.linux.x86.S
[1176/1678] Compiling aesni-x86_64-mac.mac.x86_64.S
[1178/1678] Compiling aesni-x86-windows.windows.x86.S
[1179/1678] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1180/1678] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1181/1678] Compiling mode_wrappers.c
[1182/1678] Compiling key_wrap.c
[1183/1678] Compiling sign.c
[1183/1678] Compiling ex_data.c
[1185/1678] Compiling aes.c
[1186/1678] Compiling p_x25519.c
[1186/1678] Compiling aes_nohw.c
[1188/1678] Compiling scrypt.c
[1189/1678] Compiling p_x25519_asn1.c
[1190/1678] Compiling p_rsa_asn1.c
[1191/1678] Compiling p_ed25519.c
[1192/1678] Compiling pbkdf.c
[1193/1678] Compiling print.c
[1194/1678] Compiling p_rsa.c
[1195/1678] Compiling p_ec_asn1.c
[1195/1678] Compiling p_ed25519_asn1.c
[1197/1678] Compiling p_ec.c
[1198/1678] Compiling p_hkdf.c
[1199/1678] Compiling p_dsa_asn1.c
[1200/1678] Compiling err_data.c
[1201/1678] Compiling evp_asn1.c
[1202/1678] Compiling evp.c
[1203/1678] Compiling evp_ctx.c
[1204/1678] Compiling engine.c
[1205/1678] Compiling err.c
[1206/1678] Compiling ec_asn1.c
[1207/1678] Compiling ecdsa_asn1.c
[1208/1678] Compiling ec_derive.c
[1209/1678] Compiling dsa_asn1.c
[1210/1678] Compiling ecdh_extra.c
[1211/1678] Compiling hash_to_curve.c
[1212/1678] Compiling dsa.c
[1213/1678] Compiling digest_extra.c
[1214/1678] Compiling params.c
[1216/1678] Compiling ConsoleKitCommands CommandGroup.swift
[1217/1678] Compiling ConsoleKitCommands CommandInput.swift
[1218/1678] Compiling ConsoleKitCommands Commands.swift
[1219/1678] Compiling ConsoleKitCommands Console+Run.swift
[1220/1678] Compiling ConsoleKitCommands ConsoleError.swift
[1221/1678] Compiling ConsoleKitCommands Completion.swift
[1221/1678] Compiling dh_asn1.c
[1222/1679] Compiling x25519-asm-arm.S
[1223/1679] Compiling curve25519_64_adx.c
[1224/1679] Compiling cpu_intel.c
[1225/1679] Compiling spake25519.c
[1226/1679] Compiling des.c
[1226/1679] Compiling crypto.c
[1228/1679] Compiling cpu_arm_linux.c
[1229/1679] Compiling cpu_aarch64_win.c
[1230/1679] Compiling cpu_aarch64_openbsd.c
[1231/1679] Compiling cpu_arm_freebsd.c
[1232/1679] Compiling cpu_aarch64_apple.c
[1233/1679] Compiling cpu_aarch64_linux.c
[1235/1679] Compiling cpu_aarch64_sysreg.c
[1236/1679] Compiling cpu_aarch64_fuchsia.c
[1237/1679] Compiling tls_cbc.c
[1238/1679] Compiling e_tls.c
[1239/1679] Compiling conf.c
[1240/1679] Compiling e_null.c
[1241/1679] Compiling e_rc4.c
[1242/1679] Compiling e_des.c
[1243/1679] Compiling e_rc2.c
[1244/1679] Compiling e_chacha20poly1305.c
[1245/1679] Compiling e_aesgcmsiv.c
[1246/1679] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1247/1679] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1248/1679] Compiling derive_key.c
[1249/1681] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1250/1681] Compiling e_aesctrhmac.c
[1251/1681] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1252/1681] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1253/1681] Compiling curve25519.c
[1254/1681] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1254/1681] Compiling cipher_extra.c
[1256/1681] Compiling chacha-x86_64-linux.linux.x86_64.S
[1257/1681] Compiling chacha-x86_64-mac.mac.x86_64.S
[1258/1681] Compiling chacha.c
[1259/1681] Compiling chacha-x86-windows.windows.x86.S
[1260/1681] Compiling chacha-x86-linux.linux.x86.S
[1261/1681] Compiling chacha-armv8-ios.ios.aarch64.S
[1262/1681] Compiling chacha-armv4-linux.linux.arm.S
[1263/1681] Emitting module ConsoleKit
[1264/1681] Compiling chacha-armv4-ios.ios.arm.S
[1265/1681] Compiling chacha-armv8-linux.linux.aarch64.S
[1266/1681] Compiling unicode.c
[1267/1681] Compiling ber.c
[1269/1681] Compiling ConsoleKit Exports.swift
[1269/1681] Compiling cbb.c
[1270/1681] Compiling cbs.c
[1271/1681] Compiling asn1_compat.c
[1272/1682] Compiling convert.c
[1273/1682] Compiling bn_asn1.c
[1274/1682] Compiling buf.c
[1275/1682] Compiling blake2.c
[1277/1682] Compiling socket.c
[1278/1682] Compiling socket_helper.c
[1279/1682] Compiling printf.c
[1280/1682] Compiling pair.c
[1281/1682] Compiling errno.c
[1282/1682] Compiling hexdump.c
[1283/1682] Compiling file.c
[1284/1682] Compiling fd.c
[1285/1682] Compiling connect.c
[1286/1682] Compiling bio_mem.c
[1287/1682] Compiling tasn_utl.c
[1288/1682] Compiling base64.c
[1289/1682] Compiling tasn_fre.c
[1290/1682] Compiling bio.c
[1291/1682] Compiling tasn_new.c
[1292/1682] Compiling tasn_typ.c
[1293/1682] Compiling f_string.c
[1294/1682] Compiling posix_time.c
[1295/1682] Compiling tasn_enc.c
[1296/1682] Compiling tasn_dec.c
[1297/1682] Compiling f_int.c
[1298/1682] Compiling asn1_par.c
[1299/1682] Compiling asn1_lib.c
[1300/1682] Compiling asn_pack.c
[1301/1682] Compiling a_utctm.c
[1302/1682] Compiling a_time.c
[1303/1682] Compiling a_strnid.c
[1304/1682] Compiling a_type.c
[1305/1682] Compiling a_octet.c
[1306/1682] Compiling a_i2d_fp.c
[1307/1682] Compiling a_int.c
[1308/1682] Compiling a_gentm.c
[1309/1682] Compiling a_dup.c
[1310/1682] Compiling a_mbstr.c
[1311/1682] Compiling a_d2i_fp.c
[1312/1682] Compiling a_strex.c
[1313/1682] Compiling a_object.c
[1314/1682] Compiling fiat_p256_adx_sqr.S
[1315/1682] Compiling fiat_curve25519_adx_square.S
[1316/1682] Compiling fiat_p256_adx_mul.S
[1317/1682] Compiling fiat_curve25519_adx_mul.S
[1318/1682] Compiling md5-x86_64-linux.S
[1319/1682] Compiling a_bitstr.c
[1319/1682] Compiling a_bool.c
[1321/1682] Compiling md5-x86_64-apple.S
[1322/1682] Compiling md5-586-linux.S
[1323/1682] Compiling chacha20_poly1305_armv8-win.S
[1324/1682] Compiling chacha20_poly1305_x86_64-linux.S
[1325/1682] Compiling md5-586-apple.S
[1326/1682] Compiling chacha20_poly1305_x86_64-apple.S
[1327/1682] Compiling chacha20_poly1305_armv8-apple.S
[1328/1682] Compiling chacha-x86_64-linux.S
[1329/1682] Compiling chacha-x86-linux.S
[1330/1682] Compiling chacha-x86_64-apple.S
[1331/1682] Compiling chacha-x86-apple.S
[1332/1682] Compiling chacha20_poly1305_armv8-linux.S
[1333/1682] Compiling chacha-armv8-apple.S
[1334/1682] Compiling chacha-armv8-win.S
[1335/1682] Compiling chacha-armv4-linux.S
[1336/1682] Compiling chacha-armv8-linux.S
[1337/1682] Compiling aes128gcmsiv-x86_64-apple.S
[1338/1682] Compiling aes128gcmsiv-x86_64-linux.S
[1339/1682] Compiling x86_64-mont5-linux.S
[1340/1682] Compiling x86_64-mont5-apple.S
[1341/1682] Compiling x86_64-mont-apple.S
[1342/1682] Compiling x86_64-mont-linux.S
[1343/1682] Compiling x86-mont-apple.S
[1344/1682] Compiling x86-mont-linux.S
[1345/1682] Compiling vpaes-x86_64-linux.S
[1346/1682] Compiling vpaes-x86_64-apple.S
[1347/1682] Compiling vpaes-x86-linux.S
[1347/1682] Compiling vpaes-x86-apple.S
[1349/1682] Compiling vpaes-armv8-win.S
[1349/1682] Compiling vpaes-armv8-linux.S
[1351/1682] Compiling vpaes-armv7-linux.S
[1352/1682] Compiling sha512-x86_64-apple.S
[1353/1682] Compiling vpaes-armv8-apple.S
[1354/1682] Compiling CCryptoBoringSSLShims shims.c
[1355/1682] Compiling sha512-x86_64-linux.S
[1356/1682] Compiling sha512-armv8-win.S
[1357/1682] Compiling sha512-armv4-linux.S
[1358/1682] Compiling sha512-armv8-linux.S
[1359/1682] Compiling sha512-armv8-apple.S
[1360/1682] Compiling sha512-586-linux.S
[1361/1682] Compiling sha256-x86_64-linux.S
[1362/1682] Compiling sha256-x86_64-apple.S
[1363/1682] Compiling sha512-586-apple.S
[1364/1682] Compiling sha256-armv8-win.S
[1365/1682] Compiling sha256-armv4-linux.S
[1366/1682] Compiling sha256-armv8-apple.S
[1367/1682] Compiling sha256-586-apple.S
[1368/1682] Compiling sha256-586-linux.S
[1369/1682] Compiling sha256-armv8-linux.S
[1370/1682] Compiling sha1-x86_64-linux.S
[1371/1682] Compiling sha1-x86_64-apple.S
[1372/1682] Compiling sha1-armv8-win.S
[1373/1682] Compiling err_data.cc
[1374/1682] Compiling sha1-armv4-large-linux.S
[1375/1682] Compiling sha1-armv8-linux.S
[1376/1682] Compiling sha1-armv8-apple.S
[1377/1682] Compiling sha1-586-linux.S
[1378/1682] Compiling rsaz-avx2-linux.S
[1379/1682] Compiling rdrand-x86_64-linux.S
[1380/1682] Compiling sha1-586-apple.S
[1381/1682] Compiling rsaz-avx2-apple.S
[1382/1682] Compiling rdrand-x86_64-apple.S
[1383/1682] Compiling p256_beeu-x86_64-asm-linux.S
[1384/1682] Compiling p256-x86_64-asm-linux.S
[1385/1682] Compiling p256_beeu-armv8-asm-win.S
[1386/1682] Compiling p256_beeu-x86_64-asm-apple.S
[1387/1682] Compiling p256-armv8-asm-win.S
[1388/1682] Compiling p256_beeu-armv8-asm-linux.S
[1389/1682] Compiling p256_beeu-armv8-asm-apple.S
[1390/1682] Compiling p256-x86_64-asm-apple.S
[1391/1682] Compiling p256-armv8-asm-linux.S
[1392/1682] Compiling p256-armv8-asm-apple.S
[1393/1682] Compiling ghashv8-armv8-win.S
[1394/1682] Compiling ghashv8-armv7-linux.S
[1394/1682] Compiling ghashv8-armv8-linux.S
[1394/1682] Compiling ghash-x86_64-apple.S
[1397/1682] Compiling ghash-x86_64-linux.S
[1398/1682] Compiling ghashv8-armv8-apple.S
[1399/1682] Compiling ghash-x86-linux.S
[1400/1682] Compiling ghash-x86-apple.S
[1401/1682] Compiling ghash-ssse3-x86_64-linux.S
[1402/1682] Compiling ghash-ssse3-x86_64-apple.S
[1403/1682] Compiling ghash-ssse3-x86-apple.S
[1404/1682] Compiling ghash-neon-armv8-apple.S
[1405/1682] Compiling ghash-ssse3-x86-linux.S
[1406/1682] Compiling ghash-neon-armv8-linux.S
[1407/1682] Compiling ghash-neon-armv8-win.S
[1408/1682] Compiling ghash-armv4-linux.S
[1409/1682] Compiling co-586-linux.S
[1410/1682] Compiling bsaes-armv7-linux.S
[1411/1682] Compiling co-586-apple.S
[1412/1682] Compiling bn-armv8-linux.S
[1413/1682] Compiling bn-armv8-win.S
[1414/1682] Compiling bn-586-linux.S
[1415/1682] Compiling bn-586-apple.S
[1416/1682] Compiling bn-armv8-apple.S
[1417/1682] Compiling armv8-mont-win.S
[1418/1682] Compiling armv4-mont-linux.S
[1419/1682] Compiling armv8-mont-linux.S
[1420/1682] Compiling aesv8-gcm-armv8-win.S
[1421/1682] Compiling armv8-mont-apple.S
[1422/1682] Compiling aesv8-armv8-win.S
[1423/1682] Compiling aesv8-gcm-armv8-apple.S
[1424/1682] Compiling aesni-x86_64-linux.S
[1425/1682] Compiling aesv8-armv8-apple.S
[1426/1682] Compiling aesv8-armv7-linux.S
[1427/1682] Compiling aesni-x86-linux.S
[1428/1682] Compiling aesv8-gcm-armv8-linux.S
[1429/1682] Compiling aesni-x86-apple.S
[1430/1682] Compiling aesv8-armv8-linux.S
[1431/1682] Compiling aesni-x86_64-apple.S
[1432/1682] Compiling aes-gcm-avx10-x86_64-linux.S
[1433/1682] Compiling aesni-gcm-x86_64-linux.S
[1434/1682] Compiling aesni-gcm-x86_64-apple.S
[1435/1682] Compiling aes-gcm-avx10-x86_64-apple.S
[1436/1682] Compiling x_req.cc
[1437/1682] Compiling x_val.cc
[1438/1682] Compiling x_x509.cc
[1439/1682] Compiling x_pubkey.cc
[1440/1682] Compiling x_sig.cc
[1441/1682] Compiling x_spki.cc
[1442/1682] Compiling x_x509a.cc
[1443/1682] Compiling x_name.cc
[1444/1682] Compiling x_crl.cc
[1445/1682] Compiling x_exten.cc
[1446/1682] Compiling x_all.cc
[1447/1682] Compiling x_algor.cc
[1448/1682] Compiling x_attrib.cc
[1449/1682] Compiling x509rset.cc
[1450/1682] Compiling x509name.cc
[1451/1682] Compiling x509spki.cc
[1452/1682] Compiling x509cset.cc
[1453/1682] Compiling x509_vpm.cc
[1454/1682] Compiling x509_v3.cc
[1455/1682] Compiling x509_set.cc
[1456/1682] Compiling x509_trs.cc
[1457/1682] Compiling x509_req.cc
[1458/1682] Compiling x509_vfy.cc
[1459/1682] Compiling x509_txt.cc
[1460/1682] Compiling x509_obj.cc
[1461/1682] Compiling x509_lu.cc
[1462/1682] Compiling x509.cc
[1463/1682] Compiling x509_d2.cc
[1464/1682] Compiling x509_def.cc
[1465/1682] Compiling x509_ext.cc
[1466/1682] Compiling x509_cmp.cc
[1467/1682] Compiling x509_att.cc
[1468/1682] Compiling v3_utl.cc
[1469/1682] Compiling v3_skey.cc
[1470/1682] Compiling v3_pcons.cc
[1471/1682] Compiling v3_pmaps.cc
[1472/1682] Compiling v3_ocsp.cc
[1473/1682] Compiling v3_purp.cc
[1474/1682] Compiling v3_prn.cc
[1475/1682] Compiling v3_lib.cc
[1476/1682] Compiling v3_ncons.cc
[1477/1682] Compiling v3_int.cc
[1478/1682] Compiling v3_crld.cc
[1479/1682] Compiling v3_genn.cc
[1480/1682] Compiling v3_cpols.cc
[1481/1682] Compiling v3_extku.cc
[1482/1682] Compiling v3_ia5.cc
[1483/1682] Compiling v3_info.cc
[1484/1682] Compiling v3_enum.cc
[1485/1682] Compiling v3_bcons.cc
[1486/1682] Compiling v3_akeya.cc
[1487/1682] Compiling v3_conf.cc
[1488/1682] Compiling v3_bitst.cc
[1489/1682] Compiling v3_akey.cc
[1490/1682] Compiling v3_alt.cc
[1491/1682] Compiling t_x509a.cc
[1492/1682] Compiling t_x509.cc
[1493/1682] Compiling t_req.cc
[1494/1682] Compiling t_crl.cc
[1495/1682] Compiling rsa_pss.cc
[1496/1682] Compiling name_print.cc
[1497/1682] Compiling i2d_pr.cc
[1498/1682] Compiling policy.cc
[1499/1682] Compiling by_dir.cc
[1500/1682] Compiling by_file.cc
[1501/1682] Compiling algorithm.cc
[1502/1682] Compiling a_sign.cc
[1503/1682] Compiling a_verify.cc
[1504/1682] Compiling asn1_gen.cc
[1505/1682] Compiling voprf.cc
[1506/1682] Compiling a_digest.cc
[1507/1682] Compiling trust_token.cc
[1508/1682] Compiling thread_none.cc
[1509/1682] Compiling pmbtoken.cc
[1510/1682] Compiling thread_pthread.cc
[1511/1682] Compiling thread_win.cc
[1512/1682] Compiling thread.cc
[1513/1682] Compiling thash.cc
[1514/1682] Compiling wots.cc
[1515/1682] Compiling stack.cc
[1516/1682] Compiling merkle.cc
[1517/1682] Compiling siphash.cc
[1518/1682] Compiling sha512.cc
[1519/1682] Compiling slhdsa.cc
[1520/1682] Compiling rsa_print.cc
[1521/1682] Compiling fors.cc
[1522/1682] Compiling sha1.cc
[1523/1682] Compiling sha256.cc
[1524/1682] Compiling rsa_extra.cc
[1525/1682] Compiling rsa_crypt.cc
[1526/1682] Compiling refcount.cc
[1527/1682] Compiling rc4.cc
[1528/1682] Compiling windows.cc
[1529/1682] Compiling rsa_asn1.cc
[1530/1682] Compiling urandom.cc
[1531/1682] Compiling rand_extra.cc
[1532/1682] Compiling trusty.cc
[1533/1682] Compiling passive.cc
[1534/1682] Compiling poly1305_arm_asm.S
[1535/1682] Compiling ios.cc
[1536/1682] Compiling getentropy.cc
[1537/1682] Compiling poly1305_arm.cc
[1538/1682] Compiling forkunsafe.cc
[1539/1682] Compiling deterministic.cc
[1540/1682] Compiling fork_detect.cc
[1541/1682] Compiling poly1305_vec.cc
[1542/1682] Compiling pool.cc
[1543/1682] Compiling poly1305.cc
[1544/1682] Compiling pkcs8_x509.cc
[1545/1682] Compiling pkcs7.cc
[1546/1682] Compiling pkcs8.cc
[1547/1682] Compiling pkcs7_x509.cc
[1548/1682] Compiling p5_pbev2.cc
[1549/1682] Compiling pem_xaux.cc
[1550/1682] Compiling pem_x509.cc
[1551/1682] Compiling pem_pkey.cc
[1552/1682] Compiling pem_info.cc
[1553/1682] Compiling pem_pk8.cc
[1554/1682] Compiling pem_lib.cc
[1555/1682] Compiling pem_oth.cc
[1556/1682] Compiling obj_xref.cc
[1557/1682] Compiling mlkem.cc
[1558/1682] Compiling obj.cc
[1559/1682] Compiling pem_all.cc
[1560/1682] Compiling poly_rq_mul.S
[1561/1682] Compiling mldsa.cc
[1562/1682] Compiling mem.cc
[1563/1682] Compiling fips_shared_support.cc
[1564/1682] Compiling md5.cc
[1565/1682] Compiling lhash.cc
[1566/1682] Compiling kyber.cc
[1567/1682] Compiling md4.cc
[1568/1682] Compiling ex_data.cc
[1569/1682] Compiling pbkdf.cc
[1570/1682] Compiling sign.cc
[1571/1682] Compiling hpke.cc
[1572/1682] Compiling scrypt.cc
[1573/1682] Compiling p_x25519_asn1.cc
[1574/1682] Compiling hrss.cc
[1575/1682] Compiling print.cc
[1576/1682] Compiling p_x25519.cc
[1577/1682] Compiling p_ed25519_asn1.cc
[1578/1682] Compiling p_ec_asn1.cc
[1579/1682] Compiling p_rsa_asn1.cc
[1580/1682] Compiling p_ed25519.cc
[1581/1682] Compiling p_rsa.cc
[1582/1682] Compiling p_hkdf.cc
[1583/1682] Compiling p_ec.cc
[1584/1682] Compiling p_dsa_asn1.cc
[1585/1682] Compiling p_dh_asn1.cc
[1586/1682] Compiling p_dh.cc
[1587/1682] Compiling evp_ctx.cc
[1588/1682] Compiling evp.cc
[1589/1682] Compiling engine.cc
[1590/1682] Compiling err.cc
[1591/1682] Compiling evp_asn1.cc
[1592/1682] Compiling hash_to_curve.cc
[1593/1682] Compiling ecdsa_asn1.cc
[1594/1682] Compiling ec_derive.cc
[1595/1682] Compiling ecdh_extra.cc
[1596/1682] Compiling dsa_asn1.cc
[1597/1682] Compiling dsa.cc
[1598/1682] Compiling ec_asn1.cc
[1599/1682] Compiling dh_asn1.cc
[1600/1682] Compiling params.cc
[1601/1682] Compiling x25519-asm-arm.S
[1602/1682] Compiling des.cc
[1603/1682] Compiling digest_extra.cc
[1604/1682] Compiling curve25519_64_adx.cc
[1605/1682] Compiling spake25519.cc
[1606/1682] Compiling bcm.cc
[1607/1682] Compiling cpu_intel.cc
[1608/1682] Compiling cpu_arm_linux.cc
[1609/1682] Compiling cpu_arm_freebsd.cc
[1610/1682] Compiling cpu_aarch64_win.cc
[1611/1682] Compiling curve25519.cc
[1612/1682] Compiling crypto.cc
[1613/1682] Compiling cpu_aarch64_sysreg.cc
[1614/1682] Compiling cpu_aarch64_openbsd.cc
[1615/1682] Compiling conf.cc
[1616/1682] Compiling e_rc2.cc
[1617/1682] Compiling e_null.cc
[1618/1682] Compiling cpu_aarch64_linux.cc
[1619/1682] Compiling tls_cbc.cc
[1620/1682] Compiling e_des.cc
[1621/1682] Compiling cpu_aarch64_fuchsia.cc
[1622/1682] Compiling e_tls.cc
[1623/1682] Compiling cpu_aarch64_apple.cc
[1624/1682] Compiling e_rc4.cc
[1625/1682] Compiling derive_key.cc
[1626/1682] Compiling e_chacha20poly1305.cc
[1627/1682] Compiling e_aesgcmsiv.cc
[1628/1682] Compiling e_aesctrhmac.cc
[1629/1682] Compiling chacha.cc
[1630/1682] Compiling asn1_compat.cc
[1631/1682] Compiling cipher_extra.cc
[1632/1682] Compiling unicode.cc
[1633/1682] Compiling cbs.cc
[1634/1682] Compiling bn_asn1.cc
[1635/1682] Compiling cbb.cc
[1636/1682] Compiling buf.cc
[1637/1682] Compiling ber.cc
[1638/1682] Compiling blake2.cc
[1639/1682] Compiling printf.cc
[1640/1682] Compiling convert.cc
[1641/1682] Compiling hexdump.cc
[1642/1682] Compiling pair.cc
[1643/1682] Compiling bio.cc
[1644/1682] Compiling errno.cc
[1645/1682] Compiling base64.cc
[1646/1682] Compiling file.cc
[1647/1682] Compiling fd.cc
[1648/1682] Compiling bio_mem.cc
[1649/1682] Compiling tasn_typ.cc
[1650/1682] Compiling f_string.cc
[1651/1682] Compiling tasn_fre.cc
[1652/1682] Compiling tasn_utl.cc
[1653/1682] Compiling tasn_new.cc
[1654/1682] Compiling tasn_enc.cc
[1655/1682] Compiling posix_time.cc
[1656/1682] Compiling tasn_dec.cc
[1657/1682] Compiling f_int.cc
[1658/1682] Compiling asn_pack.cc
[1659/1682] Compiling asn1_par.cc
[1660/1682] Compiling a_utctm.cc
[1661/1682] Compiling asn1_lib.cc
[1662/1682] Compiling a_strnid.cc
[1663/1682] Compiling a_time.cc
[1664/1682] Compiling a_type.cc
[1665/1682] Compiling a_strex.cc
[1666/1682] Compiling a_octet.cc
[1667/1682] Compiling a_i2d_fp.cc
[1668/1682] Compiling a_mbstr.cc
[1669/1682] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1670/1682] Write sources
[1671/1682] Compiling a_d2i_fp.cc
[1671/1682] Write sources
[1676/1682] Compiling a_object.cc
[1677/1691] Compiling a_int.cc
[1678/1704] Compiling a_dup.cc
[1679/1735] Compiling a_bitstr.cc
[1680/1760] Compiling a_gentm.cc
[1681/1779] Compiling a_bool.cc
[1683/1779] Compiling Atomics AtomicValue.swift
[1684/1779] Compiling Atomics Primitives.shims.swift
[1685/1779] Compiling Atomics AtomicInteger.swift
[1686/1779] Compiling Atomics AtomicOptionalWrappable.swift
[1687/1779] Compiling Atomics AtomicMemoryOrderings.swift
[1688/1779] Compiling Atomics DoubleWord.swift
[1689/1779] Compiling Atomics UnsafeAtomic.swift
[1690/1794] Compiling Atomics ManagedAtomic.swift
[1691/1794] Compiling Atomics ManagedAtomicLazyReference.swift
[1693/1794] Compiling Atomics UnsafeAtomicLazyReference.swift
[1696/1796] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1697/1796] Compiling BitCollections BitSet+CustomReflectable.swift
[1698/1796] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1699/1796] Compiling BitCollections BitSet+Equatable.swift
[1700/1796] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1701/1796] Compiling BitCollections BitSet+Extras.swift
[1702/1796] Compiling BitCollections BitSet+Hashable.swift
[1703/1796] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1704/1796] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1705/1796] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1706/1796] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1707/1796] Compiling BitCollections BitSet+SetAlgebra union.swift
[1708/1796] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1709/1796] Compiling BitCollections BitSet.Counted.swift
[1710/1796] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1711/1796] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1712/1796] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1713/1796] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1714/1796] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1715/1796] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1716/1796] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1717/1796] Compiling Atomics IntegerOperations.swift
[1718/1796] Compiling Atomics Unmanaged extensions.swift
[1722/1796] Compiling Atomics AtomicReference.swift
[1723/1796] Compiling Atomics AtomicStorage.swift
[1728/1799] Compiling Algorithms Split.swift
[1729/1799] Compiling Algorithms Stride.swift
[1730/1799] Compiling Algorithms Suffix.swift
[1731/1799] Compiling Atomics OptionalRawRepresentable.swift
[1732/1799] Compiling Atomics RawRepresentable.swift
[1733/1799] Compiling Atomics AtomicBool.swift
[1734/1799] Compiling Atomics IntegerConformances.swift
[1735/1799] Compiling CryptoBoringWrapper RandomBytes.swift
[1738/1799] Compiling Algorithms Product.swift
[1739/1799] Emitting module BitCollections
[1744/1799] Compiling Atomics PointerConformances.swift
[1745/1799] Compiling Atomics Primitives.native.swift
[1749/1799] Compiling Algorithms Trim.swift
[1750/1799] Compiling Algorithms Unique.swift
[1751/1799] Compiling Algorithms Windows.swift
[1752/1799] Compiling BitCollections BitArray._UnsafeHandle.swift
[1753/1799] Compiling BitCollections BitArray.swift
[1754/1799] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1755/1799] Compiling BitCollections BitSet+Codable.swift
[1764/1799] Compiling BitCollections BitSet.Index.swift
[1765/1799] Compiling BitCollections BitSet._UnsafeHandle.swift
[1766/1799] Compiling BitCollections BitSet.swift
[1767/1799] Compiling BitCollections Range+Utilities.swift
[1768/1799] Compiling BitCollections Slice+Utilities.swift
[1769/1799] Compiling BitCollections UInt+Tricks.swift
[1770/1799] Compiling BitCollections _Word.swift
[1772/1800] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1773/1800] Emitting module CryptoBoringWrapper
[1774/1800] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1775/1800] Compiling CryptoBoringWrapper EllipticCurve.swift
[1783/1800] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1784/1800] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1785/1800] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1790/1803] Emitting module Collections
[1791/1803] Compiling Collections Collections.swift
[1797/1875] Emitting module Algorithms
[1798/1876] Emitting module Atomics
[1799/1876] Compiling Crypto ChaChaPoly.swift
[1800/1876] Compiling Crypto Cipher.swift
[1801/1876] Compiling Crypto Nonces.swift
[1802/1876] Compiling Crypto AES-GCM.swift
[1803/1876] Compiling Crypto AES-GCM_boring.swift
[1804/1876] Compiling Crypto ChaChaPoly_boring.swift
[1807/1937] Compiling Crypto SymmetricKeys.swift
[1808/1937] Compiling Crypto HMAC.swift
[1809/1937] Compiling Crypto MACFunctions.swift
[1810/1937] Compiling Crypto MessageAuthenticationCode.swift
[1811/1937] Compiling Crypto AES.swift
[1812/1937] Compiling Crypto ECDSASignature_boring.swift
[1813/1937] Compiling Crypto ECDSA_boring.swift
[1814/1937] Compiling Crypto EdDSA_boring.swift
[1815/1937] Compiling Crypto ECDSA.swift
[1816/1937] Compiling Crypto Ed25519.swift
[1817/1937] Compiling NIOCore FileHandle.swift
[1818/1937] Compiling NIOCore FileRegion.swift
[1819/1937] Compiling NIOCore GlobalSingletons.swift
[1820/1937] Compiling NIOCore IO.swift
[1821/1937] Compiling NIOCore IOData.swift
[1822/1937] Compiling NIOCore IPProtocol.swift
[1823/1937] Compiling NIOCore IntegerBitPacking.swift
[1824/1937] Compiling NIOCore IntegerTypes.swift
[1825/1937] Compiling NIOCore Interfaces.swift
[1826/1937] Compiling NIOCore Linux.swift
[1827/1937] Compiling NIOCore MarkedCircularBuffer.swift
[1828/1937] Compiling NIOCore MulticastChannel.swift
[1829/1937] Compiling NIOCore NIOAny.swift
[1830/1937] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1831/1937] Compiling NIOCore NIOLoopBound.swift
[1832/1937] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1833/1937] Compiling NIOCore NIOScheduledCallback.swift
[1834/1937] Compiling NIOCore NIOSendable.swift
[1835/1937] Compiling NIOCore RecvByteBufferAllocator.swift
[1836/1937] Compiling Crypto X25519Keys.swift
[1845/1954] Compiling NIOCore ConvenienceOptionSupport.swift
[1846/1954] Compiling NIOCore DeadChannel.swift
[1847/1954] Compiling NIOCore DispatchQueue+WithFuture.swift
[1848/1954] Compiling NIOCore EventLoop+Deprecated.swift
[1849/1954] Compiling NIOCore EventLoop+SerialExecutor.swift
[1850/1954] Compiling NIOCore EventLoop.swift
[1851/1954] Compiling NIOCore ByteBuffer-multi-int.swift
[1852/1954] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1853/1954] Compiling NIOCore ByteBuffer-views.swift
[1854/1954] Compiling NIOCore Channel.swift
[1855/1954] Compiling NIOCore ChannelHandler.swift
[1856/1954] Compiling NIOCore ChannelHandlers.swift
[1857/1954] Compiling NIOCore ChannelInvoker.swift
[1858/1954] Compiling NIOCore ChannelOption.swift
[1859/1954] Compiling NIOCore ChannelPipeline.swift
[1860/1954] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1861/1954] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1862/1954] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1863/1954] Compiling NIOCore EventLoopFuture.swift
[1864/1954] Compiling NIOCore FileDescriptor.swift
[1873/1954] Compiling NIOCore AddressedEnvelope.swift
[1874/1954] Compiling NIOCore AsyncAwaitSupport.swift
[1875/1954] Compiling NIOCore AsyncChannel.swift
[1876/1954] Compiling NIOCore AsyncChannelHandler.swift
[1877/1954] Compiling NIOCore AsyncChannelInboundStream.swift
[1878/1954] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1879/1954] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1880/1954] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1881/1954] Compiling NIOCore NIOAsyncWriter.swift
[1882/1954] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1883/1954] Emitting module Crypto
[1884/1954] Compiling NIOCore BSDSocketAPI.swift
[1885/1954] Compiling NIOCore ByteBuffer-aux.swift
[1886/1954] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1887/1954] Compiling NIOCore ByteBuffer-conversions.swift
[1888/1954] Compiling NIOCore ByteBuffer-core.swift
[1889/1954] Compiling NIOCore ByteBuffer-hex.swift
[1890/1954] Compiling NIOCore ByteBuffer-int.swift
[1891/1954] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1892/1954] Compiling NIOCore CircularBuffer.swift
[1893/1954] Compiling NIOCore Codec.swift
[1894/1954] Compiling Crypto Signature.swift
[1895/1954] Compiling Crypto CryptoKitErrors_boring.swift
[1896/1954] Compiling Crypto RNG_boring.swift
[1897/1954] Compiling Crypto SafeCompare_boring.swift
[1898/1954] Compiling Crypto Zeroization_boring.swift
[1899/1954] Compiling Crypto PrettyBytes.swift
[1900/1954] Compiling Crypto SafeCompare.swift
[1901/1954] Compiling Crypto SecureBytes.swift
[1902/1954] Compiling Crypto Zeroization.swift
[1904/2002] Compiling JWTKit JWTSigners.swift
[1905/2002] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1906/2002] Compiling JWTKit UnsecuredNoneSigner.swift
[1907/2002] Compiling JWTKit JWTSigner+RSA.swift
[1908/2002] Compiling JWTKit RSAError.swift
[1909/2002] Compiling JWTKit RSAKey.swift
[1910/2002] Compiling JWTKit RSASigner.swift
[1911/2002] Compiling JWTKit Base64URL.swift
[1912/2002] Compiling JWTKit EdDSAKey.swift
[1913/2002] Compiling JWTKit EdDSASigner.swift
[1914/2002] Compiling JWTKit JWTSigner+EdDSA.swift
[1915/2002] Compiling JWTKit JWTAlgorithm.swift
[1916/2002] Compiling JWTKit JWTError.swift
[1917/2002] Compiling JWTKit JWTHeader.swift
[1918/2002] Compiling JWTKit JWTParser.swift
[1919/2002] Compiling JWTKit JWTPayload.swift
[1920/2002] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1921/2002] Compiling NIOCore SocketAddresses.swift
[1922/2002] Compiling NIOCore SocketOptionProvider.swift
[1923/2002] Compiling NIOCore SystemCallHelpers.swift
[1924/2002] Compiling NIOCore TimeAmount+Duration.swift
[1925/2002] Compiling NIOCore TypeAssistedChannelHandler.swift
[1926/2002] Compiling NIOCore UniversalBootstrapSupport.swift
[1927/2002] Compiling NIOCore Utilities.swift
[1928/2002] Compiling JWTKit JWTClaim.swift
[1929/2002] Compiling JWTKit JWTMultiValueClaim.swift
[1930/2002] Compiling JWTKit JWTUnixEpochClaim.swift
[1931/2002] Compiling JWTKit LocaleClaim.swift
[1932/2002] Compiling JWTKit NotBeforeClaim.swift
[1933/2002] Compiling JWTKit SubjectClaim.swift
[1934/2002] Compiling JWTKit ECDSAError.swift
[1935/2002] Compiling JWTKit AudienceClaim.swift
[1936/2002] Compiling JWTKit BoolClaim.swift
[1937/2002] Compiling JWTKit ExpirationClaim.swift
[1938/2002] Compiling JWTKit GoogleHostedDomainClaim.swift
[1939/2002] Compiling JWTKit IDClaim.swift
[1940/2002] Compiling JWTKit IssuedAtClaim.swift
[1941/2002] Compiling JWTKit IssuerClaim.swift
[1942/2008] Emitting module JWTKit
[1943/2008] Compiling JWTKit JWTSigner.swift
[1954/2008] Compiling JWTKit JWTSerializer.swift
[1967/2008] Compiling JWTKit BigNumber.swift
[1968/2008] Compiling JWTKit CustomizedJSONCoders.swift
[1969/2008] Compiling JWTKit Exports.swift
[1970/2008] Compiling JWTKit ECDSAKey.swift
[1971/2008] Compiling JWTKit ECDSASigner.swift
[1972/2008] Compiling JWTKit JWTSigner+ECDSA.swift
[1973/2008] Compiling JWTKit EdDSAError.swift
[1977/2008] Compiling JWTKit OctetKeyPair.swift
[1978/2008] Compiling JWTKit HMACError.swift
[1979/2008] Compiling JWTKit HMACSigner.swift
[1980/2008] Compiling JWTKit JWTSigner+HMAC.swift
[1981/2008] Compiling JWTKit JWK.swift
[1982/2008] Compiling JWTKit JWKIdentifier.swift
[1983/2008] Compiling JWTKit JWKS.swift
[1984/2008] Compiling JWTKit OpenSSLSigner.swift
[1985/2008] Compiling JWTKit Utilities.swift
[1986/2008] Compiling JWTKit AppleIdentityToken.swift
[1987/2008] Compiling JWTKit GoogleIdentityToken.swift
[1988/2008] Compiling JWTKit MicrosoftIdentitiyToken.swift
[1989/2008] Compiling JWTKit X5CVerifier.swift
[1991/2009] Emitting module NIOCore
[2011/2060] Emitting module NIOEmbedded
[2012/2060] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2013/2060] Compiling NIOEmbedded AsyncTestingChannel.swift
[2014/2060] Compiling NIOEmbedded Embedded.swift
[2016/2061] Emitting module NIOPosix
[2017/2067] Compiling NIOPosix ServerSocket.swift
[2018/2067] Compiling NIOPosix Socket.swift
[2019/2067] Compiling NIOPosix SocketChannel.swift
[2020/2067] Compiling NIOPosix SocketProtocols.swift
[2021/2067] Compiling NIOPosix System.swift
[2022/2067] Compiling NIOPosix Thread.swift
[2023/2067] Compiling NIOPosix Pool.swift
[2024/2067] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2025/2067] Compiling NIOPosix PosixSingletons.swift
[2026/2067] Compiling NIOPosix RawSocketBootstrap.swift
[2027/2067] Compiling NIOPosix Resolver.swift
[2028/2067] Compiling NIOPosix Selectable.swift
[2029/2067] Compiling NIOPosix SelectableChannel.swift
[2030/2067] Compiling NIOPosix SelectableEventLoop.swift
[2031/2067] Compiling NIOPosix SelectorEpoll.swift
[2032/2067] Compiling NIOPosix SelectorGeneric.swift
[2033/2067] Compiling NIOPosix SelectorKqueue.swift
[2034/2067] Compiling NIOPosix SelectorUring.swift
[2035/2067] Compiling NIOPosix ThreadPosix.swift
[2036/2067] Compiling NIOPosix ThreadWindows.swift
[2037/2067] Compiling NIOPosix UnsafeTransfer.swift
[2038/2067] Compiling NIOPosix Utilities.swift
[2039/2067] Compiling NIOPosix VsockAddress.swift
[2040/2067] Compiling NIOPosix VsockChannelEvents.swift
[2041/2067] Compiling NIOPosix IO.swift
[2042/2067] Compiling NIOPosix IntegerBitPacking.swift
[2043/2067] Compiling NIOPosix IntegerTypes.swift
[2044/2067] Compiling NIOPosix Linux.swift
[2045/2067] Compiling NIOPosix LinuxCPUSet.swift
[2046/2067] Compiling NIOPosix LinuxUring.swift
[2047/2067] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2048/2067] Compiling NIOPosix NIOThreadPool.swift
[2049/2067] Compiling NIOPosix NonBlockingFileIO.swift
[2050/2067] Compiling NIOPosix PendingDatagramWritesManager.swift
[2051/2067] Compiling NIOPosix PendingWritesManager.swift
[2052/2067] Compiling NIOPosix PipeChannel.swift
[2053/2067] Compiling NIOPosix PipePair.swift
[2054/2067] Compiling NIOPosix BSDSocketAPICommon.swift
[2055/2067] Compiling NIOPosix BSDSocketAPIPosix.swift
[2056/2067] Compiling NIOPosix BSDSocketAPIWindows.swift
[2057/2067] Compiling NIOPosix BaseSocket.swift
[2058/2067] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2059/2067] Compiling NIOPosix BaseSocketChannel.swift
[2060/2067] Compiling NIOPosix BaseStreamSocketChannel.swift
[2061/2067] Compiling NIOPosix Bootstrap.swift
[2062/2067] Compiling NIOPosix ControlMessage.swift
[2063/2067] Compiling NIOPosix DatagramVectorReadManager.swift
[2064/2067] Compiling NIOPosix Errors+Any.swift
[2065/2067] Compiling NIOPosix FileDescriptor.swift
[2066/2067] Compiling NIOPosix GetaddrinfoResolver.swift
[2067/2067] Compiling NIOPosix HappyEyeballs.swift
[2069/2127] Emitting module NIO
[2070/2127] Compiling NIO Exports.swift
[2071/2128] Compiling AsyncKit ConnectionPoolError.swift
[2072/2128] Compiling AsyncKit ConnectionPoolItem.swift
[2073/2128] Compiling AsyncKit ConnectionPoolSource.swift
[2075/2130] Compiling AsyncKit EventLoop+Flatten.swift
[2076/2130] Compiling AsyncKit EventLoop+Future.swift
[2077/2130] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[2078/2130] Compiling AsyncKit EventLoopGroup+Throwing.swift
[2079/2130] Compiling AsyncKit Collection+Flatten.swift
[2080/2130] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[2081/2140] Compiling AsyncKit Future+Miscellaneous.swift
[2082/2140] Compiling AsyncKit Future+Nonempty.swift
[2083/2140] Compiling AsyncKit Future+Optional.swift
[2084/2140] Compiling AsyncKit Future+Transform.swift
[2085/2140] Compiling AsyncKit Future+Try.swift
[2086/2140] Compiling AsyncKit FutureOperators.swift
[2087/2169] Compiling _NIOFileSystem ParallelDirCopy.swift
[2088/2169] Compiling _NIOFileSystem ParallelRemoval.swift
[2089/2169] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[2090/2169] Compiling _NIOFileSystem CInterop.swift
[2091/2169] Compiling _NIOFileSystem Errno.swift
[2092/2173] Compiling NIOTLS TLSEvents.swift
[2093/2173] Compiling NIOSOCKS SOCKSResponse.swift
[2094/2174] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2095/2174] Emitting module _NIOFileSystem
[2096/2174] Compiling AsyncKit Optional+StrictMap.swift
[2097/2174] Compiling AsyncKit Exports.swift
[2098/2174] Emitting module NIOTLS
[2099/2174] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2100/2174] Emitting module NIOSOCKS
[2101/2174] Compiling NIOHTTP1 ByteCollectionUtils.swift
[2102/2174] Compiling NIOHTTP1 HTTPDecoder.swift
[2103/2174] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2104/2174] Compiling NIOSOCKS ClientStateMachine.swift
[2105/2174] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2106/2174] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[2107/2174] Compiling _NIOFileSystem Mocking.swift
[2108/2174] Compiling _NIOFileSystem Syscall.swift
[2109/2174] Compiling _NIOFileSystem Syscalls.swift
[2110/2174] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2111/2174] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[2112/2174] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[2113/2174] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[2114/2174] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2115/2174] Compiling NIOSOCKS ServerStateMachine.swift
[2116/2174] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[2117/2174] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[2118/2174] Compiling NIOHTTP1 HTTPEncoder.swift
[2119/2174] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[2123/2175] Emitting module NIOHTTP1
[2124/2177] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2125/2177] Compiling NIOTLS SNIHandler.swift
[2127/2178] Emitting module NIOFoundationCompat
[2128/2178] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2130/2208] Compiling NIOSSL SSLCallbacks.swift
[2131/2208] Compiling NIOSSL SSLCertificate.swift
[2132/2208] Compiling NIOSSL NIOSSLClientHandler.swift
[2133/2208] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[2134/2208] Compiling NIOSSL NIOSSLHandler.swift
[2135/2208] Compiling NIOSSL NIOSSLServerHandler.swift
[2136/2208] Compiling NIOSSL ObjectIdentifier.swift
[2137/2208] Compiling NIOSSL SSLCertificateExtensions.swift
[2138/2208] Compiling NIOSSL SSLCertificateName.swift
[2139/2230] Compiling NIOTransportServices NIOTSBootstraps.swift
[2140/2230] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2141/2230] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2142/2230] Compiling NIOSSL SSLPublicKey.swift
[2143/2230] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[2144/2230] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[2145/2230] Compiling NIOSSL SubjectAlternativeName.swift
[2146/2230] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2147/2230] Compiling NIOTransportServices NIOTSErrors.swift
[2148/2230] Compiling NIOTransportServices NIOTSEventLoop.swift
[2151/2230] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2152/2232] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2153/2232] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2154/2232] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2155/2232] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2156/2232] Compiling NIOTransportServices NIOTSSingletons.swift
[2157/2232] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2158/2232] Compiling NIOTransportServices StateManagedChannel.swift
[2159/2232] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2163/2232] Compiling NIOTransportServices AcceptHandler.swift
[2164/2232] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2165/2232] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2166/2232] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2169/2232] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2170/2232] Emitting module NIOTransportServices
[2171/2232] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2172/2232] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2173/2232] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2177/2233] Compiling _NIOFileSystem SystemFileHandle.swift
[2178/2233] Compiling _NIOFileSystem Utilities.swift
[2179/2233] Compiling _NIOFileSystem OpenOptions.swift
[2180/2233] Compiling _NIOFileSystem String+FileSystem.swift
[2186/2234] Emitting module AsyncKit
[2193/2234] Compiling NIOSSL NIOSSLSecureBytes.swift
[2194/2234] Compiling NIOSSL RNG.swift
[2195/2234] Compiling NIOSSL SafeCompare.swift
[2200/2283] Emitting module NIOSSL
[2201/2283] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2202/2283] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2203/2283] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2204/2283] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2205/2285] Compiling MultipartKit MultipartPart.swift
[2206/2285] Compiling MultipartKit MultipartPartConvertible.swift
[2209/2285] Compiling MultipartKit FormDataEncoder.swift
[2210/2285] Compiling MultipartKit Storage.swift
[2211/2285] Compiling MultipartKit MultipartFormData.swift
[2212/2285] Compiling MultipartKit MultipartParser.swift
[2213/2286] Compiling MultipartKit Exports.swift
[2214/2286] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2215/2286] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2216/2286] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2217/2303] Compiling NIOExtras DebugInboundEventsHandler.swift
[2218/2303] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2219/2303] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2220/2303] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2221/2303] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2222/2303] Compiling NIOExtras RequestResponseHandler.swift
[2223/2303] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2224/2303] Compiling NIOExtras PCAPRingBuffer.swift
[2225/2303] Compiling NIOExtras QuiescingHelper.swift
[2226/2303] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2227/2303] Compiling NIOExtras LengthFieldPrepender.swift
[2228/2303] Compiling NIOExtras LineBasedFrameDecoder.swift
[2233/2304] Compiling NIOHPACK IndexedHeaderTable.swift
[2234/2304] Compiling NIOHPACK IntegerCoding.swift
[2235/2305] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2236/2305] Compiling NIOWebSocket WebSocketOpcode.swift
[2237/2306] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2238/2309] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2239/2309] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2240/2309] Compiling NIOExtras NIOExtrasError.swift
[2243/2311] Compiling NIOHPACK HuffmanCoding.swift
[2244/2311] Compiling NIOHPACK StaticHeaderTable.swift
[2251/2311] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2254/2311] Compiling NIOExtras JSONRPCFraming.swift
[2255/2311] Compiling NIOWebSocket WebSocketFrame.swift
[2256/2311] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2257/2311] Compiling NIOHPACK HuffmanTables.swift
[2258/2311] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2259/2311] Compiling NIOExtras NIORequestIdentifiable.swift
[2262/2311] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2266/2313] Compiling NIOHTTPCompression HTTPCompression.swift
[2267/2313] Compiling NIOHTTPCompression HTTPDecompression.swift
[2268/2313] Emitting module NIOHTTPCompression
[2269/2313] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2273/2313] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2274/2313] Emitting module MultipartKit
[2278/2313] Emitting module NIOWebSocket
[2279/2313] Emitting module _NIOFileSystemFoundationCompat
[2284/2315] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2285/2315] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2292/2316] Emitting module NIOExtras
[2297/2316] Emitting module NIOHPACK
[2300/2316] Compiling NIOExtras WritePCAPHandler.swift
[2301/2316] Compiling MultipartKit Utilities.swift
[2310/2318] Compiling NIOExtras UnsafeTransfer.swift
[2312/2318] Compiling NIOSSL Zeroization.swift
[2313/2318] Compiling NIOSSL TLSConfiguration.swift
[2314/2318] Compiling NIOSSL UniversalBootstrapSupport.swift
[2315/2318] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2318/2380] Compiling NIOFileSystem Exports.swift
[2319/2380] Emitting module NIOFileSystem
[2321/2389] Compiling WebSocketKit Exports.swift
[2322/2389] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2323/2389] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2324/2389] Compiling NIOHTTP2 HasLocalSettings.swift
[2325/2389] Compiling NIOHTTP2 HasRemoteSettings.swift
[2326/2389] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2327/2389] Compiling NIOHTTP2 QuiescingState.swift
[2328/2389] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2329/2389] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2330/2397] Emitting module WebSocketKit
[2331/2397] Compiling WebSocketKit WebSocketHandler.swift
[2332/2397] Compiling WebSocketKit WebSocket+Concurrency.swift
[2333/2397] Compiling NIOHTTP2 MaySendFrames.swift
[2334/2397] Compiling NIOHTTP2 SendingDataState.swift
[2335/2397] Compiling NIOHTTP2 SendingGoawayState.swift
[2336/2397] Compiling NIOHTTP2 SendingHeadersState.swift
[2337/2397] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2338/2397] Compiling NIOHTTP2 SendingRstStreamState.swift
[2339/2397] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2340/2397] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2341/2397] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2342/2397] Compiling WebSocketKit WebSocket+Connect.swift
[2343/2397] Compiling WebSocketKit WebSocket.swift
[2344/2397] Compiling WebSocketKit WebSocketClient.swift
[2350/2399] Emitting module NIOHTTP2
[2351/2399] Compiling NIOHTTP2 InboundWindowManager.swift
[2352/2399] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2353/2399] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2354/2399] Compiling NIOHTTP2 StreamChannelList.swift
[2355/2399] Compiling NIOHTTP2 StreamMap.swift
[2356/2399] Compiling NIOHTTP2 StreamStateMachine.swift
[2357/2399] Compiling NIOHTTP2 UnsafeTransfer.swift
[2358/2399] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2359/2399] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2360/2399] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2361/2399] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2362/2399] Compiling NIOHTTP2 HTTP2StreamID.swift
[2363/2399] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2364/2399] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2365/2399] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2366/2399] Compiling NIOHTTP2 InboundEventBuffer.swift
[2367/2399] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2368/2399] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2369/2399] Compiling NIOHTTP2 MayReceiveFrames.swift
[2370/2399] Compiling NIOHTTP2 ReceivingDataState.swift
[2371/2399] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2372/2399] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2373/2399] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2374/2399] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2375/2399] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2376/2399] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2377/2399] Compiling NIOHTTP2 HTTP2Frame.swift
[2378/2399] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2379/2399] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2380/2399] Compiling NIOHTTP2 HTTP2PingData.swift
[2381/2399] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2382/2399] Compiling NIOHTTP2 HTTP2Settings.swift
[2383/2399] Compiling NIOHTTP2 HTTP2Stream.swift
[2384/2399] Compiling NIOHTTP2 StateMachineResult.swift
[2385/2399] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2386/2399] Compiling NIOHTTP2 DOSHeuristics.swift
[2387/2399] Compiling NIOHTTP2 Error+Any.swift
[2388/2399] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2389/2399] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2390/2399] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2391/2399] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2392/2399] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2393/2399] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2394/2399] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2395/2399] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2396/2399] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2397/2399] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2398/2399] Compiling NIOHTTP2 HTTP2Error.swift
[2399/2399] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2401/2460] Emitting module AsyncHTTPClient
[2402/2460] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2403/2460] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2404/2460] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2405/2460] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2406/2460] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2407/2460] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2408/2460] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2409/2460] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2410/2460] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2411/2468] Compiling AsyncHTTPClient HTTPHandler.swift
[2412/2468] Compiling AsyncHTTPClient LRUCache.swift
[2413/2468] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2414/2468] Compiling AsyncHTTPClient NWErrorHandler.swift
[2415/2468] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2416/2468] Compiling AsyncHTTPClient TLSConfiguration.swift
[2417/2468] Compiling AsyncHTTPClient RedirectState.swift
[2418/2468] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2419/2468] Compiling AsyncHTTPClient ConnectionTarget.swift
[2420/2468] Compiling AsyncHTTPClient DeconstructedURL.swift
[2421/2468] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2422/2468] Compiling AsyncHTTPClient FoundationExtensions.swift
[2423/2468] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2424/2468] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2425/2468] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2426/2468] Compiling AsyncHTTPClient HTTPClient.swift
[2427/2468] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2428/2468] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2429/2468] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2430/2468] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2431/2468] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2432/2468] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2433/2468] Compiling AsyncHTTPClient RequestBodyLength.swift
[2434/2468] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2435/2468] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2436/2468] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2437/2468] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2438/2468] Compiling AsyncHTTPClient HTTP1Connection.swift
[2439/2468] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2440/2468] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2441/2468] Compiling AsyncHTTPClient HTTP2Connection.swift
[2442/2468] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2443/2468] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2444/2468] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2445/2468] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2446/2468] Compiling AsyncHTTPClient Transaction.swift
[2447/2468] Compiling AsyncHTTPClient Base64.swift
[2448/2468] Compiling AsyncHTTPClient BasicAuth.swift
[2449/2468] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2450/2468] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2451/2468] Compiling AsyncHTTPClient ConnectionPool.swift
[2452/2468] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2453/2468] Compiling AsyncHTTPClient RequestOptions.swift
[2454/2468] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2455/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2456/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2457/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2458/2468] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2459/2468] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2460/2468] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2461/2468] Compiling AsyncHTTPClient RequestBag.swift
[2462/2468] Compiling AsyncHTTPClient RequestValidation.swift
[2463/2468] Compiling AsyncHTTPClient SSLContextCache.swift
[2464/2468] Compiling AsyncHTTPClient Scheme.swift
[2465/2468] Compiling AsyncHTTPClient Singleton.swift
[2466/2468] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2467/2468] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2468/2468] Compiling AsyncHTTPClient Utils.swift
[2470/2638] Compiling Vapor HTTPServerResponseEncoder.swift
[2471/2638] Compiling Vapor HTTPServerUpgradeHandler.swift
[2472/2638] Compiling Vapor Logger+Report.swift
[2473/2638] Compiling Vapor LoggingSystem+Environment.swift
[2474/2638] Compiling Vapor Application+Middleware.swift
[2475/2638] Compiling Vapor CORSMiddleware.swift
[2476/2638] Compiling Vapor ErrorMiddleware.swift
[2477/2638] Compiling Vapor FileMiddleware.swift
[2478/2638] Compiling Vapor Middleware.swift
[2479/2638] Compiling Vapor MiddlewareConfiguration.swift
[2480/2638] Compiling Vapor ResponseCompressionMiddleware.swift
[2481/2638] Compiling Vapor RouteLoggingMiddleware.swift
[2482/2638] Compiling Vapor TracingMiddleware.swift
[2483/2638] Compiling Vapor File+Multipart.swift
[2484/2638] Compiling Vapor FormDataDecoder+Content.swift
[2485/2638] Compiling Vapor FormDataEncoder+Content.swift
[2486/2638] Compiling Vapor Application+Password.swift
[2487/2638] Compiling Vapor Application+Passwords.swift
[2488/2638] Compiling Vapor AsyncPasswordHasher.swift
[2489/2638] Compiling Vapor BcryptHasher.swift
[2490/2638] Compiling Vapor PasswordHasher.swift
[2491/2638] Compiling Vapor PlaintextHasher.swift
[2492/2638] Compiling Vapor Request+Password.swift
[2493/2638] Compiling Vapor Redirect.swift
[2494/2662] Compiling Vapor Request+Body.swift
[2495/2662] Compiling Vapor Request+BodyStream.swift
[2496/2662] Compiling Vapor Request.swift
[2497/2662] Compiling Vapor Application+Responder.swift
[2498/2662] Compiling Vapor DefaultResponder.swift
[2499/2662] Compiling Vapor Response+Body.swift
[2500/2662] Compiling Vapor Response.swift
[2501/2662] Compiling Vapor ResponseCodable.swift
[2502/2662] Compiling Vapor Application+Routes.swift
[2503/2662] Compiling Vapor Parameters+Require.swift
[2504/2662] Compiling Vapor Request+WebSocket.swift
[2505/2662] Compiling Vapor Route.swift
[2506/2662] Compiling Vapor RouteCollection.swift
[2507/2662] Compiling Vapor Routes.swift
[2508/2662] Compiling Vapor RoutesBuilder+Group.swift
[2509/2662] Compiling Vapor RoutesBuilder+Method.swift
[2510/2662] Compiling Vapor RoutesBuilder+Middleware.swift
[2511/2662] Compiling Vapor RoutesBuilder+WebSocket.swift
[2512/2662] Compiling Vapor RoutesBuilder.swift
[2513/2662] Compiling Vapor OTP.swift
[2514/2662] Compiling Vapor Application+Servers.swift
[2515/2662] Compiling Vapor Server.swift
[2516/2662] Compiling Vapor App+Service.swift
[2517/2662] Compiling Vapor Req+Service.swift
[2518/2662] Emitting module Vapor
[2519/2662] Compiling Vapor AsyncBasicResponder.swift
[2520/2662] Compiling Vapor AsyncMiddleware.swift
[2521/2662] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2522/2662] Compiling Vapor AsyncSessionDriver.swift
[2523/2662] Compiling Vapor Authentication+Concurrency.swift
[2524/2662] Compiling Vapor Cache+Concurrency.swift
[2525/2662] Compiling Vapor Client+Concurrency.swift
[2526/2662] Compiling Vapor RequestBody+Concurrency.swift
[2527/2662] Compiling Vapor Responder+Concurrency.swift
[2528/2662] Compiling Vapor ResponseCodable+Concurrency.swift
[2529/2662] Compiling Vapor RoutesBuilder+Concurrency.swift
[2530/2662] Compiling Vapor ViewRenderer+Concurrency.swift
[2531/2662] Compiling Vapor WebSocket+Concurrency.swift
[2532/2662] Compiling Vapor ContainerGetPathExecutor.swift
[2533/2662] Compiling Vapor Content.swift
[2534/2662] Compiling Vapor ContentCoders.swift
[2535/2662] Compiling Vapor ContentConfiguration.swift
[2536/2662] Compiling Vapor ContentContainer.swift
[2537/2662] Compiling Vapor JSONCoder+Custom.swift
[2538/2662] Compiling Vapor JSONCoders+Content.swift
[2539/2662] Compiling Vapor PlaintextDecoder.swift
[2540/2662] Compiling Vapor PlaintextEncoder.swift
[2541/2662] Compiling Vapor URLQueryCoders.swift
[2542/2662] Compiling Vapor URLQueryContainer.swift
[2543/2686] Compiling Vapor Bytes+Hex.swift
[2544/2686] Compiling Vapor Bytes+SecureCompare.swift
[2545/2686] Compiling Vapor Collection+Safe.swift
[2546/2686] Compiling Vapor DataProtocol+Copy.swift
[2547/2686] Compiling Vapor DecoderUnwrapper.swift
[2548/2686] Compiling Vapor DirectoryConfiguration.swift
[2549/2686] Compiling Vapor DotEnv.swift
[2550/2686] Compiling Vapor Extendable.swift
[2551/2686] Compiling Vapor File.swift
[2552/2686] Compiling Vapor FileIO.swift
[2553/2686] Compiling Vapor LifecycleHandler.swift
[2554/2686] Compiling Vapor OptionalType.swift
[2555/2686] Compiling Vapor RFC1123.swift
[2556/2686] Compiling Vapor SocketAddress+Hostname.swift
[2557/2686] Compiling Vapor Storage.swift
[2558/2686] Compiling Vapor String+IsIPAddress.swift
[2559/2686] Compiling Vapor Thread.swift
[2560/2686] Compiling Vapor URI.swift
[2561/2686] Compiling Vapor RangeResult.swift
[2562/2686] Compiling Vapor Validatable.swift
[2563/2686] Compiling Vapor Validation.swift
[2564/2686] Compiling Vapor ValidationKey.swift
[2565/2686] Compiling Vapor Validations.swift
[2566/2686] Compiling Vapor ValidationsError.swift
[2567/2686] Compiling Vapor Validator.swift
[2568/2686] Compiling Vapor ValidatorResult.swift
[2569/2686] Compiling Vapor And.swift
[2570/2686] Compiling Vapor Case.swift
[2571/2686] Compiling Vapor CharacterSet.swift
[2572/2686] Compiling Vapor Count.swift
[2573/2686] Compiling Vapor Custom.swift
[2574/2686] Compiling Vapor Email.swift
[2575/2686] Compiling Vapor Empty.swift
[2576/2686] Compiling Vapor In.swift
[2577/2686] Compiling Vapor Nil.swift
[2578/2686] Compiling Vapor NilIgnoring.swift
[2579/2686] Compiling Vapor Not.swift
[2580/2686] Compiling Vapor Or.swift
[2581/2686] Compiling Vapor Pattern.swift
[2582/2686] Compiling Vapor Range.swift
[2583/2686] Compiling Vapor URL.swift
[2584/2686] Compiling Vapor Valid.swift
[2585/2686] Compiling Vapor Application+Views.swift
[2586/2686] Compiling Vapor PlaintextRenderer.swift
[2587/2686] Compiling Vapor Request+View.swift
[2588/2686] Compiling Vapor View.swift
[2589/2686] Compiling Vapor ViewRenderer.swift
[2590/2686] Compiling Vapor _Deprecations.swift
[2591/2686] Compiling Vapor Application.swift
[2592/2686] Compiling Vapor AuthenticationCache.swift
[2593/2686] Compiling Vapor Authenticator.swift
[2594/2686] Compiling Vapor BasicAuthorization.swift
[2595/2686] Compiling Vapor BearerAuthorization.swift
[2596/2686] Compiling Vapor GuardMiddleware.swift
[2597/2686] Compiling Vapor RedirectMiddleware.swift
[2598/2686] Compiling Vapor SessionAuthenticatable.swift
[2599/2686] Compiling Vapor Bcrypt.swift
[2600/2686] Compiling Vapor Application+Cache.swift
[2601/2686] Compiling Vapor Cache.swift
[2602/2686] Compiling Vapor CacheExpirationTime.swift
[2603/2686] Compiling Vapor MemoryCache.swift
[2604/2686] Compiling Vapor Request+Cache.swift
[2605/2686] Compiling Vapor Application+Clients.swift
[2606/2686] Compiling Vapor Client.swift
[2607/2686] Compiling Vapor ClientRequest.swift
[2608/2686] Compiling Vapor ClientResponse.swift
[2609/2686] Compiling Vapor Request+Client.swift
[2610/2686] Compiling Vapor BootCommand.swift
[2611/2686] Compiling Vapor CommandContext+Application.swift
[2612/2686] Compiling Vapor RoutesCommand.swift
[2613/2686] Compiling Vapor ServeCommand.swift
[2614/2686] Compiling Vapor AnyResponse+Concurrency.swift
[2615/2686] Compiling Vapor HTTPStatus.swift
[2616/2686] Compiling Vapor HTTPCookies.swift
[2617/2686] Compiling Vapor HTTPHeaderCacheControl.swift
[2618/2686] Compiling Vapor HTTPHeaderExpires.swift
[2619/2686] Compiling Vapor HTTPHeaderLastModified.swift
[2620/2686] Compiling Vapor HTTPHeaders+Cache.swift
[2621/2686] Compiling Vapor HTTPHeaders+Connection.swift
[2622/2686] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2623/2686] Compiling Vapor HTTPHeaders+ContentRange.swift
[2624/2686] Compiling Vapor HTTPHeaders+Directive.swift
[2625/2686] Compiling Vapor HTTPHeaders+Forwarded.swift
[2626/2686] Compiling Vapor HTTPHeaders+Link.swift
[2627/2686] Compiling Vapor HTTPHeaders+Name.swift
[2628/2686] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2629/2686] Compiling Vapor HTTPHeaders.swift
[2630/2686] Compiling Vapor HTTPMediaType.swift
[2631/2686] Compiling Vapor HTTPMediaTypePreference.swift
[2632/2686] Compiling Vapor Responder.swift
[2633/2686] Compiling Vapor Application+HTTP+Server.swift
[2634/2686] Compiling Vapor HTTPServer.swift
[2635/2686] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2636/2686] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2637/2686] Compiling Vapor HTTPServerHandler.swift
[2638/2686] Compiling Vapor HTTPServerRequestDecoder.swift
[2639/2686] Compiling Vapor Core.swift
[2640/2686] Compiling Vapor Running.swift
[2641/2686] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2642/2686] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2643/2686] Compiling Vapor DotEnvFile+load.swift
[2644/2686] Compiling Vapor Routes+caseInsenstive.swift
[2645/2686] Compiling Vapor Validatable+validate.swift
[2646/2686] Compiling Vapor Environment+Process.swift
[2647/2686] Compiling Vapor Environment+Secret.swift
[2648/2686] Compiling Vapor Environment.swift
[2649/2686] Compiling Vapor Abort.swift
[2650/2686] Compiling Vapor AbortError.swift
[2651/2686] Compiling Vapor DebuggableError.swift
[2652/2686] Compiling Vapor Demangler.swift
[2653/2686] Compiling Vapor ErrorSource.swift
[2654/2686] Compiling Vapor StackTrace.swift
[2655/2686] Compiling Vapor Exports.swift
[2656/2686] Compiling Vapor Application+HTTP.swift
[2657/2686] Compiling Vapor BasicResponder.swift
[2658/2686] Compiling Vapor BodyStream.swift
[2659/2686] Compiling Vapor Application+HTTP+Client.swift
[2660/2686] Compiling Vapor EventLoopHTTPClient.swift
[2661/2686] Compiling Vapor EndpointCache.swift
[2662/2686] Compiling Vapor HTTPMethod+String.swift
[2663/2686] Compiling Vapor Service.swift
[2664/2686] Compiling Vapor Application+Sessions.swift
[2665/2686] Compiling Vapor MemorySessions.swift
[2666/2686] Compiling Vapor Request+Session.swift
[2667/2686] Compiling Vapor Session.swift
[2668/2686] Compiling Vapor SessionCache.swift
[2669/2686] Compiling Vapor SessionData.swift
[2670/2686] Compiling Vapor SessionDriver.swift
[2671/2686] Compiling Vapor SessionsConfiguration.swift
[2672/2686] Compiling Vapor SessionsMiddleware.swift
[2673/2686] Compiling Vapor URLEncodedFormData.swift
[2674/2686] Compiling Vapor URLEncodedFormDecoder.swift
[2675/2686] Compiling Vapor URLEncodedFormEncoder.swift
[2676/2686] Compiling Vapor URLEncodedFormError.swift
[2677/2686] Compiling Vapor URLEncodedFormParser.swift
[2678/2686] Compiling Vapor URLEncodedFormSerializer.swift
[2679/2686] Compiling Vapor URLQueryFragmentConvertible.swift
[2680/2686] Compiling Vapor AnyResponse.swift
[2681/2686] Compiling Vapor Array+Random.swift
[2682/2686] Compiling Vapor Base32.swift
[2683/2686] Compiling Vapor Base64.swift
[2684/2686] Compiling Vapor BaseN.swift
[2685/2686] Compiling Vapor BasicCodingKey.swift
[2686/2686] Compiling Vapor ByteCount.swift
[2688/2698] Compiling JWT JWTAuthenticator.swift
[2689/2699] Compiling JWT JWTError+Vapor.swift
[2690/2699] Compiling JWT JWT+Microsoft.swift
[2691/2699] Compiling JWT JWT+Google.swift
[2692/2699] Compiling JWT JWT+Apple.swift
[2693/2699] Compiling JWT JWT+Concurrency.swift
[2694/2699] Emitting module JWT
[2695/2699] Compiling JWT Application+JWT.swift
[2696/2699] Compiling JWT AsyncJWTAuthenticator.swift
[2697/2699] Compiling JWT Exports.swift
[2698/2699] Compiling JWT JWKSCache.swift
[2699/2699] Compiling JWT Request+JWT.swift
[2701/2729] Compiling FCM FCM+Application.swift
/host/spi-builder-workspace/Sources/FCM/FCM.swift:54:12: warning: type 'FCM.ConfigurationKey.Value' (aka 'FCMConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 52 |
 53 | extension FCM {
 54 |     struct ConfigurationKey: StorageKey {
    |            `- warning: type 'FCM.ConfigurationKey.Value' (aka 'FCMConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 55 |         typealias Value = FCMConfiguration
 56 |     }
/host/spi-builder-workspace/Sources/FCM/FCMConfiguration.swift:4:15: note: consider making struct 'FCMConfiguration' conform to the 'Sendable' protocol
  2 | import Vapor
  3 |
  4 | public struct FCMConfiguration {
    |               `- note: consider making struct 'FCMConfiguration' conform to the 'Sendable' protocol
  5 |     let email, projectId, key: String
  6 |     let serverKey, senderId: String?
/host/spi-builder-workspace/Sources/FCM/FCM.swift:109:12: warning: type 'FCM.GAuthKey.Value' (aka 'GAuthPayload') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
107 |     }
108 |
109 |     struct GAuthKey: StorageKey {
    |            `- warning: type 'FCM.GAuthKey.Value' (aka 'GAuthPayload') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
110 |         typealias Value = GAuthPayload
111 |     }
/host/spi-builder-workspace/Sources/FCM/GAuthPayload.swift:4:8: note: consider making struct 'GAuthPayload' conform to the 'Sendable' protocol
 2 | import Foundation
 3 |
 4 | struct GAuthPayload: JWTPayload {
   |        `- note: consider making struct 'GAuthPayload' conform to the 'Sendable' protocol
 5 |     let uid: String
 6 |
[2702/2729] Compiling FCM FCM+Request.swift
/host/spi-builder-workspace/Sources/FCM/FCM.swift:54:12: warning: type 'FCM.ConfigurationKey.Value' (aka 'FCMConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 52 |
 53 | extension FCM {
 54 |     struct ConfigurationKey: StorageKey {
    |            `- warning: type 'FCM.ConfigurationKey.Value' (aka 'FCMConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 55 |         typealias Value = FCMConfiguration
 56 |     }
/host/spi-builder-workspace/Sources/FCM/FCMConfiguration.swift:4:15: note: consider making struct 'FCMConfiguration' conform to the 'Sendable' protocol
  2 | import Vapor
  3 |
  4 | public struct FCMConfiguration {
    |               `- note: consider making struct 'FCMConfiguration' conform to the 'Sendable' protocol
  5 |     let email, projectId, key: String
  6 |     let serverKey, senderId: String?
/host/spi-builder-workspace/Sources/FCM/FCM.swift:109:12: warning: type 'FCM.GAuthKey.Value' (aka 'GAuthPayload') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
107 |     }
108 |
109 |     struct GAuthKey: StorageKey {
    |            `- warning: type 'FCM.GAuthKey.Value' (aka 'GAuthPayload') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
110 |         typealias Value = GAuthPayload
111 |     }
/host/spi-builder-workspace/Sources/FCM/GAuthPayload.swift:4:8: note: consider making struct 'GAuthPayload' conform to the 'Sendable' protocol
 2 | import Foundation
 3 |
 4 | struct GAuthPayload: JWTPayload {
   |        `- note: consider making struct 'GAuthPayload' conform to the 'Sendable' protocol
 5 |     let uid: String
 6 |
[2703/2729] Compiling FCM FCM.swift
/host/spi-builder-workspace/Sources/FCM/FCM.swift:54:12: warning: type 'FCM.ConfigurationKey.Value' (aka 'FCMConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 52 |
 53 | extension FCM {
 54 |     struct ConfigurationKey: StorageKey {
    |            `- warning: type 'FCM.ConfigurationKey.Value' (aka 'FCMConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 55 |         typealias Value = FCMConfiguration
 56 |     }
/host/spi-builder-workspace/Sources/FCM/FCMConfiguration.swift:4:15: note: consider making struct 'FCMConfiguration' conform to the 'Sendable' protocol
  2 | import Vapor
  3 |
  4 | public struct FCMConfiguration {
    |               `- note: consider making struct 'FCMConfiguration' conform to the 'Sendable' protocol
  5 |     let email, projectId, key: String
  6 |     let serverKey, senderId: String?
/host/spi-builder-workspace/Sources/FCM/FCM.swift:109:12: warning: type 'FCM.GAuthKey.Value' (aka 'GAuthPayload') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
107 |     }
108 |
109 |     struct GAuthKey: StorageKey {
    |            `- warning: type 'FCM.GAuthKey.Value' (aka 'GAuthPayload') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
110 |         typealias Value = GAuthPayload
111 |     }
/host/spi-builder-workspace/Sources/FCM/GAuthPayload.swift:4:8: note: consider making struct 'GAuthPayload' conform to the 'Sendable' protocol
 2 | import Foundation
 3 |
 4 | struct GAuthPayload: JWTPayload {
   |        `- note: consider making struct 'GAuthPayload' conform to the 'Sendable' protocol
 5 |     let uid: String
 6 |
[2704/2729] Compiling FCM FCMAndroidConfig.swift
/host/spi-builder-workspace/Sources/FCM/FCM.swift:54:12: warning: type 'FCM.ConfigurationKey.Value' (aka 'FCMConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 52 |
 53 | extension FCM {
 54 |     struct ConfigurationKey: StorageKey {
    |            `- warning: type 'FCM.ConfigurationKey.Value' (aka 'FCMConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 55 |         typealias Value = FCMConfiguration
 56 |     }
/host/spi-builder-workspace/Sources/FCM/FCMConfiguration.swift:4:15: note: consider making struct 'FCMConfiguration' conform to the 'Sendable' protocol
  2 | import Vapor
  3 |
  4 | public struct FCMConfiguration {
    |               `- note: consider making struct 'FCMConfiguration' conform to the 'Sendable' protocol
  5 |     let email, projectId, key: String
  6 |     let serverKey, senderId: String?
/host/spi-builder-workspace/Sources/FCM/FCM.swift:109:12: warning: type 'FCM.GAuthKey.Value' (aka 'GAuthPayload') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
107 |     }
108 |
109 |     struct GAuthKey: StorageKey {
    |            `- warning: type 'FCM.GAuthKey.Value' (aka 'GAuthPayload') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
110 |         typealias Value = GAuthPayload
111 |     }
/host/spi-builder-workspace/Sources/FCM/GAuthPayload.swift:4:8: note: consider making struct 'GAuthPayload' conform to the 'Sendable' protocol
 2 | import Foundation
 3 |
 4 | struct GAuthPayload: JWTPayload {
   |        `- note: consider making struct 'GAuthPayload' conform to the 'Sendable' protocol
 5 |     let uid: String
 6 |
[2705/2729] Emitting module FCM
/host/spi-builder-workspace/Sources/FCM/FCM.swift:54:12: warning: type 'FCM.ConfigurationKey.Value' (aka 'FCMConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 52 |
 53 | extension FCM {
 54 |     struct ConfigurationKey: StorageKey {
    |            `- warning: type 'FCM.ConfigurationKey.Value' (aka 'FCMConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 55 |         typealias Value = FCMConfiguration
 56 |     }
/host/spi-builder-workspace/Sources/FCM/FCMConfiguration.swift:4:15: note: consider making struct 'FCMConfiguration' conform to the 'Sendable' protocol
  2 | import Vapor
  3 |
  4 | public struct FCMConfiguration {
    |               `- note: consider making struct 'FCMConfiguration' conform to the 'Sendable' protocol
  5 |     let email, projectId, key: String
  6 |     let serverKey, senderId: String?
/host/spi-builder-workspace/Sources/FCM/FCM.swift:109:12: warning: type 'FCM.GAuthKey.Value' (aka 'GAuthPayload') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
107 |     }
108 |
109 |     struct GAuthKey: StorageKey {
    |            `- warning: type 'FCM.GAuthKey.Value' (aka 'GAuthPayload') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
110 |         typealias Value = GAuthPayload
111 |     }
/host/spi-builder-workspace/Sources/FCM/GAuthPayload.swift:4:8: note: consider making struct 'GAuthPayload' conform to the 'Sendable' protocol
 2 | import Foundation
 3 |
 4 | struct GAuthPayload: JWTPayload {
   |        `- note: consider making struct 'GAuthPayload' conform to the 'Sendable' protocol
 5 |     let uid: String
 6 |
/host/spi-builder-workspace/Sources/FCM/FCMError.swift:31:16: warning: stored property 'errorCode' of 'Sendable'-conforming struct 'FCMError' has non-sendable type 'FCMError.ErrorCode'; this is an error in the Swift 6 language mode
29 |
30 | public struct FCMError: Error, Decodable {
31 |     public let errorCode: ErrorCode
   |                `- warning: stored property 'errorCode' of 'Sendable'-conforming struct 'FCMError' has non-sendable type 'FCMError.ErrorCode'; this is an error in the Swift 6 language mode
32 |
33 |     public enum ErrorCode: String, Decodable {
   |                 `- note: consider making enum 'ErrorCode' conform to the 'Sendable' protocol
34 |         case unspecified = "UNSPECIFIED_ERROR"
35 |         case invalid = "INVALID_ARGUMENT"
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+CreateTopic.swift:34:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
32 |             headers.add(name: .authorization, value: "key=\(serverKey)")
33 |
34 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
35 |                 struct Payload: Content {
36 |                     let to: String
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+DeleteTopic.swift:33:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
31 |             headers.add(name: .authorization, value: "key=\(serverKey)")
32 |
33 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
34 |                 struct Payload: Content {
35 |                     let to: String
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+GetTopics.swift:17:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
15 |             headers.add(name: .authorization, value: "key=\(serverKey)")
16 |
17 |             return self.client.get(URI(string: url), headers: headers)
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
18 |         }
19 |         .validate()
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:37:25: warning: stored property 'message' of 'Sendable'-conforming struct 'Payload' has non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>'); this is an error in the Swift 6 language mode
35 |             return self.client.post(URI(string: url), headers: headers) { (req) in
36 |                 struct Payload: Content {
37 |                     let message: FCMMessageDefault
   |                         `- warning: stored property 'message' of 'Sendable'-conforming struct 'Payload' has non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>'); this is an error in the Swift 6 language mode
38 |                 }
39 |                 let payload = Payload(message: message)
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:35:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
33 |             headers.bearerAuthorization = .init(token: accessToken)
34 |
35 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
36 |                 struct Payload: Content {
37 |                     let message: FCMMessageDefault
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:39:48: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
37 |                     let message: FCMMessageDefault
38 |                 }
39 |                 let payload = Payload(message: message)
   |                                                `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
40 |                 try req.content.encode(payload)
41 |             }
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:39:48: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
37 |                     let message: FCMMessageDefault
38 |                 }
39 |                 let payload = Payload(message: message)
   |                                                `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
40 |                 try req.content.encode(payload)
41 |             }
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
[2706/2732] Compiling FCM FCMAndroidMessagePriority.swift
[2707/2732] Compiling FCM FCMAndroidNotification.swift
[2708/2732] Compiling FCM FCMAndroidNotificationLightSettings.swift
[2709/2732] Compiling FCM FCMAndroidNotificationPriority.swift
[2710/2732] Compiling FCM FCM+BatchSend.swift
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:34:17: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
 32 |         return getAccessToken().flatMap { accessToken in
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
    |                 `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
 35 |                     message,
 36 |                     tokens: chunk,
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:35:21: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
 35 |                     message,
    |                     `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
 36 |                     tokens: chunk,
 37 |                     urlPath: urlPath,
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:34:17: warning: capture of 'self' with non-sendable type 'FCM' in an isolated closure; this is an error in the Swift 6 language mode
 32 |         return getAccessToken().flatMap { accessToken in
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
    |                 `- warning: capture of 'self' with non-sendable type 'FCM' in an isolated closure; this is an error in the Swift 6 language mode
 35 |                     message,
 36 |                     tokens: chunk,
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:35:21: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
 35 |                     message,
    |                     `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
 36 |                     tokens: chunk,
 37 |                     urlPath: urlPath,
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+CreateTopic.swift:34:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
32 |             headers.add(name: .authorization, value: "key=\(serverKey)")
33 |
34 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
35 |                 struct Payload: Content {
36 |                     let to: String
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+DeleteTopic.swift:33:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
31 |             headers.add(name: .authorization, value: "key=\(serverKey)")
32 |
33 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
34 |                 struct Payload: Content {
35 |                     let to: String
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+GetTopics.swift:17:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
15 |             headers.add(name: .authorization, value: "key=\(serverKey)")
16 |
17 |             return self.client.get(URI(string: url), headers: headers)
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
18 |         }
19 |         .validate()
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
[2711/2732] Compiling FCM FCM+CreateTopic.swift
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:34:17: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
 32 |         return getAccessToken().flatMap { accessToken in
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
    |                 `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
 35 |                     message,
 36 |                     tokens: chunk,
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:35:21: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
 35 |                     message,
    |                     `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
 36 |                     tokens: chunk,
 37 |                     urlPath: urlPath,
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:34:17: warning: capture of 'self' with non-sendable type 'FCM' in an isolated closure; this is an error in the Swift 6 language mode
 32 |         return getAccessToken().flatMap { accessToken in
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
    |                 `- warning: capture of 'self' with non-sendable type 'FCM' in an isolated closure; this is an error in the Swift 6 language mode
 35 |                     message,
 36 |                     tokens: chunk,
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:35:21: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
 35 |                     message,
    |                     `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
 36 |                     tokens: chunk,
 37 |                     urlPath: urlPath,
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+CreateTopic.swift:34:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
32 |             headers.add(name: .authorization, value: "key=\(serverKey)")
33 |
34 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
35 |                 struct Payload: Content {
36 |                     let to: String
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+DeleteTopic.swift:33:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
31 |             headers.add(name: .authorization, value: "key=\(serverKey)")
32 |
33 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
34 |                 struct Payload: Content {
35 |                     let to: String
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+GetTopics.swift:17:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
15 |             headers.add(name: .authorization, value: "key=\(serverKey)")
16 |
17 |             return self.client.get(URI(string: url), headers: headers)
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
18 |         }
19 |         .validate()
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
[2712/2732] Compiling FCM FCM+DeleteTopic.swift
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:34:17: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
 32 |         return getAccessToken().flatMap { accessToken in
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
    |                 `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
 35 |                     message,
 36 |                     tokens: chunk,
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:35:21: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
 35 |                     message,
    |                     `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
 36 |                     tokens: chunk,
 37 |                     urlPath: urlPath,
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:34:17: warning: capture of 'self' with non-sendable type 'FCM' in an isolated closure; this is an error in the Swift 6 language mode
 32 |         return getAccessToken().flatMap { accessToken in
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
    |                 `- warning: capture of 'self' with non-sendable type 'FCM' in an isolated closure; this is an error in the Swift 6 language mode
 35 |                     message,
 36 |                     tokens: chunk,
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:35:21: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
 35 |                     message,
    |                     `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
 36 |                     tokens: chunk,
 37 |                     urlPath: urlPath,
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+CreateTopic.swift:34:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
32 |             headers.add(name: .authorization, value: "key=\(serverKey)")
33 |
34 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
35 |                 struct Payload: Content {
36 |                     let to: String
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+DeleteTopic.swift:33:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
31 |             headers.add(name: .authorization, value: "key=\(serverKey)")
32 |
33 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
34 |                 struct Payload: Content {
35 |                     let to: String
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+GetTopics.swift:17:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
15 |             headers.add(name: .authorization, value: "key=\(serverKey)")
16 |
17 |             return self.client.get(URI(string: url), headers: headers)
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
18 |         }
19 |         .validate()
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
[2713/2732] Compiling FCM FCM+GetTopics.swift
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:34:17: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
 32 |         return getAccessToken().flatMap { accessToken in
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
    |                 `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
 35 |                     message,
 36 |                     tokens: chunk,
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:35:21: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
 35 |                     message,
    |                     `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
 36 |                     tokens: chunk,
 37 |                     urlPath: urlPath,
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:34:17: warning: capture of 'self' with non-sendable type 'FCM' in an isolated closure; this is an error in the Swift 6 language mode
 32 |         return getAccessToken().flatMap { accessToken in
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
    |                 `- warning: capture of 'self' with non-sendable type 'FCM' in an isolated closure; this is an error in the Swift 6 language mode
 35 |                     message,
 36 |                     tokens: chunk,
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+BatchSend.swift:35:21: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
 33 |             tokens.chunked(into: 500).map { chunk in
 34 |                 self._sendChunk(
 35 |                     message,
    |                     `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
 36 |                     tokens: chunk,
 37 |                     urlPath: urlPath,
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+CreateTopic.swift:34:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
32 |             headers.add(name: .authorization, value: "key=\(serverKey)")
33 |
34 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
35 |                 struct Payload: Content {
36 |                     let to: String
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+DeleteTopic.swift:33:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
31 |             headers.add(name: .authorization, value: "key=\(serverKey)")
32 |
33 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
34 |                 struct Payload: Content {
35 |                     let to: String
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+GetTopics.swift:17:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
15 |             headers.add(name: .authorization, value: "key=\(serverKey)")
16 |
17 |             return self.client.get(URI(string: url), headers: headers)
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
18 |         }
19 |         .validate()
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
[2714/2732] Compiling FCM FCMNotification.swift
[2715/2732] Compiling FCM FCMWebpushConfig.swift
[2716/2732] Compiling FCM GAuthPayload.swift
[2717/2732] Compiling FCM FCM+AccessToken.swift
[2718/2732] Compiling FCM FCMApnsConfig.swift
[2719/2732] Compiling FCM FCMApnsPayload.swift
[2720/2732] Compiling FCM FCMApnsPayloadProtocol.swift
[2721/2732] Compiling FCM FCMOptions.swift
[2722/2732] Compiling FCM FCMOptionsProtocol.swift
/host/spi-builder-workspace/Sources/FCM/FCMError.swift:31:16: warning: stored property 'errorCode' of 'Sendable'-conforming struct 'FCMError' has non-sendable type 'FCMError.ErrorCode'; this is an error in the Swift 6 language mode
29 |
30 | public struct FCMError: Error, Decodable {
31 |     public let errorCode: ErrorCode
   |                `- warning: stored property 'errorCode' of 'Sendable'-conforming struct 'FCMError' has non-sendable type 'FCMError.ErrorCode'; this is an error in the Swift 6 language mode
32 |
33 |     public enum ErrorCode: String, Decodable {
   |                 `- note: consider making enum 'ErrorCode' conform to the 'Sendable' protocol
34 |         case unspecified = "UNSPECIFIED_ERROR"
35 |         case invalid = "INVALID_ARGUMENT"
[2723/2732] Compiling FCM FCMConfiguration.swift
/host/spi-builder-workspace/Sources/FCM/FCMError.swift:31:16: warning: stored property 'errorCode' of 'Sendable'-conforming struct 'FCMError' has non-sendable type 'FCMError.ErrorCode'; this is an error in the Swift 6 language mode
29 |
30 | public struct FCMError: Error, Decodable {
31 |     public let errorCode: ErrorCode
   |                `- warning: stored property 'errorCode' of 'Sendable'-conforming struct 'FCMError' has non-sendable type 'FCMError.ErrorCode'; this is an error in the Swift 6 language mode
32 |
33 |     public enum ErrorCode: String, Decodable {
   |                 `- note: consider making enum 'ErrorCode' conform to the 'Sendable' protocol
34 |         case unspecified = "UNSPECIFIED_ERROR"
35 |         case invalid = "INVALID_ARGUMENT"
[2724/2732] Compiling FCM FCMError.swift
/host/spi-builder-workspace/Sources/FCM/FCMError.swift:31:16: warning: stored property 'errorCode' of 'Sendable'-conforming struct 'FCMError' has non-sendable type 'FCMError.ErrorCode'; this is an error in the Swift 6 language mode
29 |
30 | public struct FCMError: Error, Decodable {
31 |     public let errorCode: ErrorCode
   |                `- warning: stored property 'errorCode' of 'Sendable'-conforming struct 'FCMError' has non-sendable type 'FCMError.ErrorCode'; this is an error in the Swift 6 language mode
32 |
33 |     public enum ErrorCode: String, Decodable {
   |                 `- note: consider making enum 'ErrorCode' conform to the 'Sendable' protocol
34 |         case unspecified = "UNSPECIFIED_ERROR"
35 |         case invalid = "INVALID_ARGUMENT"
[2725/2732] Compiling FCM FCMMessage.swift
/host/spi-builder-workspace/Sources/FCM/FCMError.swift:31:16: warning: stored property 'errorCode' of 'Sendable'-conforming struct 'FCMError' has non-sendable type 'FCMError.ErrorCode'; this is an error in the Swift 6 language mode
29 |
30 | public struct FCMError: Error, Decodable {
31 |     public let errorCode: ErrorCode
   |                `- warning: stored property 'errorCode' of 'Sendable'-conforming struct 'FCMError' has non-sendable type 'FCMError.ErrorCode'; this is an error in the Swift 6 language mode
32 |
33 |     public enum ErrorCode: String, Decodable {
   |                 `- note: consider making enum 'ErrorCode' conform to the 'Sendable' protocol
34 |         case unspecified = "UNSPECIFIED_ERROR"
35 |         case invalid = "INVALID_ARGUMENT"
[2726/2732] Compiling FCM FCMAndroidNotificationVisibility.swift
[2727/2732] Compiling FCM FCMApnsAlert.swift
[2728/2732] Compiling FCM FCMApnsAlertOrString.swift
[2729/2732] Compiling FCM FCMApnsApsObject.swift
[2730/2732] Compiling FCM FCM+JWT.swift
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:37:25: warning: stored property 'message' of 'Sendable'-conforming struct 'Payload' has non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>'); this is an error in the Swift 6 language mode
35 |             return self.client.post(URI(string: url), headers: headers) { (req) in
36 |                 struct Payload: Content {
37 |                     let message: FCMMessageDefault
   |                         `- warning: stored property 'message' of 'Sendable'-conforming struct 'Payload' has non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>'); this is an error in the Swift 6 language mode
38 |                 }
39 |                 let payload = Payload(message: message)
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:35:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
33 |             headers.bearerAuthorization = .init(token: accessToken)
34 |
35 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
36 |                 struct Payload: Content {
37 |                     let message: FCMMessageDefault
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:39:48: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
37 |                     let message: FCMMessageDefault
38 |                 }
39 |                 let payload = Payload(message: message)
   |                                                `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
40 |                 try req.content.encode(payload)
41 |             }
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:39:48: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
37 |                     let message: FCMMessageDefault
38 |                 }
39 |                 let payload = Payload(message: message)
   |                                                `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
40 |                 try req.content.encode(payload)
41 |             }
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
[2731/2732] Compiling FCM FCM+RegisterAPNS.swift
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:37:25: warning: stored property 'message' of 'Sendable'-conforming struct 'Payload' has non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>'); this is an error in the Swift 6 language mode
35 |             return self.client.post(URI(string: url), headers: headers) { (req) in
36 |                 struct Payload: Content {
37 |                     let message: FCMMessageDefault
   |                         `- warning: stored property 'message' of 'Sendable'-conforming struct 'Payload' has non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>'); this is an error in the Swift 6 language mode
38 |                 }
39 |                 let payload = Payload(message: message)
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:35:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
33 |             headers.bearerAuthorization = .init(token: accessToken)
34 |
35 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
36 |                 struct Payload: Content {
37 |                     let message: FCMMessageDefault
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:39:48: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
37 |                     let message: FCMMessageDefault
38 |                 }
39 |                 let payload = Payload(message: message)
   |                                                `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
40 |                 try req.content.encode(payload)
41 |             }
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:39:48: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
37 |                     let message: FCMMessageDefault
38 |                 }
39 |                 let payload = Payload(message: message)
   |                                                `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
40 |                 try req.content.encode(payload)
41 |             }
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
[2732/2732] Compiling FCM FCM+SendMessage.swift
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:37:25: warning: stored property 'message' of 'Sendable'-conforming struct 'Payload' has non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>'); this is an error in the Swift 6 language mode
35 |             return self.client.post(URI(string: url), headers: headers) { (req) in
36 |                 struct Payload: Content {
37 |                     let message: FCMMessageDefault
   |                         `- warning: stored property 'message' of 'Sendable'-conforming struct 'Payload' has non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>'); this is an error in the Swift 6 language mode
38 |                 }
39 |                 let payload = Payload(message: message)
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:35:20: warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
33 |             headers.bearerAuthorization = .init(token: accessToken)
34 |
35 |             return self.client.post(URI(string: url), headers: headers) { (req) in
   |                    `- warning: capture of 'self' with non-sendable type 'FCM' in a '@Sendable' closure
36 |                 struct Payload: Content {
37 |                     let message: FCMMessageDefault
/host/spi-builder-workspace/Sources/FCM/FCM.swift:7:15: note: consider making struct 'FCM' conform to the 'Sendable' protocol
  5 | // MARK: Engine
  6 |
  7 | public struct FCM {
    |               `- note: consider making struct 'FCM' conform to the 'Sendable' protocol
  8 |     let application: Application
  9 |
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:39:48: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
37 |                     let message: FCMMessageDefault
38 |                 }
39 |                 let payload = Payload(message: message)
   |                                                `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in a '@Sendable' closure
40 |                 try req.content.encode(payload)
41 |             }
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
/host/spi-builder-workspace/Sources/FCM/Helpers/FCM+SendMessage.swift:39:48: warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
37 |                     let message: FCMMessageDefault
38 |                 }
39 |                 let payload = Payload(message: message)
   |                                                `- warning: capture of 'message' with non-sendable type 'FCMMessageDefault' (aka 'FCMMessage<FCMApnsPayload>') in an isolated closure; this is an error in the Swift 6 language mode
40 |                 try req.content.encode(payload)
41 |             }
/host/spi-builder-workspace/Sources/FCM/FCMMessage.swift:5:14: note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  3 | public typealias FCMMessageDefault = FCMMessage<FCMApnsPayload>
  4 |
  5 | public class FCMMessage<APNSPayload>: Codable where APNSPayload: FCMApnsPayloadProtocol {
    |              `- note: generic class 'FCMMessage' does not conform to the 'Sendable' protocol
  6 |     /// Output Only.
  7 |     /// The identifier of the message sent,
Build complete! (452.63s)
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" : "4.0.0",
            "upper_bound" : "5.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" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "FCM",
      "targets" : [
        "FCM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FCMTests",
      "module_type" : "SwiftTarget",
      "name" : "FCMTests",
      "path" : "Tests/FCMTests",
      "sources" : [
        "FCMTests.swift",
        "XCTestManifests.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" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.