The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TelegramBotAPI, reference main (aaca2e), with Swift 6.1 for Android on 1 Mar 2026 01:53:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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

Build 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:         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-2":/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/67] Fetching swiftlogexport
Fetched https://github.com/atacan/SwiftLogExport from cache (0.27s)
Fetching https://github.com/swift-server/swift-openapi-async-http-client
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.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
[2258/23518] Fetching swift-openapi-async-http-client, swift-service-lifecycle, swift-collections
[3485/29775] Fetching swift-openapi-async-http-client, swift-service-lifecycle, swift-collections, swift-openapi-runtime
[7528/35865] Fetching swift-openapi-async-http-client, swift-service-lifecycle, swift-collections, swift-openapi-runtime, swift-log
[7776/42007] Fetching swift-openapi-async-http-client, swift-service-lifecycle, swift-collections, swift-openapi-runtime, swift-log, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.57s)
Fetching https://github.com/apple/swift-openapi-generator
[18446/35865] Fetching swift-openapi-async-http-client, swift-service-lifecycle, swift-collections, swift-openapi-runtime, swift-log
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (0.59s)
[18035/35251] Fetching swift-service-lifecycle, swift-collections, swift-openapi-runtime, swift-log
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.59s)
[11980/28994] Fetching swift-service-lifecycle, swift-collections, swift-log
[26565/45830] Fetching swift-service-lifecycle, swift-collections, swift-log, swift-openapi-generator
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.60s)
Fetched https://github.com/apple/swift-log.git from cache (1.60s)
Fetched https://github.com/apple/swift-collections.git from cache (1.64s)
Fetched https://github.com/apple/swift-openapi-generator from cache (1.06s)
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 (5.29s)
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/swift-server/async-http-client.git
[1/951] Fetching swift-http-types
[952/16279] Fetching swift-http-types, async-http-client
[13368/98825] Fetching swift-http-types, async-http-client, swift-nio
Fetched https://github.com/apple/swift-http-types from cache (2.32s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.36s)
[36321/82546] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (7.22s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.10.1 (8.29s)
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.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.85s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.10.4 (2.34s)
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-argument-parser
[1/17172] Fetching swift-argument-parser
[1032/28675] Fetching swift-argument-parser, yams
[23500/151784] Fetching swift-argument-parser, yams, openapikit
Fetched https://github.com/apple/swift-argument-parser from cache (1.44s)
[18707/134612] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (1.87s)
[29547/123109] Fetching openapikit
Fetching https://github.com/apple/swift-algorithms
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (6.56s)
[1/6058] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (0.39s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (7.41s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.65s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.03s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.73s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.50s)
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 (0.53s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.52s)
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.56s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-distributed-tracing.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
[1/2815] Fetching swift-nio-transport-services
[2141/4635] Fetching swift-nio-transport-services, swift-atomics
[2934/10300] Fetching swift-nio-transport-services, swift-atomics, swift-distributed-tracing
[4041/16785] Fetching swift-nio-transport-services, swift-atomics, swift-distributed-tracing, swift-nio-extras
[10853/13970] Fetching swift-atomics, swift-distributed-tracing, swift-nio-extras
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.31s)
[12336/25968] Fetching swift-atomics, swift-distributed-tracing, swift-nio-extras, swift-nio-http2
[16491/41310] Fetching swift-atomics, swift-distributed-tracing, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.50s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.50s)
[4494/29160] Fetching swift-atomics, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.20s)
[12867/17162] Fetching swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (1.91s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.93s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.0 (2.48s)
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.21s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.50s)
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 (0.57s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (0.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (0.74s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
[1/1210] Fetching swift-http-structured-headers
[1211/2970] Fetching swift-http-structured-headers, swift-asn1
[2971/10079] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
[2632/8319] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.45s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.46s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.95.0 (1.41s)
Fetching https://github.com/apple/swift-system.git
[1/5583] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (1.07s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.71s)
Fetching https://github.com/apple/swift-crypto.git
[1/17238] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.05s)
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 (2.69s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.34s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (0.52s)
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-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-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-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-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-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-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-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/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-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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.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-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-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-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-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/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/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-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/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-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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
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/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.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
[38/463] Compiling CNIOWindows shim.c
[39/463] Compiling _NumericsShims _NumericsShims.c
[39/463] Compiling _AtomicsShims.c
[39/463] Compiling CNIOWindows WSAStartup.c
[42/463] Compiling CNIOWASI CNIOWASI.c
[42/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 CNIODarwin shim.c
[48/463] Compiling CNIOLLHTTP c_nio_http.c
[49/463] Compiling CNIOLinux shim.c
[50/463] Compiling fiat_p256_adx_mul.S
[51/463] Compiling CNIOLLHTTP c_nio_api.c
[52/463] Compiling fiat_p256_adx_sqr.S
[53/463] Compiling fiat_curve25519_adx_square.S
[54/463] Compiling fiat_curve25519_adx_mul.S
[55/463] Write swift-version-24593BA9C3E375BF.txt
[56/463] Compiling CNIOLLHTTP c_nio_llhttp.c
[57/463] Compiling CNIOBoringSSLShims shims.c
[58/469] Compiling tls_method.cc
[59/469] Compiling tls_record.cc
[60/473] Compiling tls13_client.cc
[61/483] Compiling tls13_enc.cc
[62/483] Compiling tls13_server.cc
[64/483] Emitting module ServiceContextModule
[64/502] Compiling tls13_both.cc
[66/516] Emitting module RealModule
[67/517] Emitting module InternalCollectionsUtilities
[68/519] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[69/519] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[70/519] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/519] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/519] Compiling InternalCollectionsUtilities Debugging.swift
[73/519] Compiling InternalCollectionsUtilities Descriptions.swift
[74/519] Compiling HTTPTypes HTTPField.swift
[75/519] Compiling HTTPTypes HTTPFieldName.swift
[76/519] Compiling InternalCollectionsUtilities _SortedCollection.swift
[77/519] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[78/519] Compiling RealModule Float80+Real.swift
[79/519] Compiling _NIOBase64 Base64.swift
[80/519] Emitting module _NIOBase64
[81/519] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[82/519] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[83/519] Compiling ServiceContextModule ServiceContextKey.swift
[84/520] Compiling RealModule RelaxedArithmetic.swift
[85/520] Compiling ServiceContextModule ServiceContext.swift
[86/521] Compiling _NIODataStructures _TinyArray.swift
[87/521] Compiling RealModule RealFunctions.swift
[88/521] Compiling RealModule Real.swift
[89/521] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/521] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[91/521] Compiling RealModule Float16+Real.swift
[94/521] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[95/521] Compiling InternalCollectionsUtilities Integer rank.swift
[96/521] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[97/521] Compiling _NIODataStructures PriorityQueue.swift
[102/523] Emitting module _NIODataStructures
[103/523] Compiling _NIODataStructures Heap.swift
[109/603] Compiling Instrumentation NoOpInstrument.swift
[110/603] Compiling Instrumentation MultiplexInstrument.swift
[111/603] Compiling Instrumentation Instrument.swift
[112/603] Compiling Instrumentation InstrumentationSystem.swift
[113/603] Emitting module Instrumentation
[114/603] Compiling ConcurrencyHelpers LockedValueBox.swift
[115/603] Compiling DequeModule _DequeBuffer.swift
[116/603] Compiling DequeModule _DequeBufferHeader.swift
[117/605] Compiling DequeModule Deque+CustomReflectable.swift
[118/605] Compiling DequeModule Deque+Descriptions.swift
[119/605] Compiling DequeModule Deque+Testing.swift
[120/605] Compiling DequeModule Deque._Storage.swift
[121/605] Compiling DequeModule Deque+Equatable.swift
[122/605] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[123/605] Compiling DequeModule Deque+Extras.swift
[124/605] Compiling DequeModule Deque+Hashable.swift
[125/605] Compiling DequeModule Deque._UnsafeHandle.swift
[126/605] Compiling DequeModule Deque.swift
[127/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[128/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[129/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[130/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[131/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[132/605] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[133/605] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[134/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[135/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[136/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[137/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[138/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[139/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[140/605] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[141/612] Compiling DequeModule _DequeSlot.swift
[142/612] Compiling DequeModule _UnsafeWrappedBuffer.swift
[143/612] Compiling DequeModule Deque+Codable.swift
[144/612] Compiling DequeModule Deque+Collection.swift
[151/612] Compiling OrderedCollections OrderedDictionary.swift
[152/612] Compiling OrderedCollections OrderedSet+Codable.swift
[153/612] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[154/612] Compiling OrderedCollections OrderedSet+Descriptions.swift
[155/612] Compiling OrderedCollections OrderedSet+Diffing.swift
[156/612] Compiling OrderedCollections OrderedSet+Equatable.swift
[157/612] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[158/612] Compiling OrderedCollections OrderedSet+Hashable.swift
[159/612] Compiling OrderedCollections OrderedSet+Initializers.swift
[160/612] Compiling OrderedCollections OrderedSet+Insertions.swift
[161/612] Compiling OrderedCollections OrderedSet+Invariants.swift
[162/612] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[163/612] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[164/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[165/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[166/612] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[167/612] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[168/612] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[169/612] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[170/612] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[171/612] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[172/612] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[173/612] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[174/612] Compiling OrderedCollections OrderedDictionary+Values.swift
[177/612] Emitting module DequeModule
[178/613] Compiling t1_enc.cc
[180/613] Compiling HTTPTypes ISOLatin1String.swift
[181/614] Compiling Instrumentation Locks.swift
[182/614] Compiling Logging MetadataProvider.swift
[183/615] Emitting module Logging
[184/615] Compiling Logging Locks.swift
[193/615] Compiling HTTPTypes HTTPResponse.swift
[194/615] Compiling Logging Logging.swift
[195/615] Compiling Logging LogHandler.swift
[198/616] Emitting module OrderedCollections
[199/616] Compiling HTTPTypes HTTPRequest.swift
[200/616] Compiling ConcurrencyHelpers Lock.swift
[201/616] Emitting module ConcurrencyHelpers
[202/617] Compiling HTTPTypes HTTPParsedFields.swift
[203/617] Compiling HTTPTypes HTTPRequest+URL.swift
[204/617] Compiling HTTPTypes NIOLock.swift
[206/617] Compiling OrderedCollections OrderedSet+Sendable.swift
[207/617] Compiling OrderedCollections OrderedSet+SubSequence.swift
[208/617] Compiling OrderedCollections OrderedSet+Testing.swift
[209/617] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[210/617] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[211/617] Compiling OrderedCollections OrderedSet.swift
[212/617] Compiling OrderedCollections _UnsafeBitset.swift
[214/626] 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)
[215/626] Compiling Prepare runCommand.swift
[216/626] Emitting module Prepare
[218/627] Compiling Tracing TracingTime.swift
[219/630] Emitting module Tracing
[220/630] Compiling Tracing TracerProtocol.swift
[221/630] Compiling Tracing TracerProtocol+Legacy.swift
[222/630] Compiling Tracing Tracer.swift
[223/630] Emitting module UnixSignals
[224/630] Compiling UnixSignals UnixSignal.swift
[224/630] Compiling ssl_x509.cc
[226/630] Compiling Tracing InstrumentationSystem+Tracing.swift
[227/630] Compiling Tracing SpanProtocol.swift
[228/630] Compiling Tracing NoOpTracer.swift
[228/631] Wrapping AST for Prepare for debugging
[229/631] Compiling ssl_versions.cc
[230/631] Write Objects.LinkFileList
[233/631] Compiling UnixSignals UnixSignalsSequence.swift
[234/632] Linking Prepare
[235/632] Compiling ssl_stat.cc
[236/632] Compiling ssl_session.cc
[237/632] Compiling ssl_transcript.cc
[238/632] Compiling ssl_privkey.cc
[239/632] Compiling ssl_key_share.cc
[240/632] Compiling ssl_cipher.cc
[241/632] Compiling ssl_file.cc
[242/632] Compiling ssl_cert.cc
[244/632] Emitting module HTTPTypes
[247/632] Compiling HTTPTypes HTTPFields.swift
[248/633] Compiling ssl_lib.cc
[249/633] Compiling ssl_credential.cc
[250/695] Compiling ssl_buffer.cc
[251/695] Compiling ssl_asn1.cc
[252/695] Compiling s3_pkt.cc
[253/695] Compiling ssl_aead_ctx.cc
[254/695] Compiling s3_lib.cc
[256/695] Compiling OpenAPIRuntime URICodeCodingKey.swift
[257/695] Compiling OpenAPIRuntime URICoderConfiguration.swift
[258/695] Compiling OpenAPIRuntime URIEncodedNode.swift
[259/695] Compiling OpenAPIRuntime URIParsedTypes.swift
[260/695] Compiling OpenAPIRuntime URIDecoder.swift
[261/695] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[262/695] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[263/695] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[264/703] Emitting module OpenAPIRuntime
[264/703] Compiling s3_both.cc
[265/703] Compiling handshake_server.cc
[267/703] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[268/703] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[269/703] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[270/703] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[271/703] Compiling OpenAPIRuntime ServerSentEvents.swift
[272/703] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[273/703] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[274/703] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[275/703] Compiling OpenAPIRuntime ClientTransport.swift
[276/703] Compiling OpenAPIRuntime FoundationExtensions.swift
[277/703] Compiling OpenAPIRuntime ParameterStyles.swift
[278/703] Compiling OpenAPIRuntime ServerVariable.swift
[279/703] Compiling OpenAPIRuntime URLExtensions.swift
[280/703] Compiling OpenAPIRuntime Deprecated.swift
[281/703] Compiling OpenAPIRuntime ClientError.swift
[282/703] Compiling OpenAPIRuntime CodingErrors.swift
[283/703] Compiling OpenAPIRuntime RuntimeError.swift
[284/703] Compiling OpenAPIRuntime ServerError.swift
[285/703] Compiling OpenAPIRuntime Acceptable.swift
[286/703] Compiling OpenAPIRuntime Base64EncodedData.swift
[287/703] Compiling OpenAPIRuntime ByteUtilities.swift
[288/703] Compiling OpenAPIRuntime ContentDisposition.swift
[289/703] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[290/703] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[291/703] Compiling OpenAPIRuntime OpenAPIValue.swift
[292/703] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[293/703] Compiling OpenAPIRuntime UndocumentedPayload.swift
[294/703] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[295/703] Compiling OpenAPIRuntime CodableExtensions.swift
[296/703] Compiling OpenAPIRuntime Configuration.swift
[297/703] Compiling OpenAPIRuntime Converter+Client.swift
[298/703] Compiling OpenAPIRuntime Converter+Common.swift
[299/703] Compiling OpenAPIRuntime Converter+Server.swift
[300/703] Compiling OpenAPIRuntime Converter.swift
[301/703] Compiling OpenAPIRuntime CurrencyExtensions.swift
[302/703] Compiling OpenAPIRuntime ErrorExtensions.swift
[302/703] Compiling handshake.cc
[303/703] Compiling dtls_method.cc
[304/703] Compiling handshake_client.cc
[305/703] Compiling extensions.cc
[307/703] Compiling OpenAPIRuntime CurrencyTypes.swift
[308/703] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[309/703] Compiling OpenAPIRuntime HTTPBody.swift
[310/703] Compiling OpenAPIRuntime SendableMetatype.swift
[311/703] Compiling OpenAPIRuntime ServerTransport.swift
[312/703] Compiling OpenAPIRuntime UniversalClient.swift
[313/703] Compiling OpenAPIRuntime UniversalServer.swift
[314/703] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[315/703] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[316/703] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[317/703] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[318/703] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[319/703] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[320/703] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[321/703] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[322/703] Compiling OpenAPIRuntime MultipartValidation.swift
[323/703] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[323/703] Compiling handoff.cc
[324/703] Compiling encrypted_client_hello.cc
[325/703] Compiling md5-x86_64-linux.S
[327/703] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[328/703] Compiling OpenAPIRuntime URIEncoder.swift
[329/703] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[330/703] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[331/703] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[332/703] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[333/703] Compiling OpenAPIRuntime URIParser.swift
[334/703] Compiling OpenAPIRuntime URISerializer.swift
[334/703] Compiling md5-x86_64-apple.S
[335/704] Compiling md5-586-linux.S
[336/704] Compiling md5-586-apple.S
[338/704] Compiling dtls_record.cc
[339/704] Compiling chacha20_poly1305_x86_64-linux.S
[340/704] Compiling chacha20_poly1305_x86_64-apple.S
[341/704] Compiling chacha20_poly1305_armv8-win.S
[342/704] Compiling chacha20_poly1305_armv8-apple.S
[343/704] Compiling chacha20_poly1305_armv8-linux.S
[344/704] Compiling chacha-x86_64-linux.S
[345/704] Compiling chacha-x86_64-apple.S
[346/704] Compiling chacha-x86-linux.S
[347/704] Compiling chacha-x86-apple.S
[348/704] Compiling d1_srtp.cc
[349/704] Compiling chacha-armv8-win.S
[350/704] Compiling d1_pkt.cc
[351/704] Compiling chacha-armv4-linux.S
[352/704] Compiling chacha-armv8-linux.S
[353/704] Compiling chacha-armv8-apple.S
[354/704] Compiling aes128gcmsiv-x86_64-linux.S
[355/704] Compiling aes128gcmsiv-x86_64-apple.S
[356/704] Compiling x86_64-mont5-linux.S
[357/704] Compiling x86_64-mont5-apple.S
[358/704] Compiling x86_64-mont-linux.S
[359/704] Compiling x86_64-mont-apple.S
[360/704] Compiling x86-mont-linux.S
[361/704] Compiling x86-mont-apple.S
[362/704] Compiling vpaes-x86_64-apple.S
[363/704] Compiling vpaes-x86_64-linux.S
[364/704] Compiling vpaes-x86-linux.S
[365/704] Compiling err_data.cc
[366/704] Compiling vpaes-x86-apple.S
[367/704] Compiling vpaes-armv8-linux.S
[368/704] Compiling vpaes-armv8-win.S
[369/704] Compiling vpaes-armv7-linux.S
[370/704] Compiling vpaes-armv8-apple.S
[371/704] Compiling sha512-armv8-win.S
[371/704] Compiling sha512-x86_64-linux.S
[373/704] Compiling bio_ssl.cc
[374/704] Compiling sha512-x86_64-apple.S
[375/704] Compiling sha512-armv8-apple.S
[376/704] Compiling sha512-armv8-linux.S
[377/704] Compiling sha512-586-linux.S
[378/704] Compiling sha512-586-apple.S
[379/704] Compiling sha256-armv8-win.S
[379/704] Compiling sha512-armv4-linux.S
[381/704] Compiling sha256-x86_64-linux.S
[382/704] Compiling sha256-x86_64-apple.S
[383/704] Compiling sha256-armv4-linux.S
[384/704] Compiling sha256-armv8-apple.S
[385/704] Compiling sha256-armv8-linux.S
[386/704] Compiling d1_lib.cc
[387/704] Compiling sha256-586-linux.S
[388/704] Compiling sha1-x86_64-linux.S
[389/704] Compiling sha256-586-apple.S
[390/704] Compiling sha1-armv8-win.S
[391/704] Compiling sha1-x86_64-apple.S
[392/704] Compiling sha1-armv8-apple.S
[393/704] Compiling sha1-armv4-large-linux.S
[394/704] Compiling rsaz-avx2-apple.S
[395/704] Compiling sha1-586-apple.S
[396/704] Compiling rsaz-avx2-linux.S
[397/704] Compiling sha1-586-linux.S
[398/704] Compiling sha1-armv8-linux.S
[399/704] Compiling p256_beeu-x86_64-asm-linux.S
[400/704] Compiling p256_beeu-armv8-asm-win.S
[401/704] Compiling p256_beeu-armv8-asm-linux.S
[402/704] Compiling rdrand-x86_64-apple.S
[403/704] Compiling rdrand-x86_64-linux.S
[404/704] Compiling p256_beeu-x86_64-asm-apple.S
[405/704] Compiling p256-x86_64-asm-linux.S
[406/704] Compiling p256-x86_64-asm-apple.S
[407/704] Compiling p256-armv8-asm-apple.S
[408/704] Compiling ghashv8-armv8-win.S
[409/704] Compiling p256-armv8-asm-win.S
[410/704] Compiling p256_beeu-armv8-asm-apple.S
[411/704] Compiling ghashv8-armv8-linux.S
[412/704] Compiling p256-armv8-asm-linux.S
[413/704] Compiling ghash-x86_64-linux.S
[414/704] Compiling ghashv8-armv8-apple.S
[415/704] Compiling ghash-x86-apple.S
[416/704] Compiling ghash-x86_64-apple.S
[417/704] Compiling ghash-x86-linux.S
[418/704] Compiling ghashv8-armv7-linux.S
[419/704] Compiling ghash-ssse3-x86_64-linux.S
[420/704] Compiling ghash-ssse3-x86-apple.S
[421/704] Compiling ghash-ssse3-x86-linux.S
[422/704] Compiling ghash-ssse3-x86_64-apple.S
[423/704] Compiling ghash-neon-armv8-win.S
[424/704] Compiling ghash-neon-armv8-apple.S
[425/704] Compiling d1_both.cc
[426/704] Compiling ghash-neon-armv8-linux.S
[427/704] Compiling bsaes-armv7-linux.S
[428/704] Compiling co-586-apple.S
[429/704] Compiling ghash-armv4-linux.S
[430/704] Compiling co-586-linux.S
[431/704] Compiling bn-armv8-win.S
[432/704] Compiling bn-armv8-linux.S
[433/704] Compiling bn-586-apple.S
[434/704] Compiling armv8-mont-win.S
[435/704] Compiling armv8-mont-linux.S
[436/704] Compiling bn-armv8-apple.S
[437/704] Compiling bn-586-linux.S
[438/704] Compiling armv8-mont-apple.S
[439/704] Compiling aesv8-gcm-armv8-win.S
[439/704] Compiling aesv8-gcm-armv8-linux.S
[441/704] Compiling armv4-mont-linux.S
[442/704] Compiling aesv8-gcm-armv8-apple.S
[443/704] Compiling aesv8-armv7-linux.S
[444/704] Compiling aesni-x86_64-linux.S
[445/704] Compiling aesv8-armv8-apple.S
[446/704] Compiling aesni-x86_64-apple.S
[447/704] Compiling aesni-x86-linux.S
[448/704] Compiling aesv8-armv8-win.S
[449/704] Compiling aesv8-armv8-linux.S
[450/704] Compiling aesni-x86-apple.S
[451/704] Compiling aesni-gcm-x86_64-linux.S
[452/704] Compiling aesni-gcm-x86_64-apple.S
[453/704] Compiling aes-gcm-avx2-x86_64-apple.S
[454/704] Compiling aes-gcm-avx10-x86_64-apple.S
[455/704] Compiling aes-gcm-avx2-x86_64-linux.S
[456/704] Compiling aes-gcm-avx10-x86_64-linux.S
[457/704] Compiling x_val.cc
[458/704] Compiling x_name.cc
[459/704] Compiling x_sig.cc
[460/704] Compiling x_x509a.cc
[461/704] Compiling x_spki.cc
[462/704] Compiling x_pubkey.cc
[463/704] Compiling x_req.cc
[464/704] Compiling x_x509.cc
[465/704] Compiling x509name.cc
[466/704] Compiling x509rset.cc
[467/704] Compiling x_exten.cc
[468/704] Compiling x_crl.cc
[469/704] Compiling x_algor.cc
[470/704] Compiling x509spki.cc
[471/704] Compiling x_attrib.cc
[471/704] Compiling x_all.cc
[473/704] Compiling x509cset.cc
[474/704] Compiling x509_vpm.cc
[475/704] Compiling x509_txt.cc
[476/704] Compiling x509_v3.cc
[477/704] Compiling x509_trs.cc
[478/704] Compiling x509_req.cc
[479/704] Compiling x509_vfy.cc
[480/704] Compiling x509_obj.cc
[481/704] Compiling x509_set.cc
[482/704] Compiling x509.cc
[483/704] Compiling x509_def.cc
[484/704] Compiling x509_d2.cc
[485/704] Compiling x509_cmp.cc
[486/704] Compiling x509_ext.cc
[487/704] Compiling x509_lu.cc
[488/704] Compiling v3_utl.cc
[489/704] Compiling x509_att.cc
[490/704] Compiling v3_skey.cc
[491/704] Compiling v3_pcons.cc
[492/704] Compiling v3_purp.cc
[493/704] Compiling v3_prn.cc
[494/704] Compiling v3_pmaps.cc
[495/704] Compiling v3_ncons.cc
[496/704] Compiling v3_ocsp.cc
[497/704] Compiling v3_lib.cc
[498/704] Compiling v3_ia5.cc
[499/704] Compiling v3_int.cc
[500/704] Compiling v3_info.cc
[501/704] Compiling v3_enum.cc
[502/704] Compiling v3_genn.cc
[503/704] Compiling v3_extku.cc
[504/704] Compiling v3_cpols.cc
[505/704] Compiling v3_crld.cc
[506/704] Compiling v3_conf.cc
[507/704] Compiling v3_bitst.cc
[508/704] Compiling v3_akey.cc
[509/704] Compiling v3_bcons.cc
[510/704] Compiling t_x509.cc
[511/704] Compiling v3_akeya.cc
[512/704] Compiling t_x509a.cc
[513/704] Compiling v3_alt.cc
[514/704] Compiling t_req.cc
[515/704] Compiling i2d_pr.cc
[516/704] Compiling by_dir.cc
[517/704] Compiling rsa_pss.cc
[518/704] Compiling policy.cc
[519/704] Compiling t_crl.cc
[520/704] Compiling name_print.cc
[521/704] Compiling by_file.cc
[522/704] Compiling asn1_gen.cc
[523/704] Compiling a_verify.cc
[524/704] Compiling algorithm.cc
[525/704] Compiling voprf.cc
[526/704] Compiling thread_pthread.cc
[527/704] Compiling a_digest.cc
[528/704] Compiling thread_win.cc
[529/704] Compiling thread.cc
[530/704] Compiling a_sign.cc
[531/704] Compiling trust_token.cc
[532/704] Compiling thread_none.cc
[533/704] Compiling pmbtoken.cc
[534/704] Compiling stack.cc
[535/704] Compiling siphash.cc
[536/704] Compiling sha1.cc
[537/704] Compiling sha256.cc
[537/704] Compiling sha512.cc
[539/704] Compiling spake2plus.cc
[540/704] Compiling rsa_print.cc
[541/704] Compiling slhdsa.cc
[541/704] Compiling rsa_extra.cc
[543/704] Compiling windows.cc
[544/704] Compiling rsa_crypt.cc
[545/704] Compiling urandom.cc
[546/704] Compiling refcount.cc
[547/704] Compiling rc4.cc
[548/704] Compiling rand.cc
[549/704] Compiling rsa_asn1.cc
[550/704] Compiling trusty.cc
[551/704] Compiling ios.cc
[552/704] Compiling deterministic.cc
[553/704] Compiling poly1305_arm_asm.S
[554/704] Compiling passive.cc
[555/704] Compiling getentropy.cc
[556/704] Compiling fork_detect.cc
[557/704] Compiling forkunsafe.cc
[558/704] Compiling poly1305_vec.cc
[559/704] Compiling poly1305_arm.cc
[560/704] Compiling poly1305.cc
[561/704] Compiling pool.cc
[562/704] Compiling pkcs7.cc
[563/704] Compiling pkcs8_x509.cc
[564/704] Compiling pkcs7_x509.cc
[565/704] Compiling pkcs8.cc
[566/704] Compiling p5_pbev2.cc
[567/704] Compiling pem_x509.cc
[568/704] Compiling pem_xaux.cc
[569/704] Compiling pem_pkey.cc
[570/704] Compiling obj_xref.cc
[571/704] Compiling pem_info.cc
[572/704] Compiling obj.cc
[573/704] Compiling pem_all.cc
[574/704] Compiling pem_lib.cc
[575/704] Compiling mlkem.cc
[576/704] Compiling pem_pk8.cc
[577/704] Compiling pem_oth.cc
[578/704] Compiling poly_rq_mul.S
[579/704] Compiling mldsa.cc
[580/704] Compiling fips_shared_support.cc
[581/704] Compiling md4.cc
[582/704] Compiling md5.cc
[583/704] Compiling mem.cc
[584/704] Compiling lhash.cc
[585/704] Compiling kyber.cc
[586/704] Compiling sign.cc
[587/704] Compiling ex_data.cc
[588/704] Compiling hrss.cc
[589/704] Compiling hpke.cc
[590/704] Compiling scrypt.cc
[591/704] Compiling print.cc
[592/704] Compiling pbkdf.cc
[593/704] Compiling p_x25519.cc
[594/704] Compiling p_x25519_asn1.cc
[595/704] Compiling p_ed25519.cc
[596/704] Compiling p_rsa_asn1.cc
[597/704] Compiling p_hkdf.cc
[598/704] Compiling p_rsa.cc
[599/704] Compiling p_ed25519_asn1.cc
[600/704] Compiling p_ec.cc
[601/704] Compiling p_ec_asn1.cc
[602/704] Compiling p_dh_asn1.cc
[603/704] Compiling p_dh.cc
[604/704] Compiling p_dsa_asn1.cc
[605/704] Compiling evp_ctx.cc
[606/704] Compiling evp.cc
[607/704] Compiling engine.cc
[608/704] Compiling err.cc
[609/704] Compiling ecdsa_asn1.cc
[610/704] Compiling evp_asn1.cc
[611/704] Compiling ec_derive.cc
[612/704] Compiling ecdh.cc
[613/704] Compiling hash_to_curve.cc
[614/704] Compiling dsa.cc
[615/704] Compiling ec_asn1.cc
[616/704] Compiling dsa_asn1.cc
[617/704] Compiling des.cc
[618/704] Compiling digest_extra.cc
[619/704] Compiling spake25519.cc
[620/704] Compiling x25519-asm-arm.S
[621/704] Compiling params.cc
[622/704] Compiling bcm.cc
[623/704] Compiling dh_asn1.cc
[624/704] Compiling cpu_aarch64_sysreg.cc
[625/704] Compiling curve25519_64_adx.cc
[626/704] Compiling cpu_arm_linux.cc
[627/704] Compiling cpu_aarch64_win.cc
[628/704] Compiling crypto.cc
[629/704] Compiling cpu_intel.cc
[630/704] Compiling cpu_arm_freebsd.cc
[631/704] Compiling cpu_aarch64_openbsd.cc
[632/704] Compiling curve25519.cc
[633/704] Compiling cpu_aarch64_linux.cc
[634/704] Compiling cpu_aarch64_fuchsia.cc
[635/704] Compiling tls_cbc.cc
[636/704] Compiling conf.cc
[637/704] Compiling cpu_aarch64_apple.cc
[638/704] Compiling get_cipher.cc
[639/704] Compiling e_rc2.cc
[640/704] Compiling e_tls.cc
[641/704] Compiling e_rc4.cc
[642/704] Compiling e_null.cc
[643/704] Compiling derive_key.cc
[644/704] Compiling e_des.cc
[645/704] Compiling e_aesgcmsiv.cc
[646/704] Compiling e_chacha20poly1305.cc
[647/704] Compiling e_aesctrhmac.cc
[648/704] Compiling chacha.cc
[649/704] Compiling buf.cc
[650/704] Compiling unicode.cc
[651/704] Compiling ber.cc
[652/704] Compiling blake2.cc
[652/704] Compiling cbb.cc
[654/704] Compiling cbs.cc
[655/704] Compiling asn1_compat.cc
[656/704] Compiling hexdump.cc
[657/704] Compiling convert.cc
[658/704] Compiling errno.cc
[659/704] Compiling socket_helper.cc
[660/704] Compiling bn_asn1.cc
[661/704] Compiling printf.cc
[662/704] Compiling pair.cc
[663/704] Compiling socket.cc
[664/704] Compiling file.cc
[665/704] Compiling fd.cc
[666/704] Compiling bio_mem.cc
[667/704] Compiling connect.cc
[668/704] Compiling bio.cc
[669/704] Compiling base64.cc
[670/704] Compiling tasn_typ.cc
[671/704] Compiling tasn_utl.cc
[672/704] Compiling tasn_enc.cc
[673/704] Compiling tasn_fre.cc
[674/704] Compiling tasn_dec.cc
[675/704] Compiling f_string.cc
[676/704] Compiling tasn_new.cc
[677/704] Compiling posix_time.cc
[678/704] Compiling f_int.cc
[679/704] Compiling asn_pack.cc
[680/704] Compiling asn1_par.cc
[681/704] Compiling asn1_lib.cc
[682/704] Compiling a_octet.cc
[683/704] Compiling a_time.cc
[684/704] Compiling a_type.cc
[685/704] Compiling a_utctm.cc
[686/704] Compiling a_mbstr.cc
[687/704] Compiling a_object.cc
[688/704] Compiling a_strnid.cc
[689/704] Compiling a_strex.cc
[690/704] Compiling a_dup.cc
[691/704] Compiling a_i2d_fp.cc
[692/704] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[693/704] Write sources
[694/704] Compiling a_bool.cc
[695/704] Write sources
[697/704] Compiling a_d2i_fp.cc
[698/704] Write sources
[699/704] Compiling a_gentm.cc
[700/747] Compiling a_int.cc
[701/760] Compiling a_bitstr.cc
[703/797] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[704/797] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[705/797] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[706/797] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[707/799] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[708/799] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[709/799] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[710/799] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[711/799] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[712/799] Compiling AsyncAlgorithms AsyncShareSequence.swift
[713/799] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[714/799] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[715/799] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[716/799] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[717/799] Compiling Atomics IntegerOperations.swift
[718/799] Compiling Atomics Unmanaged extensions.swift
[722/799] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[723/799] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[724/799] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[727/806] Compiling AsyncAlgorithms AsyncChannel.swift
[728/806] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[729/806] Compiling AsyncAlgorithms ChannelStateMachine.swift
[730/806] Compiling AsyncAlgorithms ChannelStorage.swift
[731/806] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[753/809] Compiling Algorithms Trim.swift
[754/809] Compiling Algorithms Unique.swift
[755/809] Compiling Algorithms Windows.swift
[760/809] Emitting module Atomics
[761/809] Emitting module AsyncAlgorithms
[761/809] Compiling c-nioatomics.c
[769/809] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[777/809] Compiling AsyncAlgorithms Rethrow.swift
[778/809] Compiling AsyncAlgorithms SetAlgebra.swift
[779/809] Compiling AsyncAlgorithms UnsafeTransfer.swift
[780/809] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[781/809] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[782/809] Compiling AsyncAlgorithms ZipStateMachine.swift
[783/809] Compiling AsyncAlgorithms ZipStorage.swift
[788/810] Emitting module Algorithms
[789/811] Compiling c-atomics.c
[791/818] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[792/818] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[793/818] Compiling AsyncAlgorithms MergeStateMachine.swift
[794/818] Compiling AsyncAlgorithms MergeStorage.swift
[795/818] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[796/818] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[797/818] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[798/818] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[799/818] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[800/818] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[801/818] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[802/818] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[803/818] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[804/818] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[805/818] Compiling AsyncAlgorithms DebounceStateMachine.swift
[806/818] Compiling AsyncAlgorithms DebounceStorage.swift
[807/818] Compiling AsyncAlgorithms Dictionary.swift
[808/818] Compiling AsyncAlgorithms Disconnected.swift
[809/818] Compiling AsyncAlgorithms _TinyArray.swift
[810/818] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[811/818] Compiling AsyncAlgorithms Locking.swift
[813/823] Compiling NIOConcurrencyHelpers NIOLock.swift
[814/828] Compiling NIOConcurrencyHelpers lock.swift
[815/828] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[816/828] Emitting module NIOConcurrencyHelpers
[817/828] Compiling ServiceLifecycle CancellationWaiter.swift
[818/829] Compiling NIOConcurrencyHelpers atomics.swift
[819/829] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[820/829] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[822/830] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[823/830] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[824/830] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[825/830] Emitting module ServiceLifecycle
[826/830] Compiling ServiceLifecycle ClosureService.swift
[827/830] Compiling ServiceLifecycle GracefulShutdown.swift
[828/830] Compiling ServiceLifecycle ServiceRunnerError.swift
[829/894] Compiling ServiceLifecycle ServiceGroup.swift
[830/894] Compiling ServiceLifecycle Service.swift
[832/902] Compiling SwiftLogExport LogRecord.swift
[833/902] Compiling SwiftLogExport LogRecordExporter.swift
[834/902] Compiling SwiftLogExport LogRecordProcessor.swift
[835/902] Compiling SwiftLogExport BatchLogRecordProcessorConfiguration.swift
[836/902] Compiling SwiftLogExport LogRecordHandler.swift
[837/902] Compiling NIOCore NIOCoreSendableMetatype.swift
[838/902] Compiling NIOCore NIODecodedAsyncSequence.swift
[839/902] Compiling NIOCore NIOLoopBound.swift
[840/902] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[841/902] Compiling NIOCore NIOScheduledCallback.swift
[842/902] Compiling NIOCore NIOSendable.swift
[843/902] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[844/902] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[845/902] Compiling NIOCore RecvByteBufferAllocator.swift
[846/910] Compiling SwiftLogExport BatchLogRecordProcessor.swift
[847/910] Emitting module SwiftLogExport
[849/911] Compiling NIOCore EventLoopFuture+Deprecated.swift
[850/911] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[851/911] Compiling NIOCore EventLoopFuture.swift
[852/911] Compiling NIOCore FileDescriptor.swift
[853/911] Compiling NIOCore FileHandle.swift
[854/911] Compiling NIOCore FileRegion.swift
[855/911] Compiling NIOCore GlobalSingletons.swift
[856/911] Compiling NIOCore IO.swift
[857/911] Compiling NIOCore IOData.swift
[858/911] Compiling NIOCore IPProtocol.swift
[859/911] Compiling NIOCore IntegerBitPacking.swift
[860/911] Compiling NIOCore IntegerTypes.swift
[861/911] Compiling NIOCore Interfaces.swift
[862/911] Compiling NIOCore Linux.swift
[863/911] Compiling NIOCore MarkedCircularBuffer.swift
[864/911] Compiling NIOCore MulticastChannel.swift
[865/911] Compiling NIOCore NIOAny.swift
[866/911] Compiling NIOCore NIOCloseOnErrorHandler.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
[884/911] Compiling NIOCore AddressedEnvelope.swift
[885/911] Compiling NIOCore AsyncAwaitSupport.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] Emitting module NIOEmbedded
[915/966] Compiling NIOEmbedded AsyncTestingChannel.swift
[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 SelectableChannel.swift
[926/973] Compiling NIOPosix SelectableEventLoop.swift
[927/973] Compiling NIOPosix SelectorEpoll.swift
[928/973] Compiling NIOPosix SelectorGeneric.swift
[929/973] Compiling NIOPosix SelectorKqueue.swift
[930/973] Compiling NIOPosix SelectorUring.swift
[931/973] Compiling NIOPosix SelectorWSAPoll.swift
[932/973] Compiling NIOPosix ServerSocket.swift
[933/973] Compiling NIOPosix Socket.swift
[934/973] Compiling NIOPosix SocketChannel.swift
[935/973] Compiling NIOPosix SocketProtocols.swift
[936/973] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[937/973] Compiling NIOPosix System.swift
[938/973] Compiling NIOPosix Thread.swift
[939/973] Compiling NIOPosix BSDSocketAPICommon.swift
[940/973] Compiling NIOPosix BSDSocketAPIPosix.swift
[941/973] Compiling NIOPosix BSDSocketAPIWindows.swift
[942/973] Compiling NIOPosix BaseSocket.swift
[943/973] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[944/973] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[945/973] Compiling NIOPosix BaseSocketChannel.swift
[946/973] Emitting module NIOPosix
[947/973] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[948/973] Compiling NIOPosix NIOPosixSendableMetatype.swift
[949/973] Compiling NIOPosix NIOThreadPool.swift
[950/973] Compiling NIOPosix NonBlockingFileIO.swift
[951/973] Compiling NIOPosix PendingDatagramWritesManager.swift
[952/973] Compiling NIOPosix PendingWritesManager.swift
[953/973] Compiling NIOPosix PipeChannel.swift
[954/973] Compiling NIOPosix HappyEyeballs.swift
[955/973] Compiling NIOPosix IO.swift
[956/973] Compiling NIOPosix IntegerBitPacking.swift
[957/973] Compiling NIOPosix IntegerTypes.swift
[958/973] Compiling NIOPosix Linux.swift
[959/973] Compiling NIOPosix LinuxCPUSet.swift
[960/973] Compiling NIOPosix LinuxUring.swift
[961/973] Compiling NIOPosix ThreadPosix.swift
[962/973] Compiling NIOPosix ThreadWindows.swift
[963/973] Compiling NIOPosix Utilities.swift
[964/973] Compiling NIOPosix VsockAddress.swift
[965/973] Compiling NIOPosix VsockChannelEvents.swift
[966/973] Compiling NIOPosix Windows.swift
[967/973] Compiling NIOPosix BaseStreamSocketChannel.swift
[968/973] Compiling NIOPosix Bootstrap.swift
[969/973] Compiling NIOPosix ControlMessage.swift
[970/973] Compiling NIOPosix DatagramVectorReadManager.swift
[971/973] Compiling NIOPosix Errors+Any.swift
[972/973] Compiling NIOPosix FileDescriptor.swift
[973/973] Compiling NIOPosix GetaddrinfoResolver.swift
[975/976] Compiling NIO Exports.swift
[976/976] Emitting module NIO
[978/1016] Compiling NIOTLS TLSEvents.swift
[979/1016] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[980/1016] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[981/1016] Emitting module NIOTLS
[982/1016] Emitting module NIOSOCKS
[983/1017] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[984/1017] Compiling NIOSOCKS ClientStateMachine.swift
[985/1017] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[986/1017] Compiling NIOSOCKS SOCKSResponse.swift
[987/1017] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[988/1017] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[989/1017] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[990/1017] Emitting module NIOFoundationCompat
[991/1017] Compiling NIOHTTP1 ByteCollectionUtils.swift
[992/1017] Compiling NIOHTTP1 HTTPDecoder.swift
[993/1017] Compiling NIOHTTP1 HTTPEncoder.swift
[994/1017] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[995/1017] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[996/1017] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[997/1017] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[998/1017] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[999/1017] Compiling NIOSOCKS ServerStateMachine.swift
[1000/1018] Compiling NIOTLS SNIHandler.swift
[1002/1019] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1003/1019] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1005/1021] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1007/1039] Compiling NIOSSL SSLErrors.swift
[1008/1039] Compiling NIOSSL SSLInit.swift
[1009/1051] Compiling NIOSSL NIOSSLHandler.swift
[1010/1051] Compiling NIOSSL AndroidCABundle.swift
[1011/1051] Compiling NIOSSL ByteBufferBIO.swift
[1012/1051] Compiling NIOSSL CustomPrivateKey.swift
[1013/1073] Compiling NIOTransportServices StateManagedChannel.swift
[1014/1073] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1015/1073] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1016/1075] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1017/1075] Compiling NIOTransportServices NIOTSSingletons.swift
[1018/1075] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1019/1075] Emitting module NIOTransportServices
[1020/1075] Compiling NIOTransportServices NIOTSBootstraps.swift
[1021/1075] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1022/1075] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1023/1075] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1024/1075] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1025/1075] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1026/1075] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1027/1075] Compiling NIOTransportServices NIOTSErrors.swift
[1028/1075] Compiling NIOTransportServices NIOTSEventLoop.swift
[1033/1075] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1034/1075] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1035/1075] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1036/1075] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1037/1075] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1038/1075] Compiling NIOTransportServices AcceptHandler.swift
[1039/1075] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1040/1075] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1044/1076] Emitting module NIOHTTP1
[1049/1095] Compiling NIOHPACK IndexedHeaderTable.swift
[1050/1096] Compiling NIOHPACK HPACKEncoder.swift
[1051/1096] Compiling NIOHPACK HPACKErrors.swift
[1052/1096] Compiling NIOHPACK DynamicHeaderTable.swift
[1053/1096] Compiling NIOHPACK HPACKDecoder.swift
[1054/1100] Compiling NIOHPACK HPACKHeader.swift
[1055/1100] Compiling NIOHPACK HeaderTables.swift
[1058/1100] Emitting module NIOSSL
[1059/1100] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1060/1100] Compiling NIOHPACK IntegerCoding.swift
[1061/1100] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1062/1100] Emitting module NIOHTTPCompression
[1063/1100] Compiling NIOHPACK StaticHeaderTable.swift
[1064/1100] Compiling NIOHPACK HuffmanTables.swift
[1065/1100] Compiling NIOHPACK HuffmanCoding.swift
[1070/1100] Compiling NIOHTTPCompression HTTPDecompression.swift
[1071/1100] Compiling NIOHTTPCompression HTTPCompression.swift
[1075/1100] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1076/1100] Compiling NIOSSL SubjectAlternativeName.swift
[1077/1100] Compiling NIOSSL NIOSSLSecureBytes.swift
[1078/1100] Compiling NIOSSL RNG.swift
[1079/1100] Compiling NIOSSL SafeCompare.swift
[1084/1100] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1085/1100] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1086/1101] Emitting module NIOHPACK
[1099/1102] Compiling NIOSSL Zeroization.swift
[1100/1102] Compiling NIOSSL TLSConfiguration.swift
[1101/1102] Compiling NIOSSL UniversalBootstrapSupport.swift
[1102/1102] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1104/1166] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1105/1166] Compiling NIOHTTP2 HasLocalSettings.swift
[1106/1166] Compiling NIOHTTP2 HasRemoteSettings.swift
[1107/1166] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1108/1166] Compiling NIOHTTP2 QuiescingState.swift
[1109/1166] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1110/1166] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1111/1166] Compiling NIOHTTP2 StateMachineResult.swift
[1112/1166] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1113/1166] Compiling NIOHTTP2 MaySendFrames.swift
[1114/1166] Compiling NIOHTTP2 SendingDataState.swift
[1115/1166] Compiling NIOHTTP2 SendingGoawayState.swift
[1116/1166] Compiling NIOHTTP2 SendingHeadersState.swift
[1117/1166] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1118/1166] Compiling NIOHTTP2 SendingRstStreamState.swift
[1119/1166] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1120/1166] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1121/1166] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1122/1174] Emitting module NIOHTTP2
[1123/1174] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1124/1174] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1125/1174] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1126/1174] Compiling NIOHTTP2 InboundEventBuffer.swift
[1127/1174] Compiling NIOHTTP2 InboundWindowManager.swift
[1128/1174] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1129/1174] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1130/1174] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1131/1174] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1132/1174] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1133/1174] Compiling NIOHTTP2 StreamChannelList.swift
[1134/1174] Compiling NIOHTTP2 StreamMap.swift
[1135/1174] Compiling NIOHTTP2 StreamStateMachine.swift
[1136/1174] Compiling NIOHTTP2 Timer.swift
[1137/1174] Compiling NIOHTTP2 UnsafeTransfer.swift
[1138/1174] Compiling NIOHTTP2 WatermarkedFlowController.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
[1147/1174] Compiling NIOHTTP2 ReceivingWindowUpdateState.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 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1158/1174] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1159/1174] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1160/1174] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1161/1174] Compiling NIOHTTP2 HTTP2Error.swift
[1162/1174] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1163/1174] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1164/1174] Compiling NIOHTTP2 HTTP2Frame.swift
[1165/1174] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1166/1174] Compiling NIOHTTP2 DOSHeuristics.swift
[1167/1174] Compiling NIOHTTP2 Error+Any.swift
[1168/1174] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1169/1174] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1170/1174] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1171/1174] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1172/1174] Compiling NIOHTTP2 GlitchesMonitor.swift
[1173/1174] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1174/1174] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1176/1239] Emitting module AsyncHTTPClient
[1177/1247] Compiling AsyncHTTPClient LRUCache.swift
[1178/1247] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1179/1247] Compiling AsyncHTTPClient NWErrorHandler.swift
[1180/1247] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1181/1247] Compiling AsyncHTTPClient TLSConfiguration.swift
[1182/1247] Compiling AsyncHTTPClient RedirectState.swift
[1183/1247] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1184/1247] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1185/1247] Compiling AsyncHTTPClient RequestBag.swift
[1186/1247] Compiling AsyncHTTPClient RequestValidation.swift
[1187/1247] Compiling AsyncHTTPClient SSLContextCache.swift
[1188/1247] Compiling AsyncHTTPClient Scheme.swift
[1189/1247] Compiling AsyncHTTPClient Singleton.swift
[1190/1247] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1191/1247] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1192/1247] Compiling AsyncHTTPClient TracingSupport.swift
[1193/1247] Compiling AsyncHTTPClient Utils.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 RequestOptions.swift
[1204/1247] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1205/1247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1206/1247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1207/1247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1208/1247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1209/1247] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1210/1247] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1211/1247] Compiling AsyncHTTPClient ConnectionTarget.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 HTTPClientResponse.swift
[1222/1247] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1223/1247] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1224/1247] Compiling AsyncHTTPClient Transaction.swift
[1225/1247] Compiling AsyncHTTPClient Base64.swift
[1226/1247] Compiling AsyncHTTPClient BasicAuth.swift
[1227/1247] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1228/1247] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1229/1247] Compiling AsyncHTTPClient ConnectionPool.swift
[1230/1247] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1231/1247] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1232/1247] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1233/1247] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1234/1247] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1235/1247] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1236/1247] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1237/1247] Compiling AsyncHTTPClient RequestBodyLength.swift
[1238/1247] Compiling AsyncHTTPClient RequestFramingMetadata.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] Compiling LoggingToTelegram TelegramLogRecordExporter.swift
[1258/1258] Emitting module LoggingToTelegram
Build complete! (559.58s)
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.