Build Information
Successful build of TelegramBotAPI, reference 1.0.0 (ee072d), with Swift 6.1 for Android on 28 Feb 2026 18:04:11 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atacan/TelegramBotAPI.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/atacan/TelegramBotAPI
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at ee072d4 Refactor comments in folder-files.sh for clarity
Cloned https://github.com/atacan/TelegramBotAPI.git
Revision (git rev-parse @):
ee072d40f3ba1ae3e0589e056c0716dd8f79a8be
SUCCESS checkout https://github.com/atacan/TelegramBotAPI.git at 1.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/atacan/TelegramBotAPI.git
https://github.com/atacan/TelegramBotAPI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "swift-openapi-async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-openapi-async-http-client"
},
{
"identity" : "swiftlogexport",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/atacan/SwiftLogExport"
}
],
"manifest_display_name" : "TelegramBotAPI",
"name" : "TelegramBotAPI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TelegramBotAPI_AHC",
"targets" : [
"TelegramBotAPI_AHC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LoggingToTelegram",
"targets" : [
"LoggingToTelegram"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Prepare",
"targets" : [
"Prepare"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TelegramBotAPI_AHCTests",
"module_type" : "SwiftTarget",
"name" : "TelegramBotAPI_AHCTests",
"path" : "Tests/TelegramBotAPI_AHCTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/TelegramBotAPI_AHCTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"TelegramBotAPI_AHCTests.swift",
"getEnvironmentVariable.swift"
],
"target_dependencies" : [
"TelegramBotAPI_AHC"
],
"type" : "test"
},
{
"c99name" : "TelegramBotAPI_AHC",
"module_type" : "SwiftTarget",
"name" : "TelegramBotAPI_AHC",
"path" : "Sources/TelegramBotAPI_AHC",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIAsyncHTTPClient"
],
"product_memberships" : [
"TelegramBotAPI_AHC",
"LoggingToTelegram"
],
"sources" : [
"AuthenticationMiddleware.swift",
"GeneratedSources/Client.swift",
"GeneratedSources/Types.swift"
],
"type" : "library"
},
{
"c99name" : "Prepare",
"module_type" : "SwiftTarget",
"name" : "Prepare",
"path" : "Sources/Prepare",
"product_memberships" : [
"Prepare"
],
"sources" : [
"main.swift",
"runCommand.swift"
],
"type" : "executable"
},
{
"c99name" : "LoggingToTelegramTests",
"module_type" : "SwiftTarget",
"name" : "LoggingToTelegramTests",
"path" : "Tests/LoggingToTelegramTests",
"sources" : [
"LoggingToTelegramTests.swift",
"getEnvironmentVariable.swift"
],
"target_dependencies" : [
"LoggingToTelegram"
],
"type" : "test"
},
{
"c99name" : "LoggingToTelegram",
"module_type" : "SwiftTarget",
"name" : "LoggingToTelegram",
"path" : "Sources/LoggingToTelegram",
"product_dependencies" : [
"SwiftLogExport"
],
"product_memberships" : [
"LoggingToTelegram"
],
"sources" : [
"TelegramLogRecordExporter.swift"
],
"target_dependencies" : [
"TelegramBotAPI_AHC"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/atacan/SwiftLogExport
[1/64] Fetching swiftlogexport
Fetched https://github.com/atacan/SwiftLogExport from cache (0.36s)
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-openapi-async-http-client
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/2649] Fetching swift-service-lifecycle
[1194/22904] Fetching swift-service-lifecycle, swift-collections
[1195/29046] Fetching swift-service-lifecycle, swift-collections, swift-async-algorithms
[2146/35234] Fetching swift-service-lifecycle, swift-collections, swift-async-algorithms, swift-openapi-runtime
[8669/41324] Fetching swift-service-lifecycle, swift-collections, swift-async-algorithms, swift-openapi-runtime, swift-log
[10141/41938] Fetching swift-service-lifecycle, swift-collections, swift-async-algorithms, swift-openapi-runtime, swift-log, swift-openapi-async-http-client
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.14s)
Fetching https://github.com/apple/swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.22s)
[11379/29608] Fetching swift-service-lifecycle, swift-collections, swift-log, swift-openapi-async-http-client
[18267/46419] Fetching swift-service-lifecycle, swift-collections, swift-log, swift-openapi-async-http-client, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-generator from cache (1.69s)
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (3.34s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (3.34s)
Fetched https://github.com/apple/swift-log.git from cache (3.35s)
Fetched https://github.com/apple/swift-collections.git from cache (3.42s)
Computing version for https://github.com/swift-server/swift-openapi-async-http-client
Computed https://github.com/swift-server/swift-openapi-async-http-client at 1.3.0 (7.82s)
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio
[1/951] Fetching swift-http-types
[952/16279] Fetching swift-http-types, async-http-client
[11529/98825] Fetching swift-http-types, async-http-client, swift-nio
Fetched https://github.com/apple/swift-http-types from cache (1.90s)
[35140/97874] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.93s)
[20637/82546] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (11.83s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.10.1 (15.48s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.2 (1.46s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.60s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.10.4 (4.50s)
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/jpsim/Yams
[1/6058] Fetching swift-algorithms
[415/23230] Fetching swift-algorithms, swift-argument-parser
[3163/34733] Fetching swift-algorithms, swift-argument-parser, yams
[15625/157842] Fetching swift-algorithms, swift-argument-parser, yams, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (1.07s)
[10884/151784] Fetching swift-argument-parser, yams, openapikit
Fetched https://github.com/apple/swift-argument-parser from cache (3.10s)
[50898/134612] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (3.18s)
[40626/123109] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (12.30s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (13.32s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.99s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.53s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.34s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.93s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.68s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (1.00s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.13s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.0 (1.17s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/1820] Fetching swift-atomics
[111/4635] Fetching swift-atomics, swift-nio-transport-services
[3414/11120] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras
[7036/26462] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.69s)
[4698/23647] Fetching swift-atomics, swift-nio-extras, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.17s)
[4582/17162] Fetching swift-atomics, swift-nio-ssl
[4890/22827] Fetching swift-atomics, swift-nio-ssl, swift-distributed-tracing
[7163/34825] Fetching swift-atomics, swift-nio-ssl, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.93s)
[10444/29160] Fetching swift-atomics, swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.25s)
Fetched https://github.com/apple/swift-atomics.git from cache (4.62s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.65s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.0 (5.40s)
Fetching https://github.com/apple/swift-service-context.git
[1/1180] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.29s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.20s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.01s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.07s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (1.07s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.07s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (1.25s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/1210] Fetching swift-http-structured-headers
[812/8319] Fetching swift-http-structured-headers, swift-certificates
[1638/10079] Fetching swift-http-structured-headers, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.63s)
[3680/8869] Fetching swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.75s)
[4692/7109] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (2.00s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.95.0 (3.96s)
Fetching https://github.com/apple/swift-system.git
[1/5583] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.79s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (1.97s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.34s)
Fetching https://github.com/apple/swift-crypto.git
[1/17238] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.74s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (5.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.39s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.51s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (1.31s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
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.6.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/atacan/SwiftLogExport
Working copy of https://github.com/atacan/SwiftLogExport resolved at main (8c8237f)
Creating working copy for https://github.com/apple/swift-openapi-generator
Working copy of https://github.com/apple/swift-openapi-generator resolved at 1.10.4
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.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.36.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.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.6.4
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.10.1
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.32.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.95.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.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.3.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.3.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.5.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.32.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.1
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.3.0
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.40.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/swift-server/swift-openapi-async-http-client
Working copy of https://github.com/swift-server/swift-openapi-async-http-client resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
[1/1] Compiling plugin OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/463] Write sources
[39/463] Compiling _NumericsShims _NumericsShims.c
[40/463] Compiling CNIOWASI CNIOWASI.c
[41/463] Compiling _AtomicsShims.c
[41/463] Compiling CNIOWindows shim.c
[43/463] Compiling CNIOWindows WSAStartup.c
[44/463] Compiling CNIOPosix event_loop_id.c
[45/463] Compiling CNIOLinux liburing_shims.c
[46/463] Compiling CNIOOpenBSD shim.c
[47/463] Compiling CNIOExtrasZlib empty.c
[48/463] Compiling CNIODarwin shim.c
[49/463] Compiling CNIOLLHTTP c_nio_http.c
[50/463] Compiling fiat_p256_adx_sqr.S
[51/463] Compiling fiat_p256_adx_mul.S
[52/463] Compiling fiat_curve25519_adx_square.S
[53/463] Compiling CNIOLLHTTP c_nio_api.c
[54/463] Compiling CNIOLinux shim.c
[55/463] Compiling fiat_curve25519_adx_mul.S
[56/463] Write swift-version-24593BA9C3E375BF.txt
[57/463] Compiling CNIOBoringSSLShims shims.c
[58/467] Compiling CNIOLLHTTP c_nio_llhttp.c
[60/469] Emitting module _NIOBase64
[60/469] Compiling tls13_enc.cc
[62/472] Emitting module _NIODataStructures
[62/472] Compiling tls13_client.cc
[63/483] Compiling tls_method.cc
[64/483] Compiling tls13_both.cc
[65/483] Compiling tls13_server.cc
[66/491] Compiling tls_record.cc
[68/516] Emitting module InternalCollectionsUtilities
[69/518] Compiling RealModule RealFunctions.swift
[70/519] Compiling _NIOBase64 Base64.swift
[71/520] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[72/520] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[73/520] Compiling ServiceContextModule ServiceContextKey.swift
[74/520] Compiling RealModule Float80+Real.swift
[75/520] Compiling RealModule Real.swift
[76/520] Compiling InternalCollectionsUtilities _SortedCollection.swift
[77/520] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[78/520] Emitting module ServiceContextModule
[79/520] Compiling ServiceContextModule ServiceContext.swift
[80/521] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[81/521] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[82/521] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[83/521] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/521] Compiling InternalCollectionsUtilities Debugging.swift
[85/521] Compiling InternalCollectionsUtilities Descriptions.swift
[86/521] Compiling HTTPTypes HTTPField.swift
[87/521] Compiling HTTPTypes HTTPFieldName.swift
[90/521] Emitting module RealModule
[91/521] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[92/521] Compiling InternalCollectionsUtilities Integer rank.swift
[93/521] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[94/521] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[95/521] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[96/521] Compiling _NIODataStructures PriorityQueue.swift
[97/522] Compiling RealModule Float16+Real.swift
[102/522] Compiling _NIODataStructures _TinyArray.swift
[104/522] Compiling _NIODataStructures Heap.swift
[105/522] Compiling RealModule RelaxedArithmetic.swift
[110/533] Compiling Instrumentation NoOpInstrument.swift
[111/586] Emitting module Instrumentation
[112/595] Compiling ConcurrencyHelpers LockedValueBox.swift
[113/603] Compiling Instrumentation MultiplexInstrument.swift
[114/603] Emitting module ConcurrencyHelpers
[115/603] Compiling Instrumentation Instrument.swift
[116/603] Compiling OrderedCollections OrderedDictionary+Codable.swift
[117/603] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[118/605] Compiling DequeModule _DequeBuffer.swift
[119/605] Compiling DequeModule _DequeBufferHeader.swift
[120/605] Compiling DequeModule Deque+Equatable.swift
[121/605] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[122/605] Compiling DequeModule Deque+Testing.swift
[123/605] Compiling DequeModule Deque._Storage.swift
[124/605] Compiling DequeModule _DequeSlot.swift
[125/605] Compiling DequeModule _UnsafeWrappedBuffer.swift
[126/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[127/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[128/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[129/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[130/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[131/605] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[132/605] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[133/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[134/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[135/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[136/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[137/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[138/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[139/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[140/612] Compiling DequeModule Deque+Extras.swift
[141/612] Compiling DequeModule Deque+Hashable.swift
[142/612] Compiling DequeModule Deque._UnsafeHandle.swift
[143/612] Compiling DequeModule Deque.swift
[146/612] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[147/612] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[152/612] Compiling OrderedCollections OrderedDictionary.swift
[153/612] Compiling OrderedCollections OrderedSet+Codable.swift
[154/612] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[155/612] Compiling OrderedCollections OrderedSet+Descriptions.swift
[156/612] Compiling OrderedCollections OrderedSet+Diffing.swift
[157/612] Compiling OrderedCollections OrderedSet+Equatable.swift
[158/612] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[159/612] Compiling OrderedCollections OrderedSet+Hashable.swift
[160/612] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[161/612] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[162/612] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[163/612] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[164/612] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[165/612] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[166/612] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[167/612] Compiling OrderedCollections OrderedDictionary+Values.swift
[168/612] Compiling OrderedCollections OrderedSet+Initializers.swift
[169/612] Compiling OrderedCollections OrderedSet+Insertions.swift
[170/612] Compiling OrderedCollections OrderedSet+Invariants.swift
[171/612] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[172/612] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[173/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[174/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[175/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[178/612] Compiling Instrumentation InstrumentationSystem.swift
[179/612] Compiling Instrumentation Locks.swift
[179/613] Compiling t1_enc.cc
[181/613] Compiling Logging MetadataProvider.swift
[182/613] Emitting module DequeModule
[183/614] Compiling Logging LogHandler.swift
[184/614] Compiling Logging Locks.swift
[185/614] Compiling Logging Logging.swift
[186/614] Emitting module Logging
[190/615] Compiling ConcurrencyHelpers Lock.swift
[191/616] Compiling HTTPTypes HTTPRequest+URL.swift
[192/616] Compiling HTTPTypes ISOLatin1String.swift
[194/617] Compiling HTTPTypes HTTPParsedFields.swift
[195/617] Compiling Prepare runCommand.swift
[196/628] Emitting module Prepare
[197/628] Compiling Prepare main.swift
/host/spi-builder-workspace/Sources/Prepare/main.swift:5:23: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
3 | func downloadOpenAPI(toFolder folderUrl: URL) async throws {
4 | let openapiRemoteUrl = URL(string: "https://raw.githubusercontent.com/tdlight-team/tdlight-telegram-bot-api/refs/heads/master/tdlight-api-openapi.yaml")!
5 | let content = try String(contentsOf: openapiRemoteUrl)
| `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
6 | // Save yaml files to folderUrl
7 | try content.write(to: folderUrl.appendingPathComponent("original.yaml"), atomically: true, encoding: .utf8)
[199/629] Compiling OrderedCollections OrderedSet+Sendable.swift
[200/629] Compiling OrderedCollections OrderedSet+SubSequence.swift
[201/629] Compiling OrderedCollections OrderedSet+Testing.swift
[202/629] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[203/629] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[204/629] Compiling OrderedCollections OrderedSet.swift
[205/629] Compiling OrderedCollections _UnsafeBitset.swift
[206/629] Compiling Tracing Tracer.swift
[214/629] Wrapping AST for Prepare for debugging
[215/629] Write Objects.LinkFileList
[217/629] Compiling HTTPTypes HTTPResponse.swift
[218/629] Compiling HTTPTypes HTTPRequest.swift
[219/629] Compiling Tracing InstrumentationSystem+Tracing.swift
[220/629] Emitting module HTTPTypes
[221/629] Emitting module UnixSignals
[222/629] Compiling Tracing TracingTime.swift
[223/629] Compiling HTTPTypes NIOLock.swift
[224/629] Emitting module Tracing
[225/629] Compiling UnixSignals UnixSignal.swift
[226/629] Compiling UnixSignals UnixSignalsSequence.swift
[227/630] Compiling Tracing TracerProtocol.swift
[228/630] Compiling Tracing NoOpTracer.swift
[229/630] Compiling Tracing SpanProtocol.swift
[229/630] Linking Prepare
[232/630] Emitting module OrderedCollections
[233/631] Compiling Tracing TracerProtocol+Legacy.swift
[235/632] Compiling ssl_transcript.cc
[236/682] Compiling ssl_versions.cc
[237/682] Compiling ssl_x509.cc
[238/682] Compiling ssl_session.cc
[239/682] Compiling ssl_privkey.cc
[240/682] Compiling ssl_stat.cc
[242/682] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[243/682] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[244/682] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[245/682] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[246/682] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[247/682] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[248/682] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[249/682] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[250/682] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[251/682] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[252/682] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[253/682] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[254/682] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[255/682] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[256/689] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[257/689] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[258/689] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[259/689] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[260/689] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[261/689] Compiling AsyncAlgorithms AsyncChannel.swift
[262/689] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[263/689] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[264/689] Compiling AsyncAlgorithms AsyncShareSequence.swift
[265/689] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[266/689] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[267/689] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[268/689] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[269/689] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[269/689] Compiling ssl_key_share.cc
[270/689] Compiling ssl_lib.cc
[272/689] Emitting module AsyncAlgorithms
[273/689] Compiling AsyncAlgorithms DebounceStateMachine.swift
[274/689] Compiling AsyncAlgorithms DebounceStorage.swift
[275/689] Compiling AsyncAlgorithms Dictionary.swift
[276/689] Compiling AsyncAlgorithms Disconnected.swift
[277/689] Compiling AsyncAlgorithms _TinyArray.swift
[278/689] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[279/689] Compiling AsyncAlgorithms Locking.swift
[279/689] Compiling ssl_file.cc
[281/689] Compiling AsyncAlgorithms ChannelStateMachine.swift
[282/689] Compiling AsyncAlgorithms ChannelStorage.swift
[283/689] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[284/689] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[285/689] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[286/689] Compiling AsyncAlgorithms CombineLatestStorage.swift
[287/689] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[290/689] Compiling HTTPTypes HTTPFields.swift
[291/690] Compiling ssl_credential.cc
[293/752] Compiling OpenAPIRuntime UniversalClient.swift
[294/752] Compiling OpenAPIRuntime UniversalServer.swift
[295/752] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[296/752] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[297/752] Compiling OpenAPIRuntime URICodeCodingKey.swift
[298/752] Compiling OpenAPIRuntime URICoderConfiguration.swift
[299/752] Compiling OpenAPIRuntime URIEncodedNode.swift
[299/752] Compiling ssl_cipher.cc
[300/752] Compiling ssl_cert.cc
[301/752] Compiling ssl_buffer.cc
[303/752] Compiling OpenAPIRuntime MultipartValidation.swift
[304/752] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[305/752] Compiling OpenAPIRuntime CurrencyTypes.swift
[306/752] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[307/752] Compiling OpenAPIRuntime HTTPBody.swift
[308/752] Compiling OpenAPIRuntime SendableMetatype.swift
[309/752] Compiling OpenAPIRuntime ServerTransport.swift
[309/753] Compiling ssl_asn1.cc
[310/753] Compiling ssl_aead_ctx.cc
[312/753] Compiling s3_pkt.cc
[314/762] Emitting module OpenAPIRuntime
[318/762] Compiling OpenAPIRuntime URIParsedTypes.swift
[319/762] Compiling OpenAPIRuntime URIDecoder.swift
[320/762] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[321/762] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[322/762] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[322/770] Compiling s3_lib.cc
[324/770] Compiling ServiceLifecycle CancellationWaiter.swift
[325/770] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[326/770] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[327/771] Emitting module ServiceLifecycle
[330/771] Compiling OpenAPIRuntime Configuration.swift
[331/771] Compiling OpenAPIRuntime Converter+Client.swift
[332/771] Compiling OpenAPIRuntime Converter+Common.swift
[333/771] Compiling OpenAPIRuntime Converter+Server.swift
[334/771] Compiling OpenAPIRuntime Converter.swift
[335/771] Compiling OpenAPIRuntime CurrencyExtensions.swift
[336/771] Compiling OpenAPIRuntime ErrorExtensions.swift
[336/771] Compiling s3_both.cc
[338/771] Compiling OpenAPIRuntime FoundationExtensions.swift
[339/771] Compiling OpenAPIRuntime ParameterStyles.swift
[340/771] Compiling OpenAPIRuntime ServerVariable.swift
[341/771] Compiling OpenAPIRuntime URLExtensions.swift
[342/771] Compiling OpenAPIRuntime Deprecated.swift
[343/771] Compiling OpenAPIRuntime ClientError.swift
[344/771] Compiling OpenAPIRuntime CodingErrors.swift
[345/771] Compiling OpenAPIRuntime RuntimeError.swift
[346/771] Compiling OpenAPIRuntime ServerError.swift
[347/771] Compiling ServiceLifecycle ServiceRunnerError.swift
[348/771] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[349/771] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[350/771] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[351/771] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[352/771] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[353/771] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[355/771] Compiling handshake_server.cc
[356/771] Compiling handshake.cc
[358/771] Compiling OpenAPIRuntime Acceptable.swift
[359/771] Compiling OpenAPIRuntime Base64EncodedData.swift
[360/771] Compiling OpenAPIRuntime ByteUtilities.swift
[361/771] Compiling OpenAPIRuntime ContentDisposition.swift
[362/771] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[363/771] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[364/771] Compiling OpenAPIRuntime OpenAPIValue.swift
[365/771] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[366/771] Compiling OpenAPIRuntime UndocumentedPayload.swift
[367/771] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[368/771] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[369/771] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[370/771] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[371/771] Compiling OpenAPIRuntime ServerSentEvents.swift
[372/771] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[373/771] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[374/771] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[375/771] Compiling OpenAPIRuntime ClientTransport.swift
[384/771] Compiling handshake_client.cc
[385/771] Compiling handoff.cc
[387/771] Compiling ServiceLifecycle GracefulShutdown.swift
[388/771] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[389/771] Compiling ServiceLifecycle ServiceGroup.swift
[390/771] Compiling ServiceLifecycle Service.swift
[391/771] Compiling ServiceLifecycle ClosureService.swift
[393/779] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[394/779] Compiling OpenAPIRuntime URIEncoder.swift
[395/779] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[396/779] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[397/779] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[398/779] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[399/779] Compiling OpenAPIRuntime URIParser.swift
[400/779] Compiling OpenAPIRuntime URISerializer.swift
[401/780] Compiling SwiftLogExport LogRecord.swift
[403/780] Compiling SwiftLogExport LogRecordProcessor.swift
[404/780] Compiling SwiftLogExport BatchLogRecordProcessorConfiguration.swift
[405/780] Compiling SwiftLogExport LogRecordExporter.swift
[406/780] Compiling SwiftLogExport LogRecordHandler.swift
[406/780] Compiling encrypted_client_hello.cc
[407/780] Compiling extensions.cc
[409/780] Compiling SwiftLogExport BatchLogRecordProcessor.swift
[410/780] Emitting module SwiftLogExport
[410/781] Compiling dtls_record.cc
[412/781] Compiling d1_pkt.cc
[413/781] Compiling dtls_method.cc
[414/781] Compiling md5-x86_64-linux.S
[415/781] Compiling d1_srtp.cc
[416/781] Compiling md5-x86_64-apple.S
[417/781] Compiling md5-586-apple.S
[418/781] Compiling md5-586-linux.S
[419/781] Compiling chacha20_poly1305_x86_64-linux.S
[420/781] Compiling chacha20_poly1305_x86_64-apple.S
[421/781] Compiling chacha20_poly1305_armv8-win.S
[422/781] Compiling chacha20_poly1305_armv8-apple.S
[423/781] Compiling chacha20_poly1305_armv8-linux.S
[424/781] Compiling chacha-x86_64-linux.S
[424/781] Compiling chacha-x86_64-apple.S
[426/781] Compiling chacha-x86-linux.S
[427/781] Compiling chacha-x86-apple.S
[428/781] Compiling chacha-armv8-win.S
[429/781] Compiling chacha-armv8-linux.S
[430/781] Compiling aes128gcmsiv-x86_64-linux.S
[431/781] Compiling chacha-armv8-apple.S
[432/781] Compiling chacha-armv4-linux.S
[433/781] Compiling aes128gcmsiv-x86_64-apple.S
[434/781] Compiling x86_64-mont5-apple.S
[435/781] Compiling x86_64-mont5-linux.S
[436/781] Compiling x86_64-mont-linux.S
[437/781] Compiling x86-mont-linux.S
[438/781] Compiling err_data.cc
[439/781] Compiling x86_64-mont-apple.S
[440/781] Compiling x86-mont-apple.S
[441/781] Compiling vpaes-x86_64-linux.S
[442/781] Compiling vpaes-x86-apple.S
[442/781] Compiling vpaes-x86-linux.S
[444/781] Compiling vpaes-x86_64-apple.S
[445/781] Compiling vpaes-armv8-win.S
[446/781] Compiling bio_ssl.cc
[447/781] Compiling vpaes-armv8-apple.S
[448/781] Compiling sha512-x86_64-apple.S
[449/781] Compiling vpaes-armv7-linux.S
[450/781] Compiling sha512-x86_64-linux.S
[451/781] Compiling sha512-armv8-win.S
[452/781] Compiling vpaes-armv8-linux.S
[453/781] Compiling sha512-586-linux.S
[454/781] Compiling sha512-armv8-apple.S
[455/781] Compiling sha512-armv8-linux.S
[456/781] Compiling sha512-armv4-linux.S
[457/781] Compiling sha512-586-apple.S
[458/781] Compiling sha256-x86_64-linux.S
[459/781] Compiling d1_lib.cc
[460/781] Compiling sha256-x86_64-apple.S
[461/781] Compiling sha256-armv8-apple.S
[462/781] Compiling sha256-armv8-win.S
[463/781] Compiling sha256-armv4-linux.S
[464/781] Compiling sha256-armv8-linux.S
[465/781] Compiling sha256-586-apple.S
[466/781] Compiling sha256-586-linux.S
[467/781] Compiling sha1-x86_64-linux.S
[468/781] Compiling sha1-x86_64-apple.S
[469/781] Compiling sha1-armv8-apple.S
[470/781] Compiling sha1-armv8-win.S
[471/781] Compiling sha1-armv8-linux.S
[472/781] Compiling sha1-586-linux.S
[473/781] Compiling sha1-armv4-large-linux.S
[474/781] Compiling rsaz-avx2-linux.S
[475/781] Compiling sha1-586-apple.S
[476/781] Compiling rsaz-avx2-apple.S
[477/781] Compiling rdrand-x86_64-apple.S
[478/781] Compiling rdrand-x86_64-linux.S
[479/781] Compiling p256_beeu-x86_64-asm-linux.S
[480/781] Compiling p256_beeu-x86_64-asm-apple.S
[481/781] Compiling p256_beeu-armv8-asm-win.S
[482/781] Compiling p256_beeu-armv8-asm-linux.S
[483/781] Compiling p256_beeu-armv8-asm-apple.S
[484/781] Compiling p256-x86_64-asm-linux.S
[485/781] Compiling p256-x86_64-asm-apple.S
[486/781] Compiling p256-armv8-asm-win.S
[487/781] Compiling p256-armv8-asm-linux.S
[488/781] Compiling ghashv8-armv8-win.S
[489/781] Compiling p256-armv8-asm-apple.S
[490/781] Compiling ghashv8-armv7-linux.S
[491/781] Compiling ghashv8-armv8-apple.S
[492/781] Compiling ghashv8-armv8-linux.S
[493/781] Compiling ghash-x86_64-linux.S
[494/781] Compiling ghash-x86-apple.S
[495/781] Compiling ghash-x86-linux.S
[496/781] Compiling ghash-x86_64-apple.S
[497/781] Compiling ghash-ssse3-x86_64-linux.S
[498/781] Compiling ghash-ssse3-x86_64-apple.S
[499/781] Compiling ghash-ssse3-x86-linux.S
[500/781] Compiling ghash-ssse3-x86-apple.S
[501/781] Compiling ghash-neon-armv8-win.S
[502/781] Compiling ghash-neon-armv8-apple.S
[503/781] Compiling ghash-neon-armv8-linux.S
[504/781] Compiling co-586-apple.S
[504/781] Compiling ghash-armv4-linux.S
[506/781] Compiling d1_both.cc
[507/781] Compiling co-586-linux.S
[508/781] Compiling bsaes-armv7-linux.S
[509/781] Compiling bn-armv8-win.S
[510/781] Compiling bn-586-linux.S
[511/781] Compiling bn-armv8-apple.S
[512/781] Compiling bn-armv8-linux.S
[513/781] Compiling bn-586-apple.S
[514/781] Compiling armv8-mont-win.S
[515/781] Compiling armv8-mont-linux.S
[516/781] Compiling armv4-mont-linux.S
[517/781] Compiling aesv8-gcm-armv8-win.S
[518/781] Compiling armv8-mont-apple.S
[519/781] Compiling aesv8-armv8-win.S
[520/781] Compiling aesv8-gcm-armv8-apple.S
[521/781] Compiling aesv8-armv8-linux.S
[522/781] Compiling aesv8-gcm-armv8-linux.S
[523/781] Compiling aesv8-armv8-apple.S
[524/781] Compiling aesni-x86_64-linux.S
[525/781] Compiling aesv8-armv7-linux.S
[526/781] Compiling aesni-x86_64-apple.S
[527/781] Compiling aesni-x86-apple.S
[528/781] Compiling aesni-x86-linux.S
[529/781] Compiling aes-gcm-avx2-x86_64-linux.S
[530/781] Compiling aesni-gcm-x86_64-apple.S
[531/781] Compiling aesni-gcm-x86_64-linux.S
[532/781] Compiling aes-gcm-avx2-x86_64-apple.S
[533/781] Compiling aes-gcm-avx10-x86_64-apple.S
[534/781] Compiling aes-gcm-avx10-x86_64-linux.S
[535/781] Compiling x_val.cc
[536/781] Compiling x_spki.cc
[537/781] Compiling x_sig.cc
[538/781] Compiling x_req.cc
[539/781] Compiling x_x509.cc
[540/781] Compiling x_x509a.cc
[541/781] Compiling x_pubkey.cc
[542/781] Compiling x_name.cc
[543/781] Compiling x_crl.cc
[544/781] Compiling x_exten.cc
[545/781] Compiling x_attrib.cc
[546/781] Compiling x509spki.cc
[547/781] Compiling x509rset.cc
[548/781] Compiling x_algor.cc
[549/781] Compiling x_all.cc
[550/781] Compiling x509name.cc
[551/781] Compiling x509_v3.cc
[552/781] Compiling x509_txt.cc
[553/781] Compiling x509_vpm.cc
[554/781] Compiling x509_trs.cc
[555/781] Compiling x509cset.cc
[556/781] Compiling x509_vfy.cc
[557/781] Compiling x509_set.cc
[558/781] Compiling x509_req.cc
[559/781] Compiling x509_lu.cc
[560/781] Compiling x509_def.cc
[561/781] Compiling x509_d2.cc
[562/781] Compiling x509_obj.cc
[563/781] Compiling x509_ext.cc
[564/781] Compiling x509_cmp.cc
[565/781] Compiling x509.cc
[566/781] Compiling x509_att.cc
[567/781] Compiling v3_utl.cc
[568/781] Compiling v3_skey.cc
[569/781] Compiling v3_purp.cc
[570/781] Compiling v3_prn.cc
[571/781] Compiling v3_pcons.cc
[572/781] Compiling v3_pmaps.cc
[573/781] Compiling v3_ocsp.cc
[574/781] Compiling v3_ncons.cc
[575/781] Compiling v3_int.cc
[576/781] Compiling v3_info.cc
[577/781] Compiling v3_lib.cc
[578/781] Compiling v3_ia5.cc
[579/781] Compiling v3_genn.cc
[580/781] Compiling v3_extku.cc
[581/781] Compiling v3_enum.cc
[582/781] Compiling v3_conf.cc
[583/781] Compiling v3_crld.cc
[584/781] Compiling v3_bitst.cc
[585/781] Compiling v3_cpols.cc
[586/781] Compiling v3_bcons.cc
[587/781] Compiling v3_alt.cc
[588/781] Compiling v3_akeya.cc
[589/781] Compiling rsa_pss.cc
[590/781] Compiling v3_akey.cc
[591/781] Compiling t_x509.cc
[592/781] Compiling t_x509a.cc
[593/781] Compiling policy.cc
[594/781] Compiling t_crl.cc
[595/781] Compiling t_req.cc
[596/781] Compiling i2d_pr.cc
[597/781] Compiling name_print.cc
[598/781] Compiling algorithm.cc
[599/781] Compiling by_dir.cc
[600/781] Compiling a_verify.cc
[601/781] Compiling by_file.cc
[602/781] Compiling a_digest.cc
[603/781] Compiling asn1_gen.cc
[604/781] Compiling a_sign.cc
[605/781] Compiling thread_win.cc
[606/781] Compiling voprf.cc
[607/781] Compiling thread.cc
[608/781] Compiling thread_none.cc
[609/781] Compiling stack.cc
[610/781] Compiling thread_pthread.cc
[611/781] Compiling trust_token.cc
[612/781] Compiling pmbtoken.cc
[613/781] Compiling rsa_print.cc
[614/781] Compiling siphash.cc
[615/781] Compiling sha256.cc
[616/781] Compiling sha512.cc
[617/781] Compiling slhdsa.cc
[618/781] Compiling sha1.cc
[619/781] Compiling spake2plus.cc
[620/781] Compiling rsa_extra.cc
[621/781] Compiling urandom.cc
[622/781] Compiling windows.cc
[623/781] Compiling passive.cc
[624/781] Compiling rc4.cc
[625/781] Compiling rand.cc
[626/781] Compiling refcount.cc
[627/781] Compiling rsa_crypt.cc
[628/781] Compiling trusty.cc
[629/781] Compiling getentropy.cc
[630/781] Compiling poly1305_arm_asm.S
[631/781] Compiling rsa_asn1.cc
[632/781] Compiling forkunsafe.cc
[633/781] Compiling ios.cc
[634/781] Compiling deterministic.cc
[635/781] Compiling fork_detect.cc
[636/781] Compiling poly1305_arm.cc
[637/781] Compiling poly1305_vec.cc
[638/781] Compiling poly1305.cc
[639/781] Compiling pool.cc
[640/781] Compiling p5_pbev2.cc
[641/781] Compiling pkcs7.cc
[642/781] Compiling pkcs8_x509.cc
[643/781] Compiling pem_xaux.cc
[644/781] Compiling pkcs8.cc
[645/781] Compiling pem_x509.cc
[646/781] Compiling pkcs7_x509.cc
[647/781] Compiling pem_pkey.cc
[648/781] Compiling pem_pk8.cc
[649/781] Compiling pem_all.cc
[650/781] Compiling obj_xref.cc
[651/781] Compiling pem_lib.cc
[652/781] Compiling mem.cc
[653/781] Compiling mldsa.cc
[654/781] Compiling mlkem.cc
[655/781] Compiling pem_oth.cc
[656/781] Compiling poly_rq_mul.S
[657/781] Compiling pem_info.cc
[658/781] Compiling obj.cc
[659/781] Compiling fips_shared_support.cc
[660/781] Compiling md5.cc
[661/781] Compiling lhash.cc
[662/781] Compiling md4.cc
[663/781] Compiling ex_data.cc
[664/781] Compiling kyber.cc
[665/781] Compiling sign.cc
[666/781] Compiling hrss.cc
[667/781] Compiling scrypt.cc
[668/781] Compiling print.cc
[669/781] Compiling pbkdf.cc
[670/781] Compiling hpke.cc
[671/781] Compiling p_x25519_asn1.cc
[672/781] Compiling p_x25519.cc
[673/781] Compiling p_ed25519.cc
[674/781] Compiling p_rsa.cc
[675/781] Compiling p_rsa_asn1.cc
[676/781] Compiling p_ed25519_asn1.cc
[677/781] Compiling p_hkdf.cc
[678/781] Compiling p_ec.cc
[679/781] Compiling p_ec_asn1.cc
[680/781] Compiling p_dh.cc
[681/781] Compiling p_dh_asn1.cc
[682/781] Compiling p_dsa_asn1.cc
[683/781] Compiling evp_ctx.cc
[684/781] Compiling evp_asn1.cc
[685/781] Compiling evp.cc
[686/781] Compiling engine.cc
[687/781] Compiling err.cc
[688/781] Compiling ecdh.cc
[689/781] Compiling hash_to_curve.cc
[690/781] Compiling ecdsa_asn1.cc
[691/781] Compiling ec_derive.cc
[692/781] Compiling params.cc
[693/781] Compiling dsa_asn1.cc
[694/781] Compiling ec_asn1.cc
[695/781] Compiling dsa.cc
[696/781] Compiling digest_extra.cc
[697/781] Compiling x25519-asm-arm.S
[698/781] Compiling bcm.cc
[699/781] Compiling des.cc
[700/781] Compiling dh_asn1.cc
[701/781] Compiling cpu_intel.cc
[702/781] Compiling curve25519_64_adx.cc
[703/781] Compiling spake25519.cc
[704/781] Compiling crypto.cc
[705/781] Compiling cpu_arm_freebsd.cc
[706/781] Compiling cpu_arm_linux.cc
[707/781] Compiling curve25519.cc
[708/781] Compiling cpu_aarch64_win.cc
[709/781] Compiling cpu_aarch64_linux.cc
[710/781] Compiling cpu_aarch64_openbsd.cc
[711/781] Compiling cpu_aarch64_sysreg.cc
[712/781] Compiling tls_cbc.cc
[713/781] Compiling cpu_aarch64_fuchsia.cc
[714/781] Compiling cpu_aarch64_apple.cc
[715/781] Compiling conf.cc
[716/781] Compiling get_cipher.cc
[717/781] Compiling e_tls.cc
[718/781] Compiling e_rc4.cc
[719/781] Compiling e_rc2.cc
[720/781] Compiling e_null.cc
[721/781] Compiling e_des.cc
[722/781] Compiling e_aesgcmsiv.cc
[723/781] Compiling e_aesctrhmac.cc
[724/781] Compiling e_chacha20poly1305.cc
[725/781] Compiling derive_key.cc
[726/781] Compiling chacha.cc
[727/781] Compiling buf.cc
[728/781] Compiling unicode.cc
[729/781] Compiling blake2.cc
[730/781] Compiling ber.cc
[730/781] Compiling cbs.cc
[732/781] Compiling asn1_compat.cc
[733/781] Compiling cbb.cc
[734/781] Compiling convert.cc
[735/781] Compiling socket_helper.cc
[736/781] Compiling bn_asn1.cc
[737/781] Compiling fd.cc
[738/781] Compiling printf.cc
[739/781] Compiling socket.cc
[740/781] Compiling pair.cc
[741/781] Compiling file.cc
[742/781] Compiling hexdump.cc
[743/781] Compiling errno.cc
[744/781] Compiling connect.cc
[745/781] Compiling base64.cc
[746/781] Compiling bio_mem.cc
[747/781] Compiling bio.cc
[748/781] Compiling tasn_utl.cc
[749/781] Compiling tasn_typ.cc
[750/781] Compiling tasn_fre.cc
[751/781] Compiling f_string.cc
[752/781] Compiling tasn_new.cc
[753/781] Compiling f_int.cc
[754/781] Compiling posix_time.cc
[755/781] Compiling tasn_dec.cc
[756/781] Compiling tasn_enc.cc
[757/781] Compiling asn1_par.cc
[758/781] Compiling asn_pack.cc
[759/781] Compiling asn1_lib.cc
[760/781] Compiling a_type.cc
[761/781] Compiling a_time.cc
[762/781] Compiling a_strnid.cc
[763/781] Compiling a_utctm.cc
[764/781] Compiling a_octet.cc
[765/781] Compiling a_strex.cc
[766/781] Compiling a_object.cc
[767/781] Compiling a_mbstr.cc
[768/781] Compiling a_i2d_fp.cc
[769/781] Compiling a_dup.cc
[770/781] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[770/781] Write sources
[774/781] Compiling a_d2i_fp.cc
[775/781] Compiling a_gentm.cc
[776/781] Compiling a_int.cc
[777/824] Compiling a_bitstr.cc
[779/824] Compiling Algorithms Permutations.swift
[780/824] Compiling Algorithms Product.swift
[781/826] Compiling Algorithms Grouped.swift
[782/826] Compiling Algorithms Indexed.swift
[783/826] Compiling Algorithms Joined.swift
[784/826] Compiling Algorithms Keyed.swift
[785/826] Compiling Algorithms Intersperse.swift
[786/826] Compiling Algorithms Partition.swift
[786/826] Compiling a_bool.cc
[788/826] Compiling Atomics IntegerOperations.swift
[789/826] Compiling Atomics Unmanaged extensions.swift
[790/826] Compiling Algorithms EitherSequence.swift
[791/826] Compiling Algorithms FirstNonNil.swift
[792/826] Compiling Algorithms FlattenCollection.swift
[793/826] Compiling Algorithms Split.swift
[794/826] Compiling Algorithms Stride.swift
[795/826] Compiling Algorithms Suffix.swift
[797/829] Compiling Algorithms Reductions.swift
[798/829] Compiling Algorithms Rotate.swift
[799/829] Compiling Algorithms Compacted.swift
[800/829] Compiling Algorithms Cycle.swift
[813/829] Compiling Algorithms Trim.swift
[814/829] Compiling Algorithms Unique.swift
[815/829] Compiling Algorithms Windows.swift
[816/829] Compiling Algorithms AdjacentPairs.swift
[817/829] Compiling Algorithms Chain.swift
[818/829] Compiling Algorithms Chunked.swift
[819/829] Compiling Algorithms Combinations.swift
[826/829] Emitting module Atomics
[826/830] Compiling c-nioatomics.c
[828/830] Compiling c-atomics.c
[830/830] Emitting module Algorithms
[832/838] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[833/838] Compiling NIOConcurrencyHelpers NIOLock.swift
[834/838] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[835/838] Emitting module NIOConcurrencyHelpers
[836/838] Compiling NIOConcurrencyHelpers lock.swift
[837/838] Compiling NIOConcurrencyHelpers atomics.swift
[838/838] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[840/903] Compiling NIOCore IPProtocol.swift
[841/903] Compiling NIOCore IntegerBitPacking.swift
[842/903] Compiling NIOCore IntegerTypes.swift
[843/903] Compiling NIOCore Interfaces.swift
[844/903] Compiling NIOCore Linux.swift
[845/903] Compiling NIOCore MarkedCircularBuffer.swift
[846/903] Compiling NIOCore MulticastChannel.swift
[847/903] Compiling NIOCore NIOAny.swift
[848/903] Compiling NIOCore NIOCloseOnErrorHandler.swift
[849/911] Compiling NIOCore CircularBuffer.swift
[850/911] Compiling NIOCore Codec.swift
[851/911] Compiling NIOCore ConvenienceOptionSupport.swift
[852/911] Compiling NIOCore DeadChannel.swift
[853/911] Compiling NIOCore DispatchQueue+WithFuture.swift
[854/911] Compiling NIOCore EventLoop+Deprecated.swift
[855/911] Compiling NIOCore EventLoop+SerialExecutor.swift
[856/911] Compiling NIOCore EventLoop.swift
[857/911] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[858/911] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[859/911] Compiling NIOCore SocketAddresses.swift
[860/911] Compiling NIOCore SocketOptionProvider.swift
[861/911] Compiling NIOCore SystemCallHelpers.swift
[862/911] Compiling NIOCore TimeAmount+Duration.swift
[863/911] Compiling NIOCore TypeAssistedChannelHandler.swift
[864/911] Compiling NIOCore UniversalBootstrapSupport.swift
[865/911] Compiling NIOCore Utilities.swift
[866/911] Compiling NIOCore NIOCoreSendableMetatype.swift
[867/911] Compiling NIOCore NIODecodedAsyncSequence.swift
[868/911] Compiling NIOCore NIOLoopBound.swift
[869/911] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[870/911] Compiling NIOCore NIOScheduledCallback.swift
[871/911] Compiling NIOCore NIOSendable.swift
[872/911] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[873/911] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[874/911] Compiling NIOCore RecvByteBufferAllocator.swift
[875/911] Compiling NIOCore EventLoopFuture+Deprecated.swift
[876/911] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[877/911] Compiling NIOCore EventLoopFuture.swift
[878/911] Compiling NIOCore FileDescriptor.swift
[879/911] Compiling NIOCore FileHandle.swift
[880/911] Compiling NIOCore FileRegion.swift
[881/911] Compiling NIOCore GlobalSingletons.swift
[882/911] Compiling NIOCore IO.swift
[883/911] Compiling NIOCore IOData.swift
[884/911] Compiling NIOCore ByteBuffer-multi-int.swift
[885/911] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[886/911] Compiling NIOCore ByteBuffer-views.swift
[887/911] Compiling NIOCore Channel.swift
[888/911] Compiling NIOCore ChannelHandler.swift
[889/911] Compiling NIOCore ChannelHandlers.swift
[890/911] Compiling NIOCore ChannelInvoker.swift
[891/911] Compiling NIOCore ChannelOption.swift
[892/911] Compiling NIOCore ChannelPipeline.swift
[893/911] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[894/911] Compiling NIOCore BSDSocketAPI.swift
[895/911] Compiling NIOCore ByteBuffer-aux.swift
[896/911] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[897/911] Compiling NIOCore ByteBuffer-conversions.swift
[898/911] Compiling NIOCore ByteBuffer-core.swift
[899/911] Compiling NIOCore ByteBuffer-hex.swift
[900/911] Compiling NIOCore ByteBuffer-int.swift
[901/911] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[902/911] Emitting module NIOCore
[903/911] Compiling NIOCore AddressedEnvelope.swift
[904/911] Compiling NIOCore AsyncAwaitSupport.swift
[905/911] Compiling NIOCore AsyncChannel.swift
[906/911] Compiling NIOCore AsyncChannelHandler.swift
[907/911] Compiling NIOCore AsyncChannelInboundStream.swift
[908/911] Compiling NIOCore AsyncChannelOutboundWriter.swift
[909/911] Compiling NIOCore NIOAsyncSequenceProducer.swift
[910/911] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[911/911] Compiling NIOCore NIOAsyncWriter.swift
[913/966] Compiling NIOEmbedded AsyncTestingChannel.swift
[914/966] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[915/966] Emitting module NIOEmbedded
[916/966] Compiling NIOEmbedded Embedded.swift
[918/967] Compiling NIOPosix PipePair.swift
[919/967] Compiling NIOPosix Pool.swift
[920/967] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[921/967] Compiling NIOPosix PosixSingletons.swift
[922/967] Compiling NIOPosix RawSocketBootstrap.swift
[923/967] Compiling NIOPosix Resolver.swift
[924/967] Compiling NIOPosix Selectable.swift
[925/973] Compiling NIOPosix ThreadPosix.swift
[926/973] Compiling NIOPosix ThreadWindows.swift
[927/973] Compiling NIOPosix Utilities.swift
[928/973] Compiling NIOPosix VsockAddress.swift
[929/973] Compiling NIOPosix VsockChannelEvents.swift
[930/973] Compiling NIOPosix Windows.swift
[931/973] Compiling NIOPosix SelectableChannel.swift
[932/973] Compiling NIOPosix SelectableEventLoop.swift
[933/973] Compiling NIOPosix SelectorEpoll.swift
[934/973] Compiling NIOPosix SelectorGeneric.swift
[935/973] Compiling NIOPosix SelectorKqueue.swift
[936/973] Compiling NIOPosix SelectorUring.swift
[937/973] Compiling NIOPosix SelectorWSAPoll.swift
[938/973] Emitting module NIOPosix
[939/973] Compiling NIOPosix ServerSocket.swift
[940/973] Compiling NIOPosix Socket.swift
[941/973] Compiling NIOPosix SocketChannel.swift
[942/973] Compiling NIOPosix SocketProtocols.swift
[943/973] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[944/973] Compiling NIOPosix System.swift
[945/973] Compiling NIOPosix Thread.swift
[946/973] Compiling NIOPosix BaseStreamSocketChannel.swift
[947/973] Compiling NIOPosix Bootstrap.swift
[948/973] Compiling NIOPosix ControlMessage.swift
[949/973] Compiling NIOPosix DatagramVectorReadManager.swift
[950/973] Compiling NIOPosix Errors+Any.swift
[951/973] Compiling NIOPosix FileDescriptor.swift
[952/973] Compiling NIOPosix GetaddrinfoResolver.swift
[953/973] Compiling NIOPosix HappyEyeballs.swift
[954/973] Compiling NIOPosix IO.swift
[955/973] Compiling NIOPosix IntegerBitPacking.swift
[956/973] Compiling NIOPosix IntegerTypes.swift
[957/973] Compiling NIOPosix Linux.swift
[958/973] Compiling NIOPosix LinuxCPUSet.swift
[959/973] Compiling NIOPosix LinuxUring.swift
[960/973] Compiling NIOPosix BSDSocketAPICommon.swift
[961/973] Compiling NIOPosix BSDSocketAPIPosix.swift
[962/973] Compiling NIOPosix BSDSocketAPIWindows.swift
[963/973] Compiling NIOPosix BaseSocket.swift
[964/973] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[965/973] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[966/973] Compiling NIOPosix BaseSocketChannel.swift
[967/973] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[968/973] Compiling NIOPosix NIOPosixSendableMetatype.swift
[969/973] Compiling NIOPosix NIOThreadPool.swift
[970/973] Compiling NIOPosix NonBlockingFileIO.swift
[971/973] Compiling NIOPosix PendingDatagramWritesManager.swift
[972/973] Compiling NIOPosix PendingWritesManager.swift
[973/973] Compiling NIOPosix PipeChannel.swift
[975/976] Compiling NIO Exports.swift
[976/976] Emitting module NIO
[978/1016] Compiling NIOSOCKS ClientStateMachine.swift
[979/1017] Compiling NIOSOCKS SOCKSResponse.swift
[980/1017] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[981/1017] Compiling NIOTLS TLSEvents.swift
[982/1017] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[983/1017] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[984/1017] Compiling NIOTLS SNIHandler.swift
[985/1017] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[986/1017] Compiling NIOSOCKS ServerStateMachine.swift
[987/1017] Emitting module NIOTLS
[988/1017] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[989/1017] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[990/1017] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[991/1018] Compiling NIOSOCKS Errors.swift
[992/1018] Compiling NIOSOCKS Helpers.swift
[993/1018] Compiling NIOSOCKS AuthenticationMethod.swift
[994/1018] Compiling NIOSOCKS ClientGreeting.swift
[995/1018] Emitting module NIOSOCKS
[996/1018] Compiling NIOSOCKS SOCKSClientHandler.swift
[997/1018] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[998/1018] Compiling NIOSOCKS Messages.swift
[999/1018] Compiling NIOSOCKS SOCKSRequest.swift
[1000/1018] Emitting module NIOFoundationCompat
[1001/1018] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1002/1020] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1003/1020] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1007/1022] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1008/1022] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1010/1022] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1011/1022] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1012/1022] Compiling NIOHTTP1 HTTPTypes.swift
[1013/1061] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1014/1061] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1015/1061] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1016/1061] Compiling NIOTransportServices NIOTSBootstraps.swift
[1018/1073] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1019/1073] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1020/1075] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1021/1075] Compiling NIOTransportServices NIOTSSingletons.swift
[1022/1075] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1023/1075] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1024/1075] Compiling NIOTransportServices NIOTSErrors.swift
[1025/1075] Compiling NIOTransportServices NIOTSEventLoop.swift
[1026/1075] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1027/1075] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1028/1075] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1029/1075] Compiling NIOTransportServices StateManagedChannel.swift
[1030/1075] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1031/1075] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1032/1075] Compiling NIOTransportServices AcceptHandler.swift
[1033/1075] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1034/1075] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1038/1075] Emitting module NIOTransportServices
[1039/1075] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1040/1075] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1041/1076] Emitting module NIOHTTP1
[1049/1095] Compiling NIOHPACK IntegerCoding.swift
[1050/1096] Compiling NIOHPACK IndexedHeaderTable.swift
[1051/1096] Compiling NIOHPACK StaticHeaderTable.swift
[1052/1096] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1053/1096] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1054/1096] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1055/1096] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1056/1096] Compiling NIOHTTPCompression HTTPCompression.swift
[1057/1096] Emitting module NIOHTTPCompression
[1058/1096] Compiling NIOHTTPCompression HTTPDecompression.swift
[1059/1097] Emitting module NIOHPACK
[1060/1097] Compiling NIOHPACK HuffmanCoding.swift
[1061/1097] Compiling NIOHPACK HuffmanTables.swift
[1063/1097] Compiling NIOHPACK DynamicHeaderTable.swift
[1064/1097] Compiling NIOHPACK HPACKDecoder.swift
[1065/1097] Compiling NIOHPACK HPACKHeader.swift
[1066/1097] Compiling NIOHPACK HeaderTables.swift
[1071/1101] Compiling NIOSSL SubjectAlternativeName.swift
[1072/1101] Compiling NIOSSL NIOSSLSecureBytes.swift
[1073/1101] Compiling NIOSSL RNG.swift
[1074/1101] Compiling NIOSSL SafeCompare.swift
[1075/1101] Emitting module NIOSSL
[1078/1101] Compiling NIOHPACK HPACKEncoder.swift
[1079/1101] Compiling NIOHPACK HPACKErrors.swift
[1083/1165] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1084/1165] Compiling NIOHTTP2 HTTP2Error.swift
[1085/1165] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1086/1165] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1087/1165] Compiling NIOHTTP2 MayReceiveFrames.swift
[1088/1165] Compiling NIOHTTP2 ReceivingDataState.swift
[1089/1165] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1090/1165] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1091/1165] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1092/1165] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1093/1165] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1094/1165] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1095/1165] Compiling NIOHTTP2 QuiescingState.swift
[1096/1165] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1097/1165] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1098/1165] Compiling NIOHTTP2 StateMachineResult.swift
[1099/1165] Compiling NIOHTTP2 HTTP2PingData.swift
[1100/1165] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1101/1165] Compiling NIOHTTP2 HTTP2Settings.swift
[1102/1165] Compiling NIOHTTP2 HTTP2Stream.swift
[1104/1166] Emitting module NIOHTTP2
[1105/1174] Compiling NIOHTTP2 MaySendFrames.swift
[1106/1174] Compiling NIOHTTP2 SendingDataState.swift
[1107/1174] Compiling NIOHTTP2 SendingGoawayState.swift
[1108/1174] Compiling NIOHTTP2 SendingHeadersState.swift
[1109/1174] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1110/1174] Compiling NIOHTTP2 SendingRstStreamState.swift
[1111/1174] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1112/1174] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1113/1174] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1114/1174] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1115/1174] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1116/1174] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1117/1174] Compiling NIOHTTP2 InboundEventBuffer.swift
[1118/1174] Compiling NIOHTTP2 InboundWindowManager.swift
[1119/1174] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1120/1174] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1121/1174] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1122/1174] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1123/1174] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1128/1174] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1129/1174] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1130/1174] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1131/1174] Compiling NIOHTTP2 DOSHeuristics.swift
[1132/1174] Compiling NIOHTTP2 Error+Any.swift
[1133/1174] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1134/1174] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1135/1174] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1136/1174] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1137/1174] Compiling NIOHTTP2 GlitchesMonitor.swift
[1138/1174] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1139/1174] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1140/1174] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1141/1174] Compiling NIOHTTP2 HasLocalSettings.swift
[1142/1174] Compiling NIOHTTP2 HasRemoteSettings.swift
[1143/1174] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1149/1174] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1150/1174] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1151/1174] Compiling NIOHTTP2 StreamChannelList.swift
[1152/1174] Compiling NIOHTTP2 StreamMap.swift
[1153/1174] Compiling NIOHTTP2 StreamStateMachine.swift
[1154/1174] Compiling NIOHTTP2 Timer.swift
[1155/1174] Compiling NIOHTTP2 UnsafeTransfer.swift
[1156/1174] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1157/1174] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1162/1174] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1163/1174] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1164/1174] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1165/1174] Compiling NIOHTTP2 HTTP2StreamID.swift
[1173/1174] Compiling NIOHTTP2 HTTP2Frame.swift
[1174/1174] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1176/1239] Emitting module AsyncHTTPClient
[1177/1247] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1178/1247] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1179/1247] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1180/1247] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1181/1247] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1182/1247] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1183/1247] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1184/1247] Compiling AsyncHTTPClient RequestBodyLength.swift
[1185/1247] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1186/1247] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1187/1247] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1188/1247] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1189/1247] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1190/1247] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1191/1247] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1192/1247] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1193/1247] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1194/1247] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1195/1247] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1196/1247] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1197/1247] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1198/1247] Compiling AsyncHTTPClient Transaction.swift
[1199/1247] Compiling AsyncHTTPClient Base64.swift
[1200/1247] Compiling AsyncHTTPClient BasicAuth.swift
[1201/1247] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1202/1247] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1203/1247] Compiling AsyncHTTPClient ConnectionPool.swift
[1204/1247] Compiling AsyncHTTPClient RequestValidation.swift
[1205/1247] Compiling AsyncHTTPClient SSLContextCache.swift
[1206/1247] Compiling AsyncHTTPClient Scheme.swift
[1207/1247] Compiling AsyncHTTPClient Singleton.swift
[1208/1247] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1209/1247] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1210/1247] Compiling AsyncHTTPClient TracingSupport.swift
[1211/1247] Compiling AsyncHTTPClient Utils.swift
[1212/1247] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1213/1247] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1214/1247] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1215/1247] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1216/1247] Compiling AsyncHTTPClient HTTP1Connection.swift
[1217/1247] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1218/1247] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1219/1247] Compiling AsyncHTTPClient HTTP2Connection.swift
[1220/1247] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1221/1247] Compiling AsyncHTTPClient LRUCache.swift
[1222/1247] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1223/1247] Compiling AsyncHTTPClient NWErrorHandler.swift
[1224/1247] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1225/1247] Compiling AsyncHTTPClient TLSConfiguration.swift
[1226/1247] Compiling AsyncHTTPClient RedirectState.swift
[1227/1247] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1228/1247] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1229/1247] Compiling AsyncHTTPClient RequestBag.swift
[1230/1247] Compiling AsyncHTTPClient RequestOptions.swift
[1231/1247] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1232/1247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1233/1247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1234/1247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1235/1247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1236/1247] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1237/1247] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1238/1247] Compiling AsyncHTTPClient ConnectionTarget.swift
[1239/1247] Compiling AsyncHTTPClient DeconstructedURL.swift
[1240/1247] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1241/1247] Compiling AsyncHTTPClient FoundationExtensions.swift
[1242/1247] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1243/1247] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1244/1247] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1245/1247] Compiling AsyncHTTPClient HTTPClient.swift
[1246/1247] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1247/1247] Compiling AsyncHTTPClient HTTPHandler.swift
[1249/1250] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
[1250/1250] Emitting module OpenAPIAsyncHTTPClient
[1252/1255] Emitting module TelegramBotAPI_AHC
[1253/1255] Compiling TelegramBotAPI_AHC Client.swift
[1254/1255] Compiling TelegramBotAPI_AHC AuthenticationMiddleware.swift
[1255/1255] Compiling TelegramBotAPI_AHC Types.swift
[1257/1258] Emitting module LoggingToTelegram
[1258/1258] Compiling LoggingToTelegram TelegramLogRecordExporter.swift
Build complete! (534.27s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-openapi-generator",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-generator"
},
{
"identity" : "swift-openapi-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-openapi-runtime"
},
{
"identity" : "swift-openapi-async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-openapi-async-http-client"
},
{
"identity" : "swiftlogexport",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/atacan/SwiftLogExport"
}
],
"manifest_display_name" : "TelegramBotAPI",
"name" : "TelegramBotAPI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TelegramBotAPI_AHC",
"targets" : [
"TelegramBotAPI_AHC"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LoggingToTelegram",
"targets" : [
"LoggingToTelegram"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Prepare",
"targets" : [
"Prepare"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TelegramBotAPI_AHCTests",
"module_type" : "SwiftTarget",
"name" : "TelegramBotAPI_AHCTests",
"path" : "Tests/TelegramBotAPI_AHCTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/TelegramBotAPI_AHCTests/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"TelegramBotAPI_AHCTests.swift",
"getEnvironmentVariable.swift"
],
"target_dependencies" : [
"TelegramBotAPI_AHC"
],
"type" : "test"
},
{
"c99name" : "TelegramBotAPI_AHC",
"module_type" : "SwiftTarget",
"name" : "TelegramBotAPI_AHC",
"path" : "Sources/TelegramBotAPI_AHC",
"product_dependencies" : [
"OpenAPIRuntime",
"OpenAPIAsyncHTTPClient"
],
"product_memberships" : [
"TelegramBotAPI_AHC",
"LoggingToTelegram"
],
"sources" : [
"AuthenticationMiddleware.swift",
"GeneratedSources/Client.swift",
"GeneratedSources/Types.swift"
],
"type" : "library"
},
{
"c99name" : "Prepare",
"module_type" : "SwiftTarget",
"name" : "Prepare",
"path" : "Sources/Prepare",
"product_memberships" : [
"Prepare"
],
"sources" : [
"main.swift",
"runCommand.swift"
],
"type" : "executable"
},
{
"c99name" : "LoggingToTelegramTests",
"module_type" : "SwiftTarget",
"name" : "LoggingToTelegramTests",
"path" : "Tests/LoggingToTelegramTests",
"sources" : [
"LoggingToTelegramTests.swift",
"getEnvironmentVariable.swift"
],
"target_dependencies" : [
"LoggingToTelegram"
],
"type" : "test"
},
{
"c99name" : "LoggingToTelegram",
"module_type" : "SwiftTarget",
"name" : "LoggingToTelegram",
"path" : "Sources/LoggingToTelegram",
"product_dependencies" : [
"SwiftLogExport"
],
"product_memberships" : [
"LoggingToTelegram"
],
"sources" : [
"TelegramLogRecordExporter.swift"
],
"target_dependencies" : [
"TelegramBotAPI_AHC"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.