Build Information
Successful build of TelegramBot, reference master (bccf35
), with Swift 6.1 for Linux on 26 Apr 2025 03:19:07 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Boilertalk/telegrambot.swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-0":/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/vapor/vapor.git
Fetching https://github.com/mxcl/PromiseKit.git
Fetching https://github.com/Quick/Nimble.git
[1/14755] Fetching quick
[2067/31941] Fetching quick, promisekit
[15318/51508] Fetching quick, promisekit, nimble
[26127/125821] Fetching quick, promisekit, nimble, vapor
Fetched https://github.com/mxcl/PromiseKit.git from cache (1.25s)
Fetched https://github.com/Quick/Nimble.git from cache (1.25s)
[86096/89068] Fetching quick, vapor
Fetched https://github.com/Quick/Quick.git from cache (1.82s)
Fetched https://github.com/vapor/vapor.git from cache (1.85s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (2.33s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.46s)
Computing version for https://github.com/mxcl/PromiseKit.git
Computed https://github.com/mxcl/PromiseKit.git at 6.22.1 (0.47s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.52s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3208] Fetching multipart-kit
[1124/4267] Fetching multipart-kit, swift-service-context
[2697/6800] Fetching multipart-kit, swift-service-context, websocket-kit
[4673/11770] Fetching multipart-kit, swift-service-context, websocket-kit, swift-distributed-tracing
[5976/17673] Fetching multipart-kit, swift-service-context, websocket-kit, swift-distributed-tracing, swift-algorithms
[5977/19378] Fetching multipart-kit, swift-service-context, websocket-kit, swift-distributed-tracing, swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-algorithms.git from cache (0.42s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.46s)
Fetching https://github.com/apple/swift-log.git
[10846/14616] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-atomics, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.26s)
Fetching https://github.com/apple/swift-nio-extras.git
[10846/16252] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-atomics, swift-log
[14682/21914] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-atomics, swift-log, swift-nio-extras
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
[11865/18078] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-atomics, swift-nio-extras
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.32s)
Fetching https://github.com/apple/swift-nio-ssl.git
[10877/12416] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-atomics
[12417/23908] Fetching multipart-kit, websocket-kit, swift-distributed-tracing, swift-atomics, swift-nio-http2
Fetched https://github.com/vapor/websocket-kit.git from cache (1.36s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.36s)
[15993/19670] Fetching multipart-kit, swift-distributed-tracing, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.36s)
[11483/14700] Fetching multipart-kit, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
[12518/29493] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/vapor/multipart-kit.git from cache (1.41s)
[10624/26285] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
[13565/47008] Fetching swift-nio-http2, swift-nio-ssl, routing-kit
[17265/52493] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, console-kit
[30101/66277] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, console-kit, swift-crypto
[38486/141708] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, console-kit, swift-crypto, swift-nio
Fetched https://github.com/vapor/console-kit.git from cache (0.36s)
[33573/136223] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto, swift-nio
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.07s)
[35960/124731] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio
Fetching https://github.com/swift-server/async-http-client.git
[40572/127101] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.35s)
[50138/124731] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio
Fetched https://github.com/vapor/routing-kit.git from cache (0.87s)
[40013/104008] Fetching swift-nio-ssl, swift-crypto, swift-nio
[46611/117791] Fetching swift-nio-ssl, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.02s)
[78106/102998] Fetching swift-crypto, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.10s)
[65078/89215] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.82s)
[53557/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.16s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.95s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.70s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.91s)
Fetched https://github.com/apple/swift-collections.git from cache (0.93s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (1.34s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.47s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.26s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.67s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.46s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.83s)
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.49s)
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-types.git from cache (0.22s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.22s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.64s)
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.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.46s)
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.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.44s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.43s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.47s)
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.52s)
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.43s)
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.44s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.41s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.44s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.22s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.69s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-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/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/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/mxcl/PromiseKit.git
Working copy of https://github.com/mxcl/PromiseKit.git resolved at 6.22.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/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/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-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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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/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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/834] Write sources
[45/834] Compiling CNIOWindows shim.c
[46/834] Write sources
[47/834] Compiling CNIOWASI CNIOWASI.c
[47/834] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[48/834] Write sources
[56/834] Compiling CNIOWindows WSAStartup.c
[57/834] Compiling CVaporBcrypt bcrypt.c
[58/834] Compiling CNIOSHA1 c_nio_sha1.c
[59/834] Compiling _NumericsShims _NumericsShims.c
[60/834] Compiling _AtomicsShims.c
[61/834] Compiling CNIOLinux liburing_shims.c
[62/834] Compiling CSystem shims.c
[63/834] Compiling CNIOExtrasZlib empty.c
[63/834] Compiling CNIOLLHTTP c_nio_http.c
[65/834] Compiling CNIODarwin shim.c
[66/834] Compiling CNIOLinux shim.c
[67/834] Compiling fiat_p256_adx_sqr.S
[68/834] Compiling CNIOLLHTTP c_nio_api.c
[69/834] Compiling fiat_p256_adx_mul.S
[70/834] Compiling fiat_curve25519_adx_square.S
[71/834] Compiling fiat_curve25519_adx_mul.S
[72/834] Compiling CVaporBcrypt blf.c
[73/834] Write swift-version-24593BA9C3E375BF.txt
[74/834] Compiling CNIOLLHTTP c_nio_llhttp.c
[75/834] Compiling CNIOBoringSSLShims shims.c
[76/840] Compiling tls_method.cc
[77/840] Compiling tls13_enc.cc
[78/890] Compiling tls_record.cc
[79/921] Compiling tls13_both.cc
[80/921] Compiling tls13_client.cc
[81/931] Compiling tls13_server.cc
[83/952] Emitting module SystemPackage
[84/952] Emitting module RealModule
[85/956] Compiling RealModule Real.swift
[86/956] Compiling SystemPackage MachPort.swift
[87/956] Compiling SystemPackage PlatformString.swift
[88/956] Compiling SystemPackage SystemString.swift
[89/956] Compiling SystemPackage Util+StringArray.swift
[90/956] Compiling SystemPackage Util.swift
[91/956] Compiling SystemPackage UtilConsumers.swift
[92/956] Compiling ServiceContextModule ServiceContextKey.swift
[93/956] Compiling RealModule Float80+Real.swift
[94/956] Emitting module ServiceContextModule
[95/956] Compiling ServiceContextModule ServiceContext.swift
[96/957] Compiling PromiseKit Async.swift
[97/957] Compiling PromiseKit Box.swift
[98/957] Compiling RealModule RealFunctions.swift
[99/957] Compiling _NIODataStructures PriorityQueue.swift
[100/957] Compiling RealModule Float16+Real.swift
[101/957] Compiling _NIODataStructures _TinyArray.swift
[104/957] Compiling PromiseKit Catchable.swift
[105/957] Compiling PromiseKit Combine.swift
[106/957] Emitting module _NIOBase64
[107/957] Compiling _NIOBase64 Base64.swift
[111/958] Compiling RealModule ElementaryFunctions.swift
[112/958] Compiling RealModule Float+Real.swift
[115/979] Emitting module PromiseKit
[116/979] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[117/979] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[118/979] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[119/987] Compiling Instrumentation NoOpInstrument.swift
[120/987] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[121/987] Compiling InternalCollectionsUtilities Specialize.swift
[122/989] Compiling Instrumentation MultiplexInstrument.swift
[123/989] Compiling InternalCollectionsUtilities _SortedCollection.swift
[124/989] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[125/989] Compiling InternalCollectionsUtilities Debugging.swift
[126/989] Compiling PromiseKit race.swift
[127/989] Compiling InternalCollectionsUtilities UInt+reversed.swift
[128/989] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[129/989] Emitting module Logging
[130/989] Compiling InternalCollectionsUtilities Integer rank.swift
[131/989] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[138/989] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[139/989] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[142/989] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[143/989] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[144/989] Compiling SystemPackage Constants.swift
[145/989] Compiling SystemPackage Exports.swift
[146/989] Compiling SystemPackage Mocking.swift
[147/989] Compiling SystemPackage RawBuffer.swift
[148/989] Compiling SystemPackage Syscalls.swift
[149/989] Compiling SystemPackage WindowsSyscallAdapters.swift
[150/989] Emitting module _NIODataStructures
[151/989] Compiling _NIODataStructures Heap.swift
[152/991] Compiling Logging MetadataProvider.swift
[153/991] Compiling Logging Locks.swift
[154/991] Compiling Logging Logging.swift
[155/991] Compiling Logging LogHandler.swift
[159/992] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[163/992] Compiling Instrumentation Instrument.swift
[164/992] Compiling Instrumentation InstrumentationSystem.swift
[165/992] Emitting module Instrumentation
[166/992] Compiling Instrumentation Locks.swift
[168/993] Emitting module CoreMetrics
[173/1018] Compiling Algorithms Combinations.swift
[174/1018] Compiling Algorithms Compacted.swift
[177/1018] Compiling TelegramBot TelegramPreCheckoutQuery.swift
[178/1018] Compiling TelegramBot TelegramShippingAddress.swift
[179/1018] Compiling TelegramBot TelegramShippingQuery.swift
[180/1018] Compiling TelegramBot TelegramSticker.swift
[181/1018] Compiling TelegramBot TelegramSuccessfulPayment.swift
[182/1024] Compiling TelegramBot TelegramSendAnswerCallbackQuery.swift
[183/1024] Compiling TelegramBot TelegramSendChatIdentifier.swift
[184/1024] Compiling TelegramBot TelegramSendEditMessageReplyMarkup.swift
[185/1024] Compiling TelegramBot TelegramSendForwardMessage.swift
[186/1024] Compiling TelegramBot TelegramSendMessage.swift
[187/1024] Compiling TelegramBot TelegramSendPhoto.swift
[188/1024] Compiling TelegramBot TelegramReceiveApi.swift
[189/1024] Compiling TelegramBot TelegramUpdate.swift
[190/1024] Compiling TelegramBot TelegramUser.swift
[191/1024] Compiling TelegramBot TelegramUserProfilePhotos.swift
[192/1024] Compiling TelegramBot TelegramVenue.swift
[193/1024] Compiling TelegramBot TelegramVideo.swift
[194/1024] Compiling TelegramBot TelegramVideoNote.swift
[195/1024] Compiling TelegramBot TelegramVoice.swift
[196/1024] Compiling Algorithms Grouped.swift
[197/1024] Compiling Algorithms Indexed.swift
[198/1025] Emitting module InternalCollectionsUtilities
[199/1031] Compiling Atomics IntegerConformances.swift
[200/1031] Compiling Atomics PointerConformances.swift
[201/1031] Compiling Atomics Primitives.native.swift
[202/1031] Compiling Atomics Primitives.shims.swift
[203/1031] Compiling Atomics AtomicInteger.swift
[204/1031] Compiling Atomics AtomicOptionalWrappable.swift
[205/1031] Compiling Algorithms EitherSequence.swift
[206/1031] 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)
[207/1031] Compiling Algorithms FirstNonNil.swift
[208/1031] Compiling Algorithms FlattenCollection.swift
[211/1031] Compiling Algorithms Intersperse.swift
[212/1031] Compiling Algorithms Joined.swift
[213/1031] Compiling Algorithms Keyed.swift
[214/1049] Compiling Algorithms Split.swift
[215/1049] Compiling Algorithms Stride.swift
[216/1049] Compiling Algorithms Suffix.swift
[221/1049] Compiling Atomics ManagedAtomic.swift
[222/1049] Compiling Atomics ManagedAtomicLazyReference.swift
[223/1049] Compiling Atomics UnsafeAtomic.swift
[224/1049] Compiling Atomics UnsafeAtomicLazyReference.swift
[225/1049] Compiling Algorithms RandomSample.swift
[226/1049] Compiling Algorithms Reductions.swift
[227/1049] Compiling Algorithms Rotate.swift
[229/1049] Compiling Atomics OptionalRawRepresentable.swift
[230/1049] Compiling Atomics RawRepresentable.swift
[231/1049] Compiling Atomics AtomicBool.swift
[232/1049] Compiling Atomics AtomicValue.swift
[233/1049] Compiling Atomics AtomicMemoryOrderings.swift
[234/1049] Compiling Atomics DoubleWord.swift
[236/1049] Compiling RoutingKit Router.swift
[241/1051] Compiling RoutingKit AnyRouter.swift
[242/1051] Compiling RoutingKit Parameters.swift
[243/1051] Emitting module RoutingKit
[244/1051] Compiling RoutingKit PathComponent.swift
[246/1051] Compiling Atomics AtomicReference.swift
[249/1052] Compiling RoutingKit TrieRouter.swift
[253/1054] Compiling Atomics IntegerOperations.swift
[254/1054] Compiling Atomics Unmanaged extensions.swift
[263/1054] Compiling Atomics AtomicStorage.swift
[269/1057] Compiling CoreMetrics Locks.swift
[270/1057] Compiling CoreMetrics Metrics.swift
[272/1130] Compiling _RopeModule BigString+Summary.swift
[273/1130] Compiling _RopeModule BigString.swift
[274/1130] Compiling _RopeModule BigString+Comparable.swift
[275/1134] Compiling Tracing InstrumentationSystem+Tracing.swift
[276/1189] Emitting module Tracing
[277/1189] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[278/1189] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[279/1189] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[280/1189] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[281/1189] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[282/1189] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[283/1189] 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)
[284/1189] 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)
[285/1189] 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)
[286/1189] 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)
[287/1189] 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)
[288/1189] 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)
[288/1189] Compiling t1_enc.cc
[291/1190] Compiling Tracing Tracer.swift
[292/1190] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[293/1190] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[294/1190] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[295/1190] Compiling OrderedCollections OrderedSet+Initializers.swift
[296/1190] Compiling OrderedCollections OrderedSet+Insertions.swift
[297/1190] Compiling OrderedCollections OrderedSet+Invariants.swift
[298/1190] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[299/1190] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[300/1190] Compiling Tracing TracingTime.swift
[301/1191] Compiling Tracing TracerProtocol+Legacy.swift
[302/1191] Compiling Tracing TracerProtocol.swift
[303/1194] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[304/1194] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[310/1201] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[311/1201] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[312/1201] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[313/1201] Compiling OrderedCollections OrderedDictionary.swift
[314/1201] Compiling OrderedCollections OrderedSet+Codable.swift
[315/1201] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[316/1201] Compiling OrderedCollections OrderedSet+Descriptions.swift
[317/1201] Compiling OrderedCollections OrderedSet+Diffing.swift
[318/1201] Compiling OrderedCollections OrderedSet+Equatable.swift
[319/1201] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[320/1201] Compiling OrderedCollections OrderedSet+Hashable.swift
[321/1201] Emitting module TelegramBotPromiseKit
[322/1201] Compiling Tracing NoOpTracer.swift
[323/1201] Compiling Tracing SpanProtocol.swift
[324/1202] Compiling TelegramBotPromiseKit TelegramSendApi+PromiseKit.swift
[325/1203] Emitting module Metrics
[326/1203] Compiling Metrics Metrics.swift
[330/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[331/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[332/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[333/1204] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[340/1204] Compiling ssl_x509.cc
[345/1210] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[346/1210] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[347/1210] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[348/1210] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[349/1210] Compiling OrderedCollections OrderedDictionary+Values.swift
[350/1210] Compiling OrderedCollections OrderedDictionary+Codable.swift
[354/1210] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[355/1210] Compiling OrderedCollections OrderedDictionary+Elements.swift
[356/1210] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[357/1210] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[366/1226] Compiling DequeModule Deque+Codable.swift
[367/1226] Compiling DequeModule Deque+Collection.swift
[368/1226] Compiling DequeModule Deque+CustomReflectable.swift
[369/1226] Compiling HeapModule Heap+Descriptions.swift
[370/1226] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[371/1226] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[372/1226] Compiling OrderedCollections OrderedSet.swift
[373/1226] Compiling OrderedCollections _UnsafeBitset.swift
[374/1226] Compiling _RopeModule Rope+Sequence.swift
[375/1226] Compiling _RopeModule Rope+Append.swift
[376/1226] Compiling _RopeModule Rope+Extract.swift
[377/1226] Compiling _RopeModule Rope+Find.swift
[378/1226] Compiling _RopeModule Rope+ForEachWhile.swift
[379/1226] Compiling _RopeModule Rope+Insert.swift
[385/1226] Compiling OrderedCollections OrderedSet+Sendable.swift
[386/1226] Compiling OrderedCollections OrderedSet+SubSequence.swift
[387/1226] Compiling OrderedCollections OrderedSet+Testing.swift
[388/1226] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[389/1311] Compiling HashTreeCollections _Bucket.swift
[390/1311] Compiling HashTreeCollections _Hash.swift
[391/1313] Compiling HashTreeCollections TreeDictionary+Values.swift
[392/1313] Compiling HashTreeCollections TreeDictionary.swift
[393/1313] Compiling HashTreeCollections TreeSet+Codable.swift
[394/1313] Compiling HashTreeCollections TreeSet+Collection.swift
[395/1313] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[396/1313] Compiling HashTreeCollections TreeSet+Debugging.swift
[397/1313] Compiling HashTreeCollections TreeSet+Descriptions.swift
[398/1313] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[399/1313] Compiling HashTreeCollections _HashNode+Structural merge.swift
[400/1313] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[401/1313] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[402/1313] Compiling HashTreeCollections _HashNode+Structural union.swift
[403/1313] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[404/1313] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[405/1313] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[406/1313] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[407/1313] Compiling HashTreeCollections _HashNode.swift
[408/1313] Emitting module Atomics
[409/1314] Compiling HashTreeCollections _HashNode+Debugging.swift
[410/1314] Compiling HashTreeCollections _HashNode+Initializers.swift
[411/1314] Compiling HashTreeCollections _HashLevel.swift
[412/1314] Compiling HashTreeCollections _HashNode+Builder.swift
[413/1314] Emitting module Algorithms
[414/1315] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[415/1315] Compiling HashTreeCollections _HashNode+Storage.swift
[417/1315] Compiling HeapModule Heap.swift
[418/1315] Compiling HeapModule _HeapNode.swift
[420/1315] Compiling HashTreeCollections _HashNode+Invariants.swift
[421/1315] Compiling HashTreeCollections _HashNode+Lookups.swift
[422/1315] Compiling HashTreeCollections _AncestorHashSlots.swift
[423/1315] Compiling HashTreeCollections _Bitmap.swift
[432/1315] Compiling HeapModule Heap+Invariants.swift
[433/1315] Compiling HeapModule Heap+UnsafeHandle.swift
[434/1315] Emitting module HeapModule
[435/1316] Compiling HashTreeCollections _HashSlot.swift
[436/1316] Compiling HashTreeCollections _HashStack.swift
[437/1316] Compiling HashTreeCollections _HashTreeIterator.swift
[438/1316] Compiling HashTreeCollections _HashTreeStatistics.swift
[439/1316] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[440/1316] Compiling HashTreeCollections _RawHashNode.swift
[441/1316] Compiling HashTreeCollections _UnmanagedHashNode.swift
[442/1316] Compiling HashTreeCollections _UnsafePath.swift
[443/1316] Emitting module OrderedCollections
[446/1317] Compiling DequeModule _DequeSlot.swift
[447/1317] Compiling DequeModule _UnsafeWrappedBuffer.swift
[448/1317] Emitting module _RopeModule
[449/1317] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[450/1317] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[455/1317] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[456/1317] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[457/1317] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[458/1317] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[459/1317] Compiling HashTreeCollections TreeSet+Hashable.swift
[460/1317] Compiling HashTreeCollections TreeSet+Sendable.swift
[461/1317] Compiling HashTreeCollections TreeSet+Sequence.swift
[462/1317] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[463/1317] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[464/1317] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[465/1317] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[466/1317] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[467/1317] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[468/1317] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[469/1327] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[470/1327] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[471/1327] Compiling HashTreeCollections TreeDictionary+Filter.swift
[472/1327] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[473/1327] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[474/1327] Compiling HashTreeCollections TreeDictionary+Keys.swift
[475/1327] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[476/1327] Compiling HashTreeCollections TreeDictionary+Merge.swift
[477/1327] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[478/1327] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[490/1327] Compiling HashTreeCollections TreeSet+Equatable.swift
[491/1327] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[492/1327] Compiling HashTreeCollections TreeSet+Extras.swift
[493/1327] Compiling HashTreeCollections TreeSet+Filter.swift
[494/1327] Emitting module DequeModule
[496/1328] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[497/1328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[498/1328] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[499/1328] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[500/1328] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[501/1328] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[502/1328] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[503/1328] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[504/1328] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[505/1328] Compiling HashTreeCollections TreeSet.swift
[505/1328] Compiling ssl_versions.cc
[506/1328] Compiling ssl_transcript.cc
[508/1328] Compiling HashTreeCollections _HashNodeHeader.swift
[517/1328] Compiling HashTreeCollections TreeDictionary+Codable.swift
[518/1328] Compiling HashTreeCollections TreeDictionary+Collection.swift
[519/1328] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[520/1328] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[521/1328] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[535/1328] Compiling ssl_stat.cc
[559/1329] Compiling ssl_session.cc
[560/1329] Compiling ssl_privkey.cc
[583/1329] Compiling ssl_file.cc
[585/1329] Emitting module HashTreeCollections
[586/1330] Compiling ssl_lib.cc
[587/1330] Compiling ssl_key_share.cc
[588/1330] Compiling ssl_buffer.cc
[589/1330] Compiling ssl_cert.cc
[590/1330] Compiling ssl_cipher.cc
[591/1330] Compiling ssl_credential.cc
[592/1330] Compiling ssl_asn1.cc
[593/1330] Compiling s3_pkt.cc
[594/1330] Compiling s3_lib.cc
[595/1330] Compiling ssl_aead_ctx.cc
[596/1330] Compiling s3_both.cc
[597/1330] Compiling handshake.cc
[598/1330] Compiling handshake_server.cc
[599/1330] Compiling handshake_client.cc
[600/1330] Compiling handoff.cc
[601/1330] Compiling encrypted_client_hello.cc
[602/1330] Compiling dtls_method.cc
[603/1330] Compiling dtls_record.cc
[604/1330] Compiling md5-x86_64-linux.S
[605/1330] Compiling md5-x86_64-apple.S
[606/1330] Compiling md5-586-linux.S
[607/1330] Compiling md5-586-apple.S
[608/1330] Compiling extensions.cc
[609/1330] Compiling chacha20_poly1305_x86_64-apple.S
[610/1330] Compiling chacha20_poly1305_x86_64-linux.S
[611/1330] Compiling chacha20_poly1305_armv8-win.S
[612/1330] Compiling d1_srtp.cc
[613/1330] Compiling chacha20_poly1305_armv8-linux.S
[614/1330] Compiling chacha20_poly1305_armv8-apple.S
[615/1330] Compiling chacha-x86_64-linux.S
[616/1330] Compiling chacha-x86_64-apple.S
[617/1330] Compiling chacha-x86-linux.S
[618/1330] Compiling chacha-x86-apple.S
[619/1330] Compiling chacha-armv8-win.S
[620/1330] Compiling err_data.cc
[621/1330] Compiling chacha-armv8-linux.S
[622/1330] Compiling chacha-armv8-apple.S
[623/1330] Compiling chacha-armv4-linux.S
[624/1330] Compiling aes128gcmsiv-x86_64-linux.S
[625/1330] Compiling d1_pkt.cc
[626/1330] Compiling aes128gcmsiv-x86_64-apple.S
[627/1330] Compiling x86_64-mont5-linux.S
[628/1330] Compiling x86_64-mont5-apple.S
[629/1330] Compiling x86_64-mont-linux.S
[630/1330] Compiling x86_64-mont-apple.S
[631/1330] Compiling x86-mont-linux.S
[632/1330] Compiling x86-mont-apple.S
[633/1330] Compiling vpaes-x86_64-apple.S
[634/1330] Compiling vpaes-x86_64-linux.S
[635/1330] Compiling vpaes-x86-apple.S
[636/1330] Compiling vpaes-armv8-win.S
[637/1330] Compiling vpaes-x86-linux.S
[638/1330] Compiling vpaes-armv8-linux.S
[639/1330] Compiling vpaes-armv7-linux.S
[640/1330] Compiling sha512-x86_64-linux.S
[641/1330] Compiling vpaes-armv8-apple.S
[642/1330] Compiling sha512-armv8-linux.S
[643/1330] Compiling sha512-x86_64-apple.S
[644/1330] Compiling sha512-armv8-win.S
[645/1330] Compiling sha512-armv8-apple.S
[646/1330] Compiling sha512-586-linux.S
[647/1330] Compiling sha512-armv4-linux.S
[648/1330] Compiling bio_ssl.cc
[649/1330] Compiling sha512-586-apple.S
[650/1330] Compiling sha256-x86_64-apple.S
[650/1330] Compiling sha256-x86_64-linux.S
[652/1330] Compiling sha256-armv8-win.S
[653/1330] Compiling sha256-armv8-apple.S
[654/1330] Compiling sha256-armv8-linux.S
[655/1330] Compiling sha256-armv4-linux.S
[656/1330] Compiling sha256-586-linux.S
[657/1330] Compiling sha256-586-apple.S
[658/1330] Compiling sha1-x86_64-apple.S
[659/1330] Compiling sha1-armv8-linux.S
[660/1330] Compiling sha1-armv8-win.S
[661/1330] Compiling sha1-x86_64-linux.S
[662/1330] Compiling sha1-armv8-apple.S
[663/1330] Compiling sha1-586-linux.S
[664/1330] Compiling d1_lib.cc
[665/1330] Compiling sha1-armv4-large-linux.S
[666/1330] Compiling rdrand-x86_64-apple.S
[667/1330] Compiling sha1-586-apple.S
[668/1330] Compiling p256_beeu-x86_64-asm-apple.S
[669/1330] Compiling p256_beeu-x86_64-asm-linux.S
[669/1330] Compiling rsaz-avx2-apple.S
[670/1330] Compiling rdrand-x86_64-linux.S
[672/1330] Compiling rsaz-avx2-linux.S
[673/1330] Compiling p256_beeu-armv8-asm-win.S
[674/1330] Compiling p256_beeu-armv8-asm-apple.S
[675/1330] Compiling p256_beeu-armv8-asm-linux.S
[676/1330] Compiling p256-x86_64-asm-apple.S
[677/1330] Compiling p256-x86_64-asm-linux.S
[678/1330] Compiling p256-armv8-asm-win.S
[679/1330] Compiling p256-armv8-asm-linux.S
[680/1330] Compiling p256-armv8-asm-apple.S
[681/1330] Compiling ghashv8-armv8-win.S
[682/1330] Compiling ghashv8-armv8-linux.S
[683/1330] Compiling ghashv8-armv8-apple.S
[684/1330] Compiling ghashv8-armv7-linux.S
[685/1330] Compiling ghash-x86-linux.S
[686/1330] Compiling ghash-x86_64-linux.S
[687/1330] Compiling ghash-x86_64-apple.S
[687/1330] Compiling ghash-x86-apple.S
[689/1330] Compiling ghash-ssse3-x86_64-linux.S
[690/1330] Compiling ghash-ssse3-x86_64-apple.S
[691/1330] Compiling ghash-ssse3-x86-apple.S
[692/1330] Compiling ghash-ssse3-x86-linux.S
[693/1330] Compiling ghash-neon-armv8-win.S
[694/1330] Compiling ghash-neon-armv8-linux.S
[695/1330] Compiling ghash-armv4-linux.S
[696/1330] Compiling ghash-neon-armv8-apple.S
[697/1330] Compiling co-586-linux.S
[698/1330] Compiling d1_both.cc
[699/1330] Compiling co-586-apple.S
[700/1330] Compiling bn-586-linux.S
[701/1330] Compiling bn-armv8-apple.S
[702/1330] Compiling bsaes-armv7-linux.S
[703/1330] Compiling bn-armv8-win.S
[704/1330] Compiling bn-armv8-linux.S
[705/1330] Compiling armv8-mont-win.S
[706/1330] Compiling bn-586-apple.S
[707/1330] Compiling armv8-mont-apple.S
[708/1330] Compiling aesv8-gcm-armv8-linux.S
[709/1330] Compiling armv4-mont-linux.S
[710/1330] Compiling armv8-mont-linux.S
[711/1330] Compiling aesv8-gcm-armv8-win.S
[712/1330] Compiling aesv8-gcm-armv8-apple.S
[713/1330] Compiling aesv8-armv8-win.S
[714/1330] Compiling aesv8-armv8-apple.S
[715/1330] Compiling aesv8-armv8-linux.S
[716/1330] Compiling aesv8-armv7-linux.S
[717/1330] Compiling aesni-x86_64-apple.S
[718/1330] Compiling aesni-x86_64-linux.S
[719/1330] Compiling aesni-x86-apple.S
[720/1330] Compiling aesni-x86-linux.S
[721/1330] Compiling aesni-gcm-x86_64-linux.S
[722/1330] Compiling aesni-gcm-x86_64-apple.S
[723/1330] Compiling aes-gcm-avx2-x86_64-linux.S
[724/1330] Compiling aes-gcm-avx2-x86_64-apple.S
[725/1330] Compiling aes-gcm-avx10-x86_64-apple.S
[726/1330] Compiling aes-gcm-avx10-x86_64-linux.S
[727/1330] Compiling x_val.cc
[728/1330] Compiling x_sig.cc
[729/1330] Compiling x_x509a.cc
[730/1330] Compiling x_req.cc
[731/1330] Compiling x_spki.cc
[732/1330] Compiling x_x509.cc
[733/1330] Compiling x_name.cc
[734/1330] Compiling x_pubkey.cc
[735/1330] Compiling x_all.cc
[736/1330] Compiling x509spki.cc
[737/1330] Compiling x_exten.cc
[738/1330] Compiling x_attrib.cc
[739/1330] Compiling x_crl.cc
[740/1330] Compiling x_algor.cc
[741/1330] Compiling x509name.cc
[742/1330] Compiling x509rset.cc
[743/1330] Compiling x509_vpm.cc
[744/1330] Compiling x509cset.cc
[745/1330] Compiling x509_txt.cc
[746/1330] Compiling x509_vfy.cc
[747/1330] Compiling x509_v3.cc
[748/1330] Compiling x509_trs.cc
[749/1330] Compiling x509_set.cc
[750/1330] Compiling x509_req.cc
[751/1330] Compiling x509_obj.cc
[752/1330] Compiling x509_def.cc
[753/1330] Compiling x509_ext.cc
[754/1330] Compiling x509_d2.cc
[755/1330] Compiling x509_cmp.cc
[756/1330] Compiling x509_lu.cc
[757/1330] Compiling x509_att.cc
[758/1330] Compiling x509.cc
[759/1330] Compiling v3_prn.cc
[760/1330] Compiling v3_skey.cc
[761/1330] Compiling v3_pmaps.cc
[762/1330] Compiling v3_pcons.cc
[763/1330] Compiling v3_utl.cc
[764/1330] Compiling v3_purp.cc
[765/1330] Compiling v3_ocsp.cc
[766/1330] Compiling v3_ncons.cc
[767/1330] Compiling v3_lib.cc
[768/1330] Compiling v3_ia5.cc
[769/1330] Compiling v3_int.cc
[770/1330] Compiling v3_genn.cc
[771/1330] Compiling v3_info.cc
[772/1330] Compiling v3_extku.cc
[773/1330] Compiling v3_enum.cc
[774/1330] Compiling v3_crld.cc
[775/1330] Compiling v3_cpols.cc
[776/1330] Compiling v3_conf.cc
[777/1330] Compiling v3_bitst.cc
[778/1330] Compiling v3_alt.cc
[779/1330] Compiling v3_akeya.cc
[780/1330] Compiling v3_bcons.cc
[781/1330] Compiling t_x509a.cc
[782/1330] Compiling t_x509.cc
[783/1330] Compiling v3_akey.cc
[784/1330] Compiling t_req.cc
[785/1330] Compiling rsa_pss.cc
[786/1330] Compiling t_crl.cc
[787/1330] Compiling i2d_pr.cc
[788/1330] Compiling policy.cc
[789/1330] Compiling name_print.cc
[790/1330] Compiling by_dir.cc
[791/1330] Compiling by_file.cc
[792/1330] Compiling algorithm.cc
[793/1330] Compiling asn1_gen.cc
[794/1330] Compiling trust_token.cc
[795/1330] Compiling voprf.cc
[796/1330] Compiling a_verify.cc
[797/1330] Compiling a_digest.cc
[798/1330] Compiling thread_pthread.cc
[799/1330] Compiling a_sign.cc
[800/1330] Compiling pmbtoken.cc
[801/1330] Compiling thread.cc
[802/1330] Compiling thread_win.cc
[803/1330] Compiling stack.cc
[804/1330] Compiling slhdsa.cc
[805/1330] Compiling siphash.cc
[806/1330] Compiling thread_none.cc
[807/1330] Compiling sha512.cc
[808/1330] Compiling sha256.cc
[809/1330] Compiling sha1.cc
[810/1330] Compiling rsa_print.cc
[811/1330] Compiling rsa_extra.cc
[812/1330] Compiling rc4.cc
[813/1330] Compiling rsa_crypt.cc
[814/1330] Compiling refcount.cc
[815/1330] Compiling spake2plus.cc
[816/1330] Compiling urandom.cc
[817/1330] Compiling windows.cc
[818/1330] Compiling rsa_asn1.cc
[819/1330] Compiling trusty.cc
[820/1330] Compiling rand.cc
[821/1330] Compiling passive.cc
[822/1330] Compiling ios.cc
[823/1330] Compiling getentropy.cc
[824/1330] Compiling poly1305_arm_asm.S
[825/1330] Compiling forkunsafe.cc
[826/1330] Compiling fork_detect.cc
[827/1330] Compiling deterministic.cc
[828/1330] Compiling poly1305_arm.cc
[829/1330] Compiling poly1305.cc
[830/1330] Compiling poly1305_vec.cc
[831/1330] Compiling pool.cc
[832/1330] Compiling pkcs8.cc
[833/1330] Compiling pkcs8_x509.cc
[834/1330] Compiling pkcs7.cc
[835/1330] Compiling p5_pbev2.cc
[836/1330] Compiling pem_x509.cc
[836/1330] Compiling pkcs7_x509.cc
[838/1330] Compiling pem_pkey.cc
[839/1330] Compiling pem_xaux.cc
[840/1330] Compiling mlkem.cc
[841/1330] Compiling obj_xref.cc
[842/1330] Compiling pem_pk8.cc
[843/1330] Compiling pem_oth.cc
[844/1330] Compiling pem_lib.cc
[845/1330] Compiling mldsa.cc
[846/1330] Compiling obj.cc
[847/1330] Compiling pem_all.cc
[848/1330] Compiling pem_info.cc
[849/1330] Compiling poly_rq_mul.S
[850/1330] Compiling fips_shared_support.cc
[851/1330] Compiling mem.cc
[852/1330] Compiling md5.cc
[853/1330] Compiling lhash.cc
[854/1330] Compiling md4.cc
[855/1330] Compiling sign.cc
[855/1330] Compiling hrss.cc
[855/1330] Compiling ex_data.cc
[856/1330] Compiling kyber.cc
[859/1330] Compiling scrypt.cc
[860/1330] Compiling hpke.cc
[861/1330] Compiling print.cc
[862/1330] Compiling p_x25519.cc
[863/1330] Compiling pbkdf.cc
[864/1330] Compiling p_rsa_asn1.cc
[865/1330] Compiling p_x25519_asn1.cc
[866/1330] Compiling p_hkdf.cc
[867/1330] Compiling p_ed25519.cc
[868/1330] Compiling p_rsa.cc
[869/1330] Compiling p_ed25519_asn1.cc
[870/1330] Compiling p_ec_asn1.cc
[871/1330] Compiling p_dh.cc
[872/1330] Compiling p_dh_asn1.cc
[873/1330] Compiling p_ec.cc
[874/1330] Compiling evp_ctx.cc
[875/1330] Compiling p_dsa_asn1.cc
[876/1330] Compiling evp.cc
[877/1330] Compiling err.cc
[878/1330] Compiling engine.cc
[879/1330] Compiling ecdh.cc
[880/1330] Compiling evp_asn1.cc
[881/1330] Compiling ecdsa_asn1.cc
[882/1330] Compiling ec_derive.cc
[883/1330] Compiling hash_to_curve.cc
[884/1330] Compiling dsa.cc
[885/1330] Compiling dsa_asn1.cc
[886/1330] Compiling ec_asn1.cc
[887/1330] Compiling params.cc
[888/1330] Compiling x25519-asm-arm.S
[889/1330] Compiling digest_extra.cc
[890/1330] Compiling des.cc
[891/1330] Compiling dh_asn1.cc
[892/1330] Compiling cpu_intel.cc
[893/1330] Compiling cpu_arm_linux.cc
[894/1330] Compiling spake25519.cc
[895/1330] Compiling cpu_arm_freebsd.cc
[896/1330] Compiling crypto.cc
[897/1330] Compiling bcm.cc
[897/1330] Compiling curve25519.cc
[899/1330] Compiling cpu_aarch64_win.cc
[900/1330] Compiling cpu_aarch64_openbsd.cc
[901/1330] Compiling cpu_aarch64_sysreg.cc
[902/1330] Compiling cpu_aarch64_fuchsia.cc
[903/1330] Compiling cpu_aarch64_linux.cc
[904/1330] Compiling curve25519_64_adx.cc
[905/1330] Compiling cpu_aarch64_apple.cc
[906/1330] Compiling conf.cc
[907/1330] Compiling tls_cbc.cc
[908/1330] Compiling e_rc4.cc
[909/1330] Compiling e_tls.cc
[910/1330] Compiling get_cipher.cc
[911/1330] Compiling e_null.cc
[912/1330] Compiling e_rc2.cc
[913/1330] Compiling e_des.cc
[914/1330] Compiling e_chacha20poly1305.cc
[915/1330] Compiling e_aesctrhmac.cc
[916/1330] Compiling derive_key.cc
[917/1330] Compiling e_aesgcmsiv.cc
[918/1330] Compiling chacha.cc
[919/1330] Compiling unicode.cc
[920/1330] Compiling buf.cc
[921/1330] Compiling cbb.cc
[922/1330] Compiling ber.cc
[923/1330] Compiling bn_asn1.cc
[924/1330] Compiling asn1_compat.cc
[925/1330] Compiling blake2.cc
[926/1330] Compiling convert.cc
[927/1330] Compiling socket_helper.cc
[928/1330] Compiling cbs.cc
[929/1330] Compiling socket.cc
[930/1330] Compiling printf.cc
[931/1330] Compiling pair.cc
[932/1330] Compiling hexdump.cc
[933/1330] Compiling fd.cc
[934/1330] Compiling file.cc
[935/1330] Compiling errno.cc
[936/1330] Compiling bio_mem.cc
[937/1330] Compiling connect.cc
[938/1330] Compiling base64.cc
[939/1330] Compiling bio.cc
[940/1330] Compiling tasn_typ.cc
[941/1330] Compiling tasn_fre.cc
[942/1330] Compiling posix_time.cc
[943/1330] Compiling tasn_utl.cc
[944/1330] Compiling f_string.cc
[945/1330] Compiling tasn_enc.cc
[946/1330] Compiling tasn_new.cc
[947/1330] Compiling asn_pack.cc
[948/1330] Compiling f_int.cc
[949/1330] Compiling asn1_par.cc
[950/1330] Compiling tasn_dec.cc
[951/1330] Compiling a_utctm.cc
[952/1330] Compiling a_time.cc
[953/1330] Compiling asn1_lib.cc
[954/1330] Compiling a_type.cc
[955/1330] Compiling a_strnid.cc
[956/1330] Compiling a_strex.cc
[957/1330] Compiling a_octet.cc
[958/1330] Compiling a_i2d_fp.cc
[959/1330] Compiling a_object.cc
[960/1330] Compiling a_dup.cc
[961/1330] Compiling a_d2i_fp.cc
[962/1330] Compiling a_int.cc
[963/1330] Compiling a_mbstr.cc
[964/1330] Compiling fiat_p256_adx_mul.S
[965/1330] Compiling a_gentm.cc
[966/1330] Compiling fiat_p256_adx_sqr.S
[967/1330] Compiling fiat_curve25519_adx_mul.S
[968/1330] Compiling fiat_curve25519_adx_square.S
[969/1330] Compiling md5-x86_64-linux.S
[970/1330] Compiling CCryptoBoringSSLShims shims.c
[971/1330] Compiling md5-x86_64-apple.S
[972/1330] Compiling md5-586-linux.S
[973/1330] Compiling a_bitstr.cc
[974/1330] Compiling md5-586-apple.S
[975/1330] Compiling a_bool.cc
[976/1330] Compiling chacha20_poly1305_armv8-linux.S
[977/1330] Compiling chacha20_poly1305_armv8-win.S
[978/1330] Compiling chacha20_poly1305_x86_64-apple.S
[979/1330] Compiling chacha20_poly1305_x86_64-linux.S
[980/1330] Compiling chacha20_poly1305_armv8-apple.S
[981/1330] Compiling chacha-x86_64-apple.S
[982/1330] Compiling chacha-x86_64-linux.S
[983/1330] Compiling chacha-x86-linux.S
[984/1330] Compiling chacha-x86-apple.S
[985/1330] Compiling chacha-armv8-win.S
[986/1330] Compiling chacha-armv8-linux.S
[987/1330] Compiling chacha-armv4-linux.S
[988/1330] Compiling chacha-armv8-apple.S
[989/1330] Compiling aes128gcmsiv-x86_64-apple.S
[990/1330] Compiling aes128gcmsiv-x86_64-linux.S
[991/1330] Compiling x86_64-mont5-apple.S
[992/1330] Compiling x86_64-mont5-linux.S
[993/1330] Compiling err_data.cc
[994/1330] Compiling x86_64-mont-linux.S
[995/1330] Compiling x86-mont-linux.S
[996/1330] Compiling x86_64-mont-apple.S
[997/1330] Compiling vpaes-x86_64-apple.S
[998/1330] Compiling vpaes-x86-linux.S
[999/1330] Compiling vpaes-x86_64-linux.S
[1000/1330] Compiling x86-mont-apple.S
[1001/1330] Compiling vpaes-x86-apple.S
[1002/1330] Compiling vpaes-armv8-linux.S
[1002/1330] Compiling vpaes-armv8-win.S
[1004/1330] Compiling vpaes-armv7-linux.S
[1005/1330] Compiling vpaes-armv8-apple.S
[1006/1330] Compiling sha512-armv8-win.S
[1007/1330] Compiling sha512-x86_64-linux.S
[1008/1330] Compiling sha512-armv8-linux.S
[1009/1330] Compiling sha512-x86_64-apple.S
[1010/1330] Compiling sha512-armv8-apple.S
[1011/1330] Compiling sha512-armv4-linux.S
[1012/1330] Compiling sha512-586-linux.S
[1013/1330] Compiling sha512-586-apple.S
[1014/1330] Compiling sha256-x86_64-linux.S
[1015/1330] Compiling sha256-armv8-win.S
[1016/1330] Compiling sha256-x86_64-apple.S
[1017/1330] Compiling sha256-armv8-linux.S
[1018/1330] Compiling sha256-armv4-linux.S
[1019/1330] Compiling sha256-armv8-apple.S
[1020/1330] Compiling sha256-586-linux.S
[1021/1330] Compiling sha256-586-apple.S
[1022/1330] Compiling sha1-x86_64-apple.S
[1023/1330] Compiling sha1-armv8-win.S
[1024/1330] Compiling sha1-x86_64-linux.S
[1025/1330] Compiling sha1-armv8-apple.S
[1026/1330] Compiling sha1-armv8-linux.S
[1027/1330] Compiling sha1-armv4-large-linux.S
[1028/1330] Compiling sha1-586-apple.S
[1029/1330] Compiling sha1-586-linux.S
[1030/1330] Compiling rdrand-x86_64-linux.S
[1031/1330] Compiling rsaz-avx2-linux.S
[1032/1330] Compiling rsaz-avx2-apple.S
[1033/1330] Compiling rdrand-x86_64-apple.S
[1034/1330] Compiling p256_beeu-x86_64-asm-linux.S
[1035/1330] Compiling p256_beeu-armv8-asm-win.S
[1036/1330] Compiling p256_beeu-x86_64-asm-apple.S
[1037/1330] Compiling p256_beeu-armv8-asm-apple.S
[1038/1330] Compiling p256_beeu-armv8-asm-linux.S
[1039/1330] Compiling p256-x86_64-asm-linux.S
[1040/1330] Compiling p256-armv8-asm-linux.S
[1041/1330] Compiling p256-x86_64-asm-apple.S
[1042/1330] Compiling p256-armv8-asm-apple.S
[1043/1330] Compiling p256-armv8-asm-win.S
[1044/1330] Compiling ghashv8-armv8-win.S
[1045/1330] Compiling ghashv8-armv8-linux.S
[1046/1330] Compiling ghash-x86_64-apple.S
[1047/1330] Compiling ghashv8-armv8-apple.S
[1048/1330] Compiling ghashv8-armv7-linux.S
[1049/1330] Compiling ghash-x86_64-linux.S
[1050/1330] Compiling ghash-x86-linux.S
[1051/1330] Compiling ghash-ssse3-x86_64-apple.S
[1052/1330] Compiling ghash-x86-apple.S
[1053/1330] Compiling ghash-ssse3-x86_64-linux.S
[1054/1330] Compiling ghash-ssse3-x86-apple.S
[1055/1330] Compiling ghash-ssse3-x86-linux.S
[1056/1330] Compiling ghash-neon-armv8-win.S
[1057/1330] Compiling ghash-neon-armv8-linux.S
[1058/1330] Compiling ghash-neon-armv8-apple.S
[1059/1330] Compiling co-586-apple.S
[1060/1330] Compiling co-586-linux.S
[1061/1330] Compiling ghash-armv4-linux.S
[1062/1330] Compiling bsaes-armv7-linux.S
[1063/1330] Compiling c-nioatomics.c
[1064/1330] Compiling bn-armv8-linux.S
[1065/1330] Compiling bn-armv8-win.S
[1066/1330] Compiling bn-586-linux.S
[1067/1330] Compiling bn-586-apple.S
[1068/1330] Compiling bn-armv8-apple.S
[1069/1330] Compiling armv8-mont-win.S
[1070/1330] Compiling armv8-mont-linux.S
[1071/1330] Compiling armv8-mont-apple.S
[1072/1330] Compiling armv4-mont-linux.S
[1073/1330] Compiling aesv8-gcm-armv8-win.S
[1074/1330] Compiling aesv8-gcm-armv8-linux.S
[1075/1330] Compiling aesv8-gcm-armv8-apple.S
[1076/1330] Compiling aesv8-armv8-win.S
[1077/1330] Compiling aesv8-armv8-apple.S
[1078/1330] Compiling aesv8-armv7-linux.S
[1078/1330] Compiling aesv8-armv8-linux.S
[1080/1330] Compiling aesni-x86_64-apple.S
[1081/1330] Compiling aesni-x86-linux.S
[1082/1330] Compiling aesni-x86_64-linux.S
[1083/1330] Compiling aesni-x86-apple.S
[1084/1330] Compiling aesni-gcm-x86_64-linux.S
[1084/1330] Compiling aes-gcm-avx10-x86_64-apple.S
[1085/1330] Compiling aes-gcm-avx10-x86_64-linux.S
[1087/1330] Compiling aesni-gcm-x86_64-apple.S
[1088/1330] Compiling c-atomics.c
[1089/1336] Compiling x_x509.cc
[1090/1336] Compiling x_val.cc
[1091/1336] Compiling x_spki.cc
[1093/1336] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1093/1336] Compiling x_x509a.cc
[1094/1336] Compiling x_pubkey.cc
[1095/1336] Compiling x_sig.cc
[1096/1336] Compiling x_req.cc
[1098/1336] Compiling NIOConcurrencyHelpers NIOLock.swift
[1099/1336] Compiling NIOConcurrencyHelpers lock.swift
[1099/1336] Compiling x_name.cc
[1100/1336] Compiling x_attrib.cc
[1102/1336] Compiling NIOConcurrencyHelpers atomics.swift
[1103/1336] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1104/1336] Emitting module NIOConcurrencyHelpers
[1104/1337] Compiling x_exten.cc
[1106/1337] Compiling x_crl.cc
[1107/1337] Compiling x_algor.cc
[1108/1337] Compiling x509spki.cc
[1109/1337] Compiling x_all.cc
[1110/1422] Compiling x509rset.cc
[1111/1422] Compiling x509name.cc
[1112/1422] Compiling x509_vpm.cc
[1113/1422] Compiling x509_vfy.cc
[1115/1422] Compiling NIOCore ByteBuffer-int.swift
[1116/1422] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1117/1422] Compiling NIOCore ByteBuffer-multi-int.swift
[1117/1425] Compiling x509_v3.cc
[1118/1425] Compiling x509cset.cc
[1120/1425] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1121/1425] Compiling NIOCore ByteBuffer-conversions.swift
[1122/1425] Compiling NIOCore ByteBuffer-core.swift
[1123/1425] Compiling NIOCore ByteBuffer-hex.swift
[1124/1425] Emitting module ConsoleKitTerminal
[1125/1425] Compiling NIOCore NIOAsyncWriter.swift
[1126/1425] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1127/1425] Compiling NIOCore BSDSocketAPI.swift
[1128/1425] Compiling NIOCore ByteBuffer-aux.swift
[1129/1425] Compiling NIOCore AddressedEnvelope.swift
[1130/1425] Compiling NIOCore AsyncAwaitSupport.swift
[1131/1425] Compiling NIOCore AsyncChannel.swift
[1132/1425] Compiling NIOCore AsyncChannelHandler.swift
[1133/1425] Compiling NIOCore AsyncChannelInboundStream.swift
[1134/1425] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1135/1425] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1136/1425] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1137/1425] Compiling NIOCore ChannelHandler.swift
[1138/1425] Compiling NIOCore ChannelHandlers.swift
[1139/1425] Compiling NIOCore ChannelInvoker.swift
[1140/1425] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1141/1425] Compiling NIOCore ByteBuffer-views.swift
[1142/1425] Compiling NIOCore Channel.swift
[1142/1425] Compiling x509_lu.cc
[1143/1425] Compiling x509_txt.cc
[1144/1425] Compiling x509_set.cc
[1145/1425] Compiling x509_ext.cc
[1146/1425] Compiling x509_trs.cc
[1147/1425] Compiling x509_req.cc
[1149/1425] Compiling NIOCore MarkedCircularBuffer.swift
[1150/1425] Compiling NIOCore MulticastChannel.swift
[1151/1425] Compiling NIOCore NIOAny.swift
[1152/1425] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1153/1425] Compiling NIOCore NIOLoopBound.swift
[1154/1425] Compiling NIOCore NIOScheduledCallback.swift
[1155/1425] Compiling NIOCore NIOSendable.swift
[1156/1425] Compiling NIOCore RecvByteBufferAllocator.swift
[1156/1433] Compiling x509_obj.cc
[1158/1433] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1159/1433] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1160/1433] Compiling ConsoleKitTerminal LoggerFragment.swift
[1161/1434] Compiling x509_cmp.cc
[1162/1434] Compiling x509_d2.cc
[1163/1434] Compiling x509_def.cc
[1164/1434] Compiling x509.cc
[1165/1434] Compiling v3_utl.cc
[1166/1434] Compiling v3_skey.cc
[1167/1434] Compiling x509_att.cc
[1169/1435] Compiling NIOCore GlobalSingletons.swift
[1170/1435] Compiling NIOCore IO.swift
[1171/1435] Compiling NIOCore IOData.swift
[1172/1435] Compiling NIOCore IPProtocol.swift
[1173/1435] Compiling NIOCore IntegerBitPacking.swift
[1174/1435] Compiling NIOCore IntegerTypes.swift
[1175/1435] Compiling NIOCore Interfaces.swift
[1176/1435] Compiling NIOCore Linux.swift
[1176/1441] Compiling v3_purp.cc
[1177/1456] Compiling v3_pmaps.cc
[1178/1456] Compiling v3_prn.cc
[1180/1456] Emitting module ConsoleKitCommands
[1181/1458] Compiling ConsoleKitCommands CommandSignature.swift
[1182/1458] Compiling ConsoleKitCommands Flag.swift
[1183/1458] Compiling ConsoleKitCommands Option.swift
[1184/1458] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1185/1458] Compiling ConsoleKitCommands AsyncCommand.swift
[1186/1458] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1187/1458] Compiling ConsoleKitCommands Command.swift
[1188/1458] Compiling ConsoleKitCommands CommandContext.swift
[1189/1458] Compiling ConsoleKitCommands CommandError.swift
[1190/1458] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1191/1458] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1192/1458] Compiling ConsoleKitCommands Argument.swift
[1192/1458] Compiling v3_int.cc
[1193/1458] Compiling v3_ocsp.cc
[1194/1458] Compiling v3_pcons.cc
[1195/1458] Compiling v3_ncons.cc
[1197/1458] Compiling ConsoleKitCommands AsyncCommands.swift
[1198/1458] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1199/1458] Compiling ConsoleKitCommands AnyCommand.swift
[1199/1458] Compiling v3_lib.cc
[1201/1458] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1202/1458] Compiling ConsoleKitCommands Utilities.swift
[1203/1458] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1204/1458] Compiling NIOCore SocketAddresses.swift
[1205/1458] Compiling NIOCore SocketOptionProvider.swift
[1206/1458] Compiling NIOCore SystemCallHelpers.swift
[1207/1458] Compiling NIOCore TimeAmount+Duration.swift
[1208/1458] Compiling NIOCore TypeAssistedChannelHandler.swift
[1209/1458] Compiling NIOCore UniversalBootstrapSupport.swift
[1210/1458] Compiling NIOCore Utilities.swift
[1210/1458] Compiling v3_info.cc
[1212/1458] Compiling NIOCore EventLoop.swift
[1213/1458] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1214/1458] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1215/1458] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1216/1458] Compiling NIOCore EventLoopFuture.swift
[1217/1458] Compiling NIOCore FileDescriptor.swift
[1218/1458] Compiling NIOCore FileHandle.swift
[1219/1458] Compiling NIOCore FileRegion.swift
[1222/1458] Compiling NIOCore Codec.swift
[1223/1458] Compiling NIOCore ConvenienceOptionSupport.swift
[1224/1458] Compiling NIOCore DeadChannel.swift
[1225/1458] Compiling NIOCore DispatchQueue+WithFuture.swift
[1226/1458] Compiling NIOCore EventLoop+Deprecated.swift
[1227/1458] Compiling NIOCore EventLoop+SerialExecutor.swift
[1227/1458] Compiling v3_genn.cc
[1228/1458] Compiling v3_ia5.cc
[1229/1458] Compiling v3_crld.cc
[1230/1458] Compiling v3_enum.cc
[1231/1458] Compiling v3_extku.cc
[1232/1458] Compiling v3_cpols.cc
[1234/1458] Compiling ConsoleKitCommands Console+Run.swift
[1235/1458] Compiling ConsoleKitCommands ConsoleError.swift
[1236/1458] Compiling ConsoleKitCommands Completion.swift
[1237/1458] Compiling ConsoleKitCommands CommandGroup.swift
[1238/1458] Compiling ConsoleKitCommands CommandInput.swift
[1239/1458] Compiling ConsoleKitCommands Commands.swift
[1240/1459] Compiling v3_bitst.cc
[1241/1459] Compiling v3_bcons.cc
[1242/1459] Compiling v3_alt.cc
[1243/1459] Compiling v3_conf.cc
[1244/1459] Compiling v3_akeya.cc
[1245/1461] Compiling v3_akey.cc
[1247/1461] Compiling ConsoleKit Exports.swift
[1248/1461] Emitting module ConsoleKit
[1249/1462] Compiling t_x509a.cc
[1250/1462] Compiling t_req.cc
[1251/1462] Compiling t_crl.cc
[1252/1462] Compiling t_x509.cc
[1253/1462] Compiling i2d_pr.cc
[1254/1462] Compiling rsa_pss.cc
[1255/1462] Compiling policy.cc
[1256/1462] Compiling name_print.cc
[1283/1462] Compiling by_file.cc
[1284/1462] Compiling by_dir.cc
[1286/1462] Emitting module NIOCore
[1286/1463] Compiling a_verify.cc
[1287/1463] Compiling asn1_gen.cc
[1289/1463] Compiling algorithm.cc
[1290/1463] Compiling a_digest.cc
[1291/1463] Compiling a_sign.cc
[1292/1463] Compiling trust_token.cc
[1293/1463] Compiling thread_win.cc
[1294/1478] Compiling pmbtoken.cc
[1295/1511] Compiling thread_none.cc
[1296/1514] Compiling thread_pthread.cc
[1297/1514] Compiling voprf.cc
[1298/1514] Compiling thread.cc
[1299/1514] Compiling stack.cc
[1300/1514] Compiling thash.cc
[1301/1514] Compiling wots.cc
[1302/1514] Compiling slhdsa.cc
[1303/1514] Compiling merkle.cc
[1304/1514] Compiling fors.cc
[1305/1514] Compiling siphash.cc
[1306/1514] Compiling sha1.cc
[1307/1514] Compiling sha256.cc
[1308/1514] Compiling sha512.cc
[1310/1514] Emitting module NIOEmbedded
[1310/1514] Compiling rsa_print.cc
[1311/1514] Compiling rsa_extra.cc
[1312/1514] Compiling refcount.cc
[1314/1514] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1315/1514] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1316/1514] Compiling NIOPosix PosixSingletons.swift
[1317/1514] Compiling NIOPosix RawSocketBootstrap.swift
[1318/1514] Compiling NIOPosix Resolver.swift
[1319/1514] Compiling NIOPosix Selectable.swift
[1319/1520] Compiling rc4.cc
[1321/1520] Compiling NIOEmbedded AsyncTestingChannel.swift
[1322/1520] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1323/1520] Compiling NIOEmbedded Embedded.swift
[1323/1520] Compiling rsa_asn1.cc
[1324/1520] Compiling rsa_crypt.cc
[1325/1521] Compiling trusty.cc
[1326/1521] Compiling windows.cc
[1328/1521] Compiling rand_extra.cc
[1329/1521] Compiling urandom.cc
[1330/1521] Compiling passive.cc
[1331/1521] Compiling ios.cc
[1332/1521] Compiling forkunsafe.cc
[1333/1521] Compiling poly1305_arm_asm.S
[1334/1521] Compiling getentropy.cc
[1335/1521] Compiling deterministic.cc
[1336/1521] Compiling fork_detect.cc
[1337/1521] Compiling poly1305.cc
[1338/1521] Compiling pool.cc
[1339/1521] Compiling poly1305_vec.cc
[1341/1521] Compiling NIOPosix ThreadPosix.swift
[1342/1521] Compiling NIOPosix ThreadWindows.swift
[1343/1521] Compiling NIOPosix UnsafeTransfer.swift
[1344/1521] Compiling NIOPosix Utilities.swift
[1345/1521] Compiling NIOPosix VsockAddress.swift
[1346/1521] Compiling NIOPosix VsockChannelEvents.swift
[1346/1521] Compiling poly1305_arm.cc
[1348/1521] Emitting module NIOPosix
[1349/1521] Compiling NIOPosix SelectableChannel.swift
[1350/1521] Compiling NIOPosix SelectableEventLoop.swift
[1351/1521] Compiling NIOPosix SelectorEpoll.swift
[1352/1521] Compiling NIOPosix SelectorGeneric.swift
[1353/1521] Compiling NIOPosix SelectorKqueue.swift
[1354/1521] Compiling NIOPosix SelectorUring.swift
[1354/1521] Compiling pkcs7.cc
[1355/1521] Compiling p5_pbev2.cc
[1357/1521] Compiling NIOPosix ServerSocket.swift
[1358/1521] Compiling NIOPosix Socket.swift
[1359/1521] Compiling NIOPosix SocketChannel.swift
[1360/1521] Compiling NIOPosix SocketProtocols.swift
[1361/1521] Compiling NIOPosix System.swift
[1362/1521] Compiling NIOPosix Thread.swift
[1362/1521] Compiling pkcs8.cc
[1363/1521] Compiling pem_x509.cc
[1364/1521] Compiling pkcs8_x509.cc
[1365/1521] Compiling pkcs7_x509.cc
[1366/1521] Compiling pem_xaux.cc
[1367/1521] Compiling pem_pkey.cc
[1368/1521] Compiling pem_pk8.cc
[1369/1521] Compiling obj_xref.cc
[1370/1521] Compiling pem_oth.cc
[1371/1521] Compiling pem_all.cc
[1372/1521] Compiling mldsa.cc
[1373/1521] Compiling pem_info.cc
[1374/1521] Compiling pem_lib.cc
[1375/1521] Compiling mem.cc
[1377/1521] Compiling NIOPosix IO.swift
[1378/1521] Compiling NIOPosix IntegerBitPacking.swift
[1379/1521] Compiling NIOPosix IntegerTypes.swift
[1380/1521] Compiling NIOPosix Linux.swift
[1381/1521] Compiling NIOPosix LinuxCPUSet.swift
[1382/1521] Compiling NIOPosix LinuxUring.swift
[1383/1521] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1384/1521] Compiling NIOPosix NIOThreadPool.swift
[1385/1521] Compiling NIOPosix NonBlockingFileIO.swift
[1386/1521] Compiling NIOPosix PendingDatagramWritesManager.swift
[1387/1521] Compiling NIOPosix PendingWritesManager.swift
[1388/1521] Compiling NIOPosix PipeChannel.swift
[1389/1521] Compiling NIOPosix PipePair.swift
[1390/1521] Compiling NIOPosix Pool.swift
[1390/1521] Compiling obj.cc
[1391/1521] Compiling mlkem.cc
[1393/1521] Compiling NIOPosix BSDSocketAPICommon.swift
[1394/1521] Compiling NIOPosix BSDSocketAPIPosix.swift
[1395/1521] Compiling NIOPosix BSDSocketAPIWindows.swift
[1396/1521] Compiling NIOPosix BaseSocket.swift
[1397/1521] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1398/1521] Compiling NIOPosix BaseSocketChannel.swift
[1399/1521] Compiling NIOPosix BaseStreamSocketChannel.swift
[1400/1521] Compiling NIOPosix Bootstrap.swift
[1401/1521] Compiling NIOPosix ControlMessage.swift
[1402/1521] Compiling NIOPosix DatagramVectorReadManager.swift
[1403/1521] Compiling NIOPosix Errors+Any.swift
[1404/1521] Compiling NIOPosix FileDescriptor.swift
[1405/1521] Compiling NIOPosix GetaddrinfoResolver.swift
[1406/1521] Compiling NIOPosix HappyEyeballs.swift
[1406/1522] Compiling poly_rq_mul.S
[1407/1522] Compiling fips_shared_support.cc
[1408/1522] Compiling md4.cc
[1409/1522] Compiling lhash.cc
[1411/1522] Compiling md5.cc
[1412/1522] Compiling kyber.cc
[1413/1522] Compiling hrss.cc
[1414/1522] Compiling ex_data.cc
[1415/1522] Compiling hpke.cc
[1416/1522] Compiling scrypt.cc
[1417/1557] Compiling print.cc
[1418/1559] Compiling p_x25519.cc
[1419/1559] Compiling sign.cc
[1420/1559] Compiling pbkdf.cc
[1422/1559] Emitting module NIO
[1423/1559] Compiling NIO Exports.swift
[1423/1559] Compiling p_hkdf.cc
[1424/1560] Compiling p_x25519_asn1.cc
[1426/1560] Compiling p_ed25519_asn1.cc
[1427/1560] Compiling p_rsa_asn1.cc
[1428/1560] Compiling p_rsa.cc
[1429/1560] Compiling p_ec_asn1.cc
[1430/1594] Compiling p_ec.cc
[1431/1594] Compiling p_ed25519.cc
[1433/1599] Compiling NIOTLS TLSEvents.swift
[1434/1599] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1435/1599] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1436/1599] Compiling _NIOFileSystem FileSystemError.swift
[1437/1599] Compiling _NIOFileSystem FileSystemProtocol.swift
[1438/1599] Compiling _NIOFileSystem FileType.swift
[1439/1599] Compiling _NIOFileSystem IOStrategy.swift
[1440/1604] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1441/1604] Compiling NIOSOCKS ClientStateMachine.swift
[1442/1604] Compiling NIOSOCKS SOCKSResponse.swift
[1443/1604] Emitting module NIOTLS
[1444/1604] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1445/1604] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1446/1604] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1447/1604] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1448/1604] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1449/1604] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1450/1604] Emitting module NIOSOCKS
[1451/1604] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1452/1604] Compiling NIOHTTP1 HTTPDecoder.swift
[1452/1604] Compiling p_dsa_asn1.cc
[1454/1604] Compiling NIOSOCKS ServerStateMachine.swift
[1454/1604] Compiling p_dh_asn1.cc
[1456/1604] Compiling _NIOFileSystem ParallelDirCopy.swift
[1457/1604] Compiling _NIOFileSystem ParallelRemoval.swift
[1458/1604] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1459/1604] Compiling _NIOFileSystem CInterop.swift
[1460/1604] Compiling _NIOFileSystem Errno.swift
[1461/1604] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1462/1604] Compiling _NIOFileSystem Mocking.swift
[1463/1604] Compiling _NIOFileSystem Syscall.swift
[1464/1604] Compiling _NIOFileSystem Syscalls.swift
[1465/1604] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1466/1604] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1467/1606] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1469/1606] Compiling NIOHTTP1 HTTPEncoder.swift
[1470/1606] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1471/1607] Compiling NIOTLS SNIHandler.swift
[1472/1607] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1473/1608] Emitting module NIOHTTP1
[1474/1608] Emitting module NIOFoundationCompat
[1475/1608] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1476/1609] Compiling evp_ctx.cc
[1479/1609] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1480/1609] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1481/1609] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1482/1609] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1483/1609] Compiling p_dh.cc
[1487/1609] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1488/1609] Compiling _NIOFileSystem BufferedStream.swift
[1489/1609] Compiling _NIOFileSystem Cancellation.swift
[1490/1609] Compiling _NIOFileSystem TokenBucket.swift
[1491/1609] Compiling _NIOFileSystem UnsafeTransfer.swift
[1491/1609] Compiling evp_asn1.cc
[1492/1609] Compiling evp.cc
[1494/1609] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1495/1609] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1495/1654] Compiling engine.cc
[1497/1660] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1498/1660] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1498/1660] Compiling err.cc
[1500/1660] Compiling NIOTransportServices NIOTSEventLoop.swift
[1501/1660] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1503/1660] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1504/1660] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1505/1660] Compiling NIOTransportServices NIOTSBootstraps.swift
[1506/1660] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1507/1660] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1508/1660] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1509/1660] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1510/1660] Compiling NIOTransportServices NIOTSErrors.swift
[1511/1663] Compiling ecdsa_asn1.cc
[1516/1663] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1517/1663] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1518/1663] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1519/1663] Compiling NIOTransportServices NIOTSSingletons.swift
[1520/1663] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1521/1663] Compiling NIOTransportServices StateManagedChannel.swift
[1522/1663] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1523/1663] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1524/1663] Compiling NIOTransportServices AcceptHandler.swift
[1525/1663] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1527/1663] Emitting module NIOTransportServices
[1530/1663] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1530/1664] Compiling bcm.cc
[1531/1664] Compiling hash_to_curve.cc
[1543/1664] Emitting module _NIOFileSystem
[1549/1664] Compiling ecdh_extra.cc
[1551/1664] Compiling _NIOFileSystem SystemFileHandle.swift
[1552/1664] Compiling _NIOFileSystem Utilities.swift
[1553/1664] Compiling _NIOFileSystem OpenOptions.swift
[1554/1664] Compiling _NIOFileSystem String+FileSystem.swift
[1554/1665] Compiling ec_derive.cc
[1556/1711] Compiling ec_asn1.cc
[1558/1711] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1559/1711] Compiling NIOWebSocket WebSocketOpcode.swift
[1560/1712] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1561/1712] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1561/1713] Compiling dsa.cc
[1563/1715] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1564/1715] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1565/1715] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1565/1715] Compiling dsa_asn1.cc
[1567/1715] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1568/1715] Compiling NIOExtras NIOExtrasError.swift
[1569/1717] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1570/1717] Compiling NIOExtras NIORequestIdentifiable.swift
[1571/1717] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1572/1717] Compiling NIOHTTPCompression HTTPDecompression.swift
[1573/1717] Compiling NIOExtras PCAPRingBuffer.swift
[1574/1717] Compiling NIOExtras QuiescingHelper.swift
[1575/1717] Compiling NIOExtras RequestResponseHandler.swift
[1576/1717] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1576/1717] Compiling digest_extra.cc
[1578/1717] Emitting module _NIOFileSystemFoundationCompat
[1579/1718] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1580/1718] Compiling NIOHPACK IntegerCoding.swift
[1581/1718] Emitting module NIOWebSocket
[1582/1719] Compiling NIOHPACK IndexedHeaderTable.swift
[1583/1719] Emitting module NIOHTTPCompression
[1584/1719] Compiling NIOHTTPCompression HTTPCompression.swift
[1585/1721] Compiling NIOHPACK HPACKEncoder.swift
[1586/1721] Compiling NIOHPACK HPACKErrors.swift
[1588/1721] Compiling NIOHPACK HuffmanCoding.swift
[1589/1721] Compiling NIOHPACK HuffmanTables.swift
[1590/1721] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1591/1722] Emitting module NIOExtras
[1592/1722] Compiling NIOFileSystem Exports.swift
[1594/1722] Emitting module NIOFileSystem
[1595/1723] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1596/1723] Compiling NIOHPACK DynamicHeaderTable.swift
[1597/1723] Compiling NIOHPACK HPACKDecoder.swift
[1598/1723] Compiling NIOWebSocket WebSocketFrame.swift
[1600/1723] Compiling NIOExtras UnsafeTransfer.swift
[1601/1723] Compiling NIOExtras WritePCAPHandler.swift
[1603/1727] Compiling NIOHPACK StaticHeaderTable.swift
[1608/1727] Compiling NIOHPACK HPACKHeader.swift
[1609/1727] Compiling NIOHPACK HeaderTables.swift
[1612/1727] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1613/1727] Compiling NIOExtras LengthFieldPrepender.swift
[1614/1727] Compiling NIOExtras LineBasedFrameDecoder.swift
[1615/1727] Emitting module NIOHPACK
[1617/1727] Compiling NIOSSL NIOSSLSecureBytes.swift
[1619/1727] Compiling NIOSSL RNG.swift
[1620/1727] Compiling NIOSSL SafeCompare.swift
[1622/1727] Compiling NIOSSL Zeroization.swift
[1632/1728] Compiling params.cc
[1638/1729] Emitting module NIOSSL
[1643/1729] Compiling dh_asn1.cc
[1644/1729] Compiling des.cc
[1645/1729] Compiling spake25519.cc
[1647/1729] Compiling NIOSSL TLSConfiguration.swift
[1648/1729] Compiling NIOSSL UniversalBootstrapSupport.swift
[1649/1729] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1649/1729] Compiling cpu_intel.cc
[1650/1729] Compiling crypto.cc
[1659/1729] Compiling NIOSSL SSLContext.swift
[1659/1729] Compiling x25519-asm-arm.S
[1660/1730] Compiling curve25519_64_adx.cc
[1662/1730] Compiling curve25519.cc
[1663/1730] Compiling cpu_aarch64_openbsd.cc
[1664/1730] Compiling cpu_arm_linux.cc
[1665/1788] Compiling cpu_arm_freebsd.cc
[1666/1788] Compiling cpu_aarch64_sysreg.cc
[1667/1788] Compiling cpu_aarch64_win.cc
[1668/1788] Compiling cpu_aarch64_fuchsia.cc
[1669/1788] Compiling cpu_aarch64_apple.cc
[1670/1788] Compiling cpu_aarch64_linux.cc
[1671/1788] Compiling conf.cc
[1672/1788] Compiling e_tls.cc
[1673/1788] Compiling e_rc2.cc
[1674/1788] Compiling e_null.cc
[1675/1788] Compiling e_rc4.cc
[1676/1788] Compiling tls_cbc.cc
[1678/1796] Compiling NIOHTTP2 MaySendFrames.swift
[1679/1796] Compiling NIOHTTP2 SendingDataState.swift
[1680/1796] Compiling NIOHTTP2 SendingGoawayState.swift
[1681/1796] Compiling NIOHTTP2 SendingHeadersState.swift
[1682/1796] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1683/1796] Compiling NIOHTTP2 SendingRstStreamState.swift
[1684/1796] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1685/1796] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1686/1796] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1687/1796] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1688/1796] Compiling NIOHTTP2 HasLocalSettings.swift
[1689/1796] Compiling NIOHTTP2 HasRemoteSettings.swift
[1690/1796] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1691/1796] Compiling NIOHTTP2 QuiescingState.swift
[1692/1796] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1693/1796] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1693/1804] Compiling e_des.cc
[1695/1804] Compiling WebSocketKit Exports.swift
[1695/1804] Compiling e_chacha20poly1305.cc
[1696/1804] Compiling e_aesgcmsiv.cc
[1697/1804] Compiling derive_key.cc
[1698/1804] Compiling cipher_extra.cc
[1699/1804] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1700/1804] Compiling e_aesctrhmac.cc
[1702/1804] Compiling WebSocketKit WebSocketHandler.swift
[1702/1804] Compiling chacha.cc
[1704/1804] Compiling WebSocketKit WebSocket+Concurrency.swift
[1705/1804] Emitting module WebSocketKit
[1705/1804] Compiling unicode.cc
[1707/1804] Compiling WebSocketKit WebSocket+Connect.swift
[1708/1804] Compiling WebSocketKit WebSocket.swift
[1709/1804] Compiling WebSocketKit WebSocketClient.swift
[1709/1805] Compiling cbb.cc
[1710/1805] Compiling asn1_compat.cc
[1712/1805] Compiling ber.cc
[1713/1805] Compiling cbs.cc
[1714/1805] Compiling bn_asn1.cc
[1715/1805] Compiling buf.cc
[1716/1805] Compiling blake2.cc
[1717/1805] Compiling printf.cc
[1718/1805] Compiling pair.cc
[1719/1805] Compiling convert.cc
[1720/1805] Compiling file.cc
[1721/1805] Compiling fd.cc
[1722/1805] Compiling hexdump.cc
[1723/1805] Compiling errno.cc
[1725/1805] Compiling NIOHTTP2 InboundWindowManager.swift
[1726/1805] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1727/1805] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1728/1805] Compiling NIOHTTP2 StreamChannelList.swift
[1729/1805] Compiling NIOHTTP2 StreamMap.swift
[1730/1805] Compiling NIOHTTP2 StreamStateMachine.swift
[1731/1805] Compiling NIOHTTP2 UnsafeTransfer.swift
[1732/1805] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1732/1805] Compiling base64.cc
[1733/1805] Compiling bio_mem.cc
[1734/1805] Compiling tasn_new.cc
[1735/1805] Compiling tasn_typ.cc
[1736/1805] Compiling bio.cc
[1737/1805] Compiling tasn_fre.cc
[1738/1805] Compiling tasn_utl.cc
[1739/1805] Compiling posix_time.cc
[1740/1805] Compiling f_int.cc
[1742/1805] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1743/1805] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1744/1805] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1745/1805] Compiling NIOHTTP2 HTTP2StreamID.swift
[1746/1805] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1747/1805] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1748/1805] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1749/1805] Compiling NIOHTTP2 InboundEventBuffer.swift
[1749/1805] Compiling f_string.cc
[1750/1805] Compiling tasn_enc.cc
[1752/1805] Emitting module NIOHTTP2
[1753/1805] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1754/1805] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1755/1805] Compiling NIOHTTP2 MayReceiveFrames.swift
[1756/1805] Compiling NIOHTTP2 ReceivingDataState.swift
[1757/1805] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1758/1805] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1759/1805] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1760/1805] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1761/1805] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1761/1805] Compiling tasn_dec.cc
[1762/1805] Compiling asn_pack.cc
[1763/1805] Compiling asn1_par.cc
[1764/1805] Compiling asn1_lib.cc
[1765/1805] Compiling a_utctm.cc
[1766/1805] Compiling a_type.cc
[1767/1805] Compiling a_time.cc
[1768/1805] Compiling a_object.cc
[1769/1805] Compiling a_strnid.cc
[1770/1805] Compiling a_strex.cc
[1771/1805] Compiling a_octet.cc
[1772/1805] Compiling a_gentm.cc
[1773/1805] Compiling a_mbstr.cc
[1774/1805] Write sources
[1775/1805] Compiling a_i2d_fp.cc
[1776/1805] Compiling a_d2i_fp.cc
[1777/1805] Compiling a_bool.cc
[1778/1805] Compiling a_dup.cc
[1779/1805] Compiling a_bitstr.cc
[1780/1805] Compiling a_int.cc
[1782/1866] Compiling BitCollections BitArray.swift
[1783/1866] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1784/1866] Compiling BitCollections BitSet+Codable.swift
[1785/1866] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1786/1866] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1787/1866] Compiling BitCollections BitArray+Extras.swift
[1788/1866] Compiling BitCollections BitArray+Fill.swift
[1789/1866] Compiling BitCollections BitArray+Hashable.swift
[1790/1866] Emitting module BitCollections
[1796/1873] Compiling BitCollections BitArray+Initializers.swift
[1797/1873] Compiling BitCollections BitArray+Invariants.swift
[1798/1873] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1799/1873] Compiling BitCollections BitSet+Initializers.swift
[1800/1873] Compiling BitCollections BitSet+Invariants.swift
[1801/1873] Compiling BitCollections BitSet+Random.swift
[1802/1873] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1803/1873] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1804/1873] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1805/1873] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1806/1873] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1807/1873] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1808/1873] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1809/1873] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1810/1873] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1811/1873] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1812/1873] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1813/1873] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1814/1873] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1815/1873] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1816/1873] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1817/1873] Compiling BitCollections BitSet+SetAlgebra union.swift
[1818/1873] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1819/1873] Compiling BitCollections BitSet.Counted.swift
[1820/1873] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1821/1873] Compiling BitCollections BitSet+CustomReflectable.swift
[1822/1873] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1823/1873] Compiling BitCollections BitSet+Equatable.swift
[1824/1873] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1825/1873] Compiling BitCollections BitSet+Extras.swift
[1826/1873] Compiling BitCollections BitSet+Hashable.swift
[1827/1873] Compiling BitCollections BitArray+BitwiseOperations.swift
[1828/1873] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1829/1873] Compiling BitCollections BitArray+Codable.swift
[1830/1873] Compiling BitCollections BitArray+Collection.swift
[1831/1873] Compiling BitCollections BitArray+Copy.swift
[1832/1873] Compiling BitCollections BitArray+CustomReflectable.swift
[1833/1873] Compiling BitCollections BitArray+Descriptions.swift
[1834/1873] Compiling BitCollections BitArray+Equatable.swift
[1835/1873] Emitting module CryptoBoringWrapper
[1847/1873] Compiling BitCollections BitArray+RandomBits.swift
[1848/1873] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1849/1873] Compiling BitCollections BitArray+Shifts.swift
[1850/1873] Compiling BitCollections BitArray+Testing.swift
[1851/1873] Compiling BitCollections BitArray._UnsafeHandle.swift
[1860/1874] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1862/1874] Compiling CryptoBoringWrapper RandomBytes.swift
[1863/1874] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1864/1874] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1865/1874] Compiling CryptoBoringWrapper EllipticCurve.swift
[1866/1874] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1867/1874] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1868/1875] Compiling BitCollections BitSet.Index.swift
[1869/1875] Compiling BitCollections BitSet._UnsafeHandle.swift
[1870/1875] Compiling BitCollections BitSet.swift
[1871/1875] Compiling BitCollections Range+Utilities.swift
[1872/1875] Compiling BitCollections Slice+Utilities.swift
[1873/1875] Compiling BitCollections UInt+Tricks.swift
[1874/1875] Compiling BitCollections _Word.swift
[1877/2008] Compiling Collections Collections.swift
[1878/2008] Emitting module Collections
[1880/2050] Compiling AsyncKit EventLoopConnectionPool.swift
[1881/2050] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1882/2050] Compiling AsyncKit EventLoop+Concurrency.swift
[1883/2052] Emitting module AsyncHTTPClient
[1884/2060] Emitting module MultipartKit
[1885/2060] Compiling AsyncKit ConnectionPoolError.swift
[1886/2060] Compiling AsyncKit ConnectionPoolItem.swift
[1887/2060] Compiling AsyncKit ConnectionPoolSource.swift
[1888/2060] Compiling AsyncKit EventLoop+Flatten.swift
[1889/2060] Compiling AsyncKit EventLoop+Future.swift
[1890/2060] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1891/2060] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1892/2060] Compiling AsyncKit Collection+Flatten.swift
[1893/2060] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1903/2062] Compiling MultipartKit MultipartSerializer.swift
[1904/2062] Compiling MultipartKit Utilities.swift
[1905/2062] Compiling AsyncKit Future+Optional.swift
[1906/2062] Compiling AsyncKit Future+Transform.swift
[1907/2062] Compiling AsyncKit Future+Try.swift
[1908/2062] Compiling AsyncKit FutureOperators.swift
[1920/2062] Compiling AsyncKit Optional+StrictMap.swift
[1921/2062] Compiling AsyncKit Exports.swift
[1922/2062] Compiling Crypto CryptoKitErrors.swift
[1923/2062] Compiling Crypto Digest_boring.swift
[1924/2062] Compiling AsyncKit EventLoopFutureQueue.swift
[1925/2062] Compiling AsyncKit Future+Collection.swift
[1926/2062] Compiling AsyncKit Future+Conjunctions.swift
[1928/2063] Emitting module Crypto
[1929/2072] Compiling Crypto Digest.swift
[1930/2072] Compiling Crypto Digests.swift
[1931/2072] Compiling Crypto HashFunctions.swift
[1932/2072] Compiling Crypto HashFunctions_SHA2.swift
[1933/2072] Compiling Crypto HPKE-AEAD.swift
[1934/2072] Compiling Crypto HPKE-Ciphersuite.swift
[1935/2072] Compiling Crypto HPKE-KDF.swift
[1936/2072] Compiling Crypto HPKE-KexKeyDerivation.swift
[1937/2072] Compiling Crypto HPKE-LabeledExtract.swift
[1938/2072] Compiling Crypto HPKE-Utils.swift
[1939/2072] Compiling Crypto DHKEM.swift
[1940/2072] Compiling Crypto HPKE-KEM-Curve25519.swift
[1941/2072] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1942/2072] Compiling Crypto HPKE-KEM.swift
[1943/2072] Compiling Crypto HPKE-Errors.swift
[1944/2072] Compiling Crypto HPKE.swift
[1945/2072] Compiling Crypto HPKE-Context.swift
[1946/2072] Compiling AsyncHTTPClient SSLContextCache.swift
[1947/2072] Compiling AsyncHTTPClient Scheme.swift
[1948/2072] Compiling AsyncHTTPClient Singleton.swift
[1949/2072] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1950/2072] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1951/2072] Compiling AsyncHTTPClient Utils.swift
[1952/2072] Compiling Crypto Curve25519.swift
[1953/2072] Compiling Crypto Ed25519Keys.swift
[1954/2072] Compiling Crypto NISTCurvesKeys.swift
[1955/2072] Compiling Crypto X25519Keys.swift
[1956/2072] Compiling Crypto SymmetricKeys.swift
[1957/2072] Compiling Crypto HMAC.swift
[1958/2072] Compiling Crypto MACFunctions.swift
[1959/2072] Compiling Crypto MessageAuthenticationCode.swift
[1960/2072] Compiling Crypto AES.swift
[1961/2072] Compiling Crypto ECDSASignature_boring.swift
[1962/2072] Compiling Crypto ECDSA_boring.swift
[1963/2072] Compiling Crypto EdDSA_boring.swift
[1964/2072] Compiling AsyncHTTPClient RequestBag.swift
[1965/2072] Compiling AsyncHTTPClient RequestValidation.swift
[2008/2072] Compiling Crypto HPKE-KeySchedule.swift
[2009/2072] Compiling Crypto HPKE-Modes.swift
[2010/2072] Compiling Crypto Insecure.swift
[2011/2072] Compiling Crypto Insecure_HashFunctions.swift
[2012/2072] Compiling Crypto KEM.swift
[2013/2072] Compiling Crypto ECDH_boring.swift
[2014/2072] Compiling Crypto DH.swift
[2015/2072] Compiling Crypto ECDH.swift
[2061/2073] Emitting module AsyncKit
[2062/2073] Compiling Crypto Signature.swift
[2063/2073] Compiling Crypto CryptoKitErrors_boring.swift
[2064/2073] Compiling Crypto RNG_boring.swift
[2065/2073] Compiling Crypto SafeCompare_boring.swift
[2066/2073] Compiling Crypto Zeroization_boring.swift
[2067/2073] Compiling Crypto PrettyBytes.swift
[2068/2073] Compiling Crypto SafeCompare.swift
[2069/2073] Compiling Crypto SecureBytes.swift
[2070/2073] Compiling Crypto Zeroization.swift
[2076/2244] Compiling Vapor Application.swift
[2077/2244] Compiling Vapor AuthenticationCache.swift
[2078/2244] Compiling Vapor Authenticator.swift
[2079/2244] Compiling Vapor BasicAuthorization.swift
[2080/2244] Compiling Vapor BearerAuthorization.swift
[2081/2244] Compiling Vapor GuardMiddleware.swift
[2082/2244] Compiling Vapor RedirectMiddleware.swift
[2083/2244] Compiling Vapor SessionAuthenticatable.swift
[2084/2244] Compiling Vapor Bcrypt.swift
[2085/2244] Compiling Vapor Application+Cache.swift
[2086/2244] Compiling Vapor Cache.swift
[2087/2244] Compiling Vapor CacheExpirationTime.swift
[2088/2244] Compiling Vapor MemoryCache.swift
[2089/2244] Compiling Vapor Request+Cache.swift
[2090/2244] Compiling Vapor Application+Clients.swift
[2091/2244] Compiling Vapor Client.swift
[2092/2244] Compiling Vapor ClientRequest.swift
[2093/2244] Compiling Vapor ClientResponse.swift
[2094/2244] Compiling Vapor Request+Client.swift
[2095/2244] Compiling Vapor BootCommand.swift
[2096/2244] Compiling Vapor CommandContext+Application.swift
[2097/2244] Compiling Vapor RoutesCommand.swift
[2098/2244] Compiling Vapor ServeCommand.swift
[2099/2244] Compiling Vapor AnyResponse+Concurrency.swift
[2100/2268] Compiling Vapor Request+Body.swift
[2101/2268] Compiling Vapor Request+BodyStream.swift
[2102/2268] Compiling Vapor Request.swift
[2103/2268] Compiling Vapor Application+Responder.swift
[2104/2268] Compiling Vapor DefaultResponder.swift
[2105/2268] Compiling Vapor Response+Body.swift
[2106/2268] Compiling Vapor Response.swift
[2107/2268] Compiling Vapor ResponseCodable.swift
[2108/2268] Compiling Vapor Application+Routes.swift
[2109/2268] Compiling Vapor Parameters+Require.swift
[2110/2268] Compiling Vapor Request+WebSocket.swift
[2111/2268] Compiling Vapor Route.swift
[2112/2268] Compiling Vapor RouteCollection.swift
[2113/2268] Compiling Vapor Routes.swift
[2114/2268] Compiling Vapor RoutesBuilder+Group.swift
[2115/2268] Compiling Vapor RoutesBuilder+Method.swift
[2116/2268] Compiling Vapor RoutesBuilder+Middleware.swift
[2117/2268] Compiling Vapor RoutesBuilder+WebSocket.swift
[2118/2268] Compiling Vapor RoutesBuilder.swift
[2119/2268] Compiling Vapor OTP.swift
[2120/2268] Compiling Vapor Application+Servers.swift
[2121/2268] Compiling Vapor Server.swift
[2122/2268] Compiling Vapor App+Service.swift
[2123/2268] Compiling Vapor Req+Service.swift
[2124/2268] Compiling Vapor HTTPServerResponseEncoder.swift
[2125/2268] Compiling Vapor HTTPServerUpgradeHandler.swift
[2126/2268] Compiling Vapor Logger+Report.swift
[2127/2268] Compiling Vapor LoggingSystem+Environment.swift
[2128/2268] Compiling Vapor Application+Middleware.swift
[2129/2268] Compiling Vapor CORSMiddleware.swift
[2130/2268] Compiling Vapor ErrorMiddleware.swift
[2131/2268] Compiling Vapor FileMiddleware.swift
[2132/2268] Compiling Vapor Middleware.swift
[2133/2268] Compiling Vapor MiddlewareConfiguration.swift
[2134/2268] Compiling Vapor ResponseCompressionMiddleware.swift
[2135/2268] Compiling Vapor RouteLoggingMiddleware.swift
[2136/2268] Compiling Vapor TracingMiddleware.swift
[2137/2268] Compiling Vapor File+Multipart.swift
[2138/2268] Compiling Vapor FormDataDecoder+Content.swift
[2139/2268] Compiling Vapor FormDataEncoder+Content.swift
[2140/2268] Compiling Vapor Application+Password.swift
[2141/2268] Compiling Vapor Application+Passwords.swift
[2142/2268] Compiling Vapor AsyncPasswordHasher.swift
[2143/2268] Compiling Vapor BcryptHasher.swift
[2144/2268] Compiling Vapor PasswordHasher.swift
[2145/2268] Compiling Vapor PlaintextHasher.swift
[2146/2268] Compiling Vapor Request+Password.swift
[2147/2268] Compiling Vapor Redirect.swift
[2148/2268] Compiling Vapor Service.swift
[2149/2268] Compiling Vapor Application+Sessions.swift
[2150/2268] Compiling Vapor MemorySessions.swift
[2151/2268] Compiling Vapor Request+Session.swift
[2152/2268] Compiling Vapor Session.swift
[2153/2268] Compiling Vapor SessionCache.swift
[2154/2268] Compiling Vapor SessionData.swift
[2155/2268] Compiling Vapor SessionDriver.swift
[2156/2268] Compiling Vapor SessionsConfiguration.swift
[2157/2268] Compiling Vapor SessionsMiddleware.swift
[2158/2268] Compiling Vapor URLEncodedFormData.swift
[2159/2268] Compiling Vapor URLEncodedFormDecoder.swift
[2160/2268] Compiling Vapor URLEncodedFormEncoder.swift
[2161/2268] Compiling Vapor URLEncodedFormError.swift
[2162/2268] Compiling Vapor URLEncodedFormParser.swift
[2163/2268] Compiling Vapor URLEncodedFormSerializer.swift
[2164/2268] Compiling Vapor URLQueryFragmentConvertible.swift
[2165/2268] Compiling Vapor AnyResponse.swift
[2166/2268] Compiling Vapor Array+Random.swift
[2167/2268] Compiling Vapor Base32.swift
[2168/2268] Compiling Vapor Base64.swift
[2169/2268] Compiling Vapor BaseN.swift
[2170/2268] Compiling Vapor BasicCodingKey.swift
[2171/2268] Compiling Vapor ByteCount.swift
[2172/2292] Compiling Vapor Core.swift
[2173/2292] Compiling Vapor Running.swift
[2174/2292] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2175/2292] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2176/2292] Compiling Vapor DotEnvFile+load.swift
[2177/2292] Compiling Vapor Routes+caseInsenstive.swift
[2178/2292] Compiling Vapor Validatable+validate.swift
[2179/2292] Compiling Vapor Environment+Process.swift
[2180/2292] Compiling Vapor Environment+Secret.swift
[2181/2292] Compiling Vapor Environment.swift
[2182/2292] Compiling Vapor Abort.swift
[2183/2292] Compiling Vapor AbortError.swift
[2184/2292] Compiling Vapor DebuggableError.swift
[2185/2292] Compiling Vapor Demangler.swift
[2186/2292] Compiling Vapor ErrorSource.swift
[2187/2292] Compiling Vapor StackTrace.swift
[2188/2292] Compiling Vapor Exports.swift
[2189/2292] Compiling Vapor Application+HTTP.swift
[2190/2292] Compiling Vapor BasicResponder.swift
[2191/2292] Compiling Vapor BodyStream.swift
[2192/2292] Compiling Vapor Application+HTTP+Client.swift
[2193/2292] Compiling Vapor EventLoopHTTPClient.swift
[2194/2292] Compiling Vapor EndpointCache.swift
[2195/2292] Compiling Vapor HTTPMethod+String.swift
[2196/2292] Compiling Vapor AsyncBasicResponder.swift
[2197/2292] Compiling Vapor AsyncMiddleware.swift
[2198/2292] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2199/2292] Compiling Vapor AsyncSessionDriver.swift
[2200/2292] Compiling Vapor Authentication+Concurrency.swift
[2201/2292] Compiling Vapor Cache+Concurrency.swift
[2202/2292] Compiling Vapor Client+Concurrency.swift
[2203/2292] Compiling Vapor RequestBody+Concurrency.swift
[2204/2292] Compiling Vapor Responder+Concurrency.swift
[2205/2292] Compiling Vapor ResponseCodable+Concurrency.swift
[2206/2292] Compiling Vapor RoutesBuilder+Concurrency.swift
[2207/2292] Compiling Vapor ViewRenderer+Concurrency.swift
[2208/2292] Compiling Vapor WebSocket+Concurrency.swift
[2209/2292] Compiling Vapor ContainerGetPathExecutor.swift
[2210/2292] Compiling Vapor Content.swift
[2211/2292] Compiling Vapor ContentCoders.swift
[2212/2292] Compiling Vapor ContentConfiguration.swift
[2213/2292] Compiling Vapor ContentContainer.swift
[2214/2292] Compiling Vapor JSONCoder+Custom.swift
[2215/2292] Compiling Vapor JSONCoders+Content.swift
[2216/2292] Compiling Vapor PlaintextDecoder.swift
[2217/2292] Compiling Vapor PlaintextEncoder.swift
[2218/2292] Compiling Vapor URLQueryCoders.swift
[2219/2292] Compiling Vapor URLQueryContainer.swift
[2220/2292] Compiling Vapor HTTPStatus.swift
[2221/2292] Compiling Vapor HTTPCookies.swift
[2222/2292] Compiling Vapor HTTPHeaderCacheControl.swift
[2223/2292] Compiling Vapor HTTPHeaderExpires.swift
[2224/2292] Compiling Vapor HTTPHeaderLastModified.swift
[2225/2292] Compiling Vapor HTTPHeaders+Cache.swift
[2226/2292] Compiling Vapor HTTPHeaders+Connection.swift
[2227/2292] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2228/2292] Compiling Vapor HTTPHeaders+ContentRange.swift
[2229/2292] Compiling Vapor HTTPHeaders+Directive.swift
[2230/2292] Compiling Vapor HTTPHeaders+Forwarded.swift
[2231/2292] Compiling Vapor HTTPHeaders+Link.swift
[2232/2292] Compiling Vapor HTTPHeaders+Name.swift
[2233/2292] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2234/2292] Compiling Vapor HTTPHeaders.swift
[2235/2292] Compiling Vapor HTTPMediaType.swift
[2236/2292] Compiling Vapor HTTPMediaTypePreference.swift
[2237/2292] Compiling Vapor Responder.swift
[2238/2292] Compiling Vapor Application+HTTP+Server.swift
[2239/2292] Compiling Vapor HTTPServer.swift
[2240/2292] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2241/2292] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2242/2292] Compiling Vapor HTTPServerHandler.swift
[2243/2292] Compiling Vapor HTTPServerRequestDecoder.swift
[2244/2292] Emitting module Vapor
[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 Validator.swift
[2270/2292] Compiling Vapor ValidatorResult.swift
[2271/2292] Compiling Vapor And.swift
[2272/2292] Compiling Vapor Case.swift
[2273/2292] Compiling Vapor CharacterSet.swift
[2274/2292] Compiling Vapor Count.swift
[2275/2292] Compiling Vapor Custom.swift
[2276/2292] Compiling Vapor Email.swift
[2277/2292] Compiling Vapor Empty.swift
[2278/2292] Compiling Vapor In.swift
[2279/2292] Compiling Vapor Nil.swift
[2280/2292] Compiling Vapor NilIgnoring.swift
[2281/2292] Compiling Vapor Not.swift
[2282/2292] Compiling Vapor Or.swift
[2283/2292] Compiling Vapor Pattern.swift
[2284/2292] Compiling Vapor Range.swift
[2285/2292] Compiling Vapor URL.swift
[2286/2292] Compiling Vapor Valid.swift
[2287/2292] Compiling Vapor Application+Views.swift
[2288/2292] Compiling Vapor PlaintextRenderer.swift
[2289/2292] Compiling Vapor Request+View.swift
[2290/2292] Compiling Vapor View.swift
[2291/2292] Compiling Vapor ViewRenderer.swift
[2292/2292] Compiling Vapor _Deprecations.swift
[2294/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?) -> ()) {
[2295/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:
Build complete! (229.93s)
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.