The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of TelegramBot, reference 0.5.0 (bccf35), with Swift 6.1 for Linux on 26 Apr 2025 03:21:35 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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/Boilertalk/telegrambot.swift.git
Reference: 0.5.0
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/Boilertalk/telegrambot.swift
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at bccf350 Remove warnings
Cloned https://github.com/Boilertalk/telegrambot.swift.git
Revision (git rev-parse @):
bccf35093f989c429b7074b514bb1b6658f02e08
SUCCESS checkout https://github.com/Boilertalk/telegrambot.swift.git at 0.5.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Boilertalk/telegrambot.swift.git
https://github.com/Boilertalk/telegrambot.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "promisekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/PromiseKit.git"
    }
  ],
  "manifest_display_name" : "TelegramBot",
  "name" : "TelegramBot",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "TelegramBot",
      "targets" : [
        "TelegramBot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TelegramBotVapor",
      "targets" : [
        "TelegramBotVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TelegramBotPromiseKit",
      "targets" : [
        "TelegramBotPromiseKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TelegramBotVapor",
      "module_type" : "SwiftTarget",
      "name" : "TelegramBotVapor",
      "path" : "Sources/TelegramBotVapor",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "TelegramBotVapor"
      ],
      "sources" : [
        "Exports+Vapor.swift"
      ],
      "target_dependencies" : [
        "TelegramBot"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TelegramBotTests",
      "module_type" : "SwiftTarget",
      "name" : "TelegramBotTests",
      "path" : "Tests/TelegramBotTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "AppTests.swift"
      ],
      "target_dependencies" : [
        "TelegramBot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TelegramBotPromiseKit",
      "module_type" : "SwiftTarget",
      "name" : "TelegramBotPromiseKit",
      "path" : "Sources/TelegramBotPromiseKit",
      "product_dependencies" : [
        "PromiseKit"
      ],
      "product_memberships" : [
        "TelegramBotPromiseKit"
      ],
      "sources" : [
        "TelegramSendApi+PromiseKit.swift"
      ],
      "target_dependencies" : [
        "TelegramBot"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TelegramBot",
      "module_type" : "SwiftTarget",
      "name" : "TelegramBot",
      "path" : "Sources/TelegramBot",
      "product_memberships" : [
        "TelegramBot",
        "TelegramBotVapor",
        "TelegramBotPromiseKit"
      ],
      "sources" : [
        "Json/CallbackApi/Keyboard/TelegramCallbackGame.swift",
        "Json/CallbackApi/Keyboard/TelegramForceReply.swift",
        "Json/CallbackApi/Keyboard/TelegramInlineKeyboardButton.swift",
        "Json/CallbackApi/Keyboard/TelegramInlineKeyboardMarkup.swift",
        "Json/CallbackApi/Keyboard/TelegramKeyboardButton.swift",
        "Json/CallbackApi/Keyboard/TelegramReplyKeyboardMarkup.swift",
        "Json/CallbackApi/Keyboard/TelegramReplyKeyboardRemove.swift",
        "Json/CallbackApi/TelegramAnimation.swift",
        "Json/CallbackApi/TelegramAudio.swift",
        "Json/CallbackApi/TelegramCallbackQuery.swift",
        "Json/CallbackApi/TelegramChat.swift",
        "Json/CallbackApi/TelegramChatMember.swift",
        "Json/CallbackApi/TelegramChatPhoto.swift",
        "Json/CallbackApi/TelegramChosenInlineResult.swift",
        "Json/CallbackApi/TelegramContact.swift",
        "Json/CallbackApi/TelegramDocument.swift",
        "Json/CallbackApi/TelegramEncryptedCredentials.swift",
        "Json/CallbackApi/TelegramEncryptedPassportElement.swift",
        "Json/CallbackApi/TelegramFile.swift",
        "Json/CallbackApi/TelegramGame.swift",
        "Json/CallbackApi/TelegramInlineQuery.swift",
        "Json/CallbackApi/TelegramInvoice.swift",
        "Json/CallbackApi/TelegramLocation.swift",
        "Json/CallbackApi/TelegramMaskPosition.swift",
        "Json/CallbackApi/TelegramMessage.swift",
        "Json/CallbackApi/TelegramMessageEntity.swift",
        "Json/CallbackApi/TelegramOrderInfo.swift",
        "Json/CallbackApi/TelegramPassportData.swift",
        "Json/CallbackApi/TelegramPassportFile.swift",
        "Json/CallbackApi/TelegramPhotoSize.swift",
        "Json/CallbackApi/TelegramPreCheckoutQuery.swift",
        "Json/CallbackApi/TelegramShippingAddress.swift",
        "Json/CallbackApi/TelegramShippingQuery.swift",
        "Json/CallbackApi/TelegramSticker.swift",
        "Json/CallbackApi/TelegramSuccessfulPayment.swift",
        "Json/CallbackApi/TelegramUpdate.swift",
        "Json/CallbackApi/TelegramUser.swift",
        "Json/CallbackApi/TelegramUserProfilePhotos.swift",
        "Json/CallbackApi/TelegramVenue.swift",
        "Json/CallbackApi/TelegramVideo.swift",
        "Json/CallbackApi/TelegramVideoNote.swift",
        "Json/CallbackApi/TelegramVoice.swift",
        "Json/SendApi/TelegramSendAnswerCallbackQuery.swift",
        "Json/SendApi/TelegramSendChatIdentifier.swift",
        "Json/SendApi/TelegramSendEditMessageReplyMarkup.swift",
        "Json/SendApi/TelegramSendForwardMessage.swift",
        "Json/SendApi/TelegramSendMessage.swift",
        "Json/SendApi/TelegramSendPhoto.swift",
        "TelegramReceiveApi.swift",
        "TelegramSendApi.swift",
        "Toolbox/Router.swift",
        "Toolbox/TelegramApiHttpProvider.swift",
        "Toolbox/TelegramApiProvider.swift",
        "Toolbox/TelegramApiResponse.swift",
        "Toolbox/TelegramSendApi+HTTPInitializer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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/Quick/Quick.git
Fetching https://github.com/mxcl/PromiseKit.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/vapor/vapor.git
[1/17186] Fetching promisekit
[2/31941] Fetching promisekit, quick
[6540/106254] Fetching promisekit, quick, vapor
[8016/125821] Fetching promisekit, quick, vapor, nimble
Fetched https://github.com/Quick/Quick.git from cache (4.28s)
Fetched https://github.com/Quick/Nimble.git from cache (4.31s)
Fetched https://github.com/vapor/vapor.git from cache (4.31s)
Fetched https://github.com/mxcl/PromiseKit.git from cache (4.31s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (5.32s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (2.08s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.93s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.06s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-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-service-context.git
[1/3208] Fetching multipart-kit
[98/8178] Fetching multipart-kit, swift-distributed-tracing
[1091/9237] Fetching multipart-kit, swift-distributed-tracing, swift-service-context
[4308/10942] Fetching multipart-kit, swift-distributed-tracing, swift-service-context, swift-atomics
[5015/16845] Fetching multipart-kit, swift-distributed-tracing, swift-service-context, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.67s)
[10158/11875] Fetching multipart-kit, swift-service-context, swift-atomics, swift-algorithms
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.75s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.75s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
[3214/8749] Fetching multipart-kit, swift-atomics, swift-log
[3330/10949] Fetching multipart-kit, swift-atomics, swift-log, swift-metrics
[4329/16611] Fetching multipart-kit, swift-atomics, swift-log, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.74s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.72s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.93s)
Fetching https://github.com/apple/swift-nio.git
[3355/16405] Fetching multipart-kit, swift-atomics, swift-nio-http2
[5884/31198] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl
[8924/106629] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/websocket-kit.git
Fetched https://github.com/apple/swift-atomics.git from cache (2.94s)
[26638/104924] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (3.09s)
[27453/101716] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-crypto.git
[32262/104249] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, websocket-kit
[38714/124972] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, websocket-kit, routing-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.77s)
[41299/122439] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
[41715/136223] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/vapor/console-kit.git
[66772/141708] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.66s)
[61218/130216] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, console-kit
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/console-kit.git from cache (0.73s)
[65465/124731] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[70424/127101] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.74s)
[78499/124731] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
[79393/138514] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.52s)
[91459/123721] Fetching swift-nio, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (3.42s)
[74330/102998] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.47s)
[65832/89215] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.90s)
[60345/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (11.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (14.37s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (1.34s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[1133/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.70s)
[3411/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.84s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (2.68s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (1.03s)
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.45s)
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.35s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.79s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.99s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (3.95s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.95s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.41s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
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 (1.26s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.83s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.04s)
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.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.22s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.94s)
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 (2.04s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.83s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.92s)
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.94s)
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.83s)
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.84s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.94s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (8.40s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (2.56s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (3.55s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-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.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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/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-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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.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/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Building for debugging...
[0/834] Write sources
[41/834] Compiling CNIOWindows WSAStartup.c
[42/834] Write sources
[43/834] Compiling CNIOWASI CNIOWASI.c
[44/834] Compiling CNIOWindows shim.c
[45/834] Write sources
[52/834] Compiling _NumericsShims _NumericsShims.c
[53/834] Compiling CVaporBcrypt bcrypt.c
[54/834] Compiling CVaporBcrypt blf.c
[55/834] Compiling _AtomicsShims.c
[56/834] Compiling CNIOSHA1 c_nio_sha1.c
[57/834] Compiling CSystem shims.c
[58/834] Compiling CNIOLinux liburing_shims.c
[59/834] Compiling CNIOLLHTTP c_nio_http.c
[60/834] Compiling CNIOExtrasZlib empty.c
[61/834] Compiling CNIODarwin shim.c
[62/834] Compiling CNIOLinux shim.c
[63/834] Compiling fiat_p256_adx_sqr.S
[64/834] Compiling CNIOLLHTTP c_nio_api.c
[65/834] Compiling fiat_p256_adx_mul.S
[66/834] Compiling fiat_curve25519_adx_square.S
[67/834] Compiling fiat_curve25519_adx_mul.S
[68/834] Write swift-version-24593BA9C3E375BF.txt
[69/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/834] Compiling CNIOBoringSSLShims shims.c
[71/840] Compiling tls13_enc.cc
[72/840] Compiling tls_record.cc
[73/840] Compiling tls_method.cc
[74/840] Compiling tls13_client.cc
[75/840] Compiling tls13_server.cc
[76/915] Compiling tls13_both.cc
[78/952] Emitting module RealModule
[79/953] Compiling TelegramBot TelegramEncryptedPassportElement.swift
[80/953] Compiling TelegramBot TelegramFile.swift
[81/953] Compiling TelegramBot TelegramGame.swift
[82/956] Emitting module _NIOBase64
[83/956] Compiling _NIOBase64 Base64.swift
[84/957] Compiling RealModule Float80+Real.swift
[85/957] Compiling PromiseKit Async.swift
[86/957] Compiling PromiseKit Box.swift
[87/957] Compiling PromiseKit Catchable.swift
[88/957] Compiling PromiseKit CustomStringConvertible.swift
[89/957] Compiling RealModule Float16+Real.swift
[90/957] Compiling RealModule Float+Real.swift
[91/957] Compiling RealModule ElementaryFunctions.swift
[92/957] Compiling ServiceContextModule ServiceContextKey.swift
[94/957] Emitting module SystemPackage
[99/957] Compiling _NIODataStructures PriorityQueue.swift
[100/957] Compiling _NIODataStructures _TinyArray.swift
[101/957] Compiling RealModule RealFunctions.swift
[102/957] Compiling ServiceContextModule ServiceContext.swift
[103/957] Emitting module ServiceContextModule
[104/958] Compiling PromiseKit Error.swift
[105/958] Compiling PromiseKit Guarantee.swift
[106/958] Compiling PromiseKit LogEvent.swift
[107/958] Compiling PromiseKit Combine.swift
[108/958] Compiling PromiseKit Configuration.swift
[109/958] Compiling PromiseKit Thenable.swift
[110/958] Compiling PromiseKit after.swift
[111/958] Compiling PromiseKit Promise.swift
[112/958] Compiling RealModule Real.swift
[115/979] Compiling SystemPackage Util+StringArray.swift
[116/979] Compiling SystemPackage Util.swift
[117/979] Compiling SystemPackage UtilConsumers.swift
[118/979] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[119/979] Compiling InternalCollectionsUtilities Specialize.swift
[120/981] Emitting module PromiseKit
[121/981] Compiling InternalCollectionsUtilities _SortedCollection.swift
[122/981] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[123/981] Compiling InternalCollectionsUtilities Debugging.swift
[124/981] Compiling InternalCollectionsUtilities Descriptions.swift
[125/983] Compiling InternalCollectionsUtilities UInt+reversed.swift
[126/983] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[127/983] Compiling Logging MetadataProvider.swift
[128/983] Compiling PromiseKit when.swift
[129/983] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[130/983] Compiling TelegramBot TelegramChatMember.swift
[131/983] Compiling TelegramBot TelegramChatPhoto.swift
[135/983] Compiling PromiseKit race.swift
[136/983] Compiling TelegramBot TelegramChosenInlineResult.swift
[137/983] Compiling TelegramBot TelegramContact.swift
[138/983] Compiling TelegramBot TelegramDocument.swift
[139/983] Compiling TelegramBot TelegramEncryptedCredentials.swift
[140/983] Emitting module Logging
[143/984] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[144/984] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[145/984] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[146/984] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[147/984] Compiling InternalCollectionsUtilities Integer rank.swift
[148/984] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[149/984] Emitting module _NIODataStructures
[150/984] Compiling _NIODataStructures Heap.swift
[151/985] Compiling Logging LogHandler.swift
[152/985] Compiling Logging Locks.swift
[153/985] Compiling Logging Logging.swift
[157/992] Emitting module TelegramBot
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiProvider.swift:27:24: warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 15 | }
 16 |
 17 | public struct TelegramResponse<Result: Codable> {
    |                                `- note: 'Result' previously declared here
 18 |
 19 |     public enum Error: Swift.Error {
    :
 25 |     }
 26 |
 27 |     public enum Status<Result> {
    |                        `- warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 28 |         case success(Result)
 29 |         case failure(Swift.Error)
[158/992] Emitting module InternalCollectionsUtilities
[159/998] Compiling TelegramBot TelegramUpdate.swift
[160/998] Compiling TelegramBot TelegramUser.swift
[161/998] Compiling TelegramBot TelegramUserProfilePhotos.swift
[162/998] Compiling TelegramBot TelegramVenue.swift
[163/998] Compiling TelegramBot TelegramVideo.swift
[164/998] Compiling TelegramBot TelegramVideoNote.swift
[165/998] Compiling TelegramBot TelegramVoice.swift
[171/998] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[172/998] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[181/999] Emitting module Instrumentation
[182/999] Compiling Instrumentation MultiplexInstrument.swift
[183/999] Compiling Instrumentation NoOpInstrument.swift
[185/1000] Compiling Instrumentation Locks.swift
[186/1003] Compiling Instrumentation Instrument.swift
[187/1003] Compiling Instrumentation InstrumentationSystem.swift
[188/1006] Compiling CoreMetrics Locks.swift
[189/1006] Emitting module CoreMetrics
[190/1006] Compiling CoreMetrics Metrics.swift
[227/1008] Compiling TelegramBot TelegramPreCheckoutQuery.swift
[228/1008] Compiling TelegramBot TelegramShippingAddress.swift
[229/1008] Compiling TelegramBot TelegramShippingQuery.swift
[230/1008] Compiling TelegramBot TelegramSticker.swift
[231/1008] Compiling TelegramBot TelegramSuccessfulPayment.swift
[232/1008] Compiling TelegramBot TelegramSendAnswerCallbackQuery.swift
[233/1008] Compiling TelegramBot TelegramSendChatIdentifier.swift
[234/1008] Compiling TelegramBot TelegramSendEditMessageReplyMarkup.swift
[235/1008] Compiling TelegramBot TelegramSendForwardMessage.swift
[236/1008] Compiling TelegramBot TelegramSendMessage.swift
[237/1008] Compiling TelegramBot TelegramSendPhoto.swift
[238/1008] Compiling TelegramBot TelegramReceiveApi.swift
[240/1008] Emitting module RoutingKit
[241/1008] Compiling RoutingKit AnyRouter.swift
[242/1009] Compiling RoutingKit Parameters.swift
[243/1009] Compiling RoutingKit PathComponent.swift
[244/1139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:50:28: warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | public struct TelegramApiHttpProvider: TelegramApiProvider {
    |               `- note: consider making struct 'TelegramApiHttpProvider' conform to the 'Sendable' protocol
 15 |
 16 |     let encoder: JSONEncoder
    :
 48 |             let body: Data
 49 |             do {
 50 |                 body = try self.encoder.encode(request)
    |                            `- warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:50:48: warning: capture of 'request' with non-sendable type 'Params' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 43 |     }
 44 |
 45 |     public func send<Params: Codable, Result>(method: String, request: Params, response: @escaping TelegramApiResponseCompletion<Result>) {
    |                      `- note: consider making generic parameter 'Params' conform to the 'Sendable' protocol
 46 |         queue.async {
 47 |
 48 |             let body: Data
 49 |             do {
 50 |                 body = try self.encoder.encode(request)
    |                                                `- warning: capture of 'request' with non-sendable type 'Params' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:53:17: warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
 53 |                 response(err)
    |                 |- warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 54 |                 return
 55 |             }
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:73:21: warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 71 |                 guard let urlResponse = urlResponse as? HTTPURLResponse, let data = data, error == nil else {
 72 |                     let err = TelegramResponse<Result>(error: .serverError(error))
 73 |                     response(err)
    |                     |- warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |                     return
 75 |                 }
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:86:39: warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | public struct TelegramApiHttpProvider: TelegramApiProvider {
    |               `- note: consider making struct 'TelegramApiHttpProvider' conform to the 'Sendable' protocol
 15 |
 16 |     let encoder: JSONEncoder
    :
 84 |
 85 |                 do {
 86 |                     let decoded = try self.decoder.decode(TelegramApiResponse<Result>.self, from: data)
    |                                       `- warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 87 |                     // We got the Result object
 88 |                     let res = TelegramResponse(response: decoded)
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiProvider.swift:27:24: warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 15 | }
 16 |
 17 | public struct TelegramResponse<Result: Codable> {
    |                                `- note: 'Result' previously declared here
 18 |
 19 |     public enum Error: Swift.Error {
    :
 25 |     }
 26 |
 27 |     public enum Status<Result> {
    |                        `- warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 28 |         case success(Result)
 29 |         case failure(Swift.Error)
[245/1139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:50:28: warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | public struct TelegramApiHttpProvider: TelegramApiProvider {
    |               `- note: consider making struct 'TelegramApiHttpProvider' conform to the 'Sendable' protocol
 15 |
 16 |     let encoder: JSONEncoder
    :
 48 |             let body: Data
 49 |             do {
 50 |                 body = try self.encoder.encode(request)
    |                            `- warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:50:48: warning: capture of 'request' with non-sendable type 'Params' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 43 |     }
 44 |
 45 |     public func send<Params: Codable, Result>(method: String, request: Params, response: @escaping TelegramApiResponseCompletion<Result>) {
    |                      `- note: consider making generic parameter 'Params' conform to the 'Sendable' protocol
 46 |         queue.async {
 47 |
 48 |             let body: Data
 49 |             do {
 50 |                 body = try self.encoder.encode(request)
    |                                                `- warning: capture of 'request' with non-sendable type 'Params' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:53:17: warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
 53 |                 response(err)
    |                 |- warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 54 |                 return
 55 |             }
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:73:21: warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 71 |                 guard let urlResponse = urlResponse as? HTTPURLResponse, let data = data, error == nil else {
 72 |                     let err = TelegramResponse<Result>(error: .serverError(error))
 73 |                     response(err)
    |                     |- warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |                     return
 75 |                 }
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:86:39: warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | public struct TelegramApiHttpProvider: TelegramApiProvider {
    |               `- note: consider making struct 'TelegramApiHttpProvider' conform to the 'Sendable' protocol
 15 |
 16 |     let encoder: JSONEncoder
    :
 84 |
 85 |                 do {
 86 |                     let decoded = try self.decoder.decode(TelegramApiResponse<Result>.self, from: data)
    |                                       `- warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 87 |                     // We got the Result object
 88 |                     let res = TelegramResponse(response: decoded)
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiProvider.swift:27:24: warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 15 | }
 16 |
 17 | public struct TelegramResponse<Result: Codable> {
    |                                `- note: 'Result' previously declared here
 18 |
 19 |     public enum Error: Swift.Error {
    :
 25 |     }
 26 |
 27 |     public enum Status<Result> {
    |                        `- warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 28 |         case success(Result)
 29 |         case failure(Swift.Error)
[246/1139] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:50:28: warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | public struct TelegramApiHttpProvider: TelegramApiProvider {
    |               `- note: consider making struct 'TelegramApiHttpProvider' conform to the 'Sendable' protocol
 15 |
 16 |     let encoder: JSONEncoder
    :
 48 |             let body: Data
 49 |             do {
 50 |                 body = try self.encoder.encode(request)
    |                            `- warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:50:48: warning: capture of 'request' with non-sendable type 'Params' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 43 |     }
 44 |
 45 |     public func send<Params: Codable, Result>(method: String, request: Params, response: @escaping TelegramApiResponseCompletion<Result>) {
    |                      `- note: consider making generic parameter 'Params' conform to the 'Sendable' protocol
 46 |         queue.async {
 47 |
 48 |             let body: Data
 49 |             do {
 50 |                 body = try self.encoder.encode(request)
    |                                                `- warning: capture of 'request' with non-sendable type 'Params' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:53:17: warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
 53 |                 response(err)
    |                 |- warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 54 |                 return
 55 |             }
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:73:21: warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 71 |                 guard let urlResponse = urlResponse as? HTTPURLResponse, let data = data, error == nil else {
 72 |                     let err = TelegramResponse<Result>(error: .serverError(error))
 73 |                     response(err)
    |                     |- warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |                     return
 75 |                 }
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:86:39: warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | public struct TelegramApiHttpProvider: TelegramApiProvider {
    |               `- note: consider making struct 'TelegramApiHttpProvider' conform to the 'Sendable' protocol
 15 |
 16 |     let encoder: JSONEncoder
    :
 84 |
 85 |                 do {
 86 |                     let decoded = try self.decoder.decode(TelegramApiResponse<Result>.self, from: data)
    |                                       `- warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 87 |                     // We got the Result object
 88 |                     let res = TelegramResponse(response: decoded)
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiProvider.swift:27:24: warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 15 | }
 16 |
 17 | public struct TelegramResponse<Result: Codable> {
    |                                `- note: 'Result' previously declared here
 18 |
 19 |     public enum Error: Swift.Error {
    :
 25 |     }
 26 |
 27 |     public enum Status<Result> {
    |                        `- warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 28 |         case success(Result)
 29 |         case failure(Swift.Error)
[247/1139] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:50:28: warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | public struct TelegramApiHttpProvider: TelegramApiProvider {
    |               `- note: consider making struct 'TelegramApiHttpProvider' conform to the 'Sendable' protocol
 15 |
 16 |     let encoder: JSONEncoder
    :
 48 |             let body: Data
 49 |             do {
 50 |                 body = try self.encoder.encode(request)
    |                            `- warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:50:48: warning: capture of 'request' with non-sendable type 'Params' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 43 |     }
 44 |
 45 |     public func send<Params: Codable, Result>(method: String, request: Params, response: @escaping TelegramApiResponseCompletion<Result>) {
    |                      `- note: consider making generic parameter 'Params' conform to the 'Sendable' protocol
 46 |         queue.async {
 47 |
 48 |             let body: Data
 49 |             do {
 50 |                 body = try self.encoder.encode(request)
    |                                                `- warning: capture of 'request' with non-sendable type 'Params' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:53:17: warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
 53 |                 response(err)
    |                 |- warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 54 |                 return
 55 |             }
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:73:21: warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 71 |                 guard let urlResponse = urlResponse as? HTTPURLResponse, let data = data, error == nil else {
 72 |                     let err = TelegramResponse<Result>(error: .serverError(error))
 73 |                     response(err)
    |                     |- warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |                     return
 75 |                 }
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:86:39: warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | public struct TelegramApiHttpProvider: TelegramApiProvider {
    |               `- note: consider making struct 'TelegramApiHttpProvider' conform to the 'Sendable' protocol
 15 |
 16 |     let encoder: JSONEncoder
    :
 84 |
 85 |                 do {
 86 |                     let decoded = try self.decoder.decode(TelegramApiResponse<Result>.self, from: data)
    |                                       `- warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 87 |                     // We got the Result object
 88 |                     let res = TelegramResponse(response: decoded)
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiProvider.swift:27:24: warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 15 | }
 16 |
 17 | public struct TelegramResponse<Result: Codable> {
    |                                `- note: 'Result' previously declared here
 18 |
 19 |     public enum Error: Swift.Error {
    :
 25 |     }
 26 |
 27 |     public enum Status<Result> {
    |                        `- warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 28 |         case success(Result)
 29 |         case failure(Swift.Error)
[248/1139] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:50:28: warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | public struct TelegramApiHttpProvider: TelegramApiProvider {
    |               `- note: consider making struct 'TelegramApiHttpProvider' conform to the 'Sendable' protocol
 15 |
 16 |     let encoder: JSONEncoder
    :
 48 |             let body: Data
 49 |             do {
 50 |                 body = try self.encoder.encode(request)
    |                            `- warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:50:48: warning: capture of 'request' with non-sendable type 'Params' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 43 |     }
 44 |
 45 |     public func send<Params: Codable, Result>(method: String, request: Params, response: @escaping TelegramApiResponseCompletion<Result>) {
    |                      `- note: consider making generic parameter 'Params' conform to the 'Sendable' protocol
 46 |         queue.async {
 47 |
 48 |             let body: Data
 49 |             do {
 50 |                 body = try self.encoder.encode(request)
    |                                                `- warning: capture of 'request' with non-sendable type 'Params' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:53:17: warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
 53 |                 response(err)
    |                 |- warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 54 |                 return
 55 |             }
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:73:21: warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 71 |                 guard let urlResponse = urlResponse as? HTTPURLResponse, let data = data, error == nil else {
 72 |                     let err = TelegramResponse<Result>(error: .serverError(error))
 73 |                     response(err)
    |                     |- warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |                     return
 75 |                 }
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:86:39: warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | public struct TelegramApiHttpProvider: TelegramApiProvider {
    |               `- note: consider making struct 'TelegramApiHttpProvider' conform to the 'Sendable' protocol
 15 |
 16 |     let encoder: JSONEncoder
    :
 84 |
 85 |                 do {
 86 |                     let decoded = try self.decoder.decode(TelegramApiResponse<Result>.self, from: data)
    |                                       `- warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 87 |                     // We got the Result object
 88 |                     let res = TelegramResponse(response: decoded)
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiProvider.swift:27:24: warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 15 | }
 16 |
 17 | public struct TelegramResponse<Result: Codable> {
    |                                `- note: 'Result' previously declared here
 18 |
 19 |     public enum Error: Swift.Error {
    :
 25 |     }
 26 |
 27 |     public enum Status<Result> {
    |                        `- warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 28 |         case success(Result)
 29 |         case failure(Swift.Error)
[249/1139] Compiling _RopeModule RopeMetric.swift
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:50:28: warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | public struct TelegramApiHttpProvider: TelegramApiProvider {
    |               `- note: consider making struct 'TelegramApiHttpProvider' conform to the 'Sendable' protocol
 15 |
 16 |     let encoder: JSONEncoder
    :
 48 |             let body: Data
 49 |             do {
 50 |                 body = try self.encoder.encode(request)
    |                            `- warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:50:48: warning: capture of 'request' with non-sendable type 'Params' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 43 |     }
 44 |
 45 |     public func send<Params: Codable, Result>(method: String, request: Params, response: @escaping TelegramApiResponseCompletion<Result>) {
    |                      `- note: consider making generic parameter 'Params' conform to the 'Sendable' protocol
 46 |         queue.async {
 47 |
 48 |             let body: Data
 49 |             do {
 50 |                 body = try self.encoder.encode(request)
    |                                                `- warning: capture of 'request' with non-sendable type 'Params' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:53:17: warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 51 |             } catch {
 52 |                 let err = TelegramResponse<Result>(error: .requestFailed(error))
 53 |                 response(err)
    |                 |- warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 54 |                 return
 55 |             }
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:73:21: warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 71 |                 guard let urlResponse = urlResponse as? HTTPURLResponse, let data = data, error == nil else {
 72 |                     let err = TelegramResponse<Result>(error: .serverError(error))
 73 |                     response(err)
    |                     |- warning: capture of 'response' with non-sendable type 'TelegramApiHttpProvider.TelegramApiResponseCompletion<Result>' (aka '(TelegramResponse<Result>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
    |                     `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |                     return
 75 |                 }
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiHttpProvider.swift:86:39: warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 12 | #endif
 13 |
 14 | public struct TelegramApiHttpProvider: TelegramApiProvider {
    |               `- note: consider making struct 'TelegramApiHttpProvider' conform to the 'Sendable' protocol
 15 |
 16 |     let encoder: JSONEncoder
    :
 84 |
 85 |                 do {
 86 |                     let decoded = try self.decoder.decode(TelegramApiResponse<Result>.self, from: data)
    |                                       `- warning: capture of 'self' with non-sendable type 'TelegramApiHttpProvider' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 87 |                     // We got the Result object
 88 |                     let res = TelegramResponse(response: decoded)
/host/spi-builder-workspace/Sources/TelegramBot/Toolbox/TelegramApiProvider.swift:27:24: warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 15 | }
 16 |
 17 | public struct TelegramResponse<Result: Codable> {
    |                                `- note: 'Result' previously declared here
 18 |
 19 |     public enum Error: Swift.Error {
    :
 25 |     }
 26 |
 27 |     public enum Status<Result> {
    |                        `- warning: generic parameter 'Result' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
 28 |         case success(Result)
 29 |         case failure(Swift.Error)
[251/1140] Compiling RoutingKit Router.swift
[252/1140] Compiling RoutingKit TrieRouter.swift
[252/1141] Compiling t1_enc.cc
[255/1141] Compiling Tracing TracerProtocol+Legacy.swift
[256/1141] Compiling Tracing TracerProtocol.swift
[257/1141] Compiling Tracing TracingTime.swift
[258/1143] Compiling Tracing InstrumentationSystem+Tracing.swift
[259/1143] Compiling Tracing NoOpTracer.swift
[260/1152] Emitting module Tracing
[261/1152] Compiling Tracing Tracer.swift
[262/1152] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[263/1152] Emitting module Metrics
[264/1152] Compiling HeapModule Heap+Descriptions.swift
[265/1152] Emitting module TelegramBotPromiseKit
[266/1152] Compiling TelegramBotPromiseKit TelegramSendApi+PromiseKit.swift
[267/1152] Compiling Tracing SpanProtocol.swift
[268/1152] Compiling Metrics Metrics.swift
[269/1155] Compiling OrderedCollections OrderedDictionary.swift
[270/1155] Compiling OrderedCollections OrderedSet+Codable.swift
[271/1155] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[272/1155] Compiling OrderedCollections OrderedSet+Descriptions.swift
[273/1155] Compiling OrderedCollections OrderedSet+Diffing.swift
[274/1155] Compiling OrderedCollections OrderedSet+Equatable.swift
[275/1155] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[276/1155] Compiling OrderedCollections OrderedSet+Hashable.swift
[278/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[279/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[280/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[281/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[282/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[283/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[284/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[286/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[287/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[294/1162] Compiling HeapModule Heap.swift
[295/1162] Compiling HeapModule _HeapNode.swift
[296/1162] Compiling OrderedCollections OrderedSet+Initializers.swift
[297/1162] Compiling OrderedCollections OrderedSet+Insertions.swift
[298/1162] Compiling OrderedCollections OrderedSet+Invariants.swift
[299/1162] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[300/1162] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[301/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[302/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[303/1162] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[304/1162] Compiling HeapModule Heap+Invariants.swift
[305/1162] Compiling HeapModule Heap+UnsafeHandle.swift
[306/1162] Emitting module HeapModule
[306/1163] Compiling ssl_versions.cc
[309/1163] Compiling OrderedCollections OrderedDictionary+Codable.swift
[310/1163] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[311/1163] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[312/1163] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[313/1163] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[314/1163] Compiling OrderedCollections OrderedDictionary+Elements.swift
[315/1163] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[316/1163] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[317/1163] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[318/1163] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[319/1163] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[320/1163] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[321/1163] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[322/1163] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[323/1163] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[324/1163] Compiling OrderedCollections OrderedDictionary+Values.swift
[324/1207] Compiling ssl_x509.cc
[326/1254] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[327/1254] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[328/1254] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[329/1254] Compiling HashTreeCollections _HashNode+Structural union.swift
[330/1254] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[331/1254] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[332/1254] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[333/1254] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[334/1254] Compiling HashTreeCollections _HashNode.swift
[335/1254] Compiling HashTreeCollections _HashNodeHeader.swift
[338/1265] Compiling HashTreeCollections _HashLevel.swift
[339/1265] Compiling HashTreeCollections _HashNode+Builder.swift
[340/1265] Compiling HashTreeCollections _Bucket.swift
[341/1265] Compiling HashTreeCollections _Hash.swift
[342/1265] Compiling HashTreeCollections _HashNode+Debugging.swift
[343/1265] Compiling HashTreeCollections _HashNode+Initializers.swift
[344/1265] Emitting module OrderedCollections
[345/1265] Compiling HashTreeCollections _AncestorHashSlots.swift
[346/1265] Compiling HashTreeCollections _Bitmap.swift
[353/1265] Compiling HashTreeCollections _HashNode+Invariants.swift
[354/1265] Compiling HashTreeCollections _HashNode+Lookups.swift
[355/1265] Compiling HashTreeCollections TreeDictionary+Keys.swift
[356/1265] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[357/1265] Compiling HashTreeCollections TreeDictionary+Merge.swift
[358/1265] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[359/1265] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[360/1265] Compiling HashTreeCollections TreeDictionary+Values.swift
[361/1265] Compiling HashTreeCollections TreeSet+Hashable.swift
[362/1265] Compiling HashTreeCollections TreeSet+Sendable.swift
[363/1265] Compiling HashTreeCollections TreeSet+Sequence.swift
[364/1265] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[365/1265] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[366/1265] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[367/1265] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[368/1265] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[369/1265] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[370/1265] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[371/1265] Compiling HashTreeCollections TreeDictionary.swift
[372/1265] Compiling HashTreeCollections TreeSet+Codable.swift
[380/1266] Compiling DequeModule _DequeSlot.swift
[381/1266] Compiling DequeModule _UnsafeWrappedBuffer.swift
[397/1266] Compiling _RopeModule Rope+Join.swift
[398/1266] Compiling _RopeModule Rope+MutatingForEach.swift
[399/1266] Compiling _RopeModule Rope+Remove.swift
[400/1266] Compiling _RopeModule Rope+RemoveSubrange.swift
[401/1266] Compiling _RopeModule Rope+Split.swift
[402/1266] Compiling _RopeModule Optional Utilities.swift
[403/1266] Compiling _RopeModule String Utilities.swift
[404/1266] Compiling _RopeModule String.Index+ABI.swift
[417/1276] Emitting module DequeModule
[417/1276] Compiling ssl_transcript.cc
[419/1277] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[420/1277] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[421/1277] Compiling HashTreeCollections TreeDictionary+Filter.swift
[422/1277] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[423/1277] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[431/1277] Emitting module _RopeModule
[431/1277] Compiling ssl_stat.cc
[433/1277] Compiling HashTreeCollections _HashTreeIterator.swift
[434/1277] Compiling HashTreeCollections _HashTreeStatistics.swift
[435/1277] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[436/1277] Compiling HashTreeCollections _RawHashNode.swift
[437/1277] Compiling HashTreeCollections _UnmanagedHashNode.swift
[438/1277] Compiling HashTreeCollections _UnsafePath.swift
[439/1277] Compiling HashTreeCollections TreeDictionary+Codable.swift
[440/1277] Compiling HashTreeCollections TreeDictionary+Collection.swift
[441/1277] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[442/1277] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[443/1277] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[444/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[445/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[446/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[447/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[448/1277] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[449/1277] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[450/1277] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[451/1277] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[452/1277] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[453/1277] Compiling HashTreeCollections TreeSet.swift
[454/1277] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[455/1277] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[456/1277] Compiling HashTreeCollections _HashNode+Structural merge.swift
[464/1277] Compiling HashTreeCollections _HashSlot.swift
[465/1277] Compiling HashTreeCollections _HashStack.swift
[466/1277] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[467/1277] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[468/1277] Compiling HashTreeCollections _HashNode+Storage.swift
[469/1277] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[470/1277] Compiling HashTreeCollections _HashNode+Structural filter.swift
[471/1277] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[472/1277] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[473/1277] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[482/1277] Compiling ssl_privkey.cc
[495/1277] Emitting module HashTreeCollections
[495/1277] Compiling ssl_session.cc
[505/1278] Compiling ssl_file.cc
[530/1279] Compiling ssl_key_share.cc
[531/1279] Compiling ssl_lib.cc
[532/1279] Compiling ssl_credential.cc
[533/1279] Compiling ssl_cipher.cc
[534/1279] Compiling ssl_cert.cc
[535/1279] Compiling ssl_aead_ctx.cc
[536/1279] Compiling ssl_buffer.cc
[537/1279] Compiling s3_pkt.cc
[538/1279] Compiling ssl_asn1.cc
[539/1279] Compiling s3_lib.cc
[540/1279] Compiling s3_both.cc
[541/1279] Compiling handshake_server.cc
[542/1279] Compiling handshake_client.cc
[543/1279] Compiling encrypted_client_hello.cc
[544/1279] Compiling dtls_record.cc
[545/1279] Compiling extensions.cc
[546/1279] Compiling handshake.cc
[547/1279] Compiling handoff.cc
[548/1279] Compiling d1_srtp.cc
[549/1279] Compiling md5-x86_64-linux.S
[550/1279] Compiling d1_pkt.cc
[551/1279] Compiling dtls_method.cc
[552/1279] Compiling md5-586-apple.S
[552/1279] Compiling md5-586-linux.S
[553/1279] Compiling md5-x86_64-apple.S
[555/1279] Compiling chacha20_poly1305_x86_64-linux.S
[556/1279] Compiling chacha20_poly1305_armv8-linux.S
[557/1279] Compiling chacha20_poly1305_armv8-win.S
[558/1279] Compiling chacha20_poly1305_x86_64-apple.S
[559/1279] Compiling chacha-x86_64-apple.S
[560/1279] Compiling chacha20_poly1305_armv8-apple.S
[561/1279] Compiling chacha-x86-linux.S
[562/1279] Compiling chacha-x86_64-linux.S
[563/1279] Compiling chacha-x86-apple.S
[564/1279] Compiling chacha-armv8-linux.S
[565/1279] Compiling chacha-armv8-win.S
[566/1279] Compiling chacha-armv8-apple.S
[567/1279] Compiling chacha-armv4-linux.S
[568/1279] Compiling err_data.cc
[569/1279] Compiling x86_64-mont5-apple.S
[570/1279] Compiling aes128gcmsiv-x86_64-apple.S
[571/1279] Compiling x86_64-mont5-linux.S
[572/1279] Compiling aes128gcmsiv-x86_64-linux.S
[573/1279] Compiling x86_64-mont-linux.S
[574/1279] Compiling x86_64-mont-apple.S
[575/1279] Compiling x86-mont-apple.S
[576/1279] Compiling x86-mont-linux.S
[577/1279] Compiling vpaes-x86_64-linux.S
[578/1279] Compiling vpaes-x86_64-apple.S
[579/1279] Compiling vpaes-x86-linux.S
[580/1279] Compiling vpaes-armv8-linux.S
[581/1279] Compiling vpaes-x86-apple.S
[582/1279] Compiling vpaes-armv8-win.S
[583/1279] Compiling vpaes-armv8-apple.S
[584/1279] Compiling sha512-x86_64-apple.S
[585/1279] Compiling vpaes-armv7-linux.S
[586/1279] Compiling sha512-armv8-win.S
[587/1279] Compiling sha512-x86_64-linux.S
[588/1279] Compiling sha512-armv8-linux.S
[589/1279] Compiling bio_ssl.cc
[590/1279] Compiling sha512-586-linux.S
[591/1279] Compiling sha512-armv4-linux.S
[592/1279] Compiling sha512-armv8-apple.S
[593/1279] Compiling sha256-x86_64-apple.S
[594/1279] Compiling sha512-586-apple.S
[595/1279] Compiling sha256-armv8-win.S
[596/1279] Compiling sha256-armv8-linux.S
[597/1279] Compiling sha256-x86_64-linux.S
[598/1279] Compiling sha256-armv8-apple.S
[599/1279] Compiling sha256-armv4-linux.S
[600/1279] Compiling sha256-586-linux.S
[601/1279] Compiling sha256-586-apple.S
[602/1279] Compiling sha1-x86_64-apple.S
[603/1279] Compiling sha1-armv8-win.S
[604/1279] Compiling sha1-x86_64-linux.S
[605/1279] Compiling sha1-armv8-linux.S
[606/1279] Compiling sha1-armv8-apple.S
[607/1279] Compiling sha1-armv4-large-linux.S
[608/1279] Compiling sha1-586-apple.S
[608/1279] Compiling sha1-586-linux.S
[610/1279] Compiling rdrand-x86_64-linux.S
[611/1279] Compiling rsaz-avx2-apple.S
[612/1279] Compiling rsaz-avx2-linux.S
[613/1279] Compiling rdrand-x86_64-apple.S
[614/1279] Compiling p256_beeu-x86_64-asm-linux.S
[615/1279] Compiling p256_beeu-x86_64-asm-apple.S
[616/1279] Compiling p256_beeu-armv8-asm-win.S
[617/1279] Compiling d1_lib.cc
[618/1279] Compiling p256_beeu-armv8-asm-linux.S
[619/1279] Compiling p256_beeu-armv8-asm-apple.S
[620/1279] Compiling p256-armv8-asm-win.S
[621/1279] Compiling p256-x86_64-asm-apple.S
[622/1279] Compiling p256-x86_64-asm-linux.S
[623/1279] Compiling p256-armv8-asm-apple.S
[624/1279] Compiling ghashv8-armv8-win.S
[625/1279] Compiling p256-armv8-asm-linux.S
[626/1279] Compiling ghashv8-armv8-apple.S
[627/1279] Compiling ghashv8-armv7-linux.S
[628/1279] Compiling ghashv8-armv8-linux.S
[629/1279] Compiling ghash-x86_64-linux.S
[630/1279] Compiling ghash-x86-linux.S
[631/1279] Compiling ghash-x86-apple.S
[632/1279] Compiling ghash-ssse3-x86_64-linux.S
[633/1279] Compiling ghash-x86_64-apple.S
[634/1279] Compiling ghash-ssse3-x86_64-apple.S
[635/1279] Compiling ghash-ssse3-x86-linux.S
[636/1279] Compiling ghash-ssse3-x86-apple.S
[637/1279] Compiling ghash-neon-armv8-win.S
[638/1279] Compiling ghash-neon-armv8-linux.S
[639/1279] Compiling ghash-armv4-linux.S
[640/1279] Compiling ghash-neon-armv8-apple.S
[641/1279] Compiling co-586-linux.S
[642/1279] Compiling co-586-apple.S
[643/1279] Compiling bsaes-armv7-linux.S
[644/1279] Compiling bn-armv8-linux.S
[645/1279] Compiling bn-armv8-apple.S
[645/1279] Compiling bn-armv8-win.S
[647/1279] Compiling bn-586-linux.S
[648/1279] Compiling bn-586-apple.S
[649/1279] Compiling armv8-mont-win.S
[650/1279] Compiling armv8-mont-apple.S
[651/1279] Compiling armv4-mont-linux.S
[652/1279] Compiling armv8-mont-linux.S
[653/1279] Compiling aesv8-gcm-armv8-win.S
[654/1279] Compiling aesv8-gcm-armv8-linux.S
[655/1279] Compiling aesv8-gcm-armv8-apple.S
[656/1279] Compiling aesv8-armv8-win.S
[657/1279] Compiling aesv8-armv8-apple.S
[658/1279] Compiling aesv8-armv8-linux.S
[659/1279] Compiling aesv8-armv7-linux.S
[660/1279] Compiling aesni-x86_64-linux.S
[661/1279] Compiling aesni-x86_64-apple.S
[662/1279] Compiling aesni-x86-linux.S
[663/1279] Compiling aesni-gcm-x86_64-linux.S
[663/1279] Compiling d1_both.cc
[665/1279] Compiling aesni-gcm-x86_64-apple.S
[665/1279] Compiling aesni-x86-apple.S
[667/1279] Compiling aes-gcm-avx2-x86_64-apple.S
[668/1279] Compiling aes-gcm-avx2-x86_64-linux.S
[669/1279] Compiling aes-gcm-avx10-x86_64-apple.S
[670/1279] Compiling aes-gcm-avx10-x86_64-linux.S
[671/1279] Compiling x_x509a.cc
[672/1279] Compiling x_x509.cc
[673/1279] Compiling x_val.cc
[674/1279] Compiling x_req.cc
[675/1279] Compiling x_sig.cc
[676/1279] Compiling x_name.cc
[677/1279] Compiling x_pubkey.cc
[678/1279] Compiling x_spki.cc
[679/1279] Compiling x_exten.cc
[680/1279] Compiling x_algor.cc
[681/1279] Compiling x_attrib.cc
[682/1279] Compiling x509spki.cc
[683/1279] Compiling x_all.cc
[684/1279] Compiling x_crl.cc
[685/1279] Compiling x509rset.cc
[686/1279] Compiling x509name.cc
[687/1279] Compiling x509_txt.cc
[688/1279] Compiling x509_trs.cc
[689/1279] Compiling x509_set.cc
[690/1279] Compiling x509_vfy.cc
[691/1279] Compiling x509_req.cc
[692/1279] Compiling x509_vpm.cc
[693/1279] Compiling x509_v3.cc
[694/1279] Compiling x509cset.cc
[695/1279] Compiling x509_def.cc
[696/1279] Compiling x509_ext.cc
[697/1279] Compiling x509_obj.cc
[698/1279] Compiling x509_d2.cc
[699/1279] Compiling x509_lu.cc
[700/1279] Compiling x509.cc
[701/1279] Compiling x509_cmp.cc
[702/1279] Compiling x509_att.cc
[703/1279] Compiling v3_pcons.cc
[704/1279] Compiling v3_utl.cc
[705/1279] Compiling v3_skey.cc
[706/1279] Compiling v3_purp.cc
[707/1279] Compiling v3_pmaps.cc
[708/1279] Compiling v3_prn.cc
[709/1279] Compiling v3_ocsp.cc
[710/1279] Compiling v3_ncons.cc
[711/1279] Compiling v3_int.cc
[712/1279] Compiling v3_lib.cc
[713/1279] Compiling v3_info.cc
[714/1279] Compiling v3_ia5.cc
[715/1279] Compiling v3_extku.cc
[716/1279] Compiling v3_genn.cc
[717/1279] Compiling v3_enum.cc
[718/1279] Compiling v3_bcons.cc
[719/1279] Compiling v3_crld.cc
[720/1279] Compiling v3_cpols.cc
[721/1279] Compiling v3_bitst.cc
[722/1279] Compiling v3_alt.cc
[723/1279] Compiling v3_conf.cc
[724/1279] Compiling v3_akeya.cc
[725/1279] Compiling t_x509a.cc
[726/1279] Compiling v3_akey.cc
[727/1279] Compiling t_req.cc
[728/1279] Compiling i2d_pr.cc
[729/1279] Compiling t_crl.cc
[730/1279] Compiling t_x509.cc
[731/1279] Compiling rsa_pss.cc
[732/1279] Compiling name_print.cc
[733/1279] Compiling policy.cc
[734/1279] Compiling by_file.cc
[735/1279] Compiling algorithm.cc
[736/1279] Compiling asn1_gen.cc
[737/1279] Compiling by_dir.cc
[738/1279] Compiling a_sign.cc
[739/1279] Compiling a_verify.cc
[740/1279] Compiling voprf.cc
[740/1279] Compiling a_digest.cc
[742/1279] Compiling thread_win.cc
[743/1279] Compiling thread_none.cc
[744/1279] Compiling thread.cc
[745/1279] Compiling trust_token.cc
[746/1279] Compiling thread_pthread.cc
[747/1279] Compiling pmbtoken.cc
[748/1279] Compiling siphash.cc
[749/1279] Compiling stack.cc
[750/1279] Compiling spake2plus.cc
[751/1279] Compiling sha512.cc
[752/1279] Compiling sha256.cc
[753/1279] Compiling sha1.cc
[753/1279] Compiling slhdsa.cc
[755/1279] Compiling rsa_print.cc
[756/1279] Compiling rsa_extra.cc
[757/1279] Compiling rc4.cc
[758/1279] Compiling rsa_crypt.cc
[759/1279] Compiling refcount.cc
[760/1279] Compiling windows.cc
[761/1279] Compiling urandom.cc
[762/1279] Compiling trusty.cc
[763/1279] Compiling rand.cc
[764/1279] Compiling rsa_asn1.cc
[765/1279] Compiling ios.cc
[766/1279] Compiling passive.cc
[767/1279] Compiling getentropy.cc
[768/1279] Compiling forkunsafe.cc
[769/1279] Compiling deterministic.cc
[770/1279] Compiling fork_detect.cc
[771/1279] Compiling poly1305_arm_asm.S
[772/1279] Compiling poly1305_arm.cc
[773/1279] Compiling pool.cc
[774/1279] Compiling poly1305.cc
[775/1279] Compiling poly1305_vec.cc
[776/1279] Compiling p5_pbev2.cc
[777/1279] Compiling pkcs8_x509.cc
[778/1279] Compiling pkcs8.cc
[779/1279] Compiling pkcs7.cc
[780/1279] Compiling pem_x509.cc
[781/1279] Compiling pem_xaux.cc
[782/1279] Compiling pkcs7_x509.cc
[783/1279] Compiling pem_pkey.cc
[784/1279] Compiling mlkem.cc
[785/1279] Compiling pem_pk8.cc
[786/1279] Compiling obj_xref.cc
[787/1279] Compiling pem_lib.cc
[788/1279] Compiling pem_info.cc
[789/1279] Compiling pem_oth.cc
[790/1279] Compiling obj.cc
[791/1279] Compiling mldsa.cc
[792/1279] Compiling pem_all.cc
[793/1279] Compiling poly_rq_mul.S
[794/1279] Compiling fips_shared_support.cc
[795/1279] Compiling mem.cc
[796/1279] Compiling md5.cc
[797/1279] Compiling md4.cc
[798/1279] Compiling lhash.cc
[799/1279] Compiling hrss.cc
[800/1279] Compiling kyber.cc
[801/1279] Compiling ex_data.cc
[802/1279] Compiling sign.cc
[803/1279] Compiling scrypt.cc
[804/1279] Compiling hpke.cc
[805/1279] Compiling print.cc
[806/1279] Compiling pbkdf.cc
[807/1279] Compiling p_x25519.cc
[808/1279] Compiling p_x25519_asn1.cc
[809/1279] Compiling p_ed25519.cc
[810/1279] Compiling p_rsa.cc
[811/1279] Compiling p_rsa_asn1.cc
[812/1279] Compiling p_hkdf.cc
[813/1279] Compiling p_ed25519_asn1.cc
[814/1279] Compiling p_ec_asn1.cc
[815/1279] Compiling p_ec.cc
[816/1279] Compiling evp_ctx.cc
[817/1279] Compiling p_dsa_asn1.cc
[818/1279] Compiling p_dh_asn1.cc
[819/1279] Compiling err.cc
[820/1279] Compiling p_dh.cc
[821/1279] Compiling evp.cc
[822/1279] Compiling engine.cc
[823/1279] Compiling ecdh.cc
[824/1279] Compiling ec_derive.cc
[825/1279] Compiling hash_to_curve.cc
[826/1279] Compiling ecdsa_asn1.cc
[827/1279] Compiling evp_asn1.cc
[828/1279] Compiling dsa.cc
[829/1279] Compiling params.cc
[830/1279] Compiling ec_asn1.cc
[831/1279] Compiling dsa_asn1.cc
[832/1279] Compiling digest_extra.cc
[833/1279] Compiling x25519-asm-arm.S
[834/1279] Compiling spake25519.cc
[835/1279] Compiling dh_asn1.cc
[836/1279] Compiling des.cc
[837/1279] Compiling bcm.cc
[838/1279] Compiling crypto.cc
[839/1279] Compiling curve25519.cc
[840/1279] Compiling cpu_intel.cc
[841/1279] Compiling cpu_aarch64_win.cc
[842/1279] Compiling cpu_arm_freebsd.cc
[843/1279] Compiling cpu_arm_linux.cc
[844/1279] Compiling cpu_aarch64_sysreg.cc
[845/1279] Compiling cpu_aarch64_linux.cc
[846/1279] Compiling cpu_aarch64_fuchsia.cc
[847/1279] Compiling curve25519_64_adx.cc
[848/1279] Compiling cpu_aarch64_apple.cc
[849/1279] Compiling cpu_aarch64_openbsd.cc
[850/1279] Compiling tls_cbc.cc
[851/1279] Compiling get_cipher.cc
[852/1279] Compiling conf.cc
[853/1279] Compiling e_rc4.cc
[854/1279] Compiling e_chacha20poly1305.cc
[855/1279] Compiling e_des.cc
[856/1279] Compiling e_aesctrhmac.cc
[857/1279] Compiling e_tls.cc
[857/1279] Compiling e_null.cc
[859/1279] Compiling e_rc2.cc
[860/1279] Compiling e_aesgcmsiv.cc
[861/1279] Compiling derive_key.cc
[862/1279] Compiling chacha.cc
[863/1279] Compiling buf.cc
[864/1279] Compiling unicode.cc
[865/1279] Compiling ber.cc
[866/1279] Compiling asn1_compat.cc
[867/1279] Compiling cbb.cc
[868/1279] Compiling cbs.cc
[869/1279] Compiling blake2.cc
[870/1279] Compiling convert.cc
[871/1279] Compiling socket_helper.cc
[872/1279] Compiling socket.cc
[873/1279] Compiling printf.cc
[874/1279] Compiling bn_asn1.cc
[875/1279] Compiling pair.cc
[876/1279] Compiling file.cc
[877/1279] Compiling hexdump.cc
[878/1279] Compiling fd.cc
[879/1279] Compiling errno.cc
[880/1279] Compiling bio_mem.cc
[881/1279] Compiling connect.cc
[882/1279] Compiling base64.cc
[883/1279] Compiling tasn_typ.cc
[884/1279] Compiling bio.cc
[885/1279] Compiling tasn_fre.cc
[886/1279] Compiling tasn_enc.cc
[887/1279] Compiling tasn_utl.cc
[888/1279] Compiling tasn_new.cc
[889/1279] Compiling f_string.cc
[890/1279] Compiling f_int.cc
[891/1279] Compiling posix_time.cc
[892/1279] Compiling asn_pack.cc
[893/1279] Compiling tasn_dec.cc
[894/1279] Compiling asn1_par.cc
[895/1279] Compiling a_octet.cc
[896/1279] Compiling a_utctm.cc
[897/1279] Compiling a_type.cc
[898/1279] Compiling asn1_lib.cc
[899/1279] Compiling a_strnid.cc
[900/1279] Compiling a_strex.cc
[901/1279] Compiling a_time.cc
[902/1279] Compiling a_object.cc
[903/1279] Compiling a_i2d_fp.cc
[904/1279] Compiling a_dup.cc
[905/1279] Compiling a_mbstr.cc
[906/1279] Compiling a_d2i_fp.cc
[907/1279] Compiling fiat_p256_adx_sqr.S
[908/1279] Compiling fiat_p256_adx_mul.S
[909/1279] Compiling a_gentm.cc
[909/1279] Compiling a_int.cc
[911/1279] Compiling fiat_curve25519_adx_square.S
[912/1279] Compiling fiat_curve25519_adx_mul.S
[913/1279] Compiling md5-x86_64-linux.S
[914/1279] Compiling a_bool.cc
[915/1279] Compiling a_bitstr.cc
[916/1279] Compiling md5-x86_64-apple.S
[916/1279] Compiling md5-586-apple.S
[916/1279] Compiling md5-586-linux.S
[919/1279] Compiling CCryptoBoringSSLShims shims.c
[920/1279] Compiling err_data.cc
[921/1279] Compiling chacha20_poly1305_x86_64-linux.S
[922/1279] Compiling chacha20_poly1305_armv8-apple.S
[922/1279] Compiling chacha20_poly1305_armv8-win.S
[924/1279] Compiling chacha20_poly1305_x86_64-apple.S
[925/1279] Compiling chacha20_poly1305_armv8-linux.S
[926/1279] Compiling chacha-x86_64-linux.S
[927/1279] Compiling chacha-armv8-win.S
[927/1279] Compiling chacha-x86-apple.S
[929/1279] Compiling chacha-x86_64-apple.S
[930/1279] Compiling chacha-x86-linux.S
[931/1279] Compiling chacha-armv8-linux.S
[932/1279] Compiling chacha-armv8-apple.S
[933/1279] Compiling chacha-armv4-linux.S
[933/1279] Compiling aes128gcmsiv-x86_64-apple.S
[935/1279] Compiling aes128gcmsiv-x86_64-linux.S
[936/1279] Compiling x86_64-mont5-apple.S
[937/1279] Compiling x86_64-mont5-linux.S
[938/1279] Compiling x86-mont-linux.S
[939/1279] Compiling x86_64-mont-linux.S
[940/1279] Compiling x86_64-mont-apple.S
[941/1279] Compiling x86-mont-apple.S
[942/1279] Compiling vpaes-x86_64-apple.S
[943/1279] Compiling vpaes-x86_64-linux.S
[944/1279] Compiling vpaes-x86-apple.S
[945/1279] Compiling vpaes-x86-linux.S
[946/1279] Compiling vpaes-armv8-win.S
[947/1279] Compiling vpaes-armv8-linux.S
[948/1279] Compiling vpaes-armv8-apple.S
[949/1279] Compiling vpaes-armv7-linux.S
[950/1279] Compiling sha512-x86_64-linux.S
[951/1279] Compiling sha512-x86_64-apple.S
[952/1279] Compiling sha512-armv8-win.S
[953/1279] Compiling sha512-armv8-linux.S
[954/1279] Compiling sha512-armv8-apple.S
[955/1279] Compiling sha512-armv4-linux.S
[956/1279] Compiling sha512-586-linux.S
[957/1279] Compiling sha256-x86_64-apple.S
[958/1279] Compiling sha256-x86_64-linux.S
[959/1279] Compiling sha512-586-apple.S
[960/1279] Compiling sha256-armv8-win.S
[961/1279] Compiling sha256-armv8-linux.S
[962/1279] Compiling sha256-586-apple.S
[962/1279] Compiling sha256-armv4-linux.S
[964/1279] Compiling sha256-armv8-apple.S
[965/1279] Compiling sha256-586-linux.S
[966/1279] Compiling sha1-x86_64-apple.S
[967/1279] Compiling sha1-armv8-win.S
[968/1279] Compiling sha1-armv8-linux.S
[969/1279] Compiling sha1-armv4-large-linux.S
[970/1279] Compiling sha1-x86_64-linux.S
[971/1279] Compiling sha1-armv8-apple.S
[972/1279] Compiling sha1-586-linux.S
[973/1279] Compiling sha1-586-apple.S
[974/1279] Compiling rdrand-x86_64-linux.S
[975/1279] Compiling rsaz-avx2-apple.S
[975/1279] Compiling rsaz-avx2-linux.S
[977/1279] Compiling rdrand-x86_64-apple.S
[978/1279] Compiling p256_beeu-x86_64-asm-linux.S
[979/1279] Compiling p256_beeu-x86_64-asm-apple.S
[980/1279] Compiling p256_beeu-armv8-asm-linux.S
[981/1279] Compiling p256_beeu-armv8-asm-win.S
[982/1279] Compiling p256_beeu-armv8-asm-apple.S
[983/1279] Compiling p256-x86_64-asm-linux.S
[984/1279] Compiling p256-x86_64-asm-apple.S
[985/1279] Compiling ghashv8-armv8-win.S
[985/1279] Compiling p256-armv8-asm-apple.S
[987/1279] Compiling p256-armv8-asm-win.S
[987/1279] Compiling p256-armv8-asm-linux.S
[989/1279] Compiling ghashv8-armv8-linux.S
[990/1279] Compiling ghashv8-armv8-apple.S
[991/1279] Compiling ghash-x86-linux.S
[992/1279] Compiling ghash-x86_64-apple.S
[993/1279] Compiling ghashv8-armv7-linux.S
[994/1279] Compiling ghash-x86-apple.S
[995/1279] Compiling ghash-x86_64-linux.S
[996/1279] Compiling ghash-ssse3-x86_64-linux.S
[997/1279] Compiling ghash-ssse3-x86_64-apple.S
[998/1279] Compiling ghash-ssse3-x86-apple.S
[999/1279] Compiling ghash-ssse3-x86-linux.S
[1000/1279] Compiling ghash-neon-armv8-win.S
[1001/1279] Compiling ghash-neon-armv8-linux.S
[1002/1279] Compiling ghash-neon-armv8-apple.S
[1003/1279] Compiling ghash-armv4-linux.S
[1004/1279] Compiling co-586-linux.S
[1005/1279] Compiling co-586-apple.S
[1006/1279] Compiling bsaes-armv7-linux.S
[1007/1279] Compiling bn-armv8-win.S
[1008/1279] Compiling bn-armv8-linux.S
[1009/1279] Compiling bn-armv8-apple.S
[1010/1279] Compiling bn-586-apple.S
[1010/1279] Compiling armv8-mont-win.S
[1012/1279] Compiling armv8-mont-linux.S
[1012/1279] Compiling bn-586-linux.S
[1014/1279] Compiling armv8-mont-apple.S
[1014/1279] Compiling aesv8-gcm-armv8-win.S
[1014/1279] Compiling aesv8-gcm-armv8-apple.S
[1014/1279] Compiling armv4-mont-linux.S
[1015/1279] Compiling aesv8-armv8-win.S
[1019/1279] Compiling aesv8-gcm-armv8-linux.S
[1020/1279] Compiling aesv8-armv8-apple.S
[1021/1279] Compiling aesv8-armv7-linux.S
[1022/1279] Compiling aesni-x86_64-apple.S
[1023/1279] Compiling aesni-x86-linux.S
[1024/1279] Compiling aesv8-armv8-linux.S
[1025/1279] Compiling aesni-x86_64-linux.S
[1026/1279] Compiling aesni-x86-apple.S
[1027/1279] Compiling aesni-gcm-x86_64-apple.S
[1028/1279] Compiling aesni-gcm-x86_64-linux.S
[1029/1279] Compiling aes-gcm-avx10-x86_64-linux.S
[1029/1279] Compiling c-nioatomics.c
[1031/1279] Compiling aes-gcm-avx10-x86_64-apple.S
[1032/1279] Compiling c-atomics.c
[1033/1279] Compiling x_req.cc
[1034/1279] Compiling x_x509a.cc
[1035/1279] Compiling x_sig.cc
[1036/1279] Compiling x_spki.cc
[1037/1279] Compiling x_val.cc
[1038/1279] Compiling x_x509.cc
[1039/1279] Compiling x_pubkey.cc
[1040/1285] Compiling x_algor.cc
[1041/1285] Compiling x_all.cc
[1042/1285] Compiling x509spki.cc
[1044/1285] Compiling NIOConcurrencyHelpers lock.swift
[1044/1285] Compiling x_attrib.cc
[1045/1285] Compiling x_crl.cc
[1046/1285] Compiling x_name.cc
[1048/1285] Emitting module NIOConcurrencyHelpers
[1049/1285] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1049/1285] Compiling x_exten.cc
[1051/1285] Compiling NIOConcurrencyHelpers NIOLock.swift
[1052/1285] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1053/1285] Compiling NIOConcurrencyHelpers atomics.swift
[1054/1286] Compiling x509rset.cc
[1055/1286] Compiling x509cset.cc
[1056/1312] Compiling x509_txt.cc
[1057/1312] Compiling x509name.cc
[1058/1312] Compiling x509_vfy.cc
[1060/1312] Emitting module ConsoleKitTerminal
[1061/1312] Compiling ConsoleKitTerminal ActivityBar.swift
[1062/1312] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1063/1312] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1064/1312] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1064/1315] Compiling x509_trs.cc
[1065/1315] Compiling x509_vpm.cc
[1066/1315] Compiling x509_set.cc
[1067/1315] Compiling x509_req.cc
[1068/1315] Compiling x509_v3.cc
[1070/1315] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1071/1315] Compiling ConsoleKitTerminal ConsoleClear.swift
[1072/1315] Compiling ConsoleKitTerminal Console+Ask.swift
[1073/1315] Compiling ConsoleKitTerminal Console+Choose.swift
[1074/1315] Compiling ConsoleKitTerminal Console+Confirm.swift
[1075/1315] Compiling ConsoleKitTerminal Console+Input.swift
[1076/1315] Compiling ConsoleKitTerminal Console+Center.swift
[1077/1315] Compiling ConsoleKitTerminal Console+Output.swift
[1078/1315] Compiling ConsoleKitTerminal CustomActivity.swift
[1079/1315] Compiling ConsoleKitTerminal LoadingBar.swift
[1080/1315] Compiling ConsoleKitTerminal ProgressBar.swift
[1081/1315] Compiling ConsoleKitTerminal Console+Clear.swift
[1082/1315] Compiling ConsoleKitTerminal Console+Wait.swift
[1083/1315] Compiling ConsoleKitTerminal ConsoleColor.swift
[1084/1315] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1084/1315] Compiling x509_lu.cc
[1085/1315] Compiling x509_ext.cc
[1087/1315] Compiling ConsoleKitTerminal ConsoleText.swift
[1088/1315] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1089/1315] Compiling ConsoleKitTerminal ANSI.swift
[1090/1315] Compiling ConsoleKitTerminal Console.swift
[1091/1315] Compiling ConsoleKitTerminal Terminal.swift
[1092/1315] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1092/1315] Compiling x509_obj.cc
[1093/1315] Compiling x509_d2.cc
[1094/1315] Compiling x509_def.cc
[1096/1315] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1097/1315] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1098/1315] Compiling ConsoleKitTerminal LoggerFragment.swift
[1098/1316] Compiling x509_att.cc
[1100/1316] Compiling x509_cmp.cc
[1101/1316] Compiling x509.cc
[1102/1338] Compiling v3_utl.cc
[1103/1338] Compiling v3_purp.cc
[1104/1338] Compiling v3_skey.cc
[1105/1338] Compiling v3_prn.cc
[1106/1338] Compiling v3_pmaps.cc
[1107/1338] Compiling v3_pcons.cc
[1109/1338] Compiling ConsoleKitCommands CommandSignature.swift
[1110/1338] Compiling ConsoleKitCommands Flag.swift
[1111/1338] Compiling ConsoleKitCommands Option.swift
[1112/1338] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1113/1338] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1114/1338] Compiling ConsoleKitCommands Argument.swift
[1115/1338] Compiling ConsoleKitCommands AsyncCommands.swift
[1116/1338] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1117/1338] Compiling ConsoleKitCommands AnyCommand.swift
[1118/1340] Emitting module ConsoleKitCommands
[1119/1340] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1120/1340] Compiling ConsoleKitCommands AsyncCommand.swift
[1121/1340] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1121/1340] Compiling v3_ocsp.cc
[1122/1340] Compiling v3_lib.cc
[1123/1340] Compiling v3_info.cc
[1124/1340] Compiling v3_ncons.cc
[1126/1340] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1127/1340] Compiling ConsoleKitCommands Utilities.swift
[1127/1340] Compiling v3_int.cc
[1128/1340] Compiling v3_ia5.cc
[1129/1340] Compiling v3_genn.cc
[1130/1340] Compiling v3_extku.cc
[1131/1340] Compiling v3_conf.cc
[1132/1340] Compiling v3_enum.cc
[1133/1340] Compiling v3_cpols.cc
[1135/1340] Compiling ConsoleKitCommands CommandGroup.swift
[1136/1340] Compiling ConsoleKitCommands CommandInput.swift
[1137/1340] Compiling ConsoleKitCommands Commands.swift
[1138/1340] Compiling ConsoleKitCommands Command.swift
[1139/1340] Compiling ConsoleKitCommands CommandContext.swift
[1140/1340] Compiling ConsoleKitCommands CommandError.swift
[1141/1340] Compiling ConsoleKitCommands Console+Run.swift
[1142/1340] Compiling ConsoleKitCommands ConsoleError.swift
[1143/1340] Compiling ConsoleKitCommands Completion.swift
[1143/1341] Compiling v3_crld.cc
[1144/1341] Compiling v3_bitst.cc
[1146/1341] Compiling v3_alt.cc
[1147/1341] Compiling v3_bcons.cc
[1148/1341] Compiling t_x509a.cc
[1149/1341] Compiling v3_akey.cc
[1150/1342] Compiling v3_akeya.cc
[1151/1343] Compiling t_req.cc
[1152/1343] Compiling t_x509.cc
[1154/1343] Compiling ConsoleKit Exports.swift
[1155/1343] Emitting module ConsoleKit
[1155/1343] Compiling t_crl.cc
[1157/1344] Compiling i2d_pr.cc
[1158/1344] Compiling rsa_pss.cc
[1159/1344] Compiling policy.cc
[1160/1344] Compiling name_print.cc
[1161/1344] Compiling by_dir.cc
[1162/1344] Compiling asn1_gen.cc
[1163/1344] Compiling by_file.cc
[1164/1344] Compiling algorithm.cc
[1165/1344] Compiling a_verify.cc
[1166/1344] Compiling a_sign.cc
[1167/1344] Compiling voprf.cc
[1168/1344] Compiling thread_win.cc
[1169/1344] Compiling a_digest.cc
[1170/1344] Compiling thread_pthread.cc
[1171/1344] Compiling trust_token.cc
[1171/1344] Compiling thread_none.cc
[1173/1344] Compiling pmbtoken.cc
[1174/1344] Compiling thread.cc
[1175/1344] Compiling stack.cc
[1176/1344] Compiling thash.cc
[1177/1344] Compiling wots.cc
[1178/1344] Compiling sha512.cc
[1179/1344] Compiling slhdsa.cc
[1180/1344] Compiling fors.cc
[1181/1344] Compiling siphash.cc
[1182/1344] Compiling merkle.cc
[1183/1344] Compiling sha256.cc
[1184/1344] Compiling sha1.cc
[1185/1344] Compiling rsa_print.cc
[1186/1344] Compiling rsa_extra.cc
[1187/1344] Compiling refcount.cc
[1188/1344] Compiling rc4.cc
[1189/1344] Compiling rsa_crypt.cc
[1190/1344] Compiling rsa_asn1.cc
[1191/1344] Compiling windows.cc
[1192/1344] Compiling trusty.cc
[1193/1344] Compiling urandom.cc
[1194/1344] Compiling rand_extra.cc
[1195/1344] Compiling getentropy.cc
[1196/1344] Compiling ios.cc
[1197/1344] Compiling passive.cc
[1198/1344] Compiling poly1305_arm_asm.S
[1199/1344] Compiling forkunsafe.cc
[1200/1344] Compiling deterministic.cc
[1201/1344] Compiling fork_detect.cc
[1202/1344] Compiling pool.cc
[1203/1344] Compiling poly1305.cc
[1204/1344] Compiling poly1305_arm.cc
[1205/1344] Compiling poly1305_vec.cc
[1206/1344] Compiling pkcs7.cc
[1207/1344] Compiling pkcs8.cc
[1208/1344] Compiling pkcs8_x509.cc
[1209/1344] Compiling p5_pbev2.cc
[1210/1344] Compiling pem_xaux.cc
[1211/1344] Compiling pem_x509.cc
[1212/1344] Compiling pkcs7_x509.cc
[1213/1344] Compiling pem_pkey.cc
[1214/1344] Compiling pem_pk8.cc
[1215/1344] Compiling pem_oth.cc
[1216/1344] Compiling pem_lib.cc
[1217/1344] Compiling obj_xref.cc
[1218/1344] Compiling obj.cc
[1219/1344] Compiling pem_info.cc
[1220/1344] Compiling mldsa.cc
[1221/1344] Compiling pem_all.cc
[1222/1344] Compiling mem.cc
[1223/1344] Compiling mlkem.cc
[1224/1344] Compiling fips_shared_support.cc
[1225/1344] Compiling md5.cc
[1226/1344] Compiling poly_rq_mul.S
[1227/1344] Compiling lhash.cc
[1228/1344] Compiling md4.cc
[1229/1344] Compiling kyber.cc
[1230/1344] Compiling ex_data.cc
[1231/1344] Compiling sign.cc
[1232/1344] Compiling hpke.cc
[1233/1344] Compiling scrypt.cc
[1234/1344] Compiling hrss.cc
[1235/1344] Compiling pbkdf.cc
[1236/1344] Compiling p_x25519.cc
[1237/1344] Compiling print.cc
[1238/1344] Compiling p_x25519_asn1.cc
[1239/1344] Compiling p_hkdf.cc
[1240/1344] Compiling p_rsa.cc
[1241/1344] Compiling p_rsa_asn1.cc
[1242/1344] Compiling p_ed25519.cc
[1243/1344] Compiling p_ed25519_asn1.cc
[1244/1344] Compiling p_ec_asn1.cc
[1245/1344] Compiling p_ec.cc
[1246/1344] Compiling evp_ctx.cc
[1247/1344] Compiling p_dsa_asn1.cc
[1248/1344] Compiling p_dh_asn1.cc
[1249/1344] Compiling p_dh.cc
[1250/1344] Compiling evp_asn1.cc
[1251/1344] Compiling evp.cc
[1252/1344] Compiling err.cc
[1253/1344] Compiling engine.cc
[1254/1344] Compiling ecdsa_asn1.cc
[1255/1344] Compiling hash_to_curve.cc
[1256/1344] Compiling ecdh_extra.cc
[1257/1344] Compiling ec_derive.cc
[1258/1344] Compiling ec_asn1.cc
[1259/1344] Compiling dsa_asn1.cc
[1260/1344] Compiling dsa.cc
[1261/1344] Compiling dh_asn1.cc
[1262/1344] Compiling x25519-asm-arm.S
[1263/1344] Compiling digest_extra.cc
[1264/1344] Compiling params.cc
[1265/1344] Compiling des.cc
[1266/1344] Compiling spake25519.cc
[1267/1344] Compiling crypto.cc
[1268/1344] Compiling cpu_arm_linux.cc
[1269/1344] Compiling bcm.cc
[1270/1344] Compiling cpu_intel.cc
[1271/1344] Compiling cpu_arm_freebsd.cc
[1272/1344] Compiling curve25519.cc
[1273/1344] Compiling cpu_aarch64_win.cc
[1274/1344] Compiling cpu_aarch64_openbsd.cc
[1275/1344] Compiling curve25519_64_adx.cc
[1276/1344] Compiling cpu_aarch64_linux.cc
[1277/1344] Compiling cpu_aarch64_apple.cc
[1278/1344] Compiling cpu_aarch64_fuchsia.cc
[1279/1344] Compiling cpu_aarch64_sysreg.cc
[1280/1344] Compiling tls_cbc.cc
[1281/1344] Compiling conf.cc
[1282/1344] Compiling e_tls.cc
[1283/1344] Compiling e_null.cc
[1284/1344] Compiling e_rc2.cc
[1285/1344] Compiling e_des.cc
[1286/1344] Compiling e_chacha20poly1305.cc
[1286/1344] Compiling e_rc4.cc
[1288/1344] Compiling e_aesctrhmac.cc
[1289/1344] Compiling e_aesgcmsiv.cc
[1290/1344] Compiling derive_key.cc
[1291/1344] Compiling chacha.cc
[1292/1344] Compiling unicode.cc
[1293/1344] Compiling cipher_extra.cc
[1294/1344] Compiling cbb.cc
[1295/1344] Compiling ber.cc
[1296/1344] Compiling cbs.cc
[1297/1344] Compiling asn1_compat.cc
[1298/1344] Compiling buf.cc
[1299/1344] Compiling convert.cc
[1300/1344] Compiling bn_asn1.cc
[1301/1344] Compiling blake2.cc
[1302/1344] Compiling printf.cc
[1303/1344] Compiling pair.cc
[1304/1344] Compiling hexdump.cc
[1305/1344] Compiling file.cc
[1306/1344] Compiling fd.cc
[1307/1344] Compiling errno.cc
[1308/1344] Compiling bio_mem.cc
[1309/1344] Compiling bio.cc
[1310/1344] Compiling base64.cc
[1311/1344] Compiling tasn_typ.cc
[1312/1344] Compiling tasn_fre.cc
[1313/1344] Compiling tasn_utl.cc
[1314/1344] Compiling tasn_new.cc
[1315/1344] Compiling tasn_enc.cc
[1316/1344] Compiling f_string.cc
[1317/1344] Compiling posix_time.cc
[1318/1344] Compiling tasn_dec.cc
[1319/1344] Compiling f_int.cc
[1319/1344] Compiling asn1_par.cc
[1321/1344] Compiling asn_pack.cc
[1322/1344] Compiling asn1_lib.cc
[1323/1344] Compiling a_utctm.cc
[1324/1344] Compiling a_type.cc
[1324/1344] Compiling a_time.cc
[1326/1344] Compiling a_strnid.cc
[1327/1344] Compiling a_octet.cc
[1328/1344] Compiling a_i2d_fp.cc
[1328/1344] Compiling a_object.cc
[1330/1344] Compiling a_mbstr.cc
[1331/1344] Compiling a_strex.cc
[1332/1344] Write sources
[1334/1344] Compiling a_d2i_fp.cc
[1335/1344] Compiling a_int.cc
[1336/1344] Write sources
[1339/1344] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1340/1344] Compiling a_gentm.cc
[1341/1344] Compiling a_dup.cc
[1342/1441] Compiling a_bool.cc
[1343/1441] Compiling a_bitstr.cc
[1345/1441] Compiling Algorithms Reductions.swift
[1346/1441] Compiling Algorithms Rotate.swift
[1347/1443] Compiling BitCollections BitArray+Invariants.swift
[1348/1443] Compiling Algorithms RandomSample.swift
[1349/1443] Compiling BitCollections BitArray+Descriptions.swift
[1350/1443] Compiling BitCollections BitArray+Equatable.swift
[1351/1451] Compiling BitCollections BitArray+BitwiseOperations.swift
[1352/1451] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1353/1451] Compiling BitCollections BitArray+Codable.swift
[1354/1451] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1355/1451] Compiling BitCollections BitSet+CustomReflectable.swift
[1356/1451] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1357/1451] Compiling BitCollections BitSet+Equatable.swift
[1358/1451] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1359/1451] Compiling BitCollections BitSet+Extras.swift
[1360/1451] Compiling BitCollections BitSet+Hashable.swift
[1361/1458] Compiling BitCollections BitArray+Fill.swift
[1362/1458] Compiling BitCollections BitArray+Hashable.swift
[1363/1458] Compiling BitCollections BitArray+Initializers.swift
[1364/1458] Compiling Atomics IntegerOperations.swift
[1365/1458] Compiling Atomics Unmanaged extensions.swift
[1366/1458] Emitting module BitCollections
[1369/1458] Compiling Algorithms Suffix.swift
[1373/1461] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1374/1461] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1375/1461] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1376/1461] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1377/1461] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1378/1461] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1379/1461] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1380/1461] Compiling BitCollections BitSet+Initializers.swift
[1381/1461] Compiling BitCollections BitSet+Invariants.swift
[1382/1461] Compiling BitCollections BitSet+Random.swift
[1383/1461] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1384/1461] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1385/1461] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1386/1461] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1387/1461] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1388/1461] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1389/1461] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1390/1461] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1391/1461] Compiling BitCollections BitSet+SetAlgebra union.swift
[1392/1461] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1393/1461] Compiling BitCollections BitSet.Counted.swift
[1394/1461] Compiling CryptoBoringWrapper RandomBytes.swift
[1395/1461] Compiling BitCollections BitSet.Index.swift
[1396/1461] Compiling BitCollections BitSet._UnsafeHandle.swift
[1397/1461] Compiling BitCollections BitSet.swift
[1398/1461] Compiling BitCollections Range+Utilities.swift
[1399/1461] Compiling BitCollections Slice+Utilities.swift
[1400/1461] Compiling BitCollections UInt+Tricks.swift
[1401/1461] Compiling BitCollections _Word.swift
[1402/1461] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1403/1461] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1404/1461] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1405/1461] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1406/1461] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1407/1461] Compiling BitCollections BitArray+Extras.swift
[1416/1461] Compiling BitCollections BitArray+Collection.swift
[1417/1461] Compiling BitCollections BitArray+Copy.swift
[1418/1461] Compiling BitCollections BitArray+CustomReflectable.swift
[1426/1461] Compiling Algorithms Partition.swift
[1427/1461] Compiling Algorithms Permutations.swift
[1428/1461] Compiling Algorithms Product.swift
[1429/1461] Emitting module CryptoBoringWrapper
[1430/1461] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1446/1462] Compiling Algorithms Trim.swift
[1447/1462] Compiling Algorithms Unique.swift
[1448/1462] Compiling Algorithms Windows.swift
[1449/1462] Compiling CryptoBoringWrapper EllipticCurve.swift
[1450/1462] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1452/1465] Emitting module Atomics
[1453/1465] Emitting module Collections
[1454/1465] Compiling Collections Collections.swift
[1456/1521] Compiling Crypto ASN1Identifier.swift
[1457/1521] Compiling Crypto ASN1Integer.swift
[1458/1521] Compiling Crypto ASN1Null.swift
[1459/1521] Compiling Crypto ASN1OctetString.swift
[1461/1537] Compiling Crypto ASN1Strings.swift
[1462/1537] Compiling Crypto ArraySliceBigint.swift
[1463/1537] Compiling Crypto ECDSASignature.swift
[1464/1537] Compiling Crypto PEMDocument.swift
[1465/1537] Compiling Crypto AES-GCM.swift
[1467/1538] Emitting module Algorithms
[1469/1598] Compiling NIOCore MarkedCircularBuffer.swift
[1470/1598] Compiling NIOCore MulticastChannel.swift
[1471/1598] Compiling NIOCore NIOAny.swift
[1472/1598] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1473/1598] Compiling NIOCore NIOLoopBound.swift
[1474/1598] Compiling NIOCore NIOScheduledCallback.swift
[1475/1598] Compiling NIOCore NIOSendable.swift
[1476/1598] Compiling NIOCore RecvByteBufferAllocator.swift
[1477/1606] Emitting module Crypto
[1478/1606] Compiling NIOCore AsyncChannelHandler.swift
[1479/1606] Compiling NIOCore AsyncChannelInboundStream.swift
[1480/1606] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1481/1606] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1482/1606] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1483/1606] Compiling NIOCore NIOAsyncWriter.swift
[1484/1606] Compiling NIOCore ChannelPipeline.swift
[1485/1606] Compiling NIOCore CircularBuffer.swift
[1486/1606] Compiling NIOCore Codec.swift
[1487/1606] Compiling NIOCore ConvenienceOptionSupport.swift
[1488/1606] Compiling NIOCore SocketOptionProvider.swift
[1489/1606] Compiling NIOCore SystemCallHelpers.swift
[1490/1606] Compiling NIOCore TimeAmount+Duration.swift
[1491/1606] Compiling NIOCore TypeAssistedChannelHandler.swift
[1492/1606] Compiling NIOCore UniversalBootstrapSupport.swift
[1493/1606] Compiling NIOCore Utilities.swift
[1494/1606] Compiling Crypto Curve25519.swift
[1495/1606] Compiling Crypto Ed25519Keys.swift
[1496/1606] Compiling Crypto NISTCurvesKeys.swift
[1497/1606] Compiling Crypto X25519Keys.swift
[1498/1615] Compiling NIOCore FileHandle.swift
[1499/1615] Compiling NIOCore FileRegion.swift
[1500/1615] Compiling NIOCore GlobalSingletons.swift
[1501/1615] Compiling NIOCore IO.swift
[1502/1615] Compiling NIOCore IOData.swift
[1503/1615] Compiling NIOCore IPProtocol.swift
[1504/1615] Compiling NIOCore IntegerBitPacking.swift
[1505/1615] Compiling NIOCore IntegerTypes.swift
[1506/1615] Compiling NIOCore Interfaces.swift
[1507/1615] Compiling NIOCore Linux.swift
[1508/1615] Compiling NIOCore DeadChannel.swift
[1509/1615] Compiling NIOCore DispatchQueue+WithFuture.swift
[1510/1615] Compiling NIOCore EventLoop+Deprecated.swift
[1511/1615] Compiling NIOCore EventLoop+SerialExecutor.swift
[1512/1615] Compiling NIOCore EventLoop.swift
[1513/1615] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1514/1615] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1515/1615] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1516/1615] Compiling NIOCore EventLoopFuture.swift
[1517/1615] Compiling NIOCore FileDescriptor.swift
[1526/1615] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1527/1615] Compiling NIOCore SocketAddresses.swift
[1536/1615] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1537/1615] Compiling NIOCore BSDSocketAPI.swift
[1538/1615] Compiling NIOCore ByteBuffer-aux.swift
[1539/1615] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1540/1615] Compiling NIOCore ByteBuffer-conversions.swift
[1541/1615] Compiling NIOCore ByteBuffer-core.swift
[1542/1615] Compiling NIOCore ByteBuffer-hex.swift
[1543/1615] Compiling NIOCore ByteBuffer-int.swift
[1544/1615] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1545/1615] Compiling NIOCore ByteBuffer-multi-int.swift
[1546/1615] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1547/1615] Compiling NIOCore ByteBuffer-views.swift
[1548/1615] Compiling NIOCore Channel.swift
[1549/1615] Compiling NIOCore ChannelHandler.swift
[1550/1615] Compiling NIOCore ChannelHandlers.swift
[1551/1615] Compiling NIOCore ChannelInvoker.swift
[1552/1615] Compiling NIOCore ChannelOption.swift
[1553/1615] Compiling NIOCore AddressedEnvelope.swift
[1554/1615] Compiling NIOCore AsyncAwaitSupport.swift
[1555/1615] Compiling NIOCore AsyncChannel.swift
[1564/1615] Compiling Crypto Signature.swift
[1565/1615] Compiling Crypto CryptoKitErrors_boring.swift
[1566/1615] Compiling Crypto RNG_boring.swift
[1567/1615] Compiling Crypto SafeCompare_boring.swift
[1568/1615] Compiling Crypto Zeroization_boring.swift
[1569/1615] Compiling Crypto PrettyBytes.swift
[1570/1615] Compiling Crypto SafeCompare.swift
[1571/1615] Compiling Crypto SecureBytes.swift
[1572/1615] Compiling Crypto Zeroization.swift
[1616/1616] Emitting module NIOCore
[1618/1668] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1619/1668] Emitting module NIOEmbedded
[1620/1668] Compiling NIOEmbedded Embedded.swift
[1621/1668] Compiling NIOEmbedded AsyncTestingChannel.swift
[1623/1669] Compiling NIOPosix ServerSocket.swift
[1624/1669] Compiling NIOPosix Socket.swift
[1625/1669] Compiling NIOPosix SocketChannel.swift
[1626/1669] Compiling NIOPosix SocketProtocols.swift
[1627/1669] Compiling NIOPosix System.swift
[1628/1669] Compiling NIOPosix Thread.swift
[1629/1675] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1630/1675] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1631/1675] Compiling NIOPosix PosixSingletons.swift
[1632/1675] Compiling NIOPosix RawSocketBootstrap.swift
[1633/1675] Compiling NIOPosix Resolver.swift
[1634/1675] Compiling NIOPosix Selectable.swift
[1635/1675] Compiling NIOPosix ThreadPosix.swift
[1636/1675] Compiling NIOPosix ThreadWindows.swift
[1637/1675] Compiling NIOPosix UnsafeTransfer.swift
[1638/1675] Compiling NIOPosix Utilities.swift
[1639/1675] Compiling NIOPosix VsockAddress.swift
[1640/1675] Compiling NIOPosix VsockChannelEvents.swift
[1641/1675] Compiling NIOPosix Bootstrap.swift
[1642/1675] Compiling NIOPosix ControlMessage.swift
[1643/1675] Compiling NIOPosix DatagramVectorReadManager.swift
[1644/1675] Compiling NIOPosix Errors+Any.swift
[1645/1675] Compiling NIOPosix FileDescriptor.swift
[1646/1675] Compiling NIOPosix GetaddrinfoResolver.swift
[1647/1675] Compiling NIOPosix HappyEyeballs.swift
[1648/1675] Emitting module NIOPosix
[1649/1675] Compiling NIOPosix SelectableChannel.swift
[1650/1675] Compiling NIOPosix SelectableEventLoop.swift
[1651/1675] Compiling NIOPosix SelectorEpoll.swift
[1652/1675] Compiling NIOPosix SelectorGeneric.swift
[1653/1675] Compiling NIOPosix SelectorKqueue.swift
[1654/1675] Compiling NIOPosix SelectorUring.swift
[1655/1675] Compiling NIOPosix BSDSocketAPICommon.swift
[1656/1675] Compiling NIOPosix BSDSocketAPIPosix.swift
[1657/1675] Compiling NIOPosix BSDSocketAPIWindows.swift
[1658/1675] Compiling NIOPosix BaseSocket.swift
[1659/1675] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1660/1675] Compiling NIOPosix BaseSocketChannel.swift
[1661/1675] Compiling NIOPosix BaseStreamSocketChannel.swift
[1662/1675] Compiling NIOPosix IO.swift
[1663/1675] Compiling NIOPosix IntegerBitPacking.swift
[1664/1675] Compiling NIOPosix IntegerTypes.swift
[1665/1675] Compiling NIOPosix Linux.swift
[1666/1675] Compiling NIOPosix LinuxCPUSet.swift
[1667/1675] Compiling NIOPosix LinuxUring.swift
[1668/1675] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1669/1675] Compiling NIOPosix NIOThreadPool.swift
[1670/1675] Compiling NIOPosix NonBlockingFileIO.swift
[1671/1675] Compiling NIOPosix PendingDatagramWritesManager.swift
[1672/1675] Compiling NIOPosix PendingWritesManager.swift
[1673/1675] Compiling NIOPosix PipeChannel.swift
[1674/1675] Compiling NIOPosix PipePair.swift
[1675/1675] Compiling NIOPosix Pool.swift
[1677/1735] Compiling NIO Exports.swift
[1678/1735] Emitting module NIO
[1679/1735] Compiling _NIOFileSystem Array+FileSystem.swift
[1680/1735] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1681/1735] Compiling _NIOFileSystem BufferedReader.swift
[1682/1738] Compiling _NIOFileSystem BufferedWriter.swift
[1683/1738] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1684/1738] Compiling _NIOFileSystem ByteCount.swift
[1686/1738] Compiling _NIOFileSystem FileHandleProtocol.swift
[1687/1738] Compiling _NIOFileSystem FileInfo.swift
[1688/1738] Compiling _NIOFileSystem FileSystem.swift
[1689/1777] Compiling NIOTLS TLSEvents.swift
[1690/1777] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1691/1778] Compiling AsyncKit Optional+StrictMap.swift
[1692/1778] Compiling AsyncKit Exports.swift
[1693/1778] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1694/1778] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1695/1778] Emitting module NIOSOCKS
[1696/1778] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1697/1778] Emitting module NIOTLS
[1698/1778] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1699/1778] Compiling _NIOFileSystem FileType.swift
[1700/1778] Compiling _NIOFileSystem IOStrategy.swift
[1701/1778] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1702/1778] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1703/1778] Compiling NIOHTTP1 HTTPTypes.swift
[1704/1778] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1705/1778] Compiling NIOSOCKS ClientStateMachine.swift
[1706/1778] Compiling NIOSOCKS SOCKSResponse.swift
[1707/1778] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1708/1778] Compiling NIOSOCKS Errors.swift
[1709/1778] Compiling NIOSOCKS Helpers.swift
[1710/1778] Compiling NIOSOCKS AuthenticationMethod.swift
[1711/1778] Compiling NIOSOCKS ClientGreeting.swift
[1712/1778] Compiling NIOSOCKS SOCKSClientHandler.swift
[1713/1778] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1714/1778] Compiling NIOSOCKS ServerStateMachine.swift
[1715/1778] Compiling NIOSOCKS SOCKSRequest.swift
[1716/1778] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1717/1780] Compiling NIOTLS SNIHandler.swift
[1718/1780] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1719/1781] Compiling NIOSOCKS Messages.swift
[1731/1781] Emitting module _NIOFileSystem
[1732/1786] Emitting module NIOFoundationCompat
[1733/1786] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1736/1787] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1737/1787] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1739/1787] Compiling _NIOFileSystem ParallelDirCopy.swift
[1740/1787] Compiling _NIOFileSystem ParallelRemoval.swift
[1741/1787] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1742/1787] Compiling _NIOFileSystem CInterop.swift
[1743/1787] Compiling _NIOFileSystem Errno.swift
[1748/1787] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1749/1787] Compiling _NIOFileSystem Mocking.swift
[1750/1787] Compiling _NIOFileSystem Syscall.swift
[1751/1787] Compiling _NIOFileSystem Syscalls.swift
[1753/1787] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1754/1838] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1755/1838] Compiling NIOTransportServices NIOTSSingletons.swift
[1756/1838] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1757/1838] Compiling NIOTransportServices StateManagedChannel.swift
[1758/1838] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1759/1838] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1760/1838] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1761/1838] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1762/1838] Compiling NIOSSL SubjectAlternativeName.swift
[1763/1838] Compiling NIOSSL NIOSSLSecureBytes.swift
[1764/1838] Compiling NIOTransportServices AcceptHandler.swift
[1765/1838] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1766/1838] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1767/1838] Emitting module NIOTransportServices
[1768/1838] Compiling NIOTransportServices NIOTSBootstraps.swift
[1769/1838] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1770/1838] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1771/1840] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1772/1840] Compiling NIOTransportServices NIOTSErrors.swift
[1773/1840] Compiling NIOTransportServices NIOTSEventLoop.swift
[1777/1840] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1778/1840] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1779/1840] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1785/1840] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1786/1840] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1787/1840] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1788/1840] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1789/1840] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1793/1841] Emitting module AsyncKit
[1794/1841] Emitting module NIOHTTP1
[1799/1855] Compiling _NIOFileSystem SystemFileHandle.swift
[1800/1855] Compiling _NIOFileSystem Utilities.swift
[1801/1855] Compiling _NIOFileSystem OpenOptions.swift
[1802/1855] Compiling _NIOFileSystem String+FileSystem.swift
[1803/1907] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1804/1908] Compiling NIOWebSocket WebSocketOpcode.swift
[1805/1908] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1806/1908] Compiling NIOExtras NIORequestIdentifiable.swift
[1807/1908] Compiling NIOExtras PCAPRingBuffer.swift
[1808/1910] Compiling NIOHPACK IntegerCoding.swift
[1809/1910] Compiling NIOHPACK IndexedHeaderTable.swift
[1810/1911] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1811/1911] Compiling NIOExtras NIOExtrasError.swift
[1812/1911] Emitting module NIOHTTPCompression
[1813/1913] Compiling NIOHTTPCompression HTTPCompression.swift
[1814/1913] Emitting module MultipartKit
[1816/1913] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1819/1913] Compiling NIOExtras QuiescingHelper.swift
[1820/1913] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1821/1914] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1822/1914] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1823/1914] Emitting module NIOWebSocket
[1824/1914] Compiling NIOExtras DebugInboundEventsHandler.swift
[1825/1914] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1826/1914] Compiling NIOHTTPCompression HTTPDecompression.swift
[1830/1914] Compiling NIOHPACK HuffmanTables.swift
[1831/1914] Compiling NIOExtras RequestResponseHandler.swift
[1832/1914] Compiling MultipartKit MultipartPart.swift
[1837/1914] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1838/1914] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1839/1914] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1840/1914] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1841/1914] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1843/1914] Compiling NIOExtras UnsafeTransfer.swift
[1844/1914] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1845/1914] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1846/1915] Compiling NIOExtras JSONRPCFraming.swift
[1847/1915] Compiling NIOHPACK HuffmanCoding.swift
[1849/1915] Compiling NIOHPACK StaticHeaderTable.swift
[1851/1915] Compiling NIOExtras LengthFieldPrepender.swift
[1852/1915] Compiling NIOExtras LineBasedFrameDecoder.swift
[1857/1915] Compiling NIOSSL RNG.swift
[1858/1915] Compiling NIOSSL SafeCompare.swift
[1859/1915] Compiling NIOSSL Zeroization.swift
[1860/1915] Compiling NIOWebSocket WebSocketFrame.swift
[1865/1919] Emitting module NIOHPACK
[1866/1919] Emitting module NIOSSL
[1868/1919] Emitting module NIOExtras
[1876/1919] Compiling NIOExtras WritePCAPHandler.swift
[1877/1919] Compiling MultipartKit Utilities.swift
[1894/1926] Compiling NIOFileSystem Exports.swift
[1904/1926] Emitting module NIOFileSystem
[1905/1926] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1906/1927] Emitting module _NIOFileSystemFoundationCompat
[1907/1927] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1910/1986] Compiling NIOHTTP2 Error+Any.swift
[1911/1986] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1912/1986] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1913/1986] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1914/1986] Compiling NIOHTTP2 MayReceiveFrames.swift
[1916/1987] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1917/1987] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1918/1987] Compiling NIOHTTP2 HasLocalSettings.swift
[1919/1987] Compiling NIOHTTP2 HasRemoteSettings.swift
[1920/1987] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1921/1987] Compiling NIOHTTP2 QuiescingState.swift
[1922/1987] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1923/1987] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1925/1996] Emitting module NIOHTTP2
[1926/2004] Compiling WebSocketKit Exports.swift
[1927/2004] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1928/2004] Emitting module WebSocketKit
[1929/2004] Compiling WebSocketKit WebSocket+Concurrency.swift
[1930/2004] Compiling WebSocketKit WebSocketHandler.swift
[1931/2004] Compiling WebSocketKit WebSocket+Connect.swift
[1932/2004] Compiling NIOHTTP2 MaySendFrames.swift
[1933/2004] Compiling NIOHTTP2 SendingDataState.swift
[1934/2004] Compiling NIOHTTP2 SendingGoawayState.swift
[1935/2004] Compiling NIOHTTP2 SendingHeadersState.swift
[1936/2004] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1937/2004] Compiling NIOHTTP2 SendingRstStreamState.swift
[1938/2004] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1939/2004] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1940/2004] Compiling WebSocketKit WebSocket.swift
[1941/2004] Compiling WebSocketKit WebSocketClient.swift
[1943/2005] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1944/2005] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1945/2005] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1946/2005] Compiling NIOHTTP2 HTTP2StreamID.swift
[1947/2005] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1948/2005] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1949/2005] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1950/2005] Compiling NIOHTTP2 InboundEventBuffer.swift
[1951/2005] Compiling NIOHTTP2 InboundWindowManager.swift
[1952/2005] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1953/2005] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1954/2005] Compiling NIOHTTP2 StreamChannelList.swift
[1955/2005] Compiling NIOHTTP2 StreamMap.swift
[1956/2005] Compiling NIOHTTP2 StreamStateMachine.swift
[1957/2005] Compiling NIOHTTP2 UnsafeTransfer.swift
[1958/2005] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1959/2005] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1960/2005] Compiling NIOHTTP2 HTTP2Frame.swift
[1961/2005] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1962/2005] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1963/2005] Compiling NIOHTTP2 HTTP2PingData.swift
[1964/2005] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1965/2005] Compiling NIOHTTP2 HTTP2Settings.swift
[1966/2005] Compiling NIOHTTP2 HTTP2Stream.swift
[1968/2005] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1974/2006] Compiling NIOHTTP2 StateMachineResult.swift
[1975/2006] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1976/2006] Compiling NIOHTTP2 DOSHeuristics.swift
[1980/2006] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1981/2006] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1990/2006] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1991/2006] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1992/2006] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1993/2006] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1994/2006] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1995/2006] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1996/2006] Compiling NIOHTTP2 HTTP2Error.swift
[1997/2006] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2001/2006] Compiling NIOHTTP2 ReceivingDataState.swift
[2002/2006] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2003/2006] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2004/2006] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2005/2006] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2006/2006] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2008/2066] Emitting module AsyncHTTPClient
[2009/2074] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2010/2074] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2011/2074] Compiling AsyncHTTPClient Transaction.swift
[2012/2074] Compiling AsyncHTTPClient Base64.swift
[2013/2074] Compiling AsyncHTTPClient BasicAuth.swift
[2014/2074] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2015/2074] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2016/2074] Compiling AsyncHTTPClient ConnectionPool.swift
[2017/2074] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2018/2074] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2019/2074] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2020/2074] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2021/2074] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2022/2074] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2023/2074] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2024/2074] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2025/2074] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2026/2074] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2027/2074] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2028/2074] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2029/2074] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2030/2074] Compiling AsyncHTTPClient HTTP1Connection.swift
[2031/2074] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2032/2074] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2033/2074] Compiling AsyncHTTPClient HTTP2Connection.swift
[2034/2074] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2035/2074] Compiling AsyncHTTPClient RequestBag.swift
[2036/2074] Compiling AsyncHTTPClient RequestValidation.swift
[2037/2074] Compiling AsyncHTTPClient SSLContextCache.swift
[2038/2074] Compiling AsyncHTTPClient Scheme.swift
[2039/2074] Compiling AsyncHTTPClient Singleton.swift
[2040/2074] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2041/2074] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2042/2074] Compiling AsyncHTTPClient Utils.swift
[2043/2074] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2044/2074] Compiling AsyncHTTPClient RequestOptions.swift
[2045/2074] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2046/2074] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2047/2074] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2048/2074] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2049/2074] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2050/2074] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2051/2074] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2052/2074] Compiling AsyncHTTPClient ConnectionTarget.swift
[2053/2074] Compiling AsyncHTTPClient DeconstructedURL.swift
[2054/2074] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2055/2074] Compiling AsyncHTTPClient FoundationExtensions.swift
[2056/2074] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2057/2074] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2058/2074] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2059/2074] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2060/2074] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2061/2074] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2062/2074] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2063/2074] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2064/2074] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2065/2074] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2066/2074] Compiling AsyncHTTPClient RequestBodyLength.swift
[2067/2074] Compiling AsyncHTTPClient HTTPClient.swift
[2068/2074] Compiling AsyncHTTPClient HTTPHandler.swift
[2069/2074] Compiling AsyncHTTPClient LRUCache.swift
[2070/2074] Compiling AsyncHTTPClient NWErrorHandler.swift
[2071/2074] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2072/2074] Compiling AsyncHTTPClient TLSConfiguration.swift
[2073/2074] Compiling AsyncHTTPClient RedirectState.swift
[2074/2074] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2076/2244] Compiling Vapor Core.swift
[2077/2244] Compiling Vapor Running.swift
[2078/2244] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2079/2244] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2080/2244] Compiling Vapor DotEnvFile+load.swift
[2081/2244] Compiling Vapor Routes+caseInsenstive.swift
[2082/2244] Compiling Vapor Validatable+validate.swift
[2083/2244] Compiling Vapor Environment+Process.swift
[2084/2244] Compiling Vapor Environment+Secret.swift
[2085/2244] Compiling Vapor Environment.swift
[2086/2244] Compiling Vapor Abort.swift
[2087/2244] Compiling Vapor AbortError.swift
[2088/2244] Compiling Vapor DebuggableError.swift
[2089/2244] Compiling Vapor Demangler.swift
[2090/2244] Compiling Vapor ErrorSource.swift
[2091/2244] Compiling Vapor StackTrace.swift
[2092/2244] Compiling Vapor Exports.swift
[2093/2244] Compiling Vapor Application+HTTP.swift
[2094/2244] Compiling Vapor BasicResponder.swift
[2095/2244] Compiling Vapor BodyStream.swift
[2096/2244] Compiling Vapor Application+HTTP+Client.swift
[2097/2244] Compiling Vapor EventLoopHTTPClient.swift
[2098/2244] Compiling Vapor EndpointCache.swift
[2099/2244] Compiling Vapor HTTPMethod+String.swift
[2100/2268] Compiling Vapor Application.swift
[2101/2268] Compiling Vapor AuthenticationCache.swift
[2102/2268] Compiling Vapor Authenticator.swift
[2103/2268] Compiling Vapor BasicAuthorization.swift
[2104/2268] Compiling Vapor BearerAuthorization.swift
[2105/2268] Compiling Vapor GuardMiddleware.swift
[2106/2268] Compiling Vapor RedirectMiddleware.swift
[2107/2268] Compiling Vapor SessionAuthenticatable.swift
[2108/2268] Compiling Vapor Bcrypt.swift
[2109/2268] Compiling Vapor Application+Cache.swift
[2110/2268] Compiling Vapor Cache.swift
[2111/2268] Compiling Vapor CacheExpirationTime.swift
[2112/2268] Compiling Vapor MemoryCache.swift
[2113/2268] Compiling Vapor Request+Cache.swift
[2114/2268] Compiling Vapor Application+Clients.swift
[2115/2268] Compiling Vapor Client.swift
[2116/2268] Compiling Vapor ClientRequest.swift
[2117/2268] Compiling Vapor ClientResponse.swift
[2118/2268] Compiling Vapor Request+Client.swift
[2119/2268] Compiling Vapor BootCommand.swift
[2120/2268] Compiling Vapor CommandContext+Application.swift
[2121/2268] Compiling Vapor RoutesCommand.swift
[2122/2268] Compiling Vapor ServeCommand.swift
[2123/2268] Compiling Vapor AnyResponse+Concurrency.swift
[2124/2292] Compiling Vapor HTTPServerResponseEncoder.swift
[2125/2292] Compiling Vapor HTTPServerUpgradeHandler.swift
[2126/2292] Compiling Vapor Logger+Report.swift
[2127/2292] Compiling Vapor LoggingSystem+Environment.swift
[2128/2292] Compiling Vapor Application+Middleware.swift
[2129/2292] Compiling Vapor CORSMiddleware.swift
[2130/2292] Compiling Vapor ErrorMiddleware.swift
[2131/2292] Compiling Vapor FileMiddleware.swift
[2132/2292] Compiling Vapor Middleware.swift
[2133/2292] Compiling Vapor MiddlewareConfiguration.swift
[2134/2292] Compiling Vapor ResponseCompressionMiddleware.swift
[2135/2292] Compiling Vapor RouteLoggingMiddleware.swift
[2136/2292] Compiling Vapor TracingMiddleware.swift
[2137/2292] Compiling Vapor File+Multipart.swift
[2138/2292] Compiling Vapor FormDataDecoder+Content.swift
[2139/2292] Compiling Vapor FormDataEncoder+Content.swift
[2140/2292] Compiling Vapor Application+Password.swift
[2141/2292] Compiling Vapor Application+Passwords.swift
[2142/2292] Compiling Vapor AsyncPasswordHasher.swift
[2143/2292] Compiling Vapor BcryptHasher.swift
[2144/2292] Compiling Vapor PasswordHasher.swift
[2145/2292] Compiling Vapor PlaintextHasher.swift
[2146/2292] Compiling Vapor Request+Password.swift
[2147/2292] Compiling Vapor Redirect.swift
[2148/2292] Compiling Vapor Request+Body.swift
[2149/2292] Compiling Vapor Request+BodyStream.swift
[2150/2292] Compiling Vapor Request.swift
[2151/2292] Compiling Vapor Application+Responder.swift
[2152/2292] Compiling Vapor DefaultResponder.swift
[2153/2292] Compiling Vapor Response+Body.swift
[2154/2292] Compiling Vapor Response.swift
[2155/2292] Compiling Vapor ResponseCodable.swift
[2156/2292] Compiling Vapor Application+Routes.swift
[2157/2292] Compiling Vapor Parameters+Require.swift
[2158/2292] Compiling Vapor Request+WebSocket.swift
[2159/2292] Compiling Vapor Route.swift
[2160/2292] Compiling Vapor RouteCollection.swift
[2161/2292] Compiling Vapor Routes.swift
[2162/2292] Compiling Vapor RoutesBuilder+Group.swift
[2163/2292] Compiling Vapor RoutesBuilder+Method.swift
[2164/2292] Compiling Vapor RoutesBuilder+Middleware.swift
[2165/2292] Compiling Vapor RoutesBuilder+WebSocket.swift
[2166/2292] Compiling Vapor RoutesBuilder.swift
[2167/2292] Compiling Vapor OTP.swift
[2168/2292] Compiling Vapor Application+Servers.swift
[2169/2292] Compiling Vapor Server.swift
[2170/2292] Compiling Vapor App+Service.swift
[2171/2292] Compiling Vapor Req+Service.swift
[2172/2292] Emitting module Vapor
[2173/2292] Compiling Vapor Validator.swift
[2174/2292] Compiling Vapor ValidatorResult.swift
[2175/2292] Compiling Vapor And.swift
[2176/2292] Compiling Vapor Case.swift
[2177/2292] Compiling Vapor CharacterSet.swift
[2178/2292] Compiling Vapor Count.swift
[2179/2292] Compiling Vapor Custom.swift
[2180/2292] Compiling Vapor Email.swift
[2181/2292] Compiling Vapor Empty.swift
[2182/2292] Compiling Vapor In.swift
[2183/2292] Compiling Vapor Nil.swift
[2184/2292] Compiling Vapor NilIgnoring.swift
[2185/2292] Compiling Vapor Not.swift
[2186/2292] Compiling Vapor Or.swift
[2187/2292] Compiling Vapor Pattern.swift
[2188/2292] Compiling Vapor Range.swift
[2189/2292] Compiling Vapor URL.swift
[2190/2292] Compiling Vapor Valid.swift
[2191/2292] Compiling Vapor Application+Views.swift
[2192/2292] Compiling Vapor PlaintextRenderer.swift
[2193/2292] Compiling Vapor Request+View.swift
[2194/2292] Compiling Vapor View.swift
[2195/2292] Compiling Vapor ViewRenderer.swift
[2196/2292] Compiling Vapor _Deprecations.swift
[2197/2292] Compiling Vapor Service.swift
[2198/2292] Compiling Vapor Application+Sessions.swift
[2199/2292] Compiling Vapor MemorySessions.swift
[2200/2292] Compiling Vapor Request+Session.swift
[2201/2292] Compiling Vapor Session.swift
[2202/2292] Compiling Vapor SessionCache.swift
[2203/2292] Compiling Vapor SessionData.swift
[2204/2292] Compiling Vapor SessionDriver.swift
[2205/2292] Compiling Vapor SessionsConfiguration.swift
[2206/2292] Compiling Vapor SessionsMiddleware.swift
[2207/2292] Compiling Vapor URLEncodedFormData.swift
[2208/2292] Compiling Vapor URLEncodedFormDecoder.swift
[2209/2292] Compiling Vapor URLEncodedFormEncoder.swift
[2210/2292] Compiling Vapor URLEncodedFormError.swift
[2211/2292] Compiling Vapor URLEncodedFormParser.swift
[2212/2292] Compiling Vapor URLEncodedFormSerializer.swift
[2213/2292] Compiling Vapor URLQueryFragmentConvertible.swift
[2214/2292] Compiling Vapor AnyResponse.swift
[2215/2292] Compiling Vapor Array+Random.swift
[2216/2292] Compiling Vapor Base32.swift
[2217/2292] Compiling Vapor Base64.swift
[2218/2292] Compiling Vapor BaseN.swift
[2219/2292] Compiling Vapor BasicCodingKey.swift
[2220/2292] Compiling Vapor ByteCount.swift
[2221/2292] Compiling Vapor AsyncBasicResponder.swift
[2222/2292] Compiling Vapor AsyncMiddleware.swift
[2223/2292] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2224/2292] Compiling Vapor AsyncSessionDriver.swift
[2225/2292] Compiling Vapor Authentication+Concurrency.swift
[2226/2292] Compiling Vapor Cache+Concurrency.swift
[2227/2292] Compiling Vapor Client+Concurrency.swift
[2228/2292] Compiling Vapor RequestBody+Concurrency.swift
[2229/2292] Compiling Vapor Responder+Concurrency.swift
[2230/2292] Compiling Vapor ResponseCodable+Concurrency.swift
[2231/2292] Compiling Vapor RoutesBuilder+Concurrency.swift
[2232/2292] Compiling Vapor ViewRenderer+Concurrency.swift
[2233/2292] Compiling Vapor WebSocket+Concurrency.swift
[2234/2292] Compiling Vapor ContainerGetPathExecutor.swift
[2235/2292] Compiling Vapor Content.swift
[2236/2292] Compiling Vapor ContentCoders.swift
[2237/2292] Compiling Vapor ContentConfiguration.swift
[2238/2292] Compiling Vapor ContentContainer.swift
[2239/2292] Compiling Vapor JSONCoder+Custom.swift
[2240/2292] Compiling Vapor JSONCoders+Content.swift
[2241/2292] Compiling Vapor PlaintextDecoder.swift
[2242/2292] Compiling Vapor PlaintextEncoder.swift
[2243/2292] Compiling Vapor URLQueryCoders.swift
[2244/2292] Compiling Vapor URLQueryContainer.swift
[2245/2292] Compiling Vapor Bytes+Hex.swift
[2246/2292] Compiling Vapor Bytes+SecureCompare.swift
[2247/2292] Compiling Vapor Collection+Safe.swift
[2248/2292] Compiling Vapor DataProtocol+Copy.swift
[2249/2292] Compiling Vapor DecoderUnwrapper.swift
[2250/2292] Compiling Vapor DirectoryConfiguration.swift
[2251/2292] Compiling Vapor DotEnv.swift
[2252/2292] Compiling Vapor Extendable.swift
[2253/2292] Compiling Vapor File.swift
[2254/2292] Compiling Vapor FileIO.swift
[2255/2292] Compiling Vapor LifecycleHandler.swift
[2256/2292] Compiling Vapor OptionalType.swift
[2257/2292] Compiling Vapor RFC1123.swift
[2258/2292] Compiling Vapor SocketAddress+Hostname.swift
[2259/2292] Compiling Vapor Storage.swift
[2260/2292] Compiling Vapor String+IsIPAddress.swift
[2261/2292] Compiling Vapor Thread.swift
[2262/2292] Compiling Vapor URI.swift
[2263/2292] Compiling Vapor RangeResult.swift
[2264/2292] Compiling Vapor Validatable.swift
[2265/2292] Compiling Vapor Validation.swift
[2266/2292] Compiling Vapor ValidationKey.swift
[2267/2292] Compiling Vapor Validations.swift
[2268/2292] Compiling Vapor ValidationsError.swift
[2269/2292] Compiling Vapor HTTPStatus.swift
[2270/2292] Compiling Vapor HTTPCookies.swift
[2271/2292] Compiling Vapor HTTPHeaderCacheControl.swift
[2272/2292] Compiling Vapor HTTPHeaderExpires.swift
[2273/2292] Compiling Vapor HTTPHeaderLastModified.swift
[2274/2292] Compiling Vapor HTTPHeaders+Cache.swift
[2275/2292] Compiling Vapor HTTPHeaders+Connection.swift
[2276/2292] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2277/2292] Compiling Vapor HTTPHeaders+ContentRange.swift
[2278/2292] Compiling Vapor HTTPHeaders+Directive.swift
[2279/2292] Compiling Vapor HTTPHeaders+Forwarded.swift
[2280/2292] Compiling Vapor HTTPHeaders+Link.swift
[2281/2292] Compiling Vapor HTTPHeaders+Name.swift
[2282/2292] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2283/2292] Compiling Vapor HTTPHeaders.swift
[2284/2292] Compiling Vapor HTTPMediaType.swift
[2285/2292] Compiling Vapor HTTPMediaTypePreference.swift
[2286/2292] Compiling Vapor Responder.swift
[2287/2292] Compiling Vapor Application+HTTP+Server.swift
[2288/2292] Compiling Vapor HTTPServer.swift
[2289/2292] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2290/2292] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2291/2292] Compiling Vapor HTTPServerHandler.swift
[2292/2292] Compiling Vapor HTTPServerRequestDecoder.swift
[2294/2295] Compiling TelegramBotVapor Exports+Vapor.swift
/host/spi-builder-workspace/Sources/TelegramBotVapor/Exports+Vapor.swift:32:1: warning: extension declares a conformance of imported type 'Request' to imported protocol 'TelegramHTTPRequest'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
30 | }
31 |
32 | extension Request: TelegramHTTPRequest {
   | |- warning: extension declares a conformance of imported type 'Request' to imported protocol 'TelegramHTTPRequest'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |
34 |     public func json<Type: Decodable>(_ type: Type.Type, decoder: JSONDecoder, callback: @escaping (Type?, Error?) -> ()) {
/host/spi-builder-workspace/Sources/TelegramBotVapor/Exports+Vapor.swift:15:17: warning: capture of 'callback' with non-sendable type '(any TelegramHTTPRequest, @escaping (TelegramHTTPStatus) -> ()) -> ()' in a '@Sendable' closure
13 |             let queue = DispatchQueue(label: "TelegramRegister")
14 |             queue.async {
15 |                 callback(request) { status in
   |                 |- warning: capture of 'callback' with non-sendable type '(any TelegramHTTPRequest, @escaping (TelegramHTTPStatus) -> ()) -> ()' in a '@Sendable' closure
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
16 |                     switch status {
17 |                     case .ok:
/host/spi-builder-workspace/Sources/TelegramBotVapor/Exports+Vapor.swift:15:17: warning: capture of 'callback' with non-sendable type '(any TelegramHTTPRequest, @escaping (TelegramHTTPStatus) -> ()) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
13 |             let queue = DispatchQueue(label: "TelegramRegister")
14 |             queue.async {
15 |                 callback(request) { status in
   |                 |- warning: capture of 'callback' with non-sendable type '(any TelegramHTTPRequest, @escaping (TelegramHTTPStatus) -> ()) -> ()' in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
16 |                     switch status {
17 |                     case .ok:
[2295/2295] Emitting module TelegramBotVapor
/host/spi-builder-workspace/Sources/TelegramBotVapor/Exports+Vapor.swift:32:1: warning: extension declares a conformance of imported type 'Request' to imported protocol 'TelegramHTTPRequest'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
30 | }
31 |
32 | extension Request: TelegramHTTPRequest {
   | |- warning: extension declares a conformance of imported type 'Request' to imported protocol 'TelegramHTTPRequest'; this will not behave correctly if the owners of 'Vapor' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
33 |
34 |     public func json<Type: Decodable>(_ type: Type.Type, decoder: JSONDecoder, callback: @escaping (Type?, Error?) -> ()) {
Build complete! (254.76s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "promisekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/PromiseKit.git"
    }
  ],
  "manifest_display_name" : "TelegramBot",
  "name" : "TelegramBot",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "TelegramBot",
      "targets" : [
        "TelegramBot"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TelegramBotVapor",
      "targets" : [
        "TelegramBotVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TelegramBotPromiseKit",
      "targets" : [
        "TelegramBotPromiseKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TelegramBotVapor",
      "module_type" : "SwiftTarget",
      "name" : "TelegramBotVapor",
      "path" : "Sources/TelegramBotVapor",
      "product_dependencies" : [
        "Vapor"
      ],
      "product_memberships" : [
        "TelegramBotVapor"
      ],
      "sources" : [
        "Exports+Vapor.swift"
      ],
      "target_dependencies" : [
        "TelegramBot"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TelegramBotTests",
      "module_type" : "SwiftTarget",
      "name" : "TelegramBotTests",
      "path" : "Tests/TelegramBotTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "AppTests.swift"
      ],
      "target_dependencies" : [
        "TelegramBot"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TelegramBotPromiseKit",
      "module_type" : "SwiftTarget",
      "name" : "TelegramBotPromiseKit",
      "path" : "Sources/TelegramBotPromiseKit",
      "product_dependencies" : [
        "PromiseKit"
      ],
      "product_memberships" : [
        "TelegramBotPromiseKit"
      ],
      "sources" : [
        "TelegramSendApi+PromiseKit.swift"
      ],
      "target_dependencies" : [
        "TelegramBot"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TelegramBot",
      "module_type" : "SwiftTarget",
      "name" : "TelegramBot",
      "path" : "Sources/TelegramBot",
      "product_memberships" : [
        "TelegramBot",
        "TelegramBotVapor",
        "TelegramBotPromiseKit"
      ],
      "sources" : [
        "Json/CallbackApi/Keyboard/TelegramCallbackGame.swift",
        "Json/CallbackApi/Keyboard/TelegramForceReply.swift",
        "Json/CallbackApi/Keyboard/TelegramInlineKeyboardButton.swift",
        "Json/CallbackApi/Keyboard/TelegramInlineKeyboardMarkup.swift",
        "Json/CallbackApi/Keyboard/TelegramKeyboardButton.swift",
        "Json/CallbackApi/Keyboard/TelegramReplyKeyboardMarkup.swift",
        "Json/CallbackApi/Keyboard/TelegramReplyKeyboardRemove.swift",
        "Json/CallbackApi/TelegramAnimation.swift",
        "Json/CallbackApi/TelegramAudio.swift",
        "Json/CallbackApi/TelegramCallbackQuery.swift",
        "Json/CallbackApi/TelegramChat.swift",
        "Json/CallbackApi/TelegramChatMember.swift",
        "Json/CallbackApi/TelegramChatPhoto.swift",
        "Json/CallbackApi/TelegramChosenInlineResult.swift",
        "Json/CallbackApi/TelegramContact.swift",
        "Json/CallbackApi/TelegramDocument.swift",
        "Json/CallbackApi/TelegramEncryptedCredentials.swift",
        "Json/CallbackApi/TelegramEncryptedPassportElement.swift",
        "Json/CallbackApi/TelegramFile.swift",
        "Json/CallbackApi/TelegramGame.swift",
        "Json/CallbackApi/TelegramInlineQuery.swift",
        "Json/CallbackApi/TelegramInvoice.swift",
        "Json/CallbackApi/TelegramLocation.swift",
        "Json/CallbackApi/TelegramMaskPosition.swift",
        "Json/CallbackApi/TelegramMessage.swift",
        "Json/CallbackApi/TelegramMessageEntity.swift",
        "Json/CallbackApi/TelegramOrderInfo.swift",
        "Json/CallbackApi/TelegramPassportData.swift",
        "Json/CallbackApi/TelegramPassportFile.swift",
        "Json/CallbackApi/TelegramPhotoSize.swift",
        "Json/CallbackApi/TelegramPreCheckoutQuery.swift",
        "Json/CallbackApi/TelegramShippingAddress.swift",
        "Json/CallbackApi/TelegramShippingQuery.swift",
        "Json/CallbackApi/TelegramSticker.swift",
        "Json/CallbackApi/TelegramSuccessfulPayment.swift",
        "Json/CallbackApi/TelegramUpdate.swift",
        "Json/CallbackApi/TelegramUser.swift",
        "Json/CallbackApi/TelegramUserProfilePhotos.swift",
        "Json/CallbackApi/TelegramVenue.swift",
        "Json/CallbackApi/TelegramVideo.swift",
        "Json/CallbackApi/TelegramVideoNote.swift",
        "Json/CallbackApi/TelegramVoice.swift",
        "Json/SendApi/TelegramSendAnswerCallbackQuery.swift",
        "Json/SendApi/TelegramSendChatIdentifier.swift",
        "Json/SendApi/TelegramSendEditMessageReplyMarkup.swift",
        "Json/SendApi/TelegramSendForwardMessage.swift",
        "Json/SendApi/TelegramSendMessage.swift",
        "Json/SendApi/TelegramSendPhoto.swift",
        "TelegramReceiveApi.swift",
        "TelegramSendApi.swift",
        "Toolbox/Router.swift",
        "Toolbox/TelegramApiHttpProvider.swift",
        "Toolbox/TelegramApiProvider.swift",
        "Toolbox/TelegramApiResponse.swift",
        "Toolbox/TelegramSendApi+HTTPInitializer.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.