Build Information
Successful build of TelegramBotAPI, reference main (aaca2e), with Swift 6.1 for Linux on 1 Mar 2026 01:55:00 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aaca2e4 Add MIT License to the project
Cloned https://github.com/atacan/TelegramBotAPI.git
Revision (git rev-parse @):
aaca2e49476e03deb95269d26753800f09941798
SUCCESS checkout https://github.com/atacan/TelegramBotAPI.git at main
========================================
Build
========================================
Selected platform: linux
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/atacan/SwiftLogExport
[1/67] Fetching swiftlogexport
Fetched https://github.com/atacan/SwiftLogExport from cache (0.38s)
Fetching https://github.com/swift-server/swift-openapi-async-http-client
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/614] Fetching swift-openapi-async-http-client
[615/3263] Fetching swift-openapi-async-http-client, swift-service-lifecycle
[2284/9405] Fetching swift-openapi-async-http-client, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (0.49s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[3124/15048] Fetching swift-service-lifecycle, swift-async-algorithms, swift-openapi-runtime
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.92s)
[1/6090] Fetching swift-log
[610/26345] Fetching swift-log, swift-collections
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.00s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.01s)
Fetching https://github.com/apple/swift-openapi-generator
Fetched https://github.com/apple/swift-log.git from cache (2.49s)
Fetched https://github.com/apple/swift-collections.git from cache (2.58s)
[1/16836] Fetching swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-generator from cache (1.36s)
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 (8.86s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-nio
[1/951] Fetching swift-http-types
[952/16279] Fetching swift-http-types, async-http-client
[8003/98825] Fetching swift-http-types, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (2.30s)
[34795/83497] Fetching swift-http-types, swift-nio
Fetched https://github.com/apple/swift-http-types from cache (11.87s)
Fetched https://github.com/apple/swift-nio from cache (12.07s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.10.1 (13.15s)
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.26s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.33s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.10.4 (4.06s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/jpsim/Yams
[1/6058] Fetching swift-algorithms
[123/17561] Fetching swift-algorithms, yams
[184/34733] Fetching swift-algorithms, yams, swift-argument-parser
[13966/157842] Fetching swift-algorithms, yams, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (1.02s)
[8881/151784] Fetching yams, swift-argument-parser, openapikit
Fetched https://github.com/jpsim/Yams from cache (3.66s)
[63954/140281] Fetching swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-argument-parser from cache (12.09s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (12.34s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (13.59s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (1.17s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.72s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.75s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.11s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.97s)
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.09s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.03s)
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 (0.98s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5665] Fetching swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-http2.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-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.74s)
[1/6485] Fetching swift-nio-extras
[6486/9300] Fetching swift-nio-extras, swift-nio-transport-services
[6740/21298] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[10861/23118] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-atomics
[12659/38460] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (1.73s)
[16848/36640] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.75s)
[10877/30155] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.76s)
[8781/27340] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.14s)
[11814/15342] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.69s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.0 (6.37s)
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.40s)
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.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.97s)
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.02s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (3.97s)
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.04s)
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.24s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1210] Fetching swift-http-structured-headers
[183/2970] Fetching swift-http-structured-headers, swift-asn1
[2091/10079] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.55s)
[3751/8869] Fetching swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
[4479/7109] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.91s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.95.0 (2.79s)
Fetching https://github.com/apple/swift-system.git
[1/5583] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.14s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.34s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.09s)
Fetching https://github.com/apple/swift-crypto.git
[1/17238] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.30s)
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 (4.30s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.15s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.45s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (1.59s)
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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/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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.0
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-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-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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
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-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-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/atacan/SwiftLogExport
Working copy of https://github.com/atacan/SwiftLogExport resolved at main (c661684)
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/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-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-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-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
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/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/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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.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
[38/463] Compiling CNIOWindows shim.c
[39/463] Compiling _AtomicsShims.c
[40/463] Compiling _NumericsShims _NumericsShims.c
[41/463] Compiling CNIOWindows WSAStartup.c
[42/463] Compiling CNIOWASI CNIOWASI.c
[43/463] Compiling CNIOPosix event_loop_id.c
[44/463] Compiling CNIOOpenBSD shim.c
[45/463] Compiling CNIOLinux liburing_shims.c
[46/463] Compiling CNIOExtrasZlib empty.c
[47/463] Compiling CNIOLLHTTP c_nio_http.c
[48/463] Compiling CNIODarwin shim.c
[49/463] Compiling CNIOLinux shim.c
[50/463] Compiling fiat_p256_adx_sqr.S
[51/463] Compiling CNIOLLHTTP c_nio_api.c
[52/463] Compiling fiat_curve25519_adx_square.S
[53/463] Compiling fiat_p256_adx_mul.S
[54/463] Write swift-version-24593BA9C3E375BF.txt
[55/463] Compiling fiat_curve25519_adx_mul.S
[56/463] Compiling CNIOLLHTTP c_nio_llhttp.c
[57/469] Compiling CNIOBoringSSLShims shims.c
[58/472] Compiling tls_record.cc
[59/483] Compiling tls_method.cc
[60/486] Compiling tls13_enc.cc
[61/486] Emitting module RealModule
[62/486] Compiling tls13_server.cc
[63/487] Compiling tls13_client.cc
[65/517] Emitting module Logging
[66/517] Emitting module InternalCollectionsUtilities
[67/519] Compiling ServiceContextModule ServiceContext.swift
[68/519] Compiling RealModule Float80+Real.swift
[69/519] Compiling RealModule Real.swift
[70/519] Compiling RealModule RealFunctions.swift
[71/519] Compiling RealModule RelaxedArithmetic.swift
[72/519] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[73/519] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[74/519] Compiling RealModule Float16+Real.swift
[75/519] Compiling HTTPTypes HTTPField.swift
[76/519] Compiling HTTPTypes HTTPFieldName.swift
[77/519] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[78/519] Compiling InternalCollectionsUtilities Integer rank.swift
[79/519] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[80/519] Compiling InternalCollectionsUtilities UInt+reversed.swift
[81/519] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[82/519] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[83/519] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[84/519] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[85/519] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[86/519] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[87/519] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/519] Compiling InternalCollectionsUtilities Debugging.swift
[89/519] Compiling InternalCollectionsUtilities Descriptions.swift
[90/520] Compiling _NIODataStructures _TinyArray.swift
[91/520] Compiling ServiceContextModule ServiceContextKey.swift
[92/520] Emitting module ServiceContextModule
[93/520] Emitting module _NIOBase64
[94/520] Compiling _NIODataStructures PriorityQueue.swift
[95/520] Compiling _NIOBase64 Base64.swift
[106/581] Compiling ConcurrencyHelpers LockedValueBox.swift
[107/602] Compiling HTTPTypes ISOLatin1String.swift
[108/603] Compiling Instrumentation NoOpInstrument.swift
[109/603] Compiling Instrumentation MultiplexInstrument.swift
[110/603] Emitting module Instrumentation
[111/603] Compiling DequeModule Deque+CustomReflectable.swift
[112/603] Compiling DequeModule Deque+Descriptions.swift
[113/605] Compiling DequeModule _DequeBuffer.swift
[114/605] Compiling DequeModule _DequeBufferHeader.swift
[115/605] Compiling DequeModule Deque+Equatable.swift
[116/605] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[117/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[118/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[119/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[120/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[121/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[122/605] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[123/605] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[124/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[125/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[126/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[127/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[128/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[129/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[130/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[131/612] Compiling Logging MetadataProvider.swift
[132/612] Emitting module _NIODataStructures
[133/612] Compiling _NIODataStructures Heap.swift
[134/613] Emitting module ConcurrencyHelpers
[135/613] Compiling ConcurrencyHelpers Lock.swift
[136/613] Compiling Instrumentation Locks.swift
[137/613] Compiling Instrumentation InstrumentationSystem.swift
[138/613] Compiling Instrumentation Instrument.swift
[139/613] Compiling DequeModule _DequeSlot.swift
[140/613] Compiling DequeModule _UnsafeWrappedBuffer.swift
[141/615] Compiling DequeModule Deque+Extras.swift
[142/615] Compiling DequeModule Deque+Hashable.swift
[143/615] Emitting module HTTPTypes
[145/615] Compiling Logging Locks.swift
[146/615] Compiling Logging LogHandler.swift
[147/615] Compiling Logging Logging.swift
[149/616] Compiling HTTPTypes NIOLock.swift
[152/616] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[153/616] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[154/616] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[155/616] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[156/616] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[157/616] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[158/616] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[159/616] Compiling OrderedCollections OrderedDictionary+Values.swift
[160/616] Compiling DequeModule Deque+Codable.swift
[161/616] Compiling DequeModule Deque+Collection.swift
[168/616] Compiling HTTPTypes HTTPRequest.swift
[169/616] Compiling HTTPTypes HTTPRequest+URL.swift
[170/616] Compiling HTTPTypes HTTPParsedFields.swift
[171/616] Compiling HTTPTypes HTTPResponse.swift
[172/616] 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)
[173/616] Compiling OrderedCollections OrderedDictionary.swift
[174/616] Compiling OrderedCollections OrderedSet+Codable.swift
[175/616] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[176/616] Compiling OrderedCollections OrderedSet+Descriptions.swift
[177/616] Compiling OrderedCollections OrderedSet+Diffing.swift
[178/616] Compiling OrderedCollections OrderedSet+Equatable.swift
[179/616] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[180/616] Compiling OrderedCollections OrderedSet+Hashable.swift
[181/616] Compiling OrderedCollections OrderedSet+Initializers.swift
[182/616] Compiling OrderedCollections OrderedSet+Insertions.swift
[183/616] Compiling OrderedCollections OrderedSet+Invariants.swift
[184/616] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[185/616] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[186/616] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[187/616] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[188/616] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[189/616] Compiling DequeModule Deque._UnsafeHandle.swift
[190/616] Compiling DequeModule Deque.swift
[191/616] Compiling DequeModule Deque+Testing.swift
[192/616] Compiling DequeModule Deque._Storage.swift
[193/616] Compiling Prepare runCommand.swift
[194/616] Emitting module Prepare
[198/628] Emitting module DequeModule
[200/629] Compiling UnixSignals UnixSignal.swift
[201/629] Emitting module Tracing
[202/629] Emitting module UnixSignals
[203/629] Compiling UnixSignals UnixSignalsSequence.swift
[212/630] Compiling Tracing TracingTime.swift
[212/630] Wrapping AST for Prepare for debugging
[214/630] Write Objects.LinkFileList
[216/630] Compiling Tracing Tracer.swift
[217/630] Compiling Tracing TracerProtocol.swift
[218/630] Compiling OrderedCollections OrderedSet+Sendable.swift
[219/630] Compiling OrderedCollections OrderedSet+SubSequence.swift
[220/630] Compiling OrderedCollections OrderedSet+Testing.swift
[221/630] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[222/630] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[223/630] Compiling OrderedCollections OrderedSet.swift
[224/630] Compiling OrderedCollections _UnsafeBitset.swift
[225/630] Compiling Tracing TracerProtocol+Legacy.swift
[226/630] Emitting module OrderedCollections
[227/631] Compiling Tracing NoOpTracer.swift
[228/631] Compiling Tracing InstrumentationSystem+Tracing.swift
[229/631] Compiling Tracing SpanProtocol.swift
[231/632] Compiling t1_enc.cc
[232/632] Compiling tls13_both.cc
[233/632] Compiling ssl_x509.cc
[234/632] Compiling ssl_transcript.cc
[235/632] Linking Prepare
[236/632] Compiling ssl_versions.cc
[238/632] Compiling HTTPTypes HTTPFields.swift
[241/633] Compiling ssl_stat.cc
[242/633] Compiling ssl_privkey.cc
[243/633] Compiling ssl_file.cc
[244/633] Compiling ssl_key_share.cc
[245/633] Compiling ssl_session.cc
[246/695] Compiling ssl_credential.cc
[247/695] Compiling ssl_lib.cc
[248/695] Compiling ssl_cipher.cc
[250/695] Compiling OpenAPIRuntime URICodeCodingKey.swift
[251/695] Compiling OpenAPIRuntime URICoderConfiguration.swift
[252/695] Compiling OpenAPIRuntime URIEncodedNode.swift
[253/695] Compiling OpenAPIRuntime URIParsedTypes.swift
[254/695] Compiling OpenAPIRuntime URIDecoder.swift
[255/695] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[256/695] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[257/695] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[257/703] Compiling ssl_cert.cc
[258/703] Compiling ssl_buffer.cc
[259/703] Compiling ssl_aead_ctx.cc
[260/703] Compiling ssl_asn1.cc
[262/703] Emitting module OpenAPIRuntime
[262/703] Compiling s3_pkt.cc
[263/703] Compiling s3_lib.cc
[265/703] Compiling OpenAPIRuntime Acceptable.swift
[266/703] Compiling OpenAPIRuntime Base64EncodedData.swift
[267/703] Compiling OpenAPIRuntime ByteUtilities.swift
[268/703] Compiling OpenAPIRuntime ContentDisposition.swift
[269/703] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[270/703] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[271/703] Compiling OpenAPIRuntime OpenAPIValue.swift
[272/703] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[273/703] Compiling OpenAPIRuntime UndocumentedPayload.swift
[274/703] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[275/703] Compiling OpenAPIRuntime CodableExtensions.swift
[276/703] Compiling OpenAPIRuntime Configuration.swift
[277/703] Compiling OpenAPIRuntime Converter+Client.swift
[278/703] Compiling OpenAPIRuntime Converter+Common.swift
[279/703] Compiling OpenAPIRuntime Converter+Server.swift
[280/703] Compiling OpenAPIRuntime Converter.swift
[281/703] Compiling OpenAPIRuntime CurrencyExtensions.swift
[282/703] Compiling OpenAPIRuntime ErrorExtensions.swift
[283/703] Compiling OpenAPIRuntime FoundationExtensions.swift
[284/703] Compiling OpenAPIRuntime ParameterStyles.swift
[285/703] Compiling OpenAPIRuntime ServerVariable.swift
[286/703] Compiling OpenAPIRuntime URLExtensions.swift
[287/703] Compiling OpenAPIRuntime Deprecated.swift
[288/703] Compiling OpenAPIRuntime ClientError.swift
[289/703] Compiling OpenAPIRuntime CodingErrors.swift
[290/703] Compiling OpenAPIRuntime RuntimeError.swift
[291/703] Compiling OpenAPIRuntime ServerError.swift
[291/703] Compiling handshake_server.cc
[293/703] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[294/703] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[295/703] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[296/703] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[297/703] Compiling OpenAPIRuntime ServerSentEvents.swift
[298/703] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[299/703] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[300/703] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[301/703] Compiling OpenAPIRuntime ClientTransport.swift
[302/703] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[303/703] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[304/703] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[305/703] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[306/703] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[307/703] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[308/703] Compiling OpenAPIRuntime MultipartValidation.swift
[309/703] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[310/703] Compiling OpenAPIRuntime CurrencyTypes.swift
[311/703] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[312/703] Compiling OpenAPIRuntime HTTPBody.swift
[313/703] Compiling OpenAPIRuntime SendableMetatype.swift
[314/703] Compiling OpenAPIRuntime ServerTransport.swift
[315/703] Compiling OpenAPIRuntime UniversalClient.swift
[316/703] Compiling OpenAPIRuntime UniversalServer.swift
[317/703] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[318/703] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[318/703] Compiling s3_both.cc
[320/703] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[321/703] Compiling OpenAPIRuntime URIEncoder.swift
[322/703] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[323/703] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[324/703] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[325/703] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[326/703] Compiling OpenAPIRuntime URIParser.swift
[327/703] Compiling OpenAPIRuntime URISerializer.swift
[327/704] Compiling handoff.cc
[329/704] Compiling handshake_client.cc
[330/704] Compiling handshake.cc
[331/704] Compiling encrypted_client_hello.cc
[332/704] Compiling extensions.cc
[333/704] Compiling dtls_record.cc
[334/704] Compiling dtls_method.cc
[335/704] Compiling md5-x86_64-linux.S
[336/704] Compiling md5-x86_64-apple.S
[337/704] Compiling d1_pkt.cc
[338/704] Compiling md5-586-apple.S
[339/704] Compiling md5-586-linux.S
[340/704] Compiling d1_srtp.cc
[341/704] Compiling chacha20_poly1305_armv8-win.S
[342/704] Compiling chacha20_poly1305_x86_64-apple.S
[343/704] Compiling chacha20_poly1305_armv8-linux.S
[344/704] Compiling chacha20_poly1305_x86_64-linux.S
[345/704] Compiling chacha-x86_64-linux.S
[346/704] Compiling chacha20_poly1305_armv8-apple.S
[347/704] Compiling chacha-x86_64-apple.S
[348/704] Compiling chacha-x86-linux.S
[349/704] Compiling chacha-armv8-linux.S
[350/704] Compiling chacha-armv8-win.S
[351/704] Compiling chacha-x86-apple.S
[352/704] Compiling chacha-armv8-apple.S
[353/704] Compiling bio_ssl.cc
[353/704] Compiling d1_lib.cc
[355/704] Compiling chacha-armv4-linux.S
[356/704] Compiling err_data.cc
[357/704] Compiling aes128gcmsiv-x86_64-apple.S
[358/704] Compiling aes128gcmsiv-x86_64-linux.S
[359/704] Compiling x86_64-mont5-apple.S
[360/704] Compiling x86_64-mont5-linux.S
[361/704] Compiling x86_64-mont-apple.S
[362/704] Compiling x86-mont-linux.S
[363/704] Compiling vpaes-x86_64-linux.S
[364/704] Compiling x86-mont-apple.S
[365/704] Compiling x86_64-mont-linux.S
[366/704] Compiling vpaes-x86-linux.S
[367/704] Compiling vpaes-x86-apple.S
[368/704] Compiling vpaes-x86_64-apple.S
[369/704] Compiling vpaes-armv8-win.S
[370/704] Compiling vpaes-armv7-linux.S
[371/704] Compiling vpaes-armv8-linux.S
[371/704] Compiling vpaes-armv8-apple.S
[373/704] Compiling sha512-x86_64-apple.S
[374/704] Compiling sha512-armv8-win.S
[375/704] Compiling sha512-x86_64-linux.S
[376/704] Compiling sha512-armv8-apple.S
[377/704] Compiling sha512-armv8-linux.S
[378/704] Compiling sha512-armv4-linux.S
[378/704] Compiling d1_both.cc
[380/704] Compiling sha512-586-apple.S
[381/704] Compiling sha512-586-linux.S
[382/704] Compiling sha256-armv8-linux.S
[383/704] Compiling sha256-armv8-win.S
[384/704] Compiling sha256-armv4-linux.S
[385/704] Compiling sha256-x86_64-apple.S
[386/704] Compiling sha256-586-linux.S
[387/704] Compiling sha256-x86_64-linux.S
[388/704] Compiling sha256-armv8-apple.S
[389/704] Compiling sha1-x86_64-apple.S
[390/704] Compiling sha256-586-apple.S
[391/704] Compiling sha1-x86_64-linux.S
[392/704] Compiling sha1-armv8-apple.S
[393/704] Compiling sha1-armv8-win.S
[394/704] Compiling sha1-586-linux.S
[395/704] Compiling sha1-586-apple.S
[396/704] Compiling sha1-armv8-linux.S
[397/704] Compiling sha1-armv4-large-linux.S
[398/704] Compiling rdrand-x86_64-linux.S
[399/704] Compiling rdrand-x86_64-apple.S
[400/704] Compiling rsaz-avx2-apple.S
[401/704] Compiling rsaz-avx2-linux.S
[402/704] Compiling p256_beeu-x86_64-asm-linux.S
[403/704] Compiling p256_beeu-x86_64-asm-apple.S
[404/704] Compiling p256_beeu-armv8-asm-linux.S
[405/704] Compiling p256_beeu-armv8-asm-win.S
[406/704] Compiling p256-x86_64-asm-apple.S
[407/704] Compiling p256_beeu-armv8-asm-apple.S
[408/704] Compiling p256-armv8-asm-win.S
[409/704] Compiling p256-x86_64-asm-linux.S
[410/704] Compiling p256-armv8-asm-linux.S
[411/704] Compiling p256-armv8-asm-apple.S
[412/704] Compiling ghashv8-armv7-linux.S
[413/704] Compiling ghashv8-armv8-linux.S
[414/704] Compiling ghashv8-armv8-win.S
[415/704] Compiling ghashv8-armv8-apple.S
[416/704] Compiling ghash-x86_64-linux.S
[417/704] Compiling ghash-x86-linux.S
[418/704] Compiling ghash-x86_64-apple.S
[419/704] Compiling ghash-x86-apple.S
[420/704] Compiling ghash-ssse3-x86-linux.S
[421/704] Compiling ghash-ssse3-x86_64-linux.S
[422/704] Compiling ghash-ssse3-x86_64-apple.S
[423/704] Compiling ghash-ssse3-x86-apple.S
[424/704] Compiling ghash-neon-armv8-win.S
[425/704] Compiling ghash-armv4-linux.S
[426/704] Compiling ghash-neon-armv8-linux.S
[427/704] Compiling ghash-neon-armv8-apple.S
[428/704] Compiling co-586-apple.S
[429/704] Compiling co-586-linux.S
[430/704] Compiling bn-armv8-win.S
[431/704] Compiling bsaes-armv7-linux.S
[432/704] Compiling bn-armv8-apple.S
[433/704] Compiling bn-586-linux.S
[434/704] Compiling bn-armv8-linux.S
[435/704] Compiling bn-586-apple.S
[436/704] Compiling armv8-mont-win.S
[437/704] Compiling armv4-mont-linux.S
[438/704] Compiling armv8-mont-linux.S
[439/704] Compiling armv8-mont-apple.S
[440/704] Compiling aesv8-gcm-armv8-linux.S
[441/704] Compiling aesv8-gcm-armv8-apple.S
[442/704] Compiling aesv8-gcm-armv8-win.S
[443/704] Compiling aesv8-armv8-win.S
[444/704] Compiling aesni-x86_64-linux.S
[445/704] Compiling aesv8-armv7-linux.S
[446/704] Compiling aesv8-armv8-linux.S
[447/704] Compiling aesv8-armv8-apple.S
[448/704] Compiling aesni-x86-linux.S
[449/704] Compiling aesni-x86-apple.S
[450/704] Compiling aesni-x86_64-apple.S
[451/704] Compiling aesni-gcm-x86_64-linux.S
[452/704] Compiling aes-gcm-avx2-x86_64-linux.S
[453/704] Compiling aesni-gcm-x86_64-apple.S
[454/704] Compiling aes-gcm-avx10-x86_64-linux.S
[455/704] Compiling aes-gcm-avx10-x86_64-apple.S
[455/704] Compiling aes-gcm-avx2-x86_64-apple.S
[457/704] Compiling x_pubkey.cc
[458/704] Compiling x_spki.cc
[459/704] Compiling x_x509.cc
[460/704] Compiling x_req.cc
[461/704] Compiling x_sig.cc
[462/704] Compiling x_name.cc
[463/704] Compiling x_val.cc
[464/704] Compiling x_x509a.cc
[465/704] Compiling x_crl.cc
[466/704] Compiling x509spki.cc
[467/704] Compiling x_exten.cc
[468/704] Compiling x_algor.cc
[469/704] Compiling x_attrib.cc
[470/704] Compiling x_all.cc
[471/704] Compiling x509rset.cc
[472/704] Compiling x509name.cc
[473/704] Compiling x509_v3.cc
[474/704] Compiling x509cset.cc
[475/704] Compiling x509_vpm.cc
[476/704] Compiling x509_vfy.cc
[477/704] Compiling x509_txt.cc
[478/704] Compiling x509_set.cc
[479/704] Compiling x509_trs.cc
[480/704] Compiling x509_ext.cc
[481/704] Compiling x509_lu.cc
[482/704] Compiling x509_req.cc
[483/704] Compiling x509_obj.cc
[484/704] Compiling x509_d2.cc
[485/704] Compiling x509_def.cc
[486/704] Compiling x509.cc
[487/704] Compiling v3_skey.cc
[488/704] Compiling x509_cmp.cc
[489/704] Compiling x509_att.cc
[490/704] Compiling v3_utl.cc
[491/704] Compiling v3_purp.cc
[492/704] Compiling v3_prn.cc
[493/704] Compiling v3_pmaps.cc
[494/704] Compiling v3_int.cc
[495/704] Compiling v3_lib.cc
[496/704] Compiling v3_ocsp.cc
[497/704] Compiling v3_ncons.cc
[498/704] Compiling v3_info.cc
[499/704] Compiling v3_pcons.cc
[500/704] Compiling v3_ia5.cc
[501/704] Compiling v3_extku.cc
[502/704] Compiling v3_genn.cc
[503/704] Compiling v3_enum.cc
[504/704] Compiling v3_crld.cc
[505/704] Compiling v3_cpols.cc
[506/704] Compiling v3_bitst.cc
[507/704] Compiling v3_conf.cc
[508/704] Compiling v3_alt.cc
[509/704] Compiling v3_bcons.cc
[510/704] Compiling v3_akeya.cc
[511/704] Compiling v3_akey.cc
[512/704] Compiling t_x509a.cc
[513/704] Compiling t_req.cc
[514/704] Compiling t_crl.cc
[515/704] Compiling t_x509.cc
[516/704] Compiling i2d_pr.cc
[517/704] Compiling rsa_pss.cc
[518/704] Compiling asn1_gen.cc
[519/704] Compiling policy.cc
[520/704] Compiling name_print.cc
[521/704] Compiling by_file.cc
[522/704] Compiling by_dir.cc
[523/704] Compiling a_sign.cc
[524/704] Compiling algorithm.cc
[525/704] Compiling thread_pthread.cc
[526/704] Compiling thread_win.cc
[527/704] Compiling a_verify.cc
[528/704] Compiling pmbtoken.cc
[529/704] Compiling thread_none.cc
[530/704] Compiling a_digest.cc
[531/704] Compiling voprf.cc
[532/704] Compiling thread.cc
[533/704] Compiling trust_token.cc
[534/704] Compiling sha256.cc
[535/704] Compiling stack.cc
[536/704] Compiling siphash.cc
[537/704] Compiling sha512.cc
[538/704] Compiling rsa_crypt.cc
[539/704] Compiling rsa_extra.cc
[540/704] Compiling sha1.cc
[541/704] Compiling slhdsa.cc
[542/704] Compiling rsa_print.cc
[543/704] Compiling refcount.cc
[544/704] Compiling rc4.cc
[545/704] Compiling windows.cc
[546/704] Compiling spake2plus.cc
[547/704] Compiling rsa_asn1.cc
[548/704] Compiling urandom.cc
[549/704] Compiling trusty.cc
[550/704] Compiling rand.cc
[551/704] Compiling ios.cc
[552/704] Compiling getentropy.cc
[553/704] Compiling poly1305_arm_asm.S
[554/704] Compiling deterministic.cc
[555/704] Compiling fork_detect.cc
[556/704] Compiling passive.cc
[557/704] Compiling forkunsafe.cc
[558/704] Compiling poly1305.cc
[559/704] Compiling poly1305_arm.cc
[560/704] Compiling pool.cc
[561/704] Compiling poly1305_vec.cc
[562/704] Compiling p5_pbev2.cc
[563/704] Compiling pem_x509.cc
[564/704] Compiling pkcs7_x509.cc
[565/704] Compiling pkcs8.cc
[566/704] Compiling pkcs8_x509.cc
[567/704] Compiling pem_pk8.cc
[568/704] Compiling pkcs7.cc
[569/704] Compiling pem_pkey.cc
[570/704] Compiling mlkem.cc
[571/704] Compiling pem_info.cc
[572/704] Compiling pem_xaux.cc
[573/704] Compiling mldsa.cc
[574/704] Compiling obj_xref.cc
[575/704] Compiling mem.cc
[576/704] Compiling pem_oth.cc
[577/704] Compiling obj.cc
[578/704] Compiling md5.cc
[579/704] Compiling lhash.cc
[580/704] Compiling fips_shared_support.cc
[581/704] Compiling pem_lib.cc
[582/704] Compiling poly_rq_mul.S
[583/704] Compiling md4.cc
[584/704] Compiling pem_all.cc
[585/704] Compiling sign.cc
[586/704] Compiling hrss.cc
[587/704] Compiling ex_data.cc
[588/704] Compiling kyber.cc
[589/704] Compiling scrypt.cc
[590/704] Compiling pbkdf.cc
[591/704] Compiling hpke.cc
[592/704] Compiling p_x25519.cc
[593/704] Compiling p_x25519_asn1.cc
[594/704] Compiling p_rsa.cc
[595/704] Compiling print.cc
[596/704] Compiling p_rsa_asn1.cc
[597/704] Compiling p_ec_asn1.cc
[598/704] Compiling p_ed25519.cc
[599/704] Compiling p_ec.cc
[600/704] Compiling p_hkdf.cc
[601/704] Compiling p_dh_asn1.cc
[602/704] Compiling p_dh.cc
[603/704] Compiling p_ed25519_asn1.cc
[604/704] Compiling evp_ctx.cc
[605/704] Compiling p_dsa_asn1.cc
[606/704] Compiling err.cc
[607/704] Compiling evp.cc
[608/704] Compiling hash_to_curve.cc
[609/704] Compiling engine.cc
[610/704] Compiling ecdsa_asn1.cc
[611/704] Compiling evp_asn1.cc
[612/704] Compiling ecdh.cc
[613/704] Compiling ec_derive.cc
[614/704] Compiling dsa.cc
[615/704] Compiling ec_asn1.cc
[616/704] Compiling params.cc
[617/704] Compiling dh_asn1.cc
[618/704] Compiling digest_extra.cc
[619/704] Compiling dsa_asn1.cc
[620/704] Compiling x25519-asm-arm.S
[621/704] Compiling des.cc
[622/704] Compiling spake25519.cc
[623/704] Compiling cpu_arm_linux.cc
[624/704] Compiling curve25519.cc
[625/704] Compiling crypto.cc
[626/704] Compiling cpu_arm_freebsd.cc
[627/704] Compiling cpu_aarch64_win.cc
[628/704] Compiling cpu_intel.cc
[629/704] Compiling cpu_aarch64_sysreg.cc
[630/704] Compiling bcm.cc
[631/704] Compiling cpu_aarch64_openbsd.cc
[632/704] Compiling cpu_aarch64_fuchsia.cc
[633/704] Compiling cpu_aarch64_linux.cc
[634/704] Compiling curve25519_64_adx.cc
[635/704] Compiling cpu_aarch64_apple.cc
[636/704] Compiling get_cipher.cc
[637/704] Compiling conf.cc
[638/704] Compiling e_rc2.cc
[639/704] Compiling e_des.cc
[640/704] Compiling tls_cbc.cc
[641/704] Compiling e_tls.cc
[642/704] Compiling e_null.cc
[643/704] Compiling e_rc4.cc
[644/704] Compiling e_chacha20poly1305.cc
[645/704] Compiling derive_key.cc
[646/704] Compiling e_aesctrhmac.cc
[647/704] Compiling e_aesgcmsiv.cc
[648/704] Compiling chacha.cc
[649/704] Compiling cbs.cc
[650/704] Compiling unicode.cc
[651/704] Compiling buf.cc
[652/704] Compiling convert.cc
[653/704] Compiling cbb.cc
[654/704] Compiling asn1_compat.cc
[655/704] Compiling ber.cc
[656/704] Compiling blake2.cc
[657/704] Compiling socket_helper.cc
[658/704] Compiling bn_asn1.cc
[659/704] Compiling errno.cc
[660/704] Compiling socket.cc
[661/704] Compiling connect.cc
[662/704] Compiling printf.cc
[663/704] Compiling hexdump.cc
[664/704] Compiling fd.cc
[665/704] Compiling pair.cc
[666/704] Compiling bio_mem.cc
[667/704] Compiling file.cc
[668/704] Compiling base64.cc
[669/704] Compiling posix_time.cc
[670/704] Compiling tasn_utl.cc
[671/704] Compiling tasn_typ.cc
[672/704] Compiling tasn_fre.cc
[673/704] Compiling bio.cc
[674/704] Compiling tasn_enc.cc
[675/704] Compiling tasn_new.cc
[676/704] Compiling asn_pack.cc
[677/704] Compiling f_int.cc
[678/704] Compiling asn1_par.cc
[679/704] Compiling f_string.cc
[680/704] Compiling tasn_dec.cc
[681/704] Compiling asn1_lib.cc
[682/704] Compiling a_type.cc
[683/704] Compiling a_time.cc
[684/704] Compiling a_utctm.cc
[685/704] Compiling a_strnid.cc
[686/704] Compiling a_octet.cc
[687/704] Compiling a_strex.cc
[688/704] Compiling a_d2i_fp.cc
[689/704] Compiling a_mbstr.cc
[690/704] Compiling a_i2d_fp.cc
[691/704] Compiling a_object.cc
[692/704] Compiling a_dup.cc
[693/704] Write sources
[694/704] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[695/704] Write sources
[698/704] Compiling a_bool.cc
[699/704] Compiling a_int.cc
[700/704] Compiling a_bitstr.cc
[701/722] Compiling a_gentm.cc
[703/797] Compiling Algorithms Keyed.swift
[704/797] Compiling Algorithms MinMax.swift
[705/799] Compiling Algorithms Grouped.swift
[706/799] Compiling Algorithms Indexed.swift
[707/799] Compiling Algorithms Intersperse.swift
[708/799] Compiling Algorithms Joined.swift
[709/799] Compiling Algorithms Partition.swift
[710/799] Compiling Algorithms Permutations.swift
[711/799] Compiling Algorithms Combinations.swift
[712/799] Compiling Algorithms Compacted.swift
[713/799] Compiling Algorithms Cycle.swift
[714/799] Compiling Atomics IntegerOperations.swift
[715/799] Compiling Atomics Unmanaged extensions.swift
[718/799] Compiling Algorithms EitherSequence.swift
[719/799] Compiling Algorithms FirstNonNil.swift
[724/802] Compiling Algorithms Reductions.swift
[725/802] Compiling Algorithms Rotate.swift
[726/802] Compiling Algorithms Split.swift
[727/802] Compiling Algorithms Stride.swift
[728/802] Compiling Algorithms Suffix.swift
[732/802] Compiling Algorithms AdjacentPairs.swift
[733/802] Compiling Algorithms Chain.swift
[734/802] Compiling Algorithms Chunked.swift
[740/802] Compiling Algorithms FlattenCollection.swift
[757/809] Compiling Algorithms Trim.swift
[758/809] Compiling Algorithms Unique.swift
[759/809] Compiling Algorithms Windows.swift
[766/809] Emitting module Atomics
[768/810] Emitting module AsyncAlgorithms
[768/810] Compiling c-nioatomics.c
[780/810] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[780/810] Compiling c-atomics.c
[782/810] Compiling AsyncAlgorithms Rethrow.swift
[783/810] Compiling AsyncAlgorithms SetAlgebra.swift
[784/810] Compiling AsyncAlgorithms UnsafeTransfer.swift
[785/810] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[786/810] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[787/810] Compiling AsyncAlgorithms ZipStateMachine.swift
[788/810] Compiling AsyncAlgorithms ZipStorage.swift
[789/817] Emitting module Algorithms
[790/818] Compiling NIOConcurrencyHelpers lock.swift
[792/818] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[793/818] Emitting module NIOConcurrencyHelpers
[794/818] Compiling NIOConcurrencyHelpers atomics.swift
[795/818] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[796/818] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[797/818] Compiling NIOConcurrencyHelpers NIOLock.swift
[798/819] Compiling AsyncAlgorithms DebounceStateMachine.swift
[799/819] Compiling AsyncAlgorithms DebounceStorage.swift
[800/819] Compiling AsyncAlgorithms Dictionary.swift
[801/819] Compiling AsyncAlgorithms Disconnected.swift
[802/819] Compiling AsyncAlgorithms _TinyArray.swift
[803/819] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[804/819] Compiling AsyncAlgorithms Locking.swift
[805/819] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[806/819] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[807/819] Compiling AsyncAlgorithms MergeStateMachine.swift
[808/819] Compiling AsyncAlgorithms MergeStorage.swift
[809/819] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[810/819] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[811/819] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[812/819] Compiling AsyncAlgorithms ChannelStateMachine.swift
[813/819] Compiling AsyncAlgorithms ChannelStorage.swift
[814/819] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[815/819] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[816/819] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[817/819] Compiling AsyncAlgorithms CombineLatestStorage.swift
[818/819] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[821/893] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[822/894] Compiling ServiceLifecycle CancellationWaiter.swift
[823/894] Compiling ServiceLifecycle ClosureService.swift
[824/894] Compiling ServiceLifecycle GracefulShutdown.swift
[825/894] Emitting module ServiceLifecycle
[826/894] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[827/894] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[828/894] Compiling ServiceLifecycle ServiceRunnerError.swift
[829/894] Compiling ServiceLifecycle Service.swift
[830/894] Compiling ServiceLifecycle ServiceGroup.swift
[832/902] Compiling SwiftLogExport LogRecordProcessor.swift
[833/902] Compiling NIOCore NIOCoreSendableMetatype.swift
[834/902] Compiling NIOCore NIODecodedAsyncSequence.swift
[835/902] Compiling NIOCore NIOLoopBound.swift
[836/902] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[837/902] Compiling NIOCore NIOScheduledCallback.swift
[838/902] Compiling NIOCore NIOSendable.swift
[839/902] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[840/902] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[841/902] Compiling NIOCore RecvByteBufferAllocator.swift
[842/910] Compiling SwiftLogExport LogRecord.swift
[843/910] Compiling SwiftLogExport LogRecordExporter.swift
[844/910] Compiling SwiftLogExport LogRecordHandler.swift
[845/910] Compiling NIOCore IPProtocol.swift
[846/910] Compiling NIOCore IntegerBitPacking.swift
[847/910] Compiling NIOCore IntegerTypes.swift
[848/910] Compiling NIOCore Interfaces.swift
[849/910] Compiling NIOCore Linux.swift
[850/910] Compiling NIOCore MarkedCircularBuffer.swift
[851/910] Compiling NIOCore MulticastChannel.swift
[852/910] Compiling NIOCore NIOAny.swift
[853/910] Compiling NIOCore NIOCloseOnErrorHandler.swift
[854/910] Compiling SwiftLogExport BatchLogRecordProcessorConfiguration.swift
[855/910] Emitting module SwiftLogExport
[856/910] Compiling SwiftLogExport BatchLogRecordProcessor.swift
[858/911] Compiling NIOCore EventLoopFuture+Deprecated.swift
[859/911] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[860/911] Compiling NIOCore EventLoopFuture.swift
[861/911] Compiling NIOCore FileDescriptor.swift
[862/911] Compiling NIOCore FileHandle.swift
[863/911] Compiling NIOCore FileRegion.swift
[864/911] Compiling NIOCore GlobalSingletons.swift
[865/911] Compiling NIOCore IO.swift
[866/911] Compiling NIOCore IOData.swift
[867/911] Compiling NIOCore CircularBuffer.swift
[868/911] Compiling NIOCore Codec.swift
[869/911] Compiling NIOCore ConvenienceOptionSupport.swift
[870/911] Compiling NIOCore DeadChannel.swift
[871/911] Compiling NIOCore DispatchQueue+WithFuture.swift
[872/911] Compiling NIOCore EventLoop+Deprecated.swift
[873/911] Compiling NIOCore EventLoop+SerialExecutor.swift
[874/911] Compiling NIOCore EventLoop.swift
[875/911] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[876/911] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[877/911] Compiling NIOCore SocketAddresses.swift
[878/911] Compiling NIOCore SocketOptionProvider.swift
[879/911] Compiling NIOCore SystemCallHelpers.swift
[880/911] Compiling NIOCore TimeAmount+Duration.swift
[881/911] Compiling NIOCore TypeAssistedChannelHandler.swift
[882/911] Compiling NIOCore UniversalBootstrapSupport.swift
[883/911] Compiling NIOCore Utilities.swift
[886/911] Compiling NIOCore AsyncChannel.swift
[887/911] Compiling NIOCore AsyncChannelHandler.swift
[888/911] Compiling NIOCore AsyncChannelInboundStream.swift
[889/911] Compiling NIOCore AsyncChannelOutboundWriter.swift
[890/911] Compiling NIOCore NIOAsyncSequenceProducer.swift
[891/911] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[892/911] Compiling NIOCore NIOAsyncWriter.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] Compiling NIOCore ByteBuffer-multi-int.swift
[903/911] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[904/911] Compiling NIOCore ByteBuffer-views.swift
[905/911] Compiling NIOCore Channel.swift
[906/911] Compiling NIOCore ChannelHandler.swift
[907/911] Compiling NIOCore ChannelHandlers.swift
[908/911] Compiling NIOCore ChannelInvoker.swift
[909/911] Compiling NIOCore ChannelOption.swift
[910/911] Compiling NIOCore ChannelPipeline.swift
[911/911] Emitting module NIOCore
[913/966] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[914/966] Compiling NIOEmbedded AsyncTestingChannel.swift
[915/966] Emitting module NIOEmbedded
[916/966] Compiling NIOEmbedded Embedded.swift
[918/967] Compiling NIOPosix ServerSocket.swift
[919/967] Compiling NIOPosix Socket.swift
[920/967] Compiling NIOPosix SocketChannel.swift
[921/967] Compiling NIOPosix SocketProtocols.swift
[922/967] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[923/967] Compiling NIOPosix System.swift
[924/967] Compiling NIOPosix Thread.swift
[925/973] Compiling NIOPosix PipePair.swift
[926/973] Compiling NIOPosix Pool.swift
[927/973] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[928/973] Compiling NIOPosix PosixSingletons.swift
[929/973] Compiling NIOPosix RawSocketBootstrap.swift
[930/973] Compiling NIOPosix Resolver.swift
[931/973] Compiling NIOPosix Selectable.swift
[932/973] Compiling NIOPosix SelectableChannel.swift
[933/973] Compiling NIOPosix SelectableEventLoop.swift
[934/973] Compiling NIOPosix SelectorEpoll.swift
[935/973] Compiling NIOPosix SelectorGeneric.swift
[936/973] Compiling NIOPosix SelectorKqueue.swift
[937/973] Compiling NIOPosix SelectorUring.swift
[938/973] Compiling NIOPosix SelectorWSAPoll.swift
[939/973] Compiling NIOPosix ThreadPosix.swift
[940/973] Compiling NIOPosix ThreadWindows.swift
[941/973] Compiling NIOPosix Utilities.swift
[942/973] Compiling NIOPosix VsockAddress.swift
[943/973] Compiling NIOPosix VsockChannelEvents.swift
[944/973] Compiling NIOPosix Windows.swift
[945/973] Compiling NIOPosix BSDSocketAPICommon.swift
[946/973] Compiling NIOPosix BSDSocketAPIPosix.swift
[947/973] Compiling NIOPosix BSDSocketAPIWindows.swift
[948/973] Compiling NIOPosix BaseSocket.swift
[949/973] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[950/973] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[951/973] Compiling NIOPosix BaseSocketChannel.swift
[952/973] Compiling NIOPosix BaseStreamSocketChannel.swift
[953/973] Compiling NIOPosix Bootstrap.swift
[954/973] Compiling NIOPosix ControlMessage.swift
[955/973] Compiling NIOPosix DatagramVectorReadManager.swift
[956/973] Compiling NIOPosix Errors+Any.swift
[957/973] Compiling NIOPosix FileDescriptor.swift
[958/973] Compiling NIOPosix GetaddrinfoResolver.swift
[959/973] Emitting module NIOPosix
[960/973] Compiling NIOPosix HappyEyeballs.swift
[961/973] Compiling NIOPosix IO.swift
[962/973] Compiling NIOPosix IntegerBitPacking.swift
[963/973] Compiling NIOPosix IntegerTypes.swift
[964/973] Compiling NIOPosix Linux.swift
[965/973] Compiling NIOPosix LinuxCPUSet.swift
[966/973] Compiling NIOPosix LinuxUring.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 NIOHTTP1 HTTPServerPipelineHandler.swift
[979/1016] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[980/1017] Emitting module NIOSOCKS
[981/1017] Emitting module NIOTLS
[982/1017] Compiling NIOTLS TLSEvents.swift
[983/1017] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[984/1017] Compiling NIOSOCKS ClientStateMachine.swift
[985/1017] Compiling NIOHTTP1 ByteCollectionUtils.swift
[986/1017] Compiling NIOHTTP1 HTTPDecoder.swift
[987/1017] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[988/1017] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[989/1017] Compiling NIOHTTP1 HTTPEncoder.swift
[990/1017] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[991/1017] Compiling NIOSOCKS SOCKSResponse.swift
[992/1017] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[993/1017] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[994/1017] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[995/1017] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[996/1017] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[997/1017] Compiling NIOSOCKS ServerStateMachine.swift
[998/1018] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[999/1018] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1001/1020] Emitting module NIOHTTP1
[1002/1020] Compiling NIOTLS SNIHandler.swift
[1003/1020] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1005/1021] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1006/1021] Emitting module NIOFoundationCompat
[1008/1022] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1010/1051] Compiling NIOSSL ObjectIdentifier.swift
[1011/1051] Compiling NIOSSL PosixPort.swift
[1012/1051] Compiling NIOSSL SSLCallbacks.swift
[1013/1051] Compiling NIOSSL SSLCertificate.swift
[1014/1051] Compiling NIOSSL NIOSSLClientHandler.swift
[1015/1051] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1016/1051] Compiling NIOSSL AndroidCABundle.swift
[1017/1051] Compiling NIOSSL ByteBufferBIO.swift
[1018/1073] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1019/1073] Compiling NIOTransportServices NIOTSSingletons.swift
[1020/1073] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1021/1073] Compiling NIOTransportServices NIOTSErrors.swift
[1022/1073] Compiling NIOTransportServices NIOTSEventLoop.swift
[1023/1075] Emitting module NIOTransportServices
[1024/1075] Compiling NIOTransportServices NIOTSBootstraps.swift
[1025/1075] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1026/1075] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1027/1075] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1028/1075] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1029/1075] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1032/1075] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1033/1075] Compiling NIOTransportServices StateManagedChannel.swift
[1034/1075] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1035/1075] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1036/1075] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1037/1075] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1038/1075] Compiling NIOTransportServices AcceptHandler.swift
[1039/1075] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1040/1075] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1041/1075] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1042/1075] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1043/1075] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1049/1095] Compiling NIOSSL SubjectAlternativeName.swift
[1050/1095] Compiling NIOSSL NIOSSLSecureBytes.swift
[1051/1095] Compiling NIOSSL RNG.swift
[1052/1095] Compiling NIOSSL SafeCompare.swift
[1053/1095] Compiling NIOHPACK IndexedHeaderTable.swift
[1054/1095] Compiling NIOHPACK IntegerCoding.swift
[1058/1100] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1059/1100] Compiling NIOHPACK StaticHeaderTable.swift
[1060/1100] Emitting module NIOHTTPCompression
[1061/1100] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1062/1100] Compiling NIOHPACK HPACKEncoder.swift
[1063/1100] Compiling NIOHPACK HPACKErrors.swift
[1064/1100] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1065/1100] Emitting module NIOHPACK
[1066/1100] Compiling NIOHPACK DynamicHeaderTable.swift
[1067/1100] Compiling NIOHPACK HPACKDecoder.swift
[1068/1100] Compiling NIOHPACK HuffmanTables.swift
[1069/1100] Emitting module NIOSSL
[1074/1100] Compiling NIOHTTPCompression HTTPCompression.swift
[1075/1100] Compiling NIOHTTPCompression HTTPDecompression.swift
[1076/1100] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1077/1100] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1079/1101] Compiling NIOHPACK HuffmanCoding.swift
[1080/1101] Compiling NIOHPACK HPACKHeader.swift
[1081/1101] Compiling NIOHPACK HeaderTables.swift
[1087/1165] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1088/1165] Compiling NIOHTTP2 QuiescingState.swift
[1089/1165] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1090/1165] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1091/1165] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1092/1165] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1093/1165] Compiling NIOHTTP2 HasLocalSettings.swift
[1094/1165] Compiling NIOHTTP2 HasRemoteSettings.swift
[1095/1165] Compiling NIOHTTP2 StateMachineResult.swift
[1096/1165] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1097/1165] Compiling NIOHTTP2 MaySendFrames.swift
[1098/1165] Compiling NIOHTTP2 SendingDataState.swift
[1099/1165] Compiling NIOHTTP2 Error+Any.swift
[1100/1165] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1101/1165] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1102/1165] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1113/1174] Emitting module NIOHTTP2
[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 NIOHTTP2ServerConnectionManagementHandler.swift
[1123/1174] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1124/1174] Compiling NIOHTTP2 StreamChannelList.swift
[1125/1174] Compiling NIOHTTP2 StreamMap.swift
[1126/1174] Compiling NIOHTTP2 StreamStateMachine.swift
[1127/1174] Compiling NIOHTTP2 Timer.swift
[1128/1174] Compiling NIOHTTP2 UnsafeTransfer.swift
[1129/1174] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1132/1174] Compiling NIOHTTP2 SendingGoawayState.swift
[1133/1174] Compiling NIOHTTP2 SendingHeadersState.swift
[1134/1174] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1135/1174] Compiling NIOHTTP2 SendingRstStreamState.swift
[1136/1174] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1137/1174] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1138/1174] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1139/1174] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1140/1174] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1141/1174] Compiling NIOHTTP2 MayReceiveFrames.swift
[1142/1174] Compiling NIOHTTP2 ReceivingDataState.swift
[1143/1174] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1144/1174] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1145/1174] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1146/1174] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1148/1174] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1149/1174] Compiling NIOHTTP2 HTTP2PingData.swift
[1150/1174] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1151/1174] Compiling NIOHTTP2 HTTP2Settings.swift
[1152/1174] Compiling NIOHTTP2 HTTP2Stream.swift
[1153/1174] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1154/1174] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1155/1174] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1156/1174] Compiling NIOHTTP2 HTTP2StreamID.swift
[1157/1174] Compiling NIOHTTP2 DOSHeuristics.swift
[1162/1174] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1163/1174] Compiling NIOHTTP2 GlitchesMonitor.swift
[1164/1174] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1165/1174] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1166/1174] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1167/1174] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1168/1174] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1169/1174] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1170/1174] Compiling NIOHTTP2 HTTP2Error.swift
[1171/1174] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1172/1174] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1173/1174] Compiling NIOHTTP2 HTTP2Frame.swift
[1174/1174] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1176/1239] Emitting module AsyncHTTPClient
[1177/1247] Compiling AsyncHTTPClient RequestValidation.swift
[1178/1247] Compiling AsyncHTTPClient SSLContextCache.swift
[1179/1247] Compiling AsyncHTTPClient Scheme.swift
[1180/1247] Compiling AsyncHTTPClient Singleton.swift
[1181/1247] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1182/1247] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1183/1247] Compiling AsyncHTTPClient TracingSupport.swift
[1184/1247] Compiling AsyncHTTPClient Utils.swift
[1185/1247] Compiling AsyncHTTPClient LRUCache.swift
[1186/1247] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1187/1247] Compiling AsyncHTTPClient NWErrorHandler.swift
[1188/1247] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1189/1247] Compiling AsyncHTTPClient TLSConfiguration.swift
[1190/1247] Compiling AsyncHTTPClient RedirectState.swift
[1191/1247] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1192/1247] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1193/1247] Compiling AsyncHTTPClient RequestBag.swift
[1194/1247] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1195/1247] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1196/1247] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1197/1247] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1198/1247] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1199/1247] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1200/1247] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1201/1247] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1202/1247] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1203/1247] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1204/1247] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1205/1247] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1206/1247] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1207/1247] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1208/1247] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1209/1247] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1210/1247] Compiling AsyncHTTPClient RequestBodyLength.swift
[1211/1247] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1212/1247] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1213/1247] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1214/1247] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1215/1247] Compiling AsyncHTTPClient Transaction.swift
[1216/1247] Compiling AsyncHTTPClient Base64.swift
[1217/1247] Compiling AsyncHTTPClient BasicAuth.swift
[1218/1247] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1219/1247] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1220/1247] Compiling AsyncHTTPClient ConnectionPool.swift
[1221/1247] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1222/1247] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1223/1247] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1224/1247] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1225/1247] Compiling AsyncHTTPClient HTTP1Connection.swift
[1226/1247] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1227/1247] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1228/1247] Compiling AsyncHTTPClient HTTP2Connection.swift
[1229/1247] Compiling AsyncHTTPClient HTTP2IdleHandler.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] Emitting module OpenAPIAsyncHTTPClient
[1250/1250] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
[1252/1255] Compiling TelegramBotAPI_AHC AuthenticationMiddleware.swift
[1253/1255] Emitting module TelegramBotAPI_AHC
[1254/1255] Compiling TelegramBotAPI_AHC Client.swift
[1255/1255] Compiling TelegramBotAPI_AHC Types.swift
[1257/1258] Compiling LoggingToTelegram TelegramLogRecordExporter.swift
[1258/1258] Emitting module LoggingToTelegram
Build complete! (531.82s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.