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 Linux on 28 Apr 2025 22:43:27 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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.61.0
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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mihaelisaev/FCM.git
https://github.com/mihaelisaev/FCM.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "jwt",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/jwt.git
[1/2707] Fetching jwt
[2708/77044] Fetching jwt, vapor
Fetched https://github.com/vapor/jwt.git from cache (1.68s)
Fetched https://github.com/vapor/vapor.git from cache (1.72s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 4.2.2 (2.27s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (0.87s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 4.13.5 (2.18s)
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.32s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.91s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.78s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.68s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1063] Fetching swift-service-context
[1064/2768] Fetching swift-service-context, swift-atomics
[1593/5364] Fetching swift-service-context, swift-atomics, websocket-kit
[2346/11267] Fetching swift-service-context, swift-atomics, websocket-kit, swift-algorithms
[6499/16241] Fetching swift-service-context, swift-atomics, websocket-kit, swift-algorithms, swift-distributed-tracing
[8826/19449] Fetching swift-service-context, swift-atomics, websocket-kit, swift-algorithms, swift-distributed-tracing, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.37s)
[10613/18386] Fetching swift-atomics, websocket-kit, swift-algorithms, swift-distributed-tracing, multipart-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.37s)
[8067/15790] Fetching swift-atomics, swift-algorithms, swift-distributed-tracing, multipart-kit
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
Fetching https://github.com/apple/swift-nio-extras.git
[11969/17921] Fetching swift-algorithms, swift-distributed-tracing, multipart-kit, swift-log
[14233/20121] Fetching swift-algorithms, swift-distributed-tracing, multipart-kit, swift-log, swift-metrics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.81s)
[11754/15147] Fetching swift-algorithms, multipart-kit, swift-log, swift-metrics
Fetching https://github.com/apple/swift-nio-http2.git
[13031/20809] Fetching swift-algorithms, multipart-kit, swift-log, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.61s)
[11906/18609] Fetching swift-algorithms, multipart-kit, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.63s)
[8636/14773] Fetching swift-algorithms, multipart-kit, swift-nio-extras
Fetching https://github.com/apple/swift-nio-ssl.git
[12657/26265] Fetching swift-algorithms, multipart-kit, swift-nio-extras, swift-nio-http2
[15215/41058] Fetching swift-algorithms, multipart-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.83s)
[11262/35396] Fetching swift-algorithms, multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
[23250/56123] Fetching swift-algorithms, multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit
Fetched https://github.com/apple/swift-algorithms.git from cache (3.13s)
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.21s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.42s)
Fetching https://github.com/swift-server/async-http-client.git
[1/5485] Fetching console-kit
[221/19340] Fetching console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.83s)
[8036/13855] Fetching async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (2.49s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.26s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/swift-server/async-http-client.git from cache (1.25s)
[1/75524] Fetching swift-nio
[2/77894] Fetching swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.34s)
[3777/75524] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.83s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.80s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4359] Fetching swift-system
[2966/20601] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.15s)
Fetched https://github.com/apple/swift-collections.git from cache (1.19s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.89s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.64s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.74s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.65s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.31s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.83s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.09s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.26s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[426/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.27s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (4.37s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.57s)
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.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.70s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.92s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.50s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.63s)
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.62s)
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.66s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.55s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 4.2.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
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
[44/1255] Compiling CNIOWindows WSAStartup.c
[44/1255] Write sources
[49/1255] Compiling CNIOWindows shim.c
[50/1255] Compiling _NumericsShims _NumericsShims.c
[51/1255] Compiling CNIOWASI CNIOWASI.c
[51/1255] Compiling CVaporBcrypt blf.c
[53/1255] Compiling _AtomicsShims.c
[54/1255] Compiling CSystem shims.c
[55/1255] Compiling CVaporBcrypt bcrypt.c
[56/1255] Compiling CNIOLinux liburing_shims.c
[57/1255] Compiling CNIOExtrasZlib empty.c
[58/1255] Compiling CNIODarwin shim.c
[59/1255] Compiling CNIOLLHTTP c_nio_http.c
[59/1255] Compiling CNIOLinux shim.c
[59/1255] Compiling CNIOSHA1 c_nio_sha1.c
[62/1255] Write swift-version-24593BA9C3E375BF.txt
[63/1255] Compiling CNIOLLHTTP c_nio_api.c
[64/1255] Compiling CNIOLLHTTP c_nio_llhttp.c
[65/1255] Compiling CNIOBoringSSLShims shims.c
[66/1255] Compiling fiat_curve25519_adx_square.S
[67/1255] Compiling fiat_p256_adx_sqr.S
[68/1261] Compiling fiat_curve25519_adx_mul.S
[69/1261] Compiling fiat_p256_adx_mul.S
[71/1324] Emitting module Logging
[71/1324] Compiling tls_record.cc
[73/1327] Emitting module SystemPackage
[74/1330] Emitting module _NIOBase64
[75/1330] Compiling _NIOBase64 Base64.swift
[76/1331] Compiling CoreMetrics Metrics.swift
[77/1331] Emitting module ServiceContextModule
[78/1331] Compiling SystemPackage Util+StringArray.swift
[79/1331] Compiling SystemPackage Util.swift
[80/1331] Compiling SystemPackage UtilConsumers.swift
[81/1331] Compiling ServiceContextModule ServiceContext.swift
[82/1331] Compiling ServiceContextModule ServiceContextKey.swift
[83/1331] Compiling SystemPackage FileDescriptor.swift
[84/1331] Compiling SystemPackage FileHelpers.swift
[85/1331] Compiling RealModule Float16+Real.swift
[86/1331] Compiling SystemPackage MachPort.swift
[87/1331] Compiling SystemPackage PlatformString.swift
[88/1331] Compiling SystemPackage SystemString.swift
[90/1333] Compiling SystemPackage Errno.swift
[91/1333] Compiling SystemPackage ErrnoWindows.swift
[92/1335] Compiling SystemPackage FilePathParsing.swift
[93/1335] Compiling SystemPackage FilePathString.swift
[96/1335] Compiling SystemPackage FilePathTempPosix.swift
[97/1335] Compiling _NIODataStructures _TinyArray.swift
[98/1335] Emitting module RealModule
[101/1335] Emitting module InternalCollectionsUtilities
[102/1335] Compiling SystemPackage FilePathTempWindows.swift
[103/1335] Compiling SystemPackage FilePathWindows.swift
[104/1335] Compiling SystemPackage FilePermissions.swift
[105/1335] Compiling SystemPackage Mocking.swift
[106/1335] Compiling SystemPackage RawBuffer.swift
[107/1335] Compiling SystemPackage Syscalls.swift
[108/1335] Compiling RealModule Real.swift
[109/1335] Compiling SystemPackage WindowsSyscallAdapters.swift
[110/1335] Compiling SystemPackage FilePathSyntax.swift
[111/1335] Compiling SystemPackage FilePathTemp.swift
[112/1335] Compiling _NIODataStructures PriorityQueue.swift
[113/1335] Compiling RealModule ElementaryFunctions.swift
[114/1335] Compiling RealModule RealFunctions.swift
[115/1335] Compiling RealModule Float+Real.swift
[116/1335] Compiling RealModule Float80+Real.swift
[123/1336] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[124/1336] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[126/1343] Compiling Instrumentation NoOpInstrument.swift
[127/1343] Emitting module Instrumentation
[128/1343] Compiling Instrumentation MultiplexInstrument.swift
[128/1343] Compiling tls_method.cc
[130/1343] Compiling SystemPackage Backcompat.swift
[131/1343] Compiling SystemPackage CInterop.swift
[132/1343] Compiling SystemPackage Constants.swift
[133/1343] Compiling SystemPackage Exports.swift
[134/1343] Compiling Instrumentation InstrumentationSystem.swift
[135/1343] Compiling Instrumentation Instrument.swift
[136/1343] Compiling Instrumentation Locks.swift
[137/1344] Compiling Logging MetadataProvider.swift
[138/1344] Emitting module CoreMetrics
[139/1344] Compiling CoreMetrics Locks.swift
[148/1345] Compiling Logging LogHandler.swift
[151/1345] Compiling SystemPackage FilePathComponentView.swift
[152/1345] Compiling SystemPackage FilePathComponents.swift
[157/1345] Compiling Logging Logging.swift
[158/1345] Compiling Logging Locks.swift
[159/1345] Emitting module _NIODataStructures
[160/1345] Compiling _NIODataStructures Heap.swift
[166/1494] Compiling Tracing InstrumentationSystem+Tracing.swift
[167/1494] Compiling HeapModule Heap+Descriptions.swift
[168/1494] Compiling HeapModule Heap+Invariants.swift
[169/1494] Compiling Tracing NoOpTracer.swift
[170/1494] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[171/1494] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[172/1494] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[173/1494] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[174/1494] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[175/1494] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[176/1494] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[177/1501] Compiling Tracing TracingTime.swift
[178/1501] Compiling Tracing TracerProtocol.swift
[179/1501] Emitting module Tracing
[180/1501] Compiling HeapModule _HeapNode.swift
[181/1501] Compiling HeapModule Heap.swift
[182/1501] Compiling Tracing Tracer.swift
[183/1501] Compiling Tracing TracerProtocol+Legacy.swift
[184/1501] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[185/1501] Compiling HeapModule Heap+UnsafeHandle.swift
[186/1501] Emitting module HeapModule
[187/1502] Compiling OrderedCollections OrderedDictionary.swift
[188/1502] Compiling OrderedCollections OrderedSet+Codable.swift
[189/1502] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[190/1502] Compiling OrderedCollections OrderedSet+Descriptions.swift
[191/1502] Compiling OrderedCollections OrderedSet+Diffing.swift
[192/1502] Compiling OrderedCollections OrderedSet+Equatable.swift
[193/1502] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[194/1502] Compiling OrderedCollections OrderedSet+Hashable.swift
[195/1502] Compiling tls13_server.cc
[196/1502] Compiling tls13_enc.cc
[198/1502] Compiling Tracing SpanProtocol.swift
[199/1503] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[200/1503] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[201/1503] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[202/1503] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[203/1503] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[204/1503] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[205/1503] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[206/1503] Compiling OrderedCollections OrderedDictionary+Codable.swift
[207/1503] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[208/1503] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[209/1503] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[210/1503] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[211/1503] Compiling OrderedCollections OrderedDictionary+Elements.swift
[212/1503] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[213/1503] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[214/1503] Compiling OrderedCollections OrderedSet+Initializers.swift
[215/1503] Compiling OrderedCollections OrderedSet+Insertions.swift
[216/1503] Compiling OrderedCollections OrderedSet+Invariants.swift
[217/1503] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[218/1503] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[219/1503] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[220/1503] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[221/1503] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[222/1503] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[223/1503] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[224/1503] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[225/1503] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[226/1503] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[227/1503] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[228/1503] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[229/1503] Compiling OrderedCollections OrderedDictionary+Values.swift
[231/1594] Compiling DequeModule Deque+Equatable.swift
[232/1594] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[233/1594] Compiling DequeModule Deque+CustomReflectable.swift
[234/1594] Compiling DequeModule Deque+Descriptions.swift
[235/1596] Compiling DequeModule _DequeBuffer.swift
[236/1596] Compiling DequeModule _DequeBufferHeader.swift
[237/1596] Compiling DequeModule Deque._UnsafeHandle.swift
[238/1596] Compiling DequeModule Deque.swift
[241/1596] Compiling DequeModule Deque+Testing.swift
[242/1596] Compiling DequeModule Deque._Storage.swift
[243/1596] Compiling DequeModule _DequeSlot.swift
[244/1596] Compiling DequeModule _UnsafeWrappedBuffer.swift
[245/1596] Emitting module OrderedCollections
[246/1596] Compiling HashTreeCollections _HashNode+Invariants.swift
[247/1596] Compiling HashTreeCollections _HashNode+Lookups.swift
[248/1596] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[249/1596] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[250/1596] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[251/1596] Compiling HashTreeCollections TreeDictionary+Filter.swift
[252/1596] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[253/1596] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[254/1596] Compiling HashTreeCollections TreeDictionary+Keys.swift
[255/1596] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[262/1596] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[263/1596] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[264/1596] Compiling HashTreeCollections _HashNode.swift
[265/1596] Compiling HashTreeCollections _HashNodeHeader.swift
[266/1605] Compiling DequeModule Deque+Extras.swift
[267/1605] Compiling DequeModule Deque+Hashable.swift
[268/1605] Compiling HashTreeCollections TreeSet+Hashable.swift
[269/1605] Compiling HashTreeCollections TreeSet+Sendable.swift
[270/1605] Compiling _RopeModule Rope+Join.swift
[271/1605] Compiling _RopeModule Rope+MutatingForEach.swift
[272/1605] Compiling _RopeModule Rope+Remove.swift
[273/1605] Compiling _RopeModule Rope+RemoveSubrange.swift
[274/1605] Compiling _RopeModule Rope+Split.swift
[275/1605] Compiling _RopeModule Optional Utilities.swift
[276/1605] Compiling _RopeModule String Utilities.swift
[277/1605] Compiling _RopeModule String.Index+ABI.swift
[287/1615] Compiling HashTreeCollections TreeDictionary+Merge.swift
[288/1615] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[289/1615] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[290/1615] Compiling HashTreeCollections TreeDictionary+Values.swift
[295/1615] Compiling HashTreeCollections _HashTreeIterator.swift
[296/1615] Compiling HashTreeCollections _HashTreeStatistics.swift
[297/1615] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[298/1615] Compiling HashTreeCollections _RawHashNode.swift
[299/1615] Compiling HashTreeCollections _UnmanagedHashNode.swift
[300/1615] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[301/1615] Compiling HashTreeCollections TreeSet+Debugging.swift
[302/1615] Compiling HashTreeCollections TreeSet+Descriptions.swift
[303/1615] Compiling HashTreeCollections TreeSet+Equatable.swift
[304/1615] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[305/1615] Compiling HashTreeCollections TreeSet+Extras.swift
[306/1615] Compiling HashTreeCollections TreeSet+Filter.swift
[309/1615] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[310/1615] Compiling HashTreeCollections TreeDictionary.swift
[311/1615] Compiling HashTreeCollections TreeSet+Codable.swift
[312/1615] Compiling HashTreeCollections TreeSet+Collection.swift
[316/1616] Compiling DequeModule Deque+Codable.swift
[317/1616] Compiling DequeModule Deque+Collection.swift
[337/1616] Compiling HashTreeCollections _HashSlot.swift
[338/1616] Compiling HashTreeCollections _HashStack.swift
[339/1616] Compiling HashTreeCollections _AncestorHashSlots.swift
[340/1616] Compiling HashTreeCollections _Bitmap.swift
[341/1616] Compiling HashTreeCollections _Bucket.swift
[342/1616] Compiling HashTreeCollections _Hash.swift
[343/1616] Compiling HashTreeCollections _HashLevel.swift
[344/1616] Compiling HashTreeCollections _HashNode+Builder.swift
[345/1616] Compiling HashTreeCollections _HashNode+Debugging.swift
[346/1616] Compiling HashTreeCollections _HashNode+Initializers.swift
[353/1616] Emitting module RoutingKit
[354/1616] Compiling RoutingKit PathComponent.swift
[355/1616] Emitting module DequeModule
[356/1617] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[357/1617] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[358/1617] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[359/1617] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[360/1617] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[361/1617] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[362/1617] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[363/1617] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[364/1617] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[365/1617] Compiling HashTreeCollections TreeSet.swift
[366/1617] Compiling RoutingKit Router.swift
[367/1617] Compiling RoutingKit TrieRouter.swift
[368/1617] Emitting module _RopeModule
[369/1617] Compiling tls13_client.cc
[376/1617] Compiling HashTreeCollections _UnsafePath.swift
[377/1617] Compiling HashTreeCollections TreeDictionary+Codable.swift
[378/1617] Compiling HashTreeCollections TreeDictionary+Collection.swift
[379/1617] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[380/1617] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[381/1617] Compiling tls13_both.cc
[392/1617] Compiling RoutingKit AnyRouter.swift
[393/1617] Compiling RoutingKit Parameters.swift
[394/1618] Emitting module Metrics
[395/1618] Compiling Metrics Metrics.swift
[407/1620] Compiling t1_enc.cc
[441/1620] Compiling ssl_transcript.cc
[442/1620] Compiling ssl_versions.cc
[443/1620] Compiling ssl_x509.cc
[445/1620] Emitting module HashTreeCollections
[446/1621] Compiling ssl_stat.cc
[447/1621] Compiling ssl_session.cc
[448/1621] Compiling ssl_privkey.cc
[449/1621] Compiling ssl_key_share.cc
[450/1621] Compiling ssl_lib.cc
[451/1621] Compiling ssl_credential.cc
[452/1621] Compiling ssl_file.cc
[453/1621] Compiling ssl_cipher.cc
[454/1621] Compiling ssl_buffer.cc
[455/1621] Compiling ssl_cert.cc
[456/1621] Compiling ssl_asn1.cc
[457/1621] Compiling ssl_aead_ctx.cc
[458/1621] Compiling s3_pkt.cc
[459/1621] Compiling s3_lib.cc
[460/1621] Compiling s3_both.cc
[461/1621] Compiling handshake_server.cc
[462/1621] Compiling handshake_client.cc
[463/1621] Compiling handshake.cc
[464/1621] Compiling handoff.cc
[465/1621] Compiling dtls_record.cc
[466/1621] Compiling encrypted_client_hello.cc
[467/1621] Compiling md5-x86_64-linux.S
[468/1621] Compiling md5-x86_64-apple.S
[469/1621] Compiling md5-586-linux.S
[470/1621] Compiling dtls_method.cc
[471/1621] Compiling md5-586-apple.S
[472/1621] Compiling extensions.cc
[473/1621] Compiling chacha20_poly1305_x86_64-linux.S
[474/1621] Compiling chacha20_poly1305_x86_64-apple.S
[475/1621] Compiling chacha20_poly1305_armv8-win.S
[476/1621] Compiling chacha20_poly1305_armv8-linux.S
[477/1621] Compiling chacha20_poly1305_armv8-apple.S
[478/1621] Compiling chacha-x86_64-apple.S
[479/1621] Compiling chacha-x86_64-linux.S
[480/1621] Compiling chacha-x86-apple.S
[481/1621] Compiling err_data.cc
[482/1621] Compiling chacha-x86-linux.S
[483/1621] Compiling chacha-armv8-win.S
[484/1621] Compiling chacha-armv8-apple.S
[485/1621] Compiling chacha-armv8-linux.S
[486/1621] Compiling chacha-armv4-linux.S
[487/1621] Compiling d1_srtp.cc
[488/1621] Compiling aes128gcmsiv-x86_64-apple.S
[489/1621] Compiling aes128gcmsiv-x86_64-linux.S
[490/1621] Compiling x86_64-mont5-linux.S
[491/1621] Compiling x86_64-mont5-apple.S
[492/1621] Compiling x86_64-mont-apple.S
[493/1621] Compiling x86_64-mont-linux.S
[494/1621] Compiling x86-mont-linux.S
[495/1621] Compiling x86-mont-apple.S
[496/1621] Compiling vpaes-x86_64-linux.S
[497/1621] Compiling vpaes-x86_64-apple.S
[498/1621] Compiling vpaes-x86-linux.S
[499/1621] Compiling vpaes-x86-apple.S
[500/1621] Compiling vpaes-armv8-win.S
[501/1621] Compiling vpaes-armv8-linux.S
[502/1621] Compiling d1_pkt.cc
[503/1621] Compiling vpaes-armv8-apple.S
[504/1621] Compiling vpaes-armv7-linux.S
[505/1621] Compiling sha512-x86_64-linux.S
[506/1621] Compiling bio_ssl.cc
[507/1621] Compiling sha512-armv8-win.S
[508/1621] Compiling sha512-x86_64-apple.S
[509/1621] Compiling sha512-armv8-linux.S
[510/1621] Compiling sha512-armv8-apple.S
[511/1621] Compiling sha512-armv4-linux.S
[512/1621] Compiling sha512-586-linux.S
[513/1621] Compiling sha512-586-apple.S
[514/1621] Compiling sha256-x86_64-linux.S
[515/1621] Compiling sha256-armv8-win.S
[516/1621] Compiling sha256-x86_64-apple.S
[517/1621] Compiling sha256-armv8-linux.S
[518/1621] Compiling sha256-armv8-apple.S
[519/1621] Compiling sha256-armv4-linux.S
[520/1621] Compiling sha256-586-apple.S
[521/1621] Compiling sha256-586-linux.S
[522/1621] Compiling sha1-armv8-win.S
[523/1621] Compiling sha1-x86_64-linux.S
[524/1621] Compiling sha1-x86_64-apple.S
[525/1621] Compiling sha1-armv8-linux.S
[526/1621] Compiling sha1-armv8-apple.S
[527/1621] Compiling sha1-586-linux.S
[528/1621] Compiling sha1-586-apple.S
[529/1621] Compiling sha1-armv4-large-linux.S
[530/1621] Compiling rsaz-avx2-apple.S
[531/1621] Compiling rsaz-avx2-linux.S
[532/1621] Compiling rdrand-x86_64-linux.S
[533/1621] Compiling p256_beeu-x86_64-asm-linux.S
[534/1621] Compiling p256_beeu-x86_64-asm-apple.S
[535/1621] Compiling rdrand-x86_64-apple.S
[536/1621] Compiling p256_beeu-armv8-asm-win.S
[537/1621] Compiling p256_beeu-armv8-asm-linux.S
[538/1621] Compiling p256_beeu-armv8-asm-apple.S
[539/1621] Compiling p256-x86_64-asm-apple.S
[540/1621] Compiling p256-x86_64-asm-linux.S
[540/1621] Compiling p256-armv8-asm-win.S
[542/1621] Compiling p256-armv8-asm-linux.S
[543/1621] Compiling p256-armv8-asm-apple.S
[544/1621] Compiling ghashv8-armv8-win.S
[545/1621] Compiling ghashv8-armv8-linux.S
[546/1621] Compiling ghashv8-armv8-apple.S
[547/1621] Compiling ghashv8-armv7-linux.S
[548/1621] Compiling ghash-x86_64-linux.S
[549/1621] Compiling ghash-x86-linux.S
[550/1621] Compiling d1_both.cc
[551/1621] Compiling ghash-x86_64-apple.S
[552/1621] Compiling ghash-x86-apple.S
[553/1621] Compiling ghash-ssse3-x86-linux.S
[554/1621] Compiling ghash-ssse3-x86_64-linux.S
[555/1621] Compiling ghash-neon-armv8-win.S
[556/1621] Compiling ghash-ssse3-x86_64-apple.S
[557/1621] Compiling ghash-ssse3-x86-apple.S
[558/1621] Compiling d1_lib.cc
[559/1621] Compiling ghash-armv4-linux.S
[560/1621] Compiling ghash-neon-armv8-linux.S
[561/1621] Compiling ghash-neon-armv8-apple.S
[562/1621] Compiling co-586-linux.S
[563/1621] Compiling bn-armv8-win.S
[564/1621] Compiling bsaes-armv7-linux.S
[565/1621] Compiling bn-armv8-linux.S
[566/1621] Compiling co-586-apple.S
[567/1621] Compiling bn-586-linux.S
[568/1621] Compiling armv8-mont-win.S
[568/1621] Compiling bn-armv8-apple.S
[568/1621] Compiling bn-586-apple.S
[571/1621] Compiling armv8-mont-linux.S
[572/1621] Compiling armv8-mont-apple.S
[573/1621] Compiling aesv8-gcm-armv8-win.S
[573/1621] Compiling armv4-mont-linux.S
[575/1621] Compiling aesv8-gcm-armv8-apple.S
[576/1621] Compiling aesv8-armv8-win.S
[577/1621] Compiling aesv8-gcm-armv8-linux.S
[578/1621] Compiling aesv8-armv8-apple.S
[579/1621] Compiling aesni-x86-apple.S
[580/1621] Compiling aesv8-armv8-linux.S
[581/1621] Compiling aesni-x86_64-apple.S
[581/1621] Compiling aesv8-armv7-linux.S
[583/1621] Compiling aesni-x86_64-linux.S
[584/1621] Compiling aesni-x86-linux.S
[585/1621] Compiling aesni-gcm-x86_64-linux.S
[586/1621] Compiling aesni-gcm-x86_64-apple.S
[587/1621] Compiling aes-gcm-avx2-x86_64-apple.S
[588/1621] Compiling aes-gcm-avx10-x86_64-linux.S
[589/1621] Compiling aes-gcm-avx10-x86_64-apple.S
[590/1621] Compiling aes-gcm-avx2-x86_64-linux.S
[591/1621] Compiling x_val.cc
[592/1621] Compiling x_x509a.cc
[593/1621] Compiling x_spki.cc
[594/1621] Compiling x_sig.cc
[595/1621] Compiling x_x509.cc
[596/1621] Compiling x_req.cc
[597/1621] Compiling x_name.cc
[598/1621] Compiling x_pubkey.cc
[599/1621] Compiling x_exten.cc
[600/1621] Compiling x509name.cc
[601/1621] Compiling x509spki.cc
[602/1621] Compiling x_all.cc
[603/1621] Compiling x_attrib.cc
[604/1621] Compiling x509rset.cc
[605/1621] Compiling x_algor.cc
[606/1621] Compiling x_crl.cc
[607/1621] Compiling x509_txt.cc
[608/1621] Compiling x509cset.cc
[609/1621] Compiling x509_vpm.cc
[610/1621] Compiling x509_v3.cc
[611/1621] Compiling x509_set.cc
[612/1621] Compiling x509_trs.cc
[613/1621] Compiling x509_vfy.cc
[614/1621] Compiling x509_req.cc
[615/1621] Compiling x509_d2.cc
[616/1621] Compiling x509_def.cc
[617/1621] Compiling x509_obj.cc
[618/1621] Compiling x509_lu.cc
[619/1621] Compiling x509_ext.cc
[620/1621] Compiling x509_cmp.cc
[621/1621] Compiling x509_att.cc
[622/1621] Compiling x509.cc
[623/1621] Compiling v3_skey.cc
[624/1621] Compiling v3_purp.cc
[625/1621] Compiling v3_utl.cc
[626/1621] Compiling v3_prn.cc
[627/1621] Compiling v3_pmaps.cc
[628/1621] Compiling v3_pcons.cc
[629/1621] Compiling v3_ocsp.cc
[630/1621] Compiling v3_ncons.cc
[631/1621] Compiling v3_ia5.cc
[632/1621] Compiling v3_lib.cc
[633/1621] Compiling v3_int.cc
[634/1621] Compiling v3_genn.cc
[635/1621] Compiling v3_info.cc
[636/1621] Compiling v3_extku.cc
[637/1621] Compiling v3_enum.cc
[638/1621] Compiling v3_crld.cc
[639/1621] Compiling v3_cpols.cc
[640/1621] Compiling v3_conf.cc
[641/1621] Compiling v3_bcons.cc
[642/1621] Compiling v3_bitst.cc
[643/1621] Compiling v3_alt.cc
[644/1621] Compiling v3_akeya.cc
[645/1621] Compiling v3_akey.cc
[646/1621] Compiling t_x509a.cc
[647/1621] Compiling t_x509.cc
[648/1621] Compiling i2d_pr.cc
[649/1621] Compiling t_crl.cc
[650/1621] Compiling t_req.cc
[651/1621] Compiling by_file.cc
[652/1621] Compiling rsa_pss.cc
[653/1621] Compiling policy.cc
[654/1621] Compiling name_print.cc
[655/1621] Compiling by_dir.cc
[656/1621] Compiling asn1_gen.cc
[657/1621] Compiling voprf.cc
[658/1621] Compiling trust_token.cc
[659/1621] Compiling algorithm.cc
[660/1621] Compiling a_verify.cc
[661/1621] Compiling a_digest.cc
[662/1621] Compiling a_sign.cc
[663/1621] Compiling thread_win.cc
[664/1621] Compiling thread_none.cc
[665/1621] Compiling thread.cc
[666/1621] Compiling thread_pthread.cc
[667/1621] Compiling stack.cc
[668/1621] Compiling pmbtoken.cc
[669/1621] Compiling sha512.cc
[670/1621] Compiling siphash.cc
[671/1621] Compiling sha1.cc
[672/1621] Compiling sha256.cc
[673/1621] Compiling slhdsa.cc
[674/1621] Compiling rsa_extra.cc
[675/1621] Compiling rsa_print.cc
[676/1621] Compiling spake2plus.cc
[677/1621] Compiling rc4.cc
[678/1621] Compiling trusty.cc
[679/1621] Compiling windows.cc
[680/1621] Compiling refcount.cc
[681/1621] Compiling rsa_crypt.cc
[682/1621] Compiling rand.cc
[683/1621] Compiling urandom.cc
[684/1621] Compiling rsa_asn1.cc
[685/1621] Compiling passive.cc
[686/1621] Compiling ios.cc
[687/1621] Compiling getentropy.cc
[688/1621] Compiling poly1305_arm_asm.S
[689/1621] Compiling forkunsafe.cc
[690/1621] Compiling fork_detect.cc
[691/1621] Compiling deterministic.cc
[692/1621] Compiling poly1305_arm.cc
[693/1621] Compiling poly1305.cc
[694/1621] Compiling pool.cc
[695/1621] Compiling poly1305_vec.cc
[696/1621] Compiling pkcs7.cc
[697/1621] Compiling pkcs8.cc
[698/1621] Compiling p5_pbev2.cc
[699/1621] Compiling pkcs7_x509.cc
[700/1621] Compiling pkcs8_x509.cc
[701/1621] Compiling pem_xaux.cc
[702/1621] Compiling pem_x509.cc
[703/1621] Compiling pem_pkey.cc
[704/1621] Compiling mlkem.cc
[705/1621] Compiling pem_pk8.cc
[706/1621] Compiling obj_xref.cc
[707/1621] Compiling pem_oth.cc
[708/1621] Compiling pem_info.cc
[709/1621] Compiling mldsa.cc
[710/1621] Compiling pem_all.cc
[711/1621] Compiling pem_lib.cc
[712/1621] Compiling obj.cc
[713/1621] Compiling poly_rq_mul.S
[714/1621] Compiling fips_shared_support.cc
[715/1621] Compiling mem.cc
[716/1621] Compiling md5.cc
[717/1621] Compiling md4.cc
[718/1621] Compiling lhash.cc
[719/1621] Compiling hrss.cc
[720/1621] Compiling ex_data.cc
[720/1621] Compiling sign.cc
[722/1621] Compiling kyber.cc
[723/1621] Compiling scrypt.cc
[724/1621] Compiling hpke.cc
[725/1621] Compiling print.cc
[726/1621] Compiling p_x25519.cc
[727/1621] Compiling pbkdf.cc
[728/1621] Compiling p_x25519_asn1.cc
[729/1621] Compiling p_rsa_asn1.cc
[730/1621] Compiling p_ed25519.cc
[731/1621] Compiling p_rsa.cc
[732/1621] Compiling p_hkdf.cc
[733/1621] Compiling p_ed25519_asn1.cc
[734/1621] Compiling p_ec.cc
[735/1621] Compiling p_ec_asn1.cc
[736/1621] Compiling p_dh.cc
[737/1621] Compiling p_dh_asn1.cc
[738/1621] Compiling evp_ctx.cc
[739/1621] Compiling p_dsa_asn1.cc
[740/1621] Compiling evp.cc
[741/1621] Compiling err.cc
[742/1621] Compiling engine.cc
[743/1621] Compiling evp_asn1.cc
[744/1621] Compiling ecdh.cc
[745/1621] Compiling hash_to_curve.cc
[746/1621] Compiling ecdsa_asn1.cc
[747/1621] Compiling ec_derive.cc
[748/1621] Compiling params.cc
[749/1621] Compiling dsa.cc
[750/1621] Compiling ec_asn1.cc
[751/1621] Compiling dsa_asn1.cc
[752/1621] Compiling x25519-asm-arm.S
[753/1621] Compiling crypto.cc
[754/1621] Compiling digest_extra.cc
[755/1621] Compiling des.cc
[756/1621] Compiling dh_asn1.cc
[757/1621] Compiling spake25519.cc
[758/1621] Compiling cpu_intel.cc
[759/1621] Compiling cpu_aarch64_sysreg.cc
[760/1621] Compiling curve25519.cc
[761/1621] Compiling cpu_arm_freebsd.cc
[762/1621] Compiling cpu_arm_linux.cc
[763/1621] Compiling cpu_aarch64_win.cc
[764/1621] Compiling cpu_aarch64_openbsd.cc
[765/1621] Compiling bcm.cc
[766/1621] Compiling cpu_aarch64_linux.cc
[767/1621] Compiling curve25519_64_adx.cc
[768/1621] Compiling cpu_aarch64_apple.cc
[769/1621] Compiling cpu_aarch64_fuchsia.cc
[770/1621] Compiling conf.cc
[771/1621] Compiling tls_cbc.cc
[772/1621] Compiling get_cipher.cc
[773/1621] Compiling e_tls.cc
[774/1621] Compiling e_aesctrhmac.cc
[775/1621] Compiling e_rc4.cc
[776/1621] Compiling e_null.cc
[777/1621] Compiling e_rc2.cc
[778/1621] Compiling e_des.cc
[779/1621] Compiling e_chacha20poly1305.cc
[780/1621] Compiling e_aesgcmsiv.cc
[781/1621] Compiling derive_key.cc
[782/1621] Compiling chacha.cc
[783/1621] Compiling unicode.cc
[784/1621] Compiling buf.cc
[785/1621] Compiling cbs.cc
[786/1621] Compiling ber.cc
[787/1621] Compiling blake2.cc
[788/1621] Compiling asn1_compat.cc
[789/1621] Compiling cbb.cc
[790/1621] Compiling bn_asn1.cc
[791/1621] Compiling convert.cc
[792/1621] Compiling socket_helper.cc
[793/1621] Compiling socket.cc
[794/1621] Compiling printf.cc
[795/1621] Compiling file.cc
[796/1621] Compiling hexdump.cc
[797/1621] Compiling pair.cc
[798/1621] Compiling fd.cc
[799/1621] Compiling errno.cc
[800/1621] Compiling bio.cc
[801/1621] Compiling connect.cc
[802/1621] Compiling bio_mem.cc
[803/1621] Compiling base64.cc
[804/1621] Compiling tasn_typ.cc
[805/1621] Compiling tasn_fre.cc
[806/1621] Compiling tasn_enc.cc
[807/1621] Compiling tasn_utl.cc
[808/1621] Compiling posix_time.cc
[809/1621] Compiling tasn_new.cc
[810/1621] Compiling f_string.cc
[811/1621] Compiling asn_pack.cc
[812/1621] Compiling f_int.cc
[813/1621] Compiling tasn_dec.cc
[814/1621] Compiling asn1_par.cc
[815/1621] Compiling asn1_lib.cc
[816/1621] Compiling a_octet.cc
[817/1621] Compiling a_type.cc
[818/1621] Compiling a_time.cc
[819/1621] Compiling a_strnid.cc
[820/1621] Compiling a_utctm.cc
[821/1621] Compiling a_strex.cc
[822/1621] Compiling a_object.cc
[823/1621] Compiling a_i2d_fp.cc
[824/1621] Compiling a_d2i_fp.cc
[825/1621] Compiling a_dup.cc
[826/1621] Compiling fiat_p256_adx_sqr.S
[827/1621] Compiling a_mbstr.cc
[828/1621] Compiling fiat_p256_adx_mul.S
[829/1621] Compiling a_gentm.cc
[830/1621] Compiling a_int.cc
[831/1621] Compiling fiat_curve25519_adx_square.S
[832/1621] Compiling fiat_curve25519_adx_mul.S
[833/1621] Compiling a_bool.cc
[834/1621] Compiling a_bitstr.cc
[835/1621] Compiling x_val.c
[836/1621] Compiling x_spki.c
[837/1621] Compiling x_x509a.c
[838/1621] Compiling x_x509.c
[839/1621] Compiling x_sig.c
[840/1621] Compiling x_req.c
[841/1621] Compiling x_exten.c
[842/1621] Compiling x_pubkey.c
[843/1621] Compiling x_name.c
[844/1621] Compiling x_crl.c
[845/1621] Compiling x_attrib.c
[846/1621] Compiling x_algor.c
[847/1621] Compiling x509spki.c
[848/1621] Compiling x_all.c
[849/1621] Compiling x509rset.c
[850/1621] Compiling x509name.c
[851/1621] Compiling x509cset.c
[852/1621] Compiling x509_vpm.c
[853/1621] Compiling x509_txt.c
[854/1621] Compiling x509_trs.c
[855/1621] Compiling x509_vfy.c
[856/1621] Compiling x509_v3.c
[857/1621] Compiling x509_set.c
[858/1621] Compiling x509_req.c
[859/1621] Compiling x509_obj.c
[860/1621] Compiling x509_def.c
[861/1621] Compiling x509_d2.c
[862/1621] Compiling x509_ext.c
[863/1621] Compiling x509_lu.c
[864/1621] Compiling x509_cmp.c
[865/1621] Compiling x509_att.c
[866/1621] Compiling x509.c
[867/1621] Compiling v3_purp.c
[868/1621] Compiling v3_skey.c
[869/1621] Compiling v3_utl.c
[870/1621] Compiling v3_prn.c
[871/1621] Compiling v3_pmaps.c
[872/1621] Compiling v3_pcons.c
[873/1621] Compiling v3_ocsp.c
[874/1621] Compiling v3_ncons.c
[875/1621] Compiling v3_int.c
[876/1621] Compiling v3_lib.c
[877/1621] Compiling v3_info.c
[878/1621] Compiling v3_ia5.c
[879/1621] Compiling v3_genn.c
[880/1621] Compiling v3_extku.c
[881/1621] Compiling v3_enum.c
[882/1621] Compiling v3_crld.c
[883/1621] Compiling v3_cpols.c
[884/1621] Compiling v3_conf.c
[885/1621] Compiling v3_bitst.c
[886/1621] Compiling v3_bcons.c
[887/1621] Compiling v3_alt.c
[888/1621] Compiling v3_akeya.c
[889/1621] Compiling t_x509a.c
[890/1621] Compiling v3_akey.c
[891/1621] Compiling t_x509.c
[892/1621] Compiling t_req.c
[893/1621] Compiling t_crl.c
[894/1621] Compiling i2d_pr.c
[895/1621] Compiling rsa_pss.c
[896/1621] Compiling name_print.c
[897/1621] Compiling by_file.c
[898/1621] Compiling policy.c
[899/1621] Compiling by_dir.c
[900/1621] Compiling asn1_gen.c
[901/1621] Compiling c-nioatomics.c
[902/1621] Compiling algorithm.c
[903/1621] Compiling a_sign.c
[904/1621] Compiling a_verify.c
[905/1621] Compiling thread_win.c
[906/1621] Compiling a_digest.c
[907/1621] Compiling voprf.c
[908/1621] Compiling thread_pthread.c
[909/1621] Compiling thread.c
[910/1621] Compiling trust_token.c
[911/1621] Compiling wots.c
[912/1621] Compiling thread_none.c
[913/1621] Compiling spx_util.c
[913/1621] Compiling thash.c
[915/1621] Compiling stack.c
[916/1621] Compiling pmbtoken.c
[917/1621] Compiling spx.c
[918/1621] Compiling fors.c
[918/1621] Compiling merkle.c
[920/1621] Compiling siphash.c
[921/1621] Compiling rsa_print.c
[922/1621] Compiling address.c
[923/1621] Compiling rc4.c
[924/1621] Compiling refcount.c
[925/1621] Compiling rsa_asn1.c
[926/1621] Compiling windows.c
[927/1621] Compiling trusty.c
[928/1621] Compiling rand_extra.c
[929/1621] Compiling rsa_crypt.c
[930/1621] Compiling passive.c
[931/1621] Compiling getentropy.c
[932/1621] Compiling ios.c
[933/1621] Compiling deterministic.c
[934/1621] Compiling forkunsafe.c
[935/1621] Compiling poly1305_arm_asm.S
[936/1621] Compiling pool.c
[937/1621] Compiling poly1305.c
[938/1621] Compiling poly1305_arm.c
[939/1621] Compiling poly1305_vec.c
[940/1621] Compiling pkcs7.c
[941/1621] Compiling pkcs8.c
[942/1621] Compiling pem_x509.c
[943/1621] Compiling pem_xaux.c
[944/1621] Compiling p5_pbev2.c
[945/1621] Compiling pkcs7_x509.c
[946/1621] Compiling pkcs8_x509.c
[947/1621] Compiling pem_pkey.c
[948/1621] Compiling obj_xref.c
[949/1621] Compiling pem_oth.c
[950/1621] Compiling c-atomics.c
[951/1621] Compiling pem_pk8.c
[952/1621] Compiling obj.c
[953/1621] Compiling mem.c
[954/1621] Compiling pem_info.c
[955/1621] Compiling pem_all.c
[956/1621] Compiling lhash.c
[957/1621] Compiling pem_lib.c
[958/1621] Compiling x86_64-mont5-mac.mac.x86_64.S
[959/1621] Compiling poly_rq_mul.S
[960/1621] Compiling x86_64-mont5-linux.linux.x86_64.S
[961/1621] Compiling keccak.c
[962/1621] Compiling kyber.c
[963/1621] Compiling x86_64-mont-mac.mac.x86_64.S
[964/1621] Compiling hpke.c
[965/1621] Compiling x86-mont-windows.windows.x86.S
[965/1621] Compiling x86_64-mont-linux.linux.x86_64.S
[967/1621] Compiling x86-mont-linux.linux.x86.S
[968/1621] Compiling vpaes-x86_64-mac.mac.x86_64.S
[969/1621] Compiling vpaes-armv8-ios.ios.aarch64.S
[970/1621] Compiling vpaes-x86-windows.windows.x86.S
[971/1626] Compiling vpaes-x86_64-linux.linux.x86_64.S
[972/1626] Compiling vpaes-x86-linux.linux.x86.S
[972/1626] Compiling vpaes-armv8-linux.linux.aarch64.S
[974/1627] Compiling vpaes-armv7-linux.linux.arm.S
[975/1627] Compiling vpaes-armv7-ios.ios.arm.S
[976/1627] Compiling sha512-x86_64-mac.mac.x86_64.S
[977/1627] Compiling sha512-armv8-linux.linux.aarch64.S
[978/1627] Compiling sha512-armv8-ios.ios.aarch64.S
[979/1627] Compiling sha512-x86_64-linux.linux.x86_64.S
[980/1627] Compiling hrss.c
[981/1627] Compiling sha512-armv4-linux.linux.arm.S
[982/1627] Compiling sha512-armv4-ios.ios.arm.S
[983/1627] Compiling kdf.c
[984/1627] Compiling sha512-586-windows.windows.x86.S
[985/1627] Compiling sha512-586-linux.linux.x86.S
[986/1627] Compiling sha256-x86_64-mac.mac.x86_64.S
[986/1627] Compiling sha256-x86_64-linux.linux.x86_64.S
[988/1627] Compiling sha256-armv8-ios.ios.aarch64.S
[989/1627] Compiling sha256-armv8-linux.linux.aarch64.S
[990/1627] Compiling sha256-armv4-ios.ios.arm.S
[991/1627] Compiling sha256-armv4-linux.linux.arm.S
[992/1627] Compiling sha256-586-windows.windows.x86.S
[993/1627] Compiling sha1-x86_64-mac.mac.x86_64.S
[994/1627] Compiling sha256-586-linux.linux.x86.S
[995/1627] Compiling sha1-armv8-ios.ios.aarch64.S
[996/1627] Compiling sha1-armv8-linux.linux.aarch64.S
[997/1627] Compiling sha1-x86_64-linux.linux.x86_64.S
[998/1627] Compiling sha1-armv4-large-linux.linux.arm.S
[999/1627] Compiling sha1-armv4-large-ios.ios.arm.S
[1000/1627] Compiling sha1-586-linux.linux.x86.S
[1001/1627] Compiling sha1-586-windows.windows.x86.S
[1002/1627] Compiling rsaz-avx2-mac.mac.x86_64.S
[1003/1627] Compiling sha256.c
[1004/1627] Compiling sha1.c
[1005/1627] Compiling sha512.c
[1006/1627] Compiling fips.c
[1007/1627] Compiling service_indicator.c
[1009/1627] Compiling NIOConcurrencyHelpers NIOLock.swift
[1009/1627] Compiling rsaz-avx2-linux.linux.x86_64.S
[1010/1627] Compiling rdrand-x86_64-mac.mac.x86_64.S
[1011/1627] Compiling rdrand-x86_64-linux.linux.x86_64.S
[1012/1627] Compiling self_check.c
[1013/1627] Compiling blinding.c
[1014/1627] Compiling padding.c
[1015/1627] Compiling rsa_impl.c
[1016/1627] Compiling rsa.c
[1017/1627] Compiling rand.c
[1018/1627] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[1019/1627] Compiling fork_detect.c
[1020/1627] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[1021/1627] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[1022/1627] Compiling NIOConcurrencyHelpers lock.swift
[1023/1627] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[1024/1627] Compiling urandom.c
[1025/1627] Compiling ctrdrbg.c
[1026/1627] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[1027/1627] Compiling p256-armv8-asm-linux.linux.aarch64.S
[1028/1627] Compiling p256-armv8-asm-ios.ios.aarch64.S
[1029/1627] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[1030/1627] Compiling ofb.c
[1031/1627] Compiling polyval.c
[1032/1627] Compiling gcm_nohw.c
[1033/1627] Compiling ctr.c
[1034/1627] Compiling gcm.c
[1035/1627] Compiling cfb.c
[1036/1627] Compiling md5-x86_64-mac.mac.x86_64.S
[1037/1627] Compiling cbc.c
[1038/1627] Compiling md5.c
[1039/1627] Compiling md5-586-windows.windows.x86.S
[1040/1627] Compiling md5-586-linux.linux.x86.S
[1040/1627] Compiling md5-x86_64-linux.linux.x86_64.S
[1042/1627] Compiling ghashv8-armv8-linux.linux.aarch64.S
[1043/1627] Compiling ghashv8-armv7-ios.ios.arm.S
[1044/1627] Compiling NIOConcurrencyHelpers atomics.swift
[1045/1627] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1047/1627] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1048/1627] Emitting module NIOConcurrencyHelpers
[1048/1627] Compiling ghashv8-armv8-ios.ios.aarch64.S
[1049/1628] Compiling ghashv8-armv7-linux.linux.arm.S
[1050/1628] Compiling md4.c
[1051/1628] Compiling hmac.c
[1052/1628] Compiling ghash-x86_64-mac.mac.x86_64.S
[1053/1628] Compiling hkdf.c
[1054/1628] Compiling ghash-x86-windows.windows.x86.S
[1055/1628] Compiling ghash-x86-linux.linux.x86.S
[1056/1628] Compiling ghash-x86_64-linux.linux.x86_64.S
[1056/1628] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[1058/1628] Compiling ghash-ssse3-x86-windows.windows.x86.S
[1059/1628] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[1060/1628] Compiling ghash-ssse3-x86-linux.linux.x86.S
[1061/1628] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[1062/1628] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[1063/1628] Compiling ghash-armv4-linux.linux.arm.S
[1064/1628] Compiling fips_shared_support.c
[1065/1628] Compiling ghash-armv4-ios.ios.arm.S
[1067/1628] Compiling ecdh.c
[1068/1628] Compiling util.c
[1069/1628] Compiling ecdsa.c
[1070/1628] Compiling wnaf.c
[1071/1628] Compiling simple.c
[1072/1628] Compiling scalar.c
[1073/1628] Compiling simple_mul.c
[1074/1628] Compiling p256.c
[1075/1628] Compiling felem.c
[1076/1628] Compiling oct.c
[1076/1628] Compiling ec_montgomery.c
[1078/1628] Compiling ec_key.c
[1079/1628] Compiling p224-64.c
[1080/1654] Compiling digest.c
[1081/1654] Compiling digests.c
[1082/1654] Compiling dh.c
[1083/1654] Compiling check.c
[1084/1654] Compiling digestsign.c
[1085/1654] Compiling co-586-windows.windows.x86.S
[1086/1654] Compiling co-586-linux.linux.x86.S
[1087/1654] Compiling ec.c
[1088/1654] Compiling bsaes-armv7-linux.linux.arm.S
[1089/1654] Compiling cmac.c
[1090/1654] Compiling e_aesccm.c
[1091/1654] Compiling bsaes-armv7-ios.ios.arm.S
[1092/1654] Compiling aead.c
[1093/1654] Compiling cipher.c
[1094/1654] Compiling sqrt.c
[1095/1654] Compiling shift.c
[1096/1654] Compiling e_aes.c
[1097/1654] Compiling rsaz_exp.c
[1098/1654] Compiling p256-nistz.c
[1100/1654] Emitting module ConsoleKitTerminal
[1100/1654] Compiling random.c
[1102/1657] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1103/1657] Compiling ConsoleKitTerminal ConsoleClear.swift
[1104/1657] Compiling ConsoleKitTerminal Console+Ask.swift
[1105/1657] Compiling ConsoleKitTerminal Console+Choose.swift
[1105/1657] Compiling prime.c
[1106/1657] Compiling jacobi.c
[1107/1657] Compiling montgomery_inv.c
[1108/1657] Compiling generic.c
[1108/1657] Compiling mul.c
[1110/1657] Compiling montgomery.c
[1111/1657] Compiling gcd_extra.c
[1112/1657] Compiling ctx.c
[1113/1657] Compiling div_extra.c
[1115/1657] Compiling ConsoleKitTerminal ActivityBar.swift
[1116/1657] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1117/1657] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1118/1657] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1119/1657] Compiling ConsoleKitTerminal CustomActivity.swift
[1120/1657] Compiling ConsoleKitTerminal LoadingBar.swift
[1121/1657] Compiling ConsoleKitTerminal ProgressBar.swift
[1122/1657] Compiling ConsoleKitTerminal Console+Clear.swift
[1122/1657] Compiling gcd.c
[1123/1657] Compiling cmp.c
[1124/1657] Compiling exponentiation.c
[1125/1657] Compiling div.c
[1126/1657] Compiling bytes.c
[1127/1657] Compiling bn-586-windows.windows.x86.S
[1128/1657] Compiling bn-armv8-ios.ios.aarch64.S
[1129/1657] Compiling bn-armv8-linux.linux.aarch64.S
[1130/1657] Compiling bn.c
[1131/1657] Compiling armv8-mont-linux.linux.aarch64.S
[1132/1657] Compiling bn-586-linux.linux.x86.S
[1133/1657] Compiling add.c
[1134/1657] Compiling armv4-mont-linux.linux.arm.S
[1135/1657] Compiling armv8-mont-ios.ios.aarch64.S
[1136/1657] Compiling armv4-mont-ios.ios.arm.S
[1137/1657] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[1138/1657] Compiling aesv8-armv8-linux.linux.aarch64.S
[1139/1657] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[1140/1657] Compiling aesv8-armv7-ios.ios.arm.S
[1141/1657] Compiling aesni-x86_64-mac.mac.x86_64.S
[1142/1657] Compiling aesv8-armv7-linux.linux.arm.S
[1143/1657] Compiling aesv8-armv8-ios.ios.aarch64.S
[1144/1657] Compiling aesni-x86-windows.windows.x86.S
[1145/1657] Compiling aesni-x86_64-linux.linux.x86_64.S
[1146/1657] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[1147/1657] Compiling aesni-x86-linux.linux.x86.S
[1148/1657] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[1149/1657] Compiling x86_64-gcc.c
[1150/1657] Compiling mode_wrappers.c
[1151/1657] Compiling key_wrap.c
[1152/1657] Compiling aes.c
[1154/1657] Compiling ConsoleKitTerminal Console+Confirm.swift
[1155/1657] Compiling ConsoleKitTerminal Console+Input.swift
[1156/1657] Compiling ConsoleKitTerminal Console+Center.swift
[1157/1657] Compiling ConsoleKitTerminal Console+Output.swift
[1158/1657] Compiling ConsoleKitTerminal ConsoleText.swift
[1159/1657] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1160/1657] Compiling ConsoleKitTerminal ANSI.swift
[1161/1657] Compiling ConsoleKitTerminal Console+Wait.swift
[1162/1657] Compiling ConsoleKitTerminal ConsoleColor.swift
[1163/1657] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1164/1657] Compiling ConsoleKitTerminal Console.swift
[1165/1657] Compiling ConsoleKitTerminal Terminal.swift
[1166/1657] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1166/1657] Compiling ex_data.c
[1167/1657] Compiling sign.c
[1168/1657] Compiling scrypt.c
[1169/1657] Compiling pbkdf.c
[1170/1657] Compiling p_x25519.c
[1171/1657] Compiling p_x25519_asn1.c
[1172/1657] Compiling aes_nohw.c
[1173/1657] Compiling print.c
[1174/1657] Compiling p_rsa_asn1.c
[1175/1657] Compiling p_ed25519.c
[1176/1657] Compiling p_hkdf.c
[1177/1657] Compiling p_ed25519_asn1.c
[1178/1657] Compiling p_rsa.c
[1179/1657] Compiling p_ec_asn1.c
[1180/1657] Compiling p_dsa_asn1.c
[1181/1657] Compiling p_ec.c
[1182/1657] Compiling err_data.c
[1183/1657] Compiling evp_asn1.c
[1184/1657] Compiling engine.c
[1185/1657] Compiling evp.c
[1186/1657] Compiling evp_ctx.c
[1187/1657] Compiling err.c
[1188/1657] Compiling ecdh_extra.c
[1189/1657] Compiling ecdsa_asn1.c
[1190/1657] Compiling ec_derive.c
[1191/1657] Compiling dsa_asn1.c
[1192/1657] Compiling hash_to_curve.c
[1193/1657] Compiling ec_asn1.c
[1194/1657] Compiling digest_extra.c
[1195/1657] Compiling dh_asn1.c
[1196/1657] Compiling dsa.c
[1197/1657] Compiling params.c
[1199/1657] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1200/1657] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1201/1657] Compiling ConsoleKitTerminal LoggerFragment.swift
[1201/1658] Compiling spake25519.c
[1202/1658] Compiling x25519-asm-arm.S
[1203/1658] Compiling des.c
[1204/1658] Compiling cpu_arm_linux.c
[1205/1658] Compiling crypto.c
[1206/1658] Compiling cpu_intel.c
[1207/1658] Compiling cpu_arm_freebsd.c
[1208/1658] Compiling cpu_aarch64_openbsd.c
[1209/1658] Compiling cpu_aarch64_sysreg.c
[1211/1658] Compiling cpu_aarch64_win.c
[1212/1658] Compiling cpu_aarch64_fuchsia.c
[1213/1658] Compiling cpu_aarch64_linux.c
[1214/1658] Compiling cpu_aarch64_apple.c
[1215/1658] Compiling tls_cbc.c
[1216/1658] Compiling e_tls.c
[1217/1658] Compiling conf.c
[1218/1658] Compiling e_rc4.c
[1219/1658] Compiling curve25519.c
[1220/1658] Compiling e_rc2.c
[1221/1658] Compiling e_null.c
[1222/1658] Compiling e_des.c
[1223/1659] Compiling derive_key.c
[1224/1662] Compiling e_aesctrhmac.c
[1224/1662] Compiling e_chacha20poly1305.c
[1226/1680] Compiling e_aesgcmsiv.c
[1227/1680] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[1228/1680] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[1229/1680] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[1230/1680] Compiling cipher_extra.c
[1231/1680] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[1232/1680] Compiling chacha-x86_64-mac.mac.x86_64.S
[1233/1680] Compiling chacha-x86_64-linux.linux.x86_64.S
[1234/1680] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[1235/1680] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[1236/1680] Compiling chacha-x86-windows.windows.x86.S
[1237/1680] Compiling chacha-armv8-linux.linux.aarch64.S
[1238/1680] Compiling chacha.c
[1239/1680] Compiling chacha-x86-linux.linux.x86.S
[1240/1680] Compiling chacha-armv4-linux.linux.arm.S
[1241/1680] Compiling chacha-armv4-ios.ios.arm.S
[1242/1680] Compiling chacha-armv8-ios.ios.aarch64.S
[1243/1680] Compiling unicode.c
[1244/1680] Compiling curve25519_64_adx.c
[1245/1680] Compiling ber.c
[1246/1680] Compiling asn1_compat.c
[1247/1680] Compiling buf.c
[1248/1680] Compiling bn_asn1.c
[1249/1680] Compiling cbb.c
[1250/1680] Compiling blake2.c
[1251/1680] Compiling socket_helper.c
[1252/1680] Compiling convert.c
[1253/1680] Compiling cbs.c
[1255/1680] Emitting module ConsoleKitCommands
[1255/1682] Compiling printf.c
[1256/1682] Compiling socket.c
[1258/1682] Compiling ConsoleKitCommands CommandSignature.swift
[1259/1682] Compiling ConsoleKitCommands Flag.swift
[1260/1682] Compiling ConsoleKitCommands Option.swift
[1260/1682] Compiling pair.c
[1261/1682] Compiling errno.c
[1262/1682] Compiling hexdump.c
[1263/1682] Compiling fd.c
[1264/1682] Compiling file.c
[1265/1682] Compiling bio_mem.c
[1266/1682] Compiling connect.c
[1267/1682] Compiling base64.c
[1268/1682] Compiling tasn_typ.c
[1270/1682] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1271/1682] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1272/1682] Compiling ConsoleKitCommands Argument.swift
[1272/1682] Compiling tasn_utl.c
[1273/1682] Compiling bio.c
[1275/1682] Compiling ConsoleKitCommands AsyncCommands.swift
[1276/1682] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1277/1682] Compiling ConsoleKitCommands AnyCommand.swift
[1278/1682] Compiling ConsoleKitCommands Command.swift
[1279/1682] Compiling ConsoleKitCommands CommandContext.swift
[1280/1682] Compiling ConsoleKitCommands CommandError.swift
[1281/1682] Compiling ConsoleKitCommands CommandGroup.swift
[1282/1682] Compiling ConsoleKitCommands CommandInput.swift
[1283/1682] Compiling ConsoleKitCommands Commands.swift
[1283/1682] Compiling tasn_fre.c
[1285/1682] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1286/1682] Compiling ConsoleKitCommands AsyncCommand.swift
[1287/1682] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1287/1682] Compiling tasn_new.c
[1288/1682] Compiling tasn_enc.c
[1289/1682] Compiling f_int.c
[1290/1682] Compiling posix_time.c
[1292/1682] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1293/1682] Compiling ConsoleKitCommands Utilities.swift
[1293/1682] Compiling asn1_par.c
[1294/1682] Compiling f_string.c
[1295/1682] Compiling asn_pack.c
[1296/1682] Compiling tasn_dec.c
[1297/1682] Compiling a_type.c
[1298/1682] Compiling asn1_lib.c
[1299/1682] Compiling a_utctm.c
[1300/1682] Compiling a_time.c
[1300/1682] Compiling a_octet.c
[1302/1682] Compiling a_strnid.c
[1303/1682] Compiling a_strex.c
[1304/1682] Compiling a_mbstr.c
[1305/1682] Compiling a_gentm.c
[1306/1682] Compiling a_int.c
[1307/1682] Compiling a_i2d_fp.c
[1308/1682] Compiling a_object.c
[1309/1682] Compiling a_dup.c
[1310/1682] Compiling a_bool.c
[1311/1682] Compiling a_d2i_fp.c
[1312/1682] Compiling fiat_p256_adx_sqr.S
[1313/1682] Compiling fiat_p256_adx_mul.S
[1314/1682] Compiling fiat_curve25519_adx_square.S
[1315/1682] Compiling fiat_curve25519_adx_mul.S
[1316/1682] Compiling a_bitstr.c
[1317/1682] Compiling md5-x86_64-apple.S
[1318/1682] Compiling md5-586-linux.S
[1319/1682] Compiling md5-x86_64-linux.S
[1320/1682] Compiling md5-586-apple.S
[1321/1682] Compiling chacha20_poly1305_armv8-win.S
[1322/1682] Compiling chacha20_poly1305_x86_64-linux.S
[1323/1682] Compiling chacha20_poly1305_x86_64-apple.S
[1324/1682] Compiling chacha20_poly1305_armv8-apple.S
[1325/1682] Compiling chacha20_poly1305_armv8-linux.S
[1326/1682] Compiling chacha-x86_64-linux.S
[1327/1682] Compiling chacha-x86_64-apple.S
[1328/1682] Compiling chacha-x86-linux.S
[1329/1682] Compiling chacha-x86-apple.S
[1330/1682] Compiling chacha-armv8-linux.S
[1331/1682] Compiling chacha-armv8-apple.S
[1332/1682] Compiling chacha-armv8-win.S
[1333/1682] Compiling chacha-armv4-linux.S
[1334/1682] Compiling aes128gcmsiv-x86_64-linux.S
[1335/1682] Compiling x86_64-mont5-linux.S
[1336/1682] Compiling aes128gcmsiv-x86_64-apple.S
[1337/1682] Compiling x86_64-mont-linux.S
[1338/1682] Compiling x86_64-mont5-apple.S
[1339/1682] Compiling x86_64-mont-apple.S
[1340/1682] Compiling x86-mont-linux.S
[1341/1682] Compiling vpaes-x86_64-linux.S
[1342/1682] Compiling vpaes-x86-linux.S
[1343/1682] Compiling x86-mont-apple.S
[1344/1682] Compiling vpaes-x86_64-apple.S
[1345/1682] Compiling CCryptoBoringSSLShims shims.c
[1346/1682] Compiling err_data.cc
[1347/1682] Compiling vpaes-x86-apple.S
[1348/1682] Compiling vpaes-armv8-win.S
[1349/1682] Compiling vpaes-armv7-linux.S
[1350/1682] Compiling sha512-x86_64-linux.S
[1351/1682] Compiling vpaes-armv8-linux.S
[1352/1682] Compiling vpaes-armv8-apple.S
[1353/1682] Compiling sha512-x86_64-apple.S
[1354/1682] Compiling sha512-armv8-win.S
[1355/1682] Compiling sha512-armv8-linux.S
[1356/1682] Compiling sha512-586-linux.S
[1357/1682] Compiling sha512-armv8-apple.S
[1358/1682] Compiling sha256-x86_64-apple.S
[1358/1682] Compiling sha256-armv8-apple.S
[1360/1682] Compiling sha512-armv4-linux.S
[1361/1682] Compiling sha256-armv8-linux.S
[1362/1682] Compiling sha512-586-apple.S
[1363/1682] Compiling sha256-x86_64-linux.S
[1364/1682] Compiling sha256-armv8-win.S
[1365/1682] Compiling sha256-armv4-linux.S
[1366/1682] Compiling sha256-586-apple.S
[1367/1682] Compiling sha256-586-linux.S
[1368/1682] Compiling sha1-armv8-linux.S
[1369/1682] Compiling sha1-armv8-win.S
[1370/1682] Compiling sha1-x86_64-apple.S
[1371/1682] Compiling sha1-x86_64-linux.S
[1372/1682] Compiling sha1-armv4-large-linux.S
[1373/1682] Compiling rsaz-avx2-apple.S
[1374/1682] Compiling sha1-586-apple.S
[1374/1682] Compiling sha1-586-linux.S
[1376/1682] Compiling rsaz-avx2-linux.S
[1377/1682] Compiling sha1-armv8-apple.S
[1378/1682] Compiling rdrand-x86_64-linux.S
[1378/1682] Compiling rdrand-x86_64-apple.S
[1380/1682] Compiling p256_beeu-x86_64-asm-apple.S
[1381/1682] Compiling p256_beeu-x86_64-asm-linux.S
[1382/1682] Compiling p256_beeu-armv8-asm-linux.S
[1383/1682] Compiling p256_beeu-armv8-asm-apple.S
[1384/1682] Compiling p256_beeu-armv8-asm-win.S
[1386/1682] Compiling ConsoleKitCommands Console+Run.swift
[1387/1682] Compiling ConsoleKitCommands ConsoleError.swift
[1388/1682] Compiling ConsoleKitCommands Completion.swift
[1388/1683] Compiling p256-armv8-asm-win.S
[1389/1683] Compiling p256-armv8-asm-linux.S
[1390/1683] Compiling p256-x86_64-asm-apple.S
[1391/1683] Compiling ghashv8-armv8-apple.S
[1392/1683] Compiling p256-x86_64-asm-linux.S
[1393/1683] Compiling p256-armv8-asm-apple.S
[1394/1683] Compiling ghashv8-armv7-linux.S
[1395/1683] Compiling ghashv8-armv8-win.S
[1396/1683] Compiling ghashv8-armv8-linux.S
[1397/1683] Compiling ghash-x86_64-apple.S
[1398/1683] Compiling ghash-x86_64-linux.S
[1399/1683] Compiling ghash-x86-apple.S
[1400/1683] Compiling ghash-x86-linux.S
[1401/1683] Compiling ghash-ssse3-x86_64-linux.S
[1402/1683] Compiling ghash-ssse3-x86-linux.S
[1403/1683] Compiling ghash-ssse3-x86-apple.S
[1404/1683] Compiling ghash-ssse3-x86_64-apple.S
[1405/1683] Compiling ghash-neon-armv8-linux.S
[1406/1683] Compiling ghash-neon-armv8-win.S
[1407/1683] Compiling ghash-armv4-linux.S
[1409/1683] Compiling ghash-neon-armv8-apple.S
[1410/1683] Compiling co-586-apple.S
[1411/1683] Compiling co-586-linux.S
[1412/1683] Compiling bn-armv8-win.S
[1413/1683] Compiling bsaes-armv7-linux.S
[1414/1683] Compiling bn-armv8-apple.S
[1415/1683] Compiling bn-armv8-linux.S
[1416/1683] Compiling bn-586-linux.S
[1417/1683] Compiling bn-586-apple.S
[1418/1683] Compiling armv8-mont-apple.S
[1419/1683] Compiling armv4-mont-linux.S
[1420/1683] Compiling aesv8-gcm-armv8-win.S
[1421/1683] Compiling armv8-mont-linux.S
[1422/1683] Compiling aesv8-gcm-armv8-apple.S
[1423/1683] Compiling armv8-mont-win.S
[1424/1683] Compiling aesv8-gcm-armv8-linux.S
[1425/1683] Compiling aesv8-armv8-win.S
[1426/1683] Compiling aesv8-armv8-linux.S
[1427/1683] Compiling aesv8-armv8-apple.S
[1428/1683] Compiling aesni-x86_64-apple.S
[1429/1683] Compiling aesv8-armv7-linux.S
[1430/1683] Compiling aesni-x86-linux.S
[1431/1683] Compiling aesni-x86_64-linux.S
[1432/1683] Compiling aesni-x86-apple.S
[1433/1683] Compiling aesni-gcm-x86_64-apple.S
[1434/1683] Compiling aesni-gcm-x86_64-linux.S
[1435/1683] Compiling aes-gcm-avx10-x86_64-apple.S
[1436/1683] Compiling aes-gcm-avx10-x86_64-linux.S
[1438/1685] Emitting module ConsoleKit
[1439/1685] Compiling ConsoleKit Exports.swift
[1440/1686] Compiling x_sig.cc
[1441/1686] Compiling x_x509a.cc
[1442/1686] Compiling x_pubkey.cc
[1443/1686] Compiling x_spki.cc
[1444/1686] Compiling x_val.cc
[1445/1686] Compiling x_x509.cc
[1446/1686] Compiling x_req.cc
[1447/1686] Compiling x_name.cc
[1448/1686] Compiling x_crl.cc
[1449/1686] Compiling x_attrib.cc
[1450/1686] Compiling x_exten.cc
[1451/1686] Compiling x509spki.cc
[1452/1686] Compiling x509rset.cc
[1453/1686] Compiling x_algor.cc
[1454/1686] Compiling x_all.cc
[1455/1686] Compiling x509name.cc
[1456/1686] Compiling x509_vpm.cc
[1457/1686] Compiling x509cset.cc
[1458/1686] Compiling x509_txt.cc
[1459/1686] Compiling x509_v3.cc
[1460/1686] Compiling x509_trs.cc
[1461/1686] Compiling x509_vfy.cc
[1462/1686] Compiling x509_set.cc
[1463/1686] Compiling x509_req.cc
[1464/1686] Compiling x509_obj.cc
[1465/1686] Compiling x509_lu.cc
[1466/1686] Compiling x509_ext.cc
[1467/1686] Compiling x509_def.cc
[1468/1686] Compiling x509_d2.cc
[1469/1686] Compiling x509_cmp.cc
[1470/1686] Compiling x509_att.cc
[1471/1686] Compiling x509.cc
[1472/1686] Compiling v3_utl.cc
[1473/1686] Compiling v3_skey.cc
[1474/1686] Compiling v3_prn.cc
[1475/1686] Compiling v3_purp.cc
[1476/1686] Compiling v3_pmaps.cc
[1477/1686] Compiling v3_ocsp.cc
[1478/1686] Compiling v3_pcons.cc
[1479/1686] Compiling v3_ncons.cc
[1480/1686] Compiling v3_int.cc
[1481/1686] Compiling v3_lib.cc
[1482/1686] Compiling v3_info.cc
[1483/1686] Compiling v3_ia5.cc
[1484/1686] Compiling v3_genn.cc
[1485/1686] Compiling v3_enum.cc
[1486/1686] Compiling v3_extku.cc
[1487/1686] Compiling v3_crld.cc
[1488/1686] Compiling v3_cpols.cc
[1489/1686] Compiling v3_bcons.cc
[1490/1686] Compiling v3_conf.cc
[1490/1686] Compiling v3_bitst.cc
[1492/1686] Compiling v3_alt.cc
[1493/1686] Compiling v3_akey.cc
[1494/1686] Compiling v3_akeya.cc
[1495/1686] Compiling t_x509a.cc
[1496/1686] Compiling t_x509.cc
[1497/1686] Compiling t_crl.cc
[1498/1686] Compiling rsa_pss.cc
[1499/1686] Compiling policy.cc
[1500/1686] Compiling t_req.cc
[1501/1686] Compiling i2d_pr.cc
[1502/1686] Compiling by_file.cc
[1503/1686] Compiling name_print.cc
[1504/1686] Compiling by_dir.cc
[1505/1686] Compiling voprf.cc
[1506/1686] Compiling a_sign.cc
[1507/1686] Compiling asn1_gen.cc
[1508/1686] Compiling algorithm.cc
[1509/1686] Compiling a_digest.cc
[1509/1686] Compiling trust_token.cc
[1511/1686] Compiling thread_win.cc
[1512/1686] Compiling a_verify.cc
[1513/1686] Compiling pmbtoken.cc
[1514/1686] Compiling wots.cc
[1515/1686] Compiling fors.cc
[1516/1686] Compiling thread.cc
[1517/1686] Compiling stack.cc
[1518/1686] Compiling thread_none.cc
[1519/1686] Compiling thash.cc
[1520/1686] Compiling thread_pthread.cc
[1521/1686] Compiling sha512.cc
[1522/1686] Compiling rsa_extra.cc
[1523/1686] Compiling siphash.cc
[1524/1686] Compiling slhdsa.cc
[1525/1686] Compiling merkle.cc
[1526/1686] Compiling rc4.cc
[1527/1686] Compiling sha1.cc
[1528/1686] Compiling sha256.cc
[1529/1686] Compiling rsa_print.cc
[1530/1686] Compiling urandom.cc
[1531/1686] Compiling ios.cc
[1532/1686] Compiling refcount.cc
[1533/1686] Compiling windows.cc
[1534/1686] Compiling trusty.cc
[1535/1686] Compiling rsa_asn1.cc
[1536/1686] Compiling rsa_crypt.cc
[1537/1686] Compiling rand_extra.cc
[1538/1686] Compiling getentropy.cc
[1539/1686] Compiling poly1305_arm_asm.S
[1540/1686] Compiling passive.cc
[1541/1686] Compiling poly1305.cc
[1542/1686] Compiling deterministic.cc
[1543/1686] Compiling forkunsafe.cc
[1544/1686] Compiling fork_detect.cc
[1545/1686] Compiling poly1305_arm.cc
[1546/1686] Compiling pkcs8.cc
[1547/1686] Compiling pool.cc
[1548/1686] Compiling poly1305_vec.cc
[1549/1686] Compiling pkcs7.cc
[1550/1686] Compiling pem_oth.cc
[1551/1686] Compiling p5_pbev2.cc
[1552/1686] Compiling pkcs8_x509.cc
[1553/1686] Compiling pem_pk8.cc
[1554/1686] Compiling pkcs7_x509.cc
[1555/1686] Compiling pem_x509.cc
[1556/1686] Compiling pem_xaux.cc
[1557/1686] Compiling pem_pkey.cc
[1558/1686] Compiling obj_xref.cc
[1559/1686] Compiling mldsa.cc
[1560/1686] Compiling mlkem.cc
[1561/1686] Compiling mem.cc
[1562/1686] Compiling obj.cc
[1563/1686] Compiling pem_lib.cc
[1564/1686] Compiling md4.cc
[1565/1686] Compiling md5.cc
[1566/1686] Compiling pem_info.cc
[1567/1686] Compiling fips_shared_support.cc
[1568/1686] Compiling pem_all.cc
[1569/1686] Compiling lhash.cc
[1570/1686] Compiling poly_rq_mul.S
[1571/1686] Compiling kyber.cc
[1572/1686] Compiling ex_data.cc
[1573/1686] Compiling hrss.cc
[1574/1686] Compiling hpke.cc
[1575/1686] Compiling sign.cc
[1576/1686] Compiling scrypt.cc
[1577/1686] Compiling pbkdf.cc
[1578/1686] Compiling p_x25519.cc
[1579/1686] Compiling print.cc
[1580/1686] Compiling p_x25519_asn1.cc
[1581/1686] Compiling p_hkdf.cc
[1582/1686] Compiling p_ed25519.cc
[1583/1686] Compiling p_rsa_asn1.cc
[1584/1686] Compiling p_rsa.cc
[1585/1686] Compiling p_ed25519_asn1.cc
[1586/1686] Compiling p_ec_asn1.cc
[1587/1686] Compiling p_ec.cc
[1588/1686] Compiling p_dh.cc
[1589/1686] Compiling p_dsa_asn1.cc
[1590/1686] Compiling p_dh_asn1.cc
[1591/1686] Compiling evp_ctx.cc
[1592/1686] Compiling err.cc
[1593/1686] Compiling evp.cc
[1594/1686] Compiling evp_asn1.cc
[1595/1686] Compiling engine.cc
[1596/1686] Compiling ecdh_extra.cc
[1597/1686] Compiling ecdsa_asn1.cc
[1598/1686] Compiling hash_to_curve.cc
[1599/1686] Compiling dsa_asn1.cc
[1600/1686] Compiling ec_derive.cc
[1601/1686] Compiling ec_asn1.cc
[1602/1686] Compiling params.cc
[1603/1686] Compiling dsa.cc
[1604/1686] Compiling des.cc
[1605/1686] Compiling dh_asn1.cc
[1605/1686] Compiling digest_extra.cc
[1607/1686] Compiling x25519-asm-arm.S
[1608/1686] Compiling spake25519.cc
[1609/1686] Compiling cpu_intel.cc
[1610/1686] Compiling curve25519.cc
[1611/1686] Compiling crypto.cc
[1612/1686] Compiling cpu_arm_linux.cc
[1613/1686] Compiling cpu_arm_freebsd.cc
[1614/1686] Compiling cpu_aarch64_win.cc
[1615/1686] Compiling cpu_aarch64_openbsd.cc
[1616/1686] Compiling cpu_aarch64_sysreg.cc
[1617/1686] Compiling curve25519_64_adx.cc
[1618/1686] Compiling cpu_aarch64_apple.cc
[1619/1686] Compiling cpu_aarch64_linux.cc
[1620/1686] Compiling cpu_aarch64_fuchsia.cc
[1621/1686] Compiling conf.cc
[1622/1686] Compiling bcm.cc
[1623/1686] Compiling e_null.cc
[1624/1686] Compiling e_rc4.cc
[1625/1686] Compiling tls_cbc.cc
[1626/1686] Compiling e_tls.cc
[1627/1686] Compiling e_rc2.cc
[1628/1686] Compiling e_des.cc
[1629/1686] Compiling e_chacha20poly1305.cc
[1630/1686] Compiling e_aesgcmsiv.cc
[1631/1686] Compiling derive_key.cc
[1632/1686] Compiling chacha.cc
[1633/1686] Compiling unicode.cc
[1634/1686] Compiling cipher_extra.cc
[1635/1686] Compiling e_aesctrhmac.cc
[1636/1686] Compiling cbb.cc
[1637/1686] Compiling buf.cc
[1638/1686] Compiling ber.cc
[1639/1686] Compiling pair.cc
[1640/1686] Compiling cbs.cc
[1641/1686] Compiling asn1_compat.cc
[1642/1686] Compiling bn_asn1.cc
[1643/1686] Compiling convert.cc
[1644/1686] Compiling printf.cc
[1645/1686] Compiling blake2.cc
[1646/1686] Compiling errno.cc
[1647/1686] Compiling fd.cc
[1648/1686] Compiling file.cc
[1649/1686] Compiling hexdump.cc
[1650/1686] Compiling bio_mem.cc
[1651/1686] Compiling base64.cc
[1652/1686] Compiling bio.cc
[1653/1686] Compiling tasn_utl.cc
[1654/1686] Compiling tasn_typ.cc
[1655/1686] Compiling f_int.cc
[1656/1686] Compiling tasn_fre.cc
[1657/1686] Compiling tasn_new.cc
[1658/1686] Compiling tasn_enc.cc
[1659/1686] Compiling f_string.cc
[1660/1686] Compiling posix_time.cc
[1661/1686] Compiling tasn_dec.cc
[1662/1686] Compiling asn_pack.cc
[1663/1686] Compiling asn1_par.cc
[1664/1686] Compiling a_utctm.cc
[1665/1686] Compiling a_time.cc
[1666/1686] Compiling a_type.cc
[1667/1686] Compiling asn1_lib.cc
[1668/1686] Compiling a_octet.cc
[1669/1686] Compiling a_strnid.cc
[1670/1686] Compiling a_strex.cc
[1671/1686] Compiling a_object.cc
[1672/1686] Compiling a_int.cc
[1673/1686] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1673/1686] Write sources
[1679/1686] Compiling a_i2d_fp.cc
[1680/1686] Compiling a_mbstr.cc
[1681/1686] Compiling a_gentm.cc
[1682/1686] Compiling a_bitstr.cc
[1683/1686] Compiling a_dup.cc
[1684/1730] Compiling a_d2i_fp.cc
[1685/1783] Compiling a_bool.cc
[1687/1783] Compiling Algorithms FirstNonNil.swift
[1688/1783] Compiling Algorithms Partition.swift
[1689/1785] Compiling Algorithms Permutations.swift
[1690/1785] Compiling Algorithms Product.swift
[1691/1785] Compiling Algorithms Indexed.swift
[1692/1785] Compiling Algorithms Intersperse.swift
[1695/1791] Compiling Atomics IntegerOperations.swift
[1696/1791] Compiling Atomics Unmanaged extensions.swift
[1697/1791] Compiling Algorithms Suffix.swift
[1698/1791] Compiling Algorithms RandomSample.swift
[1699/1791] Compiling Algorithms Reductions.swift
[1700/1800] Compiling Algorithms AdjacentPairs.swift
[1701/1800] Compiling Algorithms Chain.swift
[1702/1800] Compiling Algorithms Chunked.swift
[1703/1800] Compiling BitCollections BitSet+Initializers.swift
[1704/1800] Compiling BitCollections BitSet+Invariants.swift
[1705/1800] Compiling BitCollections BitSet+Random.swift
[1706/1800] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1707/1800] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1708/1800] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1709/1800] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1712/1800] Compiling Algorithms Joined.swift
[1713/1800] Compiling Algorithms Keyed.swift
[1714/1800] Compiling Algorithms MinMax.swift
[1715/1800] Compiling Algorithms Compacted.swift
[1716/1800] Compiling Algorithms Cycle.swift
[1717/1800] Compiling Algorithms EitherSequence.swift
[1718/1800] Emitting module BitCollections
[1719/1800] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1720/1800] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1721/1800] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1722/1800] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1723/1800] Compiling BitCollections BitSet+SetAlgebra union.swift
[1724/1800] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1725/1800] Compiling BitCollections BitSet.Counted.swift
[1726/1800] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1727/1800] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1728/1800] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1729/1800] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1730/1800] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1731/1800] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1732/1800] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1738/1803] Compiling Algorithms Rotate.swift
[1739/1803] Compiling CryptoBoringWrapper RandomBytes.swift
[1740/1803] Compiling BitCollections BitSet.Index.swift
[1741/1803] Compiling BitCollections BitSet._UnsafeHandle.swift
[1742/1803] Compiling BitCollections BitSet.swift
[1743/1803] Compiling BitCollections Range+Utilities.swift
[1744/1803] Compiling BitCollections Slice+Utilities.swift
[1745/1803] Compiling BitCollections UInt+Tricks.swift
[1746/1803] Compiling BitCollections _Word.swift
[1750/1803] Compiling Algorithms Combinations.swift
[1751/1803] Compiling Algorithms FlattenCollection.swift
[1752/1803] Compiling Algorithms Grouped.swift
[1756/1803] Compiling Algorithms Trim.swift
[1757/1803] Compiling Algorithms Unique.swift
[1758/1803] Compiling Algorithms Windows.swift
[1759/1803] Compiling BitCollections BitArray+Copy.swift
[1760/1803] Compiling BitCollections BitArray+CustomReflectable.swift
[1761/1803] Compiling BitCollections BitArray+Descriptions.swift
[1762/1803] Compiling BitCollections BitArray+Equatable.swift
[1772/1804] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1773/1804] Compiling CryptoBoringWrapper EllipticCurve.swift
[1774/1806] Emitting module CryptoBoringWrapper
[1775/1806] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1776/1806] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1784/1806] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1792/1806] Compiling Collections Collections.swift
[1793/1806] Emitting module Collections
[1797/1807] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1800/1879] Compiling Crypto AES-GCM.swift
[1801/1879] Compiling Crypto AES-GCM_boring.swift
[1802/1879] Compiling Crypto ChaChaPoly_boring.swift
[1803/1879] Compiling Crypto ChaChaPoly.swift
[1804/1879] Emitting module Atomics
[1806/1879] Compiling Crypto Cipher.swift
[1807/1879] Compiling Crypto Nonces.swift
[1809/1939] Emitting module Algorithms
[1811/1940] Compiling Crypto SymmetricKeys.swift
[1812/1940] Compiling Crypto HMAC.swift
[1813/1940] Compiling Crypto MACFunctions.swift
[1814/1940] Compiling Crypto MessageAuthenticationCode.swift
[1815/1940] Compiling Crypto AES.swift
[1816/1940] Compiling Crypto ECDSASignature_boring.swift
[1817/1940] Compiling Crypto ECDSA_boring.swift
[1818/1940] Compiling Crypto EdDSA_boring.swift
[1819/1940] Compiling Crypto ECDSA.swift
[1820/1940] Compiling Crypto Ed25519.swift
[1821/1949] Compiling NIOCore MarkedCircularBuffer.swift
[1822/1949] Compiling NIOCore MulticastChannel.swift
[1823/1949] Compiling NIOCore NIOAny.swift
[1824/1949] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1825/1949] Compiling NIOCore NIOLoopBound.swift
[1826/1949] Compiling NIOCore NIOScheduledCallback.swift
[1827/1949] Compiling NIOCore NIOSendable.swift
[1828/1949] Compiling NIOCore RecvByteBufferAllocator.swift
[1829/1949] Compiling Crypto NISTCurvesKeys.swift
[1830/1949] Compiling Crypto X25519Keys.swift
[1831/1949] Compiling NIOCore AsyncChannel.swift
[1832/1949] Compiling NIOCore AsyncChannelHandler.swift
[1833/1949] Compiling NIOCore AsyncChannelInboundStream.swift
[1834/1949] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1835/1949] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1836/1949] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1837/1949] Compiling NIOCore NIOAsyncWriter.swift
[1838/1949] Compiling NIOCore GlobalSingletons.swift
[1839/1949] Compiling NIOCore IO.swift
[1840/1949] Compiling NIOCore IOData.swift
[1841/1949] Compiling NIOCore IPProtocol.swift
[1842/1949] Compiling NIOCore IntegerBitPacking.swift
[1843/1949] Compiling NIOCore IntegerTypes.swift
[1844/1949] Compiling NIOCore Interfaces.swift
[1845/1949] Compiling NIOCore Linux.swift
[1846/1949] Compiling NIOCore EventLoop.swift
[1847/1949] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1848/1949] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1849/1949] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1850/1949] Compiling NIOCore EventLoopFuture.swift
[1851/1949] Compiling NIOCore EventLoop+SerialExecutor.swift
[1852/1949] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1853/1949] Compiling NIOCore BSDSocketAPI.swift
[1854/1949] Compiling NIOCore ByteBuffer-aux.swift
[1855/1949] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1856/1949] Compiling NIOCore ByteBuffer-conversions.swift
[1857/1949] Compiling NIOCore ByteBuffer-core.swift
[1858/1949] Compiling NIOCore ByteBuffer-hex.swift
[1859/1949] Compiling NIOCore ByteBuffer-int.swift
[1860/1949] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1861/1949] Emitting module Crypto
[1870/1957] Compiling NIOCore FileDescriptor.swift
[1871/1957] Compiling NIOCore FileHandle.swift
[1872/1957] Compiling NIOCore FileRegion.swift
[1873/1957] Compiling NIOCore ChannelPipeline.swift
[1874/1957] Compiling NIOCore CircularBuffer.swift
[1875/1957] Compiling NIOCore Codec.swift
[1876/1957] Compiling NIOCore ConvenienceOptionSupport.swift
[1877/1957] Compiling NIOCore DeadChannel.swift
[1878/1957] Compiling NIOCore DispatchQueue+WithFuture.swift
[1879/1957] Compiling NIOCore EventLoop+Deprecated.swift
[1880/1957] Compiling NIOCore ByteBuffer-multi-int.swift
[1881/1957] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1882/1957] Compiling NIOCore ByteBuffer-views.swift
[1883/1957] Compiling NIOCore Channel.swift
[1884/1957] Compiling NIOCore ChannelHandler.swift
[1885/1957] Compiling NIOCore ChannelHandlers.swift
[1886/1957] Compiling NIOCore ChannelInvoker.swift
[1887/1957] Compiling NIOCore ChannelOption.swift
[1888/1957] Compiling NIOCore AddressedEnvelope.swift
[1889/1957] Compiling NIOCore AsyncAwaitSupport.swift
[1890/1957] Compiling Crypto Signature.swift
[1891/1957] Compiling Crypto CryptoKitErrors_boring.swift
[1892/1957] Compiling Crypto RNG_boring.swift
[1893/1957] Compiling Crypto SafeCompare_boring.swift
[1894/1957] Compiling Crypto Zeroization_boring.swift
[1895/1957] Compiling Crypto PrettyBytes.swift
[1896/1957] Compiling Crypto SafeCompare.swift
[1897/1957] Compiling Crypto SecureBytes.swift
[1898/1957] Compiling Crypto Zeroization.swift
[1900/2005] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1901/2005] Compiling NIOCore SocketAddresses.swift
[1902/2005] Compiling NIOCore SocketOptionProvider.swift
[1903/2005] Compiling NIOCore SystemCallHelpers.swift
[1904/2005] Compiling NIOCore TimeAmount+Duration.swift
[1905/2005] Compiling NIOCore TypeAssistedChannelHandler.swift
[1906/2005] Compiling NIOCore UniversalBootstrapSupport.swift
[1907/2005] Compiling NIOCore Utilities.swift
[1908/2005] Compiling JWTKit LocaleClaim.swift
[1909/2005] Compiling JWTKit NotBeforeClaim.swift
[1910/2005] Compiling JWTKit SubjectClaim.swift
[1911/2005] Compiling JWTKit ECDSAError.swift
[1912/2005] Compiling JWTKit OctetKeyPair.swift
[1913/2005] Compiling JWTKit HMACError.swift
[1914/2005] Compiling JWTKit HMACSigner.swift
[1915/2005] Compiling JWTKit JWTSigner+HMAC.swift
[1916/2005] Compiling JWTKit JWTSerializer.swift
[1917/2005] Compiling JWTKit JWTSigner.swift
[1918/2005] Compiling JWTKit JWTSigners.swift
[1919/2005] Compiling JWTKit JWTSigner+UnsecuredNone.swift
[1920/2005] Compiling JWTKit UnsecuredNoneSigner.swift
[1921/2005] Compiling JWTKit JWTSigner+RSA.swift
[1922/2005] Compiling JWTKit RSAError.swift
[1923/2005] Compiling JWTKit RSAKey.swift
[1924/2005] Compiling JWTKit JWK.swift
[1925/2005] Compiling JWTKit JWKIdentifier.swift
[1926/2005] Compiling JWTKit JWKS.swift
[1927/2005] Compiling JWTKit JWTAlgorithm.swift
[1928/2005] Compiling JWTKit JWTError.swift
[1929/2005] Compiling JWTKit JWTHeader.swift
[1930/2005] Compiling JWTKit JWTParser.swift
[1931/2005] Compiling JWTKit JWTPayload.swift
[1932/2005] Compiling JWTKit RSASigner.swift
[1933/2005] Compiling JWTKit Base64URL.swift
[1934/2005] Compiling JWTKit BigNumber.swift
[1935/2005] Compiling JWTKit CustomizedJSONCoders.swift
[1936/2005] Compiling JWTKit Exports.swift
[1941/2005] Compiling JWTKit AudienceClaim.swift
[1942/2005] Compiling JWTKit BoolClaim.swift
[1943/2005] Compiling JWTKit ExpirationClaim.swift
[1944/2005] Compiling JWTKit GoogleHostedDomainClaim.swift
[1945/2005] Compiling JWTKit IDClaim.swift
[1946/2005] Compiling JWTKit IssuedAtClaim.swift
[1947/2005] Compiling JWTKit IssuerClaim.swift
[1948/2011] Emitting module JWTKit
[1974/2011] Compiling JWTKit JWTClaim.swift
[1975/2011] Compiling JWTKit JWTMultiValueClaim.swift
[1976/2011] Compiling JWTKit JWTUnixEpochClaim.swift
[1981/2011] Compiling JWTKit ECDSAKey.swift
[1982/2011] Compiling JWTKit ECDSASigner.swift
[1983/2011] Compiling JWTKit JWTSigner+ECDSA.swift
[1984/2011] Compiling JWTKit EdDSAError.swift
[1985/2011] Compiling JWTKit EdDSAKey.swift
[1986/2011] Compiling JWTKit EdDSASigner.swift
[1987/2011] Compiling JWTKit JWTSigner+EdDSA.swift
[1988/2011] Compiling JWTKit OpenSSLSigner.swift
[1989/2011] Compiling JWTKit Utilities.swift
[1990/2011] Compiling JWTKit AppleIdentityToken.swift
[1991/2011] Compiling JWTKit GoogleIdentityToken.swift
[1992/2011] Compiling JWTKit MicrosoftIdentitiyToken.swift
[1993/2011] Compiling JWTKit X5CVerifier.swift
[2012/2012] Emitting module NIOCore
[2014/2064] Emitting module NIOEmbedded
[2015/2064] Compiling NIOEmbedded AsyncTestingChannel.swift
[2016/2064] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[2017/2064] Compiling NIOEmbedded Embedded.swift
[2018/2065] Compiling NIOPosix IO.swift
[2019/2065] Compiling NIOPosix IntegerBitPacking.swift
[2020/2065] Compiling NIOPosix IntegerTypes.swift
[2021/2065] Compiling NIOPosix Linux.swift
[2022/2065] Compiling NIOPosix LinuxCPUSet.swift
[2023/2065] Compiling NIOPosix LinuxUring.swift
[2024/2065] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[2025/2071] Compiling NIOPosix PooledRecvBufferAllocator.swift
[2026/2071] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[2027/2071] Compiling NIOPosix PosixSingletons.swift
[2028/2071] Compiling NIOPosix RawSocketBootstrap.swift
[2029/2071] Compiling NIOPosix Resolver.swift
[2030/2071] Compiling NIOPosix Selectable.swift
[2032/2071] Compiling NIOPosix ThreadPosix.swift
[2033/2071] Compiling NIOPosix ThreadWindows.swift
[2034/2071] Compiling NIOPosix UnsafeTransfer.swift
[2035/2071] Compiling NIOPosix Utilities.swift
[2036/2071] Compiling NIOPosix VsockAddress.swift
[2037/2071] Compiling NIOPosix VsockChannelEvents.swift
[2038/2071] Emitting module NIOPosix
[2039/2071] Compiling NIOPosix SelectableChannel.swift
[2040/2071] Compiling NIOPosix SelectableEventLoop.swift
[2041/2071] Compiling NIOPosix SelectorEpoll.swift
[2042/2071] Compiling NIOPosix SelectorGeneric.swift
[2043/2071] Compiling NIOPosix SelectorKqueue.swift
[2044/2071] Compiling NIOPosix SelectorUring.swift
[2045/2071] Compiling NIOPosix ServerSocket.swift
[2046/2071] Compiling NIOPosix Socket.swift
[2047/2071] Compiling NIOPosix SocketChannel.swift
[2048/2071] Compiling NIOPosix SocketProtocols.swift
[2049/2071] Compiling NIOPosix System.swift
[2050/2071] Compiling NIOPosix Thread.swift
[2051/2071] Compiling NIOPosix Bootstrap.swift
[2052/2071] Compiling NIOPosix ControlMessage.swift
[2053/2071] Compiling NIOPosix DatagramVectorReadManager.swift
[2054/2071] Compiling NIOPosix Errors+Any.swift
[2055/2071] Compiling NIOPosix FileDescriptor.swift
[2056/2071] Compiling NIOPosix GetaddrinfoResolver.swift
[2057/2071] Compiling NIOPosix HappyEyeballs.swift
[2058/2071] Compiling NIOPosix NIOThreadPool.swift
[2059/2071] Compiling NIOPosix NonBlockingFileIO.swift
[2060/2071] Compiling NIOPosix PendingDatagramWritesManager.swift
[2061/2071] Compiling NIOPosix PendingWritesManager.swift
[2062/2071] Compiling NIOPosix PipeChannel.swift
[2063/2071] Compiling NIOPosix PipePair.swift
[2064/2071] Compiling NIOPosix Pool.swift
[2065/2071] Compiling NIOPosix BSDSocketAPICommon.swift
[2066/2071] Compiling NIOPosix BSDSocketAPIPosix.swift
[2067/2071] Compiling NIOPosix BSDSocketAPIWindows.swift
[2068/2071] Compiling NIOPosix BaseSocket.swift
[2069/2071] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[2070/2071] Compiling NIOPosix BaseSocketChannel.swift
[2071/2071] Compiling NIOPosix BaseStreamSocketChannel.swift
[2073/2131] Emitting module NIO
[2074/2131] Compiling NIO Exports.swift
[2075/2132] Compiling _NIOFileSystem Array+FileSystem.swift
[2076/2132] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[2077/2132] Compiling _NIOFileSystem BufferedReader.swift
[2079/2134] Compiling _NIOFileSystem Convenience.swift
[2080/2134] Compiling _NIOFileSystem DirectoryEntries.swift
[2081/2134] Compiling _NIOFileSystem DirectoryEntry.swift
[2082/2134] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[2083/2134] Compiling _NIOFileSystem FileSystemError.swift
[2084/2134] Compiling _NIOFileSystem FileSystemProtocol.swift
[2085/2134] Compiling _NIOFileSystem FileType.swift
[2086/2134] Compiling _NIOFileSystem IOStrategy.swift
[2087/2134] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[2088/2173] Compiling NIOTLS TLSEvents.swift
[2089/2173] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[2090/2174] Emitting module NIOTLS
[2091/2174] Emitting module NIOSOCKS
[2092/2174] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[2093/2174] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[2094/2174] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[2095/2174] Compiling NIOSOCKS SOCKSResponse.swift
[2096/2174] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[2097/2174] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[2098/2174] Compiling NIOSOCKS ClientStateMachine.swift
[2099/2174] Compiling NIOHTTP1 ByteCollectionUtils.swift
[2100/2174] Compiling NIOHTTP1 HTTPDecoder.swift
[2101/2174] Emitting module _NIOFileSystem
[2102/2178] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[2103/2178] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[2104/2178] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[2105/2178] Compiling NIOHTTP1 HTTPEncoder.swift
[2107/2178] Compiling AsyncKit Optional+StrictMap.swift
[2108/2178] Compiling AsyncKit Exports.swift
[2109/2178] Compiling NIOSOCKS ServerStateMachine.swift
[2112/2178] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[2113/2178] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[2114/2178] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[2115/2178] Compiling NIOTLS SNIHandler.swift
[2118/2180] Emitting module NIOHTTP1
[2119/2182] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[2120/2182] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[2121/2182] Emitting module NIOFoundationCompat
[2122/2182] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[2124/2212] Compiling NIOSSL RNG.swift
[2125/2212] Compiling NIOSSL SafeCompare.swift
[2126/2212] Compiling NIOSSL Zeroization.swift
[2127/2212] Compiling _NIOFileSystem CInterop.swift
[2128/2212] Compiling _NIOFileSystem Errno.swift
[2129/2212] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[2130/2212] Compiling _NIOFileSystem Mocking.swift
[2131/2212] Compiling _NIOFileSystem Syscall.swift
[2132/2212] Compiling _NIOFileSystem Syscalls.swift
[2133/2212] Compiling NIOSSL NIOSSLHandler.swift
[2134/2212] Compiling NIOSSL SSLCertificate.swift
[2135/2234] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[2136/2234] Compiling NIOTransportServices NIOTSErrors.swift
[2137/2234] Compiling NIOTransportServices NIOTSEventLoop.swift
[2138/2234] Compiling NIOTransportServices NIOTSBootstraps.swift
[2139/2234] Compiling NIOTransportServices NIOTSChannelOptions.swift
[2140/2234] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[2141/2236] Emitting module NIOTransportServices
[2142/2236] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[2143/2236] Compiling NIOTransportServices NIOTSSingletons.swift
[2144/2236] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[2145/2236] Compiling NIOTransportServices StateManagedChannel.swift
[2146/2236] Compiling NIOTransportServices StateManagedListenerChannel.swift
[2147/2236] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[2148/2236] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[2149/2236] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[2150/2236] Compiling NIOTransportServices NIOTSListenerChannel.swift
[2151/2236] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2152/2236] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2153/2236] Compiling NIOTransportServices NIOTSDatagramListener.swift
[2154/2236] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2155/2236] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2156/2236] Compiling NIOTransportServices AcceptHandler.swift
[2157/2236] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[2158/2236] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[2167/2237] Compiling NIOSSL SubjectAlternativeName.swift
[2168/2237] Compiling NIOSSL NIOSSLSecureBytes.swift
[2180/2237] Emitting module AsyncKit
[2185/2238] Compiling _NIOFileSystem SystemFileHandle.swift
[2186/2238] Compiling _NIOFileSystem Utilities.swift
[2187/2238] Compiling _NIOFileSystem OpenOptions.swift
[2188/2238] Compiling _NIOFileSystem String+FileSystem.swift
[2189/2303] Compiling MultipartKit FormDataEncoder.swift
[2190/2303] Compiling MultipartKit Storage.swift
[2191/2305] Compiling MultipartKit MultipartPart.swift
[2192/2305] Compiling MultipartKit MultipartPartConvertible.swift
[2193/2305] Compiling MultipartKit MultipartSerializer.swift
[2194/2305] Compiling MultipartKit Utilities.swift
[2203/2308] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2204/2308] Compiling NIOWebSocket WebSocketOpcode.swift
[2205/2309] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2207/2309] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[2208/2309] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[2209/2311] Compiling NIOHPACK IndexedHeaderTable.swift
[2210/2311] Compiling NIOHPACK IntegerCoding.swift
[2211/2312] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2214/2312] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[2216/2312] Compiling NIOExtras UnsafeTransfer.swift
[2217/2312] Emitting module MultipartKit
[2221/2312] Compiling NIOWebSocket SHA1.swift
[2222/2312] Emitting module NIOSSL
[2223/2312] Compiling MultipartKit MultipartParser.swift
[2225/2312] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2226/2312] Compiling MultipartKit MultipartFormData.swift
[2227/2312] Compiling NIOHPACK HuffmanTables.swift
[2228/2312] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2229/2312] Emitting module NIOHTTPCompression
[2230/2312] Compiling NIOHTTPCompression HTTPCompression.swift
[2231/2312] Compiling NIOHTTPCompression HTTPDecompression.swift
[2233/2312] Compiling NIOHPACK HPACKHeader.swift
[2234/2312] Compiling NIOHPACK HeaderTables.swift
[2235/2312] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2236/2312] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2237/2312] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2239/2312] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2240/2312] Compiling NIOHPACK HuffmanCoding.swift
[2241/2312] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2242/2312] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2243/2312] Compiling NIOHPACK StaticHeaderTable.swift
[2248/2313] Emitting module NIOWebSocket
[2251/2313] Emitting module NIOHPACK
[2252/2313] Compiling NIOExtras WritePCAPHandler.swift
[2254/2313] Emitting module NIOExtras
[2256/2313] Compiling NIOWebSocket WebSocketFrame.swift
[2257/2313] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2258/2314] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2259/2314] Compiling MultipartKit FormDataDecoder.swift
[2295/2322] Emitting module NIOFileSystem
[2296/2322] Compiling NIOFileSystem Exports.swift
[2297/2354] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2298/2381] Emitting module _NIOFileSystemFoundationCompat
[2299/2381] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2301/2382] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2302/2382] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2303/2382] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2304/2382] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2305/2382] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2306/2382] Compiling NIOHTTP2 MaySendFrames.swift
[2307/2382] Compiling NIOHTTP2 SendingDataState.swift
[2308/2382] Compiling NIOHTTP2 SendingGoawayState.swift
[2309/2382] Compiling NIOHTTP2 SendingHeadersState.swift
[2310/2382] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2311/2382] Compiling NIOHTTP2 SendingRstStreamState.swift
[2312/2382] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2314/2382] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2315/2382] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2316/2383] Compiling NIOHTTP2 Error+Any.swift
[2317/2383] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2318/2383] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2321/2392] Compiling WebSocketKit WebSocket+Connect.swift
[2322/2392] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2323/2392] Compiling WebSocketKit Exports.swift
[2324/2392] Compiling WebSocketKit WebSocketHandler.swift
[2325/2392] Emitting module WebSocketKit
[2326/2392] Compiling WebSocketKit WebSocket+Concurrency.swift
[2327/2392] Emitting module NIOHTTP2
[2328/2392] Compiling WebSocketKit WebSocketClient.swift
[2329/2392] Compiling WebSocketKit WebSocket.swift
[2331/2401] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2332/2401] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2333/2401] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2334/2401] Compiling NIOHTTP2 HTTP2StreamID.swift
[2335/2401] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2336/2401] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2337/2401] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2338/2401] Compiling NIOHTTP2 InboundEventBuffer.swift
[2339/2401] Compiling NIOHTTP2 InboundWindowManager.swift
[2340/2401] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2341/2401] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2342/2401] Compiling NIOHTTP2 StreamChannelList.swift
[2343/2401] Compiling NIOHTTP2 StreamMap.swift
[2344/2401] Compiling NIOHTTP2 StreamStateMachine.swift
[2345/2401] Compiling NIOHTTP2 UnsafeTransfer.swift
[2346/2401] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2354/2401] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2355/2401] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2356/2401] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2357/2401] Compiling NIOHTTP2 MayReceiveFrames.swift
[2358/2401] Compiling NIOHTTP2 ReceivingDataState.swift
[2364/2401] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2365/2401] Compiling NIOHTTP2 HTTP2Frame.swift
[2366/2401] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2367/2401] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2368/2401] Compiling NIOHTTP2 HTTP2PingData.swift
[2369/2401] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2370/2401] Compiling NIOHTTP2 HTTP2Settings.swift
[2371/2401] Compiling NIOHTTP2 HTTP2Stream.swift
[2372/2401] Compiling NIOHTTP2 StateMachineResult.swift
[2373/2401] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2374/2401] Compiling NIOHTTP2 DOSHeuristics.swift
[2378/2401] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2379/2401] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2380/2401] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2381/2401] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2382/2401] Compiling NIOHTTP2 HasLocalSettings.swift
[2383/2401] Compiling NIOHTTP2 HasRemoteSettings.swift
[2384/2401] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2385/2401] Compiling NIOHTTP2 QuiescingState.swift
[2386/2401] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2387/2401] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2390/2401] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2391/2401] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2392/2401] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2393/2401] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2394/2401] Compiling NIOHTTP2 HTTP2Error.swift
[2395/2401] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2404/2462] Emitting module AsyncHTTPClient
[2405/2470] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2406/2470] Compiling AsyncHTTPClient ConnectionTarget.swift
[2407/2470] Compiling AsyncHTTPClient DeconstructedURL.swift
[2408/2470] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2409/2470] Compiling AsyncHTTPClient FoundationExtensions.swift
[2410/2470] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2411/2470] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2412/2470] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2413/2470] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2414/2470] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2415/2470] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2416/2470] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2417/2470] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2418/2470] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2419/2470] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2420/2470] Compiling AsyncHTTPClient RequestBodyLength.swift
[2421/2470] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2422/2470] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2423/2470] Compiling AsyncHTTPClient Transaction.swift
[2424/2470] Compiling AsyncHTTPClient Base64.swift
[2425/2470] Compiling AsyncHTTPClient BasicAuth.swift
[2426/2470] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2427/2470] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2428/2470] Compiling AsyncHTTPClient ConnectionPool.swift
[2429/2470] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2430/2470] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2431/2470] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2432/2470] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2433/2470] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2434/2470] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2435/2470] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2436/2470] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2437/2470] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2438/2470] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2439/2470] Compiling AsyncHTTPClient RequestBag.swift
[2440/2470] Compiling AsyncHTTPClient RequestValidation.swift
[2441/2470] Compiling AsyncHTTPClient SSLContextCache.swift
[2442/2470] Compiling AsyncHTTPClient Scheme.swift
[2443/2470] Compiling AsyncHTTPClient Singleton.swift
[2444/2470] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2445/2470] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2446/2470] Compiling AsyncHTTPClient Utils.swift
[2447/2470] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2448/2470] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2449/2470] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2450/2470] Compiling AsyncHTTPClient HTTP1Connection.swift
[2451/2470] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2452/2470] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2453/2470] Compiling AsyncHTTPClient HTTP2Connection.swift
[2454/2470] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2455/2470] Compiling AsyncHTTPClient HTTPClient.swift
[2456/2470] Compiling AsyncHTTPClient HTTPHandler.swift
[2457/2470] Compiling AsyncHTTPClient LRUCache.swift
[2458/2470] Compiling AsyncHTTPClient NWErrorHandler.swift
[2459/2470] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2460/2470] Compiling AsyncHTTPClient TLSConfiguration.swift
[2461/2470] Compiling AsyncHTTPClient RedirectState.swift
[2462/2470] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2463/2470] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2464/2470] Compiling AsyncHTTPClient RequestOptions.swift
[2465/2470] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2466/2470] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2467/2470] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2468/2470] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2469/2470] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2470/2470] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2472/2640] Compiling Vapor Core.swift
[2473/2640] Compiling Vapor Running.swift
[2474/2640] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2475/2640] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2476/2640] Compiling Vapor DotEnvFile+load.swift
[2477/2640] Compiling Vapor Routes+caseInsenstive.swift
[2478/2640] Compiling Vapor Validatable+validate.swift
[2479/2640] Compiling Vapor Environment+Process.swift
[2480/2640] Compiling Vapor Environment+Secret.swift
[2481/2640] Compiling Vapor Environment.swift
[2482/2640] Compiling Vapor Abort.swift
[2483/2640] Compiling Vapor AbortError.swift
[2484/2640] Compiling Vapor DebuggableError.swift
[2485/2640] Compiling Vapor Demangler.swift
[2486/2640] Compiling Vapor ErrorSource.swift
[2487/2640] Compiling Vapor StackTrace.swift
[2488/2640] Compiling Vapor Exports.swift
[2489/2640] Compiling Vapor Application+HTTP.swift
[2490/2640] Compiling Vapor BasicResponder.swift
[2491/2640] Compiling Vapor BodyStream.swift
[2492/2640] Compiling Vapor Application+HTTP+Client.swift
[2493/2640] Compiling Vapor EventLoopHTTPClient.swift
[2494/2640] Compiling Vapor EndpointCache.swift
[2495/2640] Compiling Vapor HTTPMethod+String.swift
[2496/2664] Compiling Vapor AsyncBasicResponder.swift
[2497/2664] Compiling Vapor AsyncMiddleware.swift
[2498/2664] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2499/2664] Compiling Vapor AsyncSessionDriver.swift
[2500/2664] Compiling Vapor Authentication+Concurrency.swift
[2501/2664] Compiling Vapor Cache+Concurrency.swift
[2502/2664] Compiling Vapor Client+Concurrency.swift
[2503/2664] Compiling Vapor RequestBody+Concurrency.swift
[2504/2664] Compiling Vapor Responder+Concurrency.swift
[2505/2664] Compiling Vapor ResponseCodable+Concurrency.swift
[2506/2664] Compiling Vapor RoutesBuilder+Concurrency.swift
[2507/2664] Compiling Vapor ViewRenderer+Concurrency.swift
[2508/2664] Compiling Vapor WebSocket+Concurrency.swift
[2509/2664] Compiling Vapor ContainerGetPathExecutor.swift
[2510/2664] Compiling Vapor Content.swift
[2511/2664] Compiling Vapor ContentCoders.swift
[2512/2664] Compiling Vapor ContentConfiguration.swift
[2513/2664] Compiling Vapor ContentContainer.swift
[2514/2664] Compiling Vapor JSONCoder+Custom.swift
[2515/2664] Compiling Vapor JSONCoders+Content.swift
[2516/2664] Compiling Vapor PlaintextDecoder.swift
[2517/2664] Compiling Vapor PlaintextEncoder.swift
[2518/2664] Compiling Vapor URLQueryCoders.swift
[2519/2664] Compiling Vapor URLQueryContainer.swift
[2520/2664] Compiling Vapor Application.swift
[2521/2664] Compiling Vapor AuthenticationCache.swift
[2522/2664] Compiling Vapor Authenticator.swift
[2523/2664] Compiling Vapor BasicAuthorization.swift
[2524/2664] Compiling Vapor BearerAuthorization.swift
[2525/2664] Compiling Vapor GuardMiddleware.swift
[2526/2664] Compiling Vapor RedirectMiddleware.swift
[2527/2664] Compiling Vapor SessionAuthenticatable.swift
[2528/2664] Compiling Vapor Bcrypt.swift
[2529/2664] Compiling Vapor Application+Cache.swift
[2530/2664] Compiling Vapor Cache.swift
[2531/2664] Compiling Vapor CacheExpirationTime.swift
[2532/2664] Compiling Vapor MemoryCache.swift
[2533/2664] Compiling Vapor Request+Cache.swift
[2534/2664] Compiling Vapor Application+Clients.swift
[2535/2664] Compiling Vapor Client.swift
[2536/2664] Compiling Vapor ClientRequest.swift
[2537/2664] Compiling Vapor ClientResponse.swift
[2538/2664] Compiling Vapor Request+Client.swift
[2539/2664] Compiling Vapor BootCommand.swift
[2540/2664] Compiling Vapor CommandContext+Application.swift
[2541/2664] Compiling Vapor RoutesCommand.swift
[2542/2664] Compiling Vapor ServeCommand.swift
[2543/2664] Compiling Vapor AnyResponse+Concurrency.swift
[2544/2688] Compiling Vapor Bytes+Hex.swift
[2545/2688] Compiling Vapor Bytes+SecureCompare.swift
[2546/2688] Compiling Vapor Collection+Safe.swift
[2547/2688] Compiling Vapor DataProtocol+Copy.swift
[2548/2688] Compiling Vapor DecoderUnwrapper.swift
[2549/2688] Compiling Vapor DirectoryConfiguration.swift
[2550/2688] Compiling Vapor DotEnv.swift
[2551/2688] Compiling Vapor Extendable.swift
[2552/2688] Compiling Vapor File.swift
[2553/2688] Compiling Vapor FileIO.swift
[2554/2688] Compiling Vapor LifecycleHandler.swift
[2555/2688] Compiling Vapor OptionalType.swift
[2556/2688] Compiling Vapor RFC1123.swift
[2557/2688] Compiling Vapor SocketAddress+Hostname.swift
[2558/2688] Compiling Vapor Storage.swift
[2559/2688] Compiling Vapor String+IsIPAddress.swift
[2560/2688] Compiling Vapor Thread.swift
[2561/2688] Compiling Vapor URI.swift
[2562/2688] Compiling Vapor RangeResult.swift
[2563/2688] Compiling Vapor Validatable.swift
[2564/2688] Compiling Vapor Validation.swift
[2565/2688] Compiling Vapor ValidationKey.swift
[2566/2688] Compiling Vapor Validations.swift
[2567/2688] Compiling Vapor ValidationsError.swift
[2568/2688] Compiling Vapor Validator.swift
[2569/2688] Compiling Vapor ValidatorResult.swift
[2570/2688] Compiling Vapor And.swift
[2571/2688] Compiling Vapor Case.swift
[2572/2688] Compiling Vapor CharacterSet.swift
[2573/2688] Compiling Vapor Count.swift
[2574/2688] Compiling Vapor Custom.swift
[2575/2688] Compiling Vapor Email.swift
[2576/2688] Compiling Vapor Empty.swift
[2577/2688] Compiling Vapor In.swift
[2578/2688] Compiling Vapor Nil.swift
[2579/2688] Compiling Vapor NilIgnoring.swift
[2580/2688] Compiling Vapor Not.swift
[2581/2688] Compiling Vapor Or.swift
[2582/2688] Compiling Vapor Pattern.swift
[2583/2688] Compiling Vapor Range.swift
[2584/2688] Compiling Vapor URL.swift
[2585/2688] Compiling Vapor Valid.swift
[2586/2688] Compiling Vapor Application+Views.swift
[2587/2688] Compiling Vapor PlaintextRenderer.swift
[2588/2688] Compiling Vapor Request+View.swift
[2589/2688] Compiling Vapor View.swift
[2590/2688] Compiling Vapor ViewRenderer.swift
[2591/2688] Compiling Vapor _Deprecations.swift
[2592/2688] Emitting module Vapor
[2593/2688] Compiling Vapor Service.swift
[2594/2688] Compiling Vapor Application+Sessions.swift
[2595/2688] Compiling Vapor MemorySessions.swift
[2596/2688] Compiling Vapor Request+Session.swift
[2597/2688] Compiling Vapor Session.swift
[2598/2688] Compiling Vapor SessionCache.swift
[2599/2688] Compiling Vapor SessionData.swift
[2600/2688] Compiling Vapor SessionDriver.swift
[2601/2688] Compiling Vapor SessionsConfiguration.swift
[2602/2688] Compiling Vapor SessionsMiddleware.swift
[2603/2688] Compiling Vapor URLEncodedFormData.swift
[2604/2688] Compiling Vapor URLEncodedFormDecoder.swift
[2605/2688] Compiling Vapor URLEncodedFormEncoder.swift
[2606/2688] Compiling Vapor URLEncodedFormError.swift
[2607/2688] Compiling Vapor URLEncodedFormParser.swift
[2608/2688] Compiling Vapor URLEncodedFormSerializer.swift
[2609/2688] Compiling Vapor URLQueryFragmentConvertible.swift
[2610/2688] Compiling Vapor AnyResponse.swift
[2611/2688] Compiling Vapor Array+Random.swift
[2612/2688] Compiling Vapor Base32.swift
[2613/2688] Compiling Vapor Base64.swift
[2614/2688] Compiling Vapor BaseN.swift
[2615/2688] Compiling Vapor BasicCodingKey.swift
[2616/2688] Compiling Vapor ByteCount.swift
[2617/2688] Compiling Vapor Request+Body.swift
[2618/2688] Compiling Vapor Request+BodyStream.swift
[2619/2688] Compiling Vapor Request.swift
[2620/2688] Compiling Vapor Application+Responder.swift
[2621/2688] Compiling Vapor DefaultResponder.swift
[2622/2688] Compiling Vapor Response+Body.swift
[2623/2688] Compiling Vapor Response.swift
[2624/2688] Compiling Vapor ResponseCodable.swift
[2625/2688] Compiling Vapor Application+Routes.swift
[2626/2688] Compiling Vapor Parameters+Require.swift
[2627/2688] Compiling Vapor Request+WebSocket.swift
[2628/2688] Compiling Vapor Route.swift
[2629/2688] Compiling Vapor RouteCollection.swift
[2630/2688] Compiling Vapor Routes.swift
[2631/2688] Compiling Vapor RoutesBuilder+Group.swift
[2632/2688] Compiling Vapor RoutesBuilder+Method.swift
[2633/2688] Compiling Vapor RoutesBuilder+Middleware.swift
[2634/2688] Compiling Vapor RoutesBuilder+WebSocket.swift
[2635/2688] Compiling Vapor RoutesBuilder.swift
[2636/2688] Compiling Vapor OTP.swift
[2637/2688] Compiling Vapor Application+Servers.swift
[2638/2688] Compiling Vapor Server.swift
[2639/2688] Compiling Vapor App+Service.swift
[2640/2688] Compiling Vapor Req+Service.swift
[2641/2688] Compiling Vapor HTTPServerResponseEncoder.swift
[2642/2688] Compiling Vapor HTTPServerUpgradeHandler.swift
[2643/2688] Compiling Vapor Logger+Report.swift
[2644/2688] Compiling Vapor LoggingSystem+Environment.swift
[2645/2688] Compiling Vapor Application+Middleware.swift
[2646/2688] Compiling Vapor CORSMiddleware.swift
[2647/2688] Compiling Vapor ErrorMiddleware.swift
[2648/2688] Compiling Vapor FileMiddleware.swift
[2649/2688] Compiling Vapor Middleware.swift
[2650/2688] Compiling Vapor MiddlewareConfiguration.swift
[2651/2688] Compiling Vapor ResponseCompressionMiddleware.swift
[2652/2688] Compiling Vapor RouteLoggingMiddleware.swift
[2653/2688] Compiling Vapor TracingMiddleware.swift
[2654/2688] Compiling Vapor File+Multipart.swift
[2655/2688] Compiling Vapor FormDataDecoder+Content.swift
[2656/2688] Compiling Vapor FormDataEncoder+Content.swift
[2657/2688] Compiling Vapor Application+Password.swift
[2658/2688] Compiling Vapor Application+Passwords.swift
[2659/2688] Compiling Vapor AsyncPasswordHasher.swift
[2660/2688] Compiling Vapor BcryptHasher.swift
[2661/2688] Compiling Vapor PasswordHasher.swift
[2662/2688] Compiling Vapor PlaintextHasher.swift
[2663/2688] Compiling Vapor Request+Password.swift
[2664/2688] Compiling Vapor Redirect.swift
[2665/2688] Compiling Vapor HTTPStatus.swift
[2666/2688] Compiling Vapor HTTPCookies.swift
[2667/2688] Compiling Vapor HTTPHeaderCacheControl.swift
[2668/2688] Compiling Vapor HTTPHeaderExpires.swift
[2669/2688] Compiling Vapor HTTPHeaderLastModified.swift
[2670/2688] Compiling Vapor HTTPHeaders+Cache.swift
[2671/2688] Compiling Vapor HTTPHeaders+Connection.swift
[2672/2688] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2673/2688] Compiling Vapor HTTPHeaders+ContentRange.swift
[2674/2688] Compiling Vapor HTTPHeaders+Directive.swift
[2675/2688] Compiling Vapor HTTPHeaders+Forwarded.swift
[2676/2688] Compiling Vapor HTTPHeaders+Link.swift
[2677/2688] Compiling Vapor HTTPHeaders+Name.swift
[2678/2688] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2679/2688] Compiling Vapor HTTPHeaders.swift
[2680/2688] Compiling Vapor HTTPMediaType.swift
[2681/2688] Compiling Vapor HTTPMediaTypePreference.swift
[2682/2688] Compiling Vapor Responder.swift
[2683/2688] Compiling Vapor Application+HTTP+Server.swift
[2684/2688] Compiling Vapor HTTPServer.swift
[2685/2688] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2686/2688] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2687/2688] Compiling Vapor HTTPServerHandler.swift
[2688/2688] Compiling Vapor HTTPServerRequestDecoder.swift
[2690/2700] Compiling JWT JWTError+Vapor.swift
[2691/2701] Emitting module JWT
[2692/2701] Compiling JWT JWTAuthenticator.swift
[2693/2701] Compiling JWT JWT+Google.swift
[2694/2701] Compiling JWT JWT+Microsoft.swift
[2695/2701] Compiling JWT JWT+Apple.swift
[2696/2701] Compiling JWT JWT+Concurrency.swift
[2697/2701] Compiling JWT Exports.swift
[2698/2701] Compiling JWT JWKSCache.swift
[2699/2701] Compiling JWT Application+JWT.swift
[2700/2701] Compiling JWT AsyncJWTAuthenticator.swift
[2701/2701] Compiling JWT Request+JWT.swift
[2703/2731] 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 |
[2704/2731] 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 |
[2705/2731] 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 |
[2706/2731] 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 |
[2707/2731] 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,
[2708/2731] Compiling FCM FCMAndroidMessagePriority.swift
[2709/2731] Compiling FCM FCMAndroidNotification.swift
[2710/2731] Compiling FCM FCMAndroidNotificationLightSettings.swift
[2711/2731] Compiling FCM FCMAndroidNotificationPriority.swift
[2712/2731] Compiling FCM FCMApnsConfig.swift
[2713/2731] Compiling FCM FCMApnsPayload.swift
[2714/2731] Compiling FCM FCMApnsPayloadProtocol.swift
[2715/2731] Compiling FCM FCMOptions.swift
[2716/2734] Compiling FCM FCMNotification.swift
[2717/2734] Compiling FCM FCMWebpushConfig.swift
[2718/2734] Compiling FCM GAuthPayload.swift
[2719/2734] Compiling FCM FCM+AccessToken.swift
[2720/2734] 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"
[2721/2734] 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"
[2722/2734] 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"
[2723/2734] 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"
[2724/2734] Compiling FCM FCMAndroidNotificationVisibility.swift
[2725/2734] Compiling FCM FCMApnsAlert.swift
[2726/2734] Compiling FCM FCMApnsAlertOrString.swift
[2727/2734] Compiling FCM FCMApnsApsObject.swift
[2728/2734] 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 |
[2729/2734] 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 |
[2730/2734] 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 |
[2731/2734] 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 |
[2732/2734] 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,
[2733/2734] 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,
[2734/2734] 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! (484.20s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.