The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TelegramBotAPI, reference 1.0.0 (ee072d), with Swift 6.1 for Linux on 28 Feb 2026 18:03:04 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atacan/TelegramBotAPI.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/atacan/TelegramBotAPI
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at ee072d4 Refactor comments in folder-files.sh for clarity
Cloned https://github.com/atacan/TelegramBotAPI.git
Revision (git rev-parse @):
ee072d40f3ba1ae3e0589e056c0716dd8f79a8be
SUCCESS checkout https://github.com/atacan/TelegramBotAPI.git at 1.0.0
========================================
Build
========================================
Selected platform:         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-3":/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/64] Fetching swiftlogexport
Fetched https://github.com/atacan/SwiftLogExport from cache (0.33s)
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/swift-server/swift-openapi-async-http-client
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
[1/614] Fetching swift-openapi-async-http-client
[401/6802] Fetching swift-openapi-async-http-client, swift-openapi-runtime
[2286/12944] Fetching swift-openapi-async-http-client, swift-openapi-runtime, swift-async-algorithms
[3152/19034] Fetching swift-openapi-async-http-client, swift-openapi-runtime, swift-async-algorithms, swift-log
[3767/39289] Fetching swift-openapi-async-http-client, swift-openapi-runtime, swift-async-algorithms, swift-log, swift-collections
[3768/41938] Fetching swift-openapi-async-http-client, swift-openapi-runtime, swift-async-algorithms, swift-log, swift-collections, swift-service-lifecycle
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.30s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.30s)
[15323/33147] Fetching swift-openapi-async-http-client, swift-openapi-runtime, swift-log, swift-collections
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (1.31s)
Fetched https://github.com/apple/swift-log.git from cache (1.31s)
Fetching https://github.com/apple/swift-openapi-generator
[8822/26443] Fetching swift-openapi-runtime, swift-collections
[21178/43254] Fetching swift-openapi-runtime, swift-collections, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-generator from cache (1.52s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (3.16s)
Fetched https://github.com/apple/swift-collections.git from cache (3.21s)
Computing version for https://github.com/swift-server/swift-openapi-async-http-client
Computed https://github.com/swift-server/swift-openapi-async-http-client at 1.3.0 (7.31s)
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
[6471/98825] Fetching swift-http-types, async-http-client, swift-nio
Fetched https://github.com/apple/swift-http-types from cache (1.78s)
[48347/97874] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.81s)
[33844/82546] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (11.18s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.10.1 (12.34s)
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.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.47s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.10.4 (4.48s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/jpsim/Yams
[1/17172] Fetching swift-argument-parser
[2/23230] Fetching swift-argument-parser, swift-algorithms
[2021/34733] Fetching swift-argument-parser, swift-algorithms, yams
[23412/157842] Fetching swift-argument-parser, swift-algorithms, yams, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (3.43s)
[66839/151784] Fetching swift-argument-parser, yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (3.52s)
[57798/140281] Fetching swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-argument-parser from cache (12.12s)
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.44s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.29s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (3.59s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (6.67s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (2.44s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (1.52s)
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.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (1.05s)
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-atomics.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-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/6485] Fetching swift-nio-extras
[391/9300] Fetching swift-nio-extras, swift-nio-transport-services
[1099/11120] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[1730/16785] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-distributed-tracing
[14156/32127] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-distributed-tracing, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.24s)
Fetching https://github.com/apple/swift-nio-http2.git
[13422/26462] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.24s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.26s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.25s)
[2455/15342] Fetching swift-nio-ssl
[4911/27340] Fetching swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.28s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.12s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.0 (5.40s)
Fetching https://github.com/apple/swift-service-context.git
[1/1180] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.30s)
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.21s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.06s)
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.00s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (7.13s)
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.16s)
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.39s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
[1/1760] Fetching swift-asn1
[1304/2970] Fetching swift-asn1, swift-http-structured-headers
[2282/10079] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.59s)
[2703/8319] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.65s)
[3200/7109] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.03s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.95.0 (3.01s)
Fetching https://github.com/apple/swift-system.git
[1/5583] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.71s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (1.94s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.28s)
Fetching https://github.com/apple/swift-crypto.git
[1/17238] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.44s)
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.58s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.24s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.42s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.1 (1.12s)
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-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.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-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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/atacan/SwiftLogExport
Working copy of https://github.com/atacan/SwiftLogExport resolved at main (8c8237f)
Creating working copy for https://github.com/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
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-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-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
Working copy of https://github.com/apple/swift-nio resolved at 2.95.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.40.0
Creating working copy for https://github.com/swift-server/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-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-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.10.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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-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-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-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-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
[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
[38/463] Compiling _AtomicsShims.c
[40/463] Compiling _NumericsShims _NumericsShims.c
[41/463] Compiling CNIOPosix event_loop_id.c
[42/463] Compiling CNIOOpenBSD shim.c
[43/463] Compiling CNIOWindows WSAStartup.c
[44/463] Compiling CNIOWASI CNIOWASI.c
[45/463] Compiling CNIOLinux liburing_shims.c
[46/463] Compiling CNIOLLHTTP c_nio_http.c
[47/463] Compiling CNIODarwin shim.c
[47/463] Compiling CNIOExtrasZlib empty.c
[49/463] Compiling fiat_p256_adx_sqr.S
[50/463] Compiling CNIOLinux shim.c
[51/463] Compiling fiat_curve25519_adx_square.S
[52/463] Compiling fiat_p256_adx_mul.S
[53/463] Compiling CNIOLLHTTP c_nio_api.c
[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_method.cc
[59/472] Compiling tls13_server.cc
[60/472] Compiling tls13_client.cc
[61/472] Compiling tls_record.cc
[62/507] Compiling tls13_enc.cc
[64/516] Compiling RealModule RealFunctions.swift
[65/517] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[66/517] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/519] Compiling _NIODataStructures _TinyArray.swift
[68/519] Emitting module Prepare
[69/519] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/519] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[71/519] Compiling HTTPTypes ISOLatin1String.swift
[72/520] Compiling _NIODataStructures PriorityQueue.swift
[73/520] Compiling HTTPTypes HTTPField.swift
[74/520] Compiling HTTPTypes HTTPFieldName.swift
[77/520] Emitting module RealModule
[78/520] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[80/520] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/520] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/520] Compiling InternalCollectionsUtilities _SortedCollection.swift
[83/520] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[84/520] Compiling InternalCollectionsUtilities Debugging.swift
[85/520] Compiling InternalCollectionsUtilities Descriptions.swift
[86/520] Compiling ServiceContextModule ServiceContextKey.swift
[87/520] Compiling RealModule RelaxedArithmetic.swift
[88/520] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[89/520] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[90/520] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/520] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[92/520] Emitting module ServiceContextModule
[93/520] Compiling ServiceContextModule ServiceContext.swift
[94/521] Compiling RealModule Real.swift
[95/521] Compiling RealModule Float80+Real.swift
[96/521] Compiling RealModule Float16+Real.swift
[97/522] Compiling _NIOBase64 Base64.swift
[98/522] Emitting module _NIOBase64
[102/523] Compiling Logging MetadataProvider.swift
[103/523] Compiling HTTPTypes HTTPResponse.swift
[104/523] Emitting module InternalCollectionsUtilities
[105/523] Compiling HTTPTypes HTTPRequest.swift
[109/524] Compiling HTTPTypes NIOLock.swift
[110/524] Compiling Logging LogHandler.swift
[111/524] Emitting module Logging
[112/524] Compiling Logging Locks.swift
[113/524] Compiling Logging Logging.swift
[114/525] Emitting module _NIODataStructures
[115/525] Compiling _NIODataStructures Heap.swift
[119/526] Compiling HTTPTypes HTTPParsedFields.swift
[120/526] Compiling HTTPTypes HTTPRequest+URL.swift
[121/535] Compiling Instrumentation NoOpInstrument.swift
[122/535] Compiling ConcurrencyHelpers LockedValueBox.swift
[123/535] Compiling Instrumentation MultiplexInstrument.swift
[124/535] Emitting module Instrumentation
[125/535] Compiling Instrumentation InstrumentationSystem.swift
[126/535] Compiling Instrumentation Instrument.swift
[127/535] Compiling Instrumentation Locks.swift
[128/536] Compiling ConcurrencyHelpers Lock.swift
[129/536] Emitting module ConcurrencyHelpers
[130/537] 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)
[131/537] Compiling Prepare runCommand.swift
[135/619] Compiling OrderedCollections _HashTable+Testing.swift
[136/619] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[137/619] Compiling OrderedCollections _HashTable+Constants.swift
[138/619] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[139/621] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[140/621] Compiling OrderedCollections OrderedDictionary+Elements.swift
[141/621] Compiling Tracing TracingTime.swift
[142/621] Emitting module Tracing
[143/621] Compiling DequeModule _DequeSlot.swift
[144/621] Compiling DequeModule _UnsafeWrappedBuffer.swift
[145/621] Compiling OrderedCollections _HashTable.swift
[146/621] Compiling OrderedCollections _Hashtable+Header.swift
[147/621] Compiling Tracing TracerProtocol.swift
[148/621] Compiling Tracing Tracer.swift
[149/621] Emitting module UnixSignals
[150/621] Compiling Tracing TracerProtocol+Legacy.swift
[151/621] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[152/621] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[153/621] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[154/621] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[155/621] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[156/621] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[157/621] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[158/621] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[159/621] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[160/621] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[161/621] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[162/621] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[163/621] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[164/621] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[165/628] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[166/628] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[167/628] Compiling OrderedCollections OrderedDictionary+Codable.swift
[168/628] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[169/628] Compiling UnixSignals UnixSignal.swift
[170/628] Compiling UnixSignals UnixSignalsSequence.swift
[171/628] Compiling OrderedCollections _HashTable+Bucket.swift
[172/628] Compiling OrderedCollections _HashTable+BucketIterator.swift
[173/628] Emitting module DequeModule
[174/630] Compiling Tracing NoOpTracer.swift
[175/630] Compiling Tracing SpanProtocol.swift
[176/630] Compiling Tracing InstrumentationSystem+Tracing.swift
[178/631] Compiling OrderedCollections OrderedDictionary.swift
[179/631] Compiling OrderedCollections OrderedSet+Codable.swift
[180/631] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[181/631] Compiling OrderedCollections OrderedSet+Descriptions.swift
[182/631] Compiling OrderedCollections OrderedSet+Diffing.swift
[183/631] Compiling OrderedCollections OrderedSet+Equatable.swift
[184/631] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[185/631] Compiling OrderedCollections OrderedSet+Hashable.swift
[186/631] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[187/631] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[188/631] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[189/631] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[190/631] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[191/631] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[192/631] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[193/631] Compiling OrderedCollections OrderedDictionary+Values.swift
[194/631] Compiling OrderedCollections OrderedSet+Initializers.swift
[195/631] Compiling OrderedCollections OrderedSet+Insertions.swift
[196/631] Compiling OrderedCollections OrderedSet+Invariants.swift
[197/631] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[198/631] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[199/631] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[200/631] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[201/631] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[204/631] Compiling HTTPTypes HTTPFields.swift
[205/631] Emitting module HTTPTypes
[214/632] Wrapping AST for Prepare for debugging
[215/632] Write Objects.LinkFileList
[218/632] Compiling t1_enc.cc
[219/632] Compiling tls13_both.cc
[220/694] Linking Prepare
[222/694] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[223/694] Compiling OpenAPIRuntime CodableExtensions.swift
[224/694] Compiling OpenAPIRuntime Configuration.swift
[225/694] Compiling OpenAPIRuntime Converter+Client.swift
[226/694] Compiling OpenAPIRuntime Converter+Common.swift
[227/694] Compiling OpenAPIRuntime Converter+Server.swift
[228/694] Compiling OpenAPIRuntime Converter.swift
[229/694] Compiling OpenAPIRuntime CurrencyExtensions.swift
[230/694] Compiling OpenAPIRuntime URICoderConfiguration.swift
[231/694] Compiling OpenAPIRuntime URIEncodedNode.swift
[232/694] Compiling OpenAPIRuntime URIParsedTypes.swift
[233/694] Compiling OpenAPIRuntime URIDecoder.swift
[234/694] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[235/694] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[236/694] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[237/694] Emitting module OrderedCollections
[239/695] Compiling OpenAPIRuntime URICodeCodingKey.swift
[246/703] Compiling ssl_x509.cc
[248/703] Emitting module OpenAPIRuntime
[248/703] Compiling ssl_versions.cc
[249/703] Compiling ssl_transcript.cc
[250/703] Compiling ssl_session.cc
[251/703] Compiling ssl_stat.cc
[252/703] Compiling ssl_privkey.cc
[254/703] Compiling OpenAPIRuntime Acceptable.swift
[255/703] Compiling OpenAPIRuntime Base64EncodedData.swift
[256/703] Compiling OpenAPIRuntime ByteUtilities.swift
[257/703] Compiling OpenAPIRuntime ContentDisposition.swift
[258/703] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[259/703] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[260/703] Compiling OpenAPIRuntime OpenAPIValue.swift
[261/703] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[262/703] Compiling OpenAPIRuntime UndocumentedPayload.swift
[271/703] Compiling OpenAPIRuntime ErrorExtensions.swift
[272/703] Compiling OpenAPIRuntime FoundationExtensions.swift
[273/703] Compiling OpenAPIRuntime ParameterStyles.swift
[274/703] Compiling OpenAPIRuntime ServerVariable.swift
[275/703] Compiling OpenAPIRuntime URLExtensions.swift
[276/703] Compiling OpenAPIRuntime Deprecated.swift
[277/703] Compiling OpenAPIRuntime ClientError.swift
[278/703] Compiling OpenAPIRuntime CodingErrors.swift
[279/703] Compiling OpenAPIRuntime RuntimeError.swift
[280/703] Compiling OpenAPIRuntime ServerError.swift
[281/703] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[282/703] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[283/703] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[284/703] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[285/703] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[286/703] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[287/703] Compiling OpenAPIRuntime MultipartValidation.swift
[288/703] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[289/703] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[290/703] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[291/703] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[292/703] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[293/703] Compiling OpenAPIRuntime ServerSentEvents.swift
[294/703] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[295/703] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[296/703] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[297/703] Compiling OpenAPIRuntime ClientTransport.swift
[298/703] Compiling OpenAPIRuntime CurrencyTypes.swift
[299/703] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[300/703] Compiling OpenAPIRuntime HTTPBody.swift
[301/703] Compiling OpenAPIRuntime SendableMetatype.swift
[302/703] Compiling OpenAPIRuntime ServerTransport.swift
[303/703] Compiling OpenAPIRuntime UniversalClient.swift
[304/703] Compiling OpenAPIRuntime UniversalServer.swift
[305/703] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[306/703] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[306/703] Compiling ssl_key_share.cc
[307/703] Compiling ssl_file.cc
[308/703] Compiling ssl_credential.cc
[310/703] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[311/703] Compiling OpenAPIRuntime URIEncoder.swift
[312/703] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[313/703] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[314/703] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[315/703] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[316/703] Compiling OpenAPIRuntime URIParser.swift
[317/703] Compiling OpenAPIRuntime URISerializer.swift
[317/703] Compiling ssl_cipher.cc
[319/704] Compiling ssl_cert.cc
[320/704] Compiling ssl_lib.cc
[321/704] Compiling ssl_buffer.cc
[322/704] Compiling ssl_asn1.cc
[323/704] Compiling ssl_aead_ctx.cc
[324/704] Compiling s3_lib.cc
[325/704] Compiling s3_both.cc
[326/704] Compiling s3_pkt.cc
[327/704] Compiling handshake_client.cc
[328/704] Compiling handshake_server.cc
[329/704] Compiling extensions.cc
[330/704] Compiling handshake.cc
[331/704] Compiling handoff.cc
[332/704] Compiling dtls_record.cc
[333/704] Compiling md5-x86_64-linux.S
[334/704] Compiling md5-x86_64-apple.S
[335/704] Compiling md5-586-linux.S
[336/704] Compiling d1_pkt.cc
[337/704] Compiling dtls_method.cc
[338/704] Compiling encrypted_client_hello.cc
[339/704] Compiling md5-586-apple.S
[340/704] Compiling chacha20_poly1305_x86_64-apple.S
[341/704] Compiling d1_srtp.cc
[342/704] Compiling chacha20_poly1305_armv8-win.S
[343/704] Compiling chacha20_poly1305_x86_64-linux.S
[344/704] Compiling chacha20_poly1305_armv8-apple.S
[345/704] Compiling chacha20_poly1305_armv8-linux.S
[346/704] Compiling chacha-x86_64-apple.S
[347/704] Compiling chacha-x86_64-linux.S
[348/704] Compiling err_data.cc
[349/704] Compiling chacha-x86-linux.S
[350/704] Compiling chacha-armv8-win.S
[351/704] Compiling chacha-armv8-linux.S
[352/704] Compiling chacha-x86-apple.S
[353/704] Compiling chacha-armv8-apple.S
[354/704] Compiling chacha-armv4-linux.S
[355/704] Compiling x86_64-mont5-linux.S
[356/704] Compiling aes128gcmsiv-x86_64-apple.S
[357/704] Compiling x86_64-mont5-apple.S
[358/704] Compiling aes128gcmsiv-x86_64-linux.S
[359/704] Compiling x86_64-mont-linux.S
[360/704] Compiling x86-mont-linux.S
[361/704] Compiling x86_64-mont-apple.S
[362/704] Compiling vpaes-x86_64-linux.S
[363/704] Compiling d1_lib.cc
[364/704] Compiling bio_ssl.cc
[365/704] Compiling vpaes-x86_64-apple.S
[366/704] Compiling x86-mont-apple.S
[367/704] Compiling vpaes-x86-linux.S
[368/704] Compiling vpaes-x86-apple.S
[369/704] Compiling vpaes-armv8-win.S
[370/704] Compiling vpaes-armv7-linux.S
[371/704] Compiling vpaes-armv8-apple.S
[372/704] Compiling vpaes-armv8-linux.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-586-linux.S
[377/704] Compiling sha512-armv8-apple.S
[378/704] Compiling sha512-armv8-linux.S
[379/704] Compiling sha256-x86_64-apple.S
[380/704] Compiling sha512-armv4-linux.S
[380/704] Compiling d1_both.cc
[382/704] Compiling sha512-586-apple.S
[383/704] Compiling sha256-x86_64-linux.S
[384/704] Compiling sha256-armv8-linux.S
[385/704] Compiling sha256-armv8-apple.S
[386/704] Compiling sha256-armv8-win.S
[386/704] Compiling sha256-armv4-linux.S
[388/704] Compiling sha256-586-apple.S
[389/704] Compiling sha256-586-linux.S
[390/704] Compiling sha1-x86_64-apple.S
[391/704] Compiling sha1-armv8-win.S
[392/704] Compiling sha1-armv8-linux.S
[393/704] Compiling sha1-x86_64-linux.S
[394/704] Compiling sha1-armv8-apple.S
[395/704] Compiling sha1-armv4-large-linux.S
[396/704] Compiling sha1-586-apple.S
[397/704] Compiling sha1-586-linux.S
[398/704] Compiling rdrand-x86_64-linux.S
[399/704] Compiling rsaz-avx2-apple.S
[399/704] Compiling rsaz-avx2-linux.S
[401/704] Compiling rdrand-x86_64-apple.S
[402/704] Compiling p256_beeu-armv8-asm-win.S
[403/704] Compiling p256_beeu-x86_64-asm-apple.S
[404/704] Compiling p256_beeu-x86_64-asm-linux.S
[404/704] Compiling p256_beeu-armv8-asm-apple.S
[406/704] Compiling p256_beeu-armv8-asm-linux.S
[407/704] Compiling p256-armv8-asm-win.S
[408/704] Compiling p256-x86_64-asm-apple.S
[409/704] Compiling p256-x86_64-asm-linux.S
[410/704] Compiling p256-armv8-asm-apple.S
[411/704] Compiling ghashv8-armv8-win.S
[412/704] Compiling p256-armv8-asm-linux.S
[413/704] Compiling ghashv8-armv8-linux.S
[414/704] Compiling ghashv8-armv8-apple.S
[415/704] Compiling ghashv8-armv7-linux.S
[416/704] Compiling ghash-x86_64-linux.S
[417/704] Compiling ghash-x86_64-apple.S
[418/704] Compiling ghash-x86-apple.S
[419/704] Compiling ghash-x86-linux.S
[420/704] Compiling ghash-ssse3-x86_64-linux.S
[421/704] Compiling ghash-ssse3-x86_64-apple.S
[422/704] Compiling ghash-ssse3-x86-linux.S
[423/704] Compiling ghash-neon-armv8-win.S
[424/704] Compiling ghash-ssse3-x86-apple.S
[425/704] Compiling ghash-armv4-linux.S
[426/704] Compiling ghash-neon-armv8-apple.S
[427/704] Compiling co-586-linux.S
[428/704] Compiling ghash-neon-armv8-linux.S
[429/704] Compiling co-586-apple.S
[430/704] Compiling bsaes-armv7-linux.S
[431/704] Compiling bn-armv8-win.S
[432/704] Compiling bn-armv8-linux.S
[433/704] Compiling bn-586-linux.S
[434/704] Compiling armv8-mont-win.S
[435/704] Compiling bn-586-apple.S
[436/704] Compiling armv8-mont-linux.S
[437/704] Compiling bn-armv8-apple.S
[438/704] Compiling armv8-mont-apple.S
[439/704] Compiling armv4-mont-linux.S
[440/704] Compiling aesv8-gcm-armv8-win.S
[441/704] Compiling aesv8-armv8-win.S
[442/704] Compiling aesv8-gcm-armv8-linux.S
[442/704] Compiling aesv8-gcm-armv8-apple.S
[444/704] Compiling aesv8-armv8-linux.S
[445/704] Compiling aesv8-armv8-apple.S
[446/704] Compiling aesv8-armv7-linux.S
[447/704] Compiling aesni-x86_64-linux.S
[448/704] Compiling aesni-x86_64-apple.S
[449/704] Compiling aesni-x86-apple.S
[450/704] Compiling aesni-gcm-x86_64-linux.S
[451/704] Compiling aesni-gcm-x86_64-apple.S
[452/704] Compiling aes-gcm-avx2-x86_64-apple.S
[452/704] Compiling aesni-x86-linux.S
[454/704] Compiling aes-gcm-avx2-x86_64-linux.S
[455/704] Compiling aes-gcm-avx10-x86_64-linux.S
[456/704] Compiling aes-gcm-avx10-x86_64-apple.S
[457/704] Compiling x_sig.cc
[458/704] Compiling x_spki.cc
[459/704] Compiling x_x509.cc
[460/704] Compiling x_x509a.cc
[461/704] Compiling x_name.cc
[462/704] Compiling x_val.cc
[463/704] Compiling x_pubkey.cc
[464/704] Compiling x_req.cc
[465/704] Compiling x_exten.cc
[466/704] Compiling x_attrib.cc
[467/704] Compiling x_crl.cc
[468/704] Compiling x_algor.cc
[469/704] Compiling x_all.cc
[470/704] Compiling x509spki.cc
[471/704] Compiling x509rset.cc
[472/704] Compiling x509cset.cc
[473/704] Compiling x509name.cc
[474/704] Compiling x509_vpm.cc
[475/704] Compiling x509_txt.cc
[476/704] Compiling x509_v3.cc
[477/704] Compiling x509_vfy.cc
[478/704] Compiling x509_set.cc
[479/704] Compiling x509_trs.cc
[480/704] Compiling x509_obj.cc
[481/704] Compiling x509_req.cc
[482/704] Compiling x509_ext.cc
[483/704] Compiling x509_def.cc
[484/704] Compiling x509_att.cc
[485/704] Compiling x509_cmp.cc
[486/704] Compiling x509_lu.cc
[487/704] Compiling x509_d2.cc
[488/704] Compiling x509.cc
[489/704] Compiling v3_utl.cc
[490/704] Compiling v3_prn.cc
[491/704] Compiling v3_purp.cc
[492/704] Compiling v3_pmaps.cc
[493/704] Compiling v3_skey.cc
[494/704] Compiling v3_pcons.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_extku.cc
[502/704] Compiling v3_genn.cc
[503/704] Compiling v3_crld.cc
[504/704] Compiling v3_enum.cc
[505/704] Compiling v3_bcons.cc
[506/704] Compiling v3_bitst.cc
[507/704] Compiling v3_akeya.cc
[508/704] Compiling v3_alt.cc
[509/704] Compiling v3_conf.cc
[510/704] Compiling v3_cpols.cc
[511/704] Compiling t_x509a.cc
[512/704] Compiling v3_akey.cc
[513/704] Compiling t_crl.cc
[514/704] Compiling t_x509.cc
[515/704] Compiling i2d_pr.cc
[516/704] Compiling rsa_pss.cc
[517/704] Compiling policy.cc
[518/704] Compiling name_print.cc
[519/704] Compiling t_req.cc
[520/704] Compiling by_file.cc
[521/704] Compiling asn1_gen.cc
[522/704] Compiling by_dir.cc
[523/704] Compiling a_verify.cc
[524/704] Compiling trust_token.cc
[525/704] Compiling algorithm.cc
[526/704] Compiling a_sign.cc
[527/704] Compiling thread_win.cc
[528/704] Compiling a_digest.cc
[529/704] Compiling voprf.cc
[530/704] Compiling thread_pthread.cc
[531/704] Compiling thread.cc
[532/704] Compiling pmbtoken.cc
[533/704] Compiling thread_none.cc
[534/704] Compiling stack.cc
[535/704] Compiling sha256.cc
[536/704] Compiling siphash.cc
[537/704] Compiling rsa_print.cc
[538/704] Compiling spake2plus.cc
[539/704] Compiling sha1.cc
[540/704] Compiling sha512.cc
[541/704] Compiling slhdsa.cc
[542/704] Compiling rsa_crypt.cc
[543/704] Compiling refcount.cc
[544/704] Compiling windows.cc
[545/704] Compiling rc4.cc
[546/704] Compiling rsa_extra.cc
[547/704] Compiling trusty.cc
[548/704] Compiling urandom.cc
[549/704] Compiling rand.cc
[550/704] Compiling rsa_asn1.cc
[551/704] Compiling getentropy.cc
[552/704] Compiling fork_detect.cc
[553/704] Compiling ios.cc
[554/704] Compiling passive.cc
[555/704] Compiling poly1305_arm_asm.S
[556/704] Compiling forkunsafe.cc
[557/704] Compiling deterministic.cc
[558/704] Compiling poly1305_vec.cc
[559/704] Compiling pool.cc
[560/704] Compiling poly1305.cc
[561/704] Compiling poly1305_arm.cc
[562/704] Compiling pkcs8.cc
[563/704] Compiling pkcs7.cc
[564/704] Compiling pem_xaux.cc
[565/704] Compiling pkcs7_x509.cc
[566/704] Compiling pkcs8_x509.cc
[567/704] Compiling pem_pkey.cc
[568/704] Compiling p5_pbev2.cc
[569/704] Compiling pem_x509.cc
[570/704] Compiling mlkem.cc
[571/704] Compiling pem_pk8.cc
[572/704] Compiling obj_xref.cc
[573/704] Compiling pem_oth.cc
[574/704] Compiling pem_all.cc
[575/704] Compiling pem_lib.cc
[576/704] Compiling md5.cc
[577/704] Compiling mldsa.cc
[578/704] Compiling mem.cc
[579/704] Compiling pem_info.cc
[580/704] Compiling obj.cc
[581/704] Compiling fips_shared_support.cc
[582/704] Compiling poly_rq_mul.S
[583/704] Compiling lhash.cc
[584/704] Compiling md4.cc
[585/704] Compiling hrss.cc
[586/704] Compiling ex_data.cc
[587/704] Compiling sign.cc
[588/704] Compiling print.cc
[589/704] Compiling kyber.cc
[590/704] Compiling scrypt.cc
[591/704] Compiling hpke.cc
[592/704] Compiling p_rsa_asn1.cc
[593/704] Compiling pbkdf.cc
[594/704] Compiling p_x25519.cc
[595/704] Compiling p_x25519_asn1.cc
[596/704] Compiling p_ed25519.cc
[597/704] Compiling p_rsa.cc
[598/704] Compiling p_ec_asn1.cc
[599/704] Compiling p_hkdf.cc
[600/704] Compiling p_dh.cc
[601/704] Compiling p_ec.cc
[602/704] Compiling p_ed25519_asn1.cc
[603/704] Compiling evp_ctx.cc
[604/704] Compiling p_dh_asn1.cc
[605/704] Compiling evp.cc
[606/704] Compiling engine.cc
[607/704] Compiling evp_asn1.cc
[608/704] Compiling p_dsa_asn1.cc
[609/704] Compiling err.cc
[610/704] Compiling ecdh.cc
[611/704] Compiling hash_to_curve.cc
[612/704] Compiling ecdsa_asn1.cc
[613/704] Compiling ec_derive.cc
[614/704] Compiling des.cc
[615/704] Compiling params.cc
[616/704] Compiling ec_asn1.cc
[617/704] Compiling dsa_asn1.cc
[618/704] Compiling dsa.cc
[619/704] Compiling x25519-asm-arm.S
[620/704] Compiling digest_extra.cc
[621/704] Compiling cpu_intel.cc
[622/704] Compiling dh_asn1.cc
[623/704] Compiling crypto.cc
[624/704] Compiling bcm.cc
[625/704] Compiling curve25519.cc
[626/704] Compiling spake25519.cc
[627/704] Compiling cpu_arm_linux.cc
[628/704] Compiling cpu_arm_freebsd.cc
[629/704] Compiling cpu_aarch64_win.cc
[630/704] Compiling cpu_aarch64_openbsd.cc
[631/704] Compiling cpu_aarch64_sysreg.cc
[632/704] Compiling cpu_aarch64_linux.cc
[633/704] Compiling cpu_aarch64_fuchsia.cc
[634/704] Compiling cpu_aarch64_apple.cc
[635/704] Compiling curve25519_64_adx.cc
[636/704] Compiling get_cipher.cc
[637/704] Compiling conf.cc
[638/704] Compiling tls_cbc.cc
[639/704] Compiling e_rc2.cc
[640/704] Compiling e_rc4.cc
[641/704] Compiling e_tls.cc
[642/704] Compiling e_null.cc
[643/704] Compiling e_des.cc
[644/704] Compiling e_aesctrhmac.cc
[645/704] Compiling derive_key.cc
[646/704] Compiling e_chacha20poly1305.cc
[647/704] Compiling chacha.cc
[648/704] Compiling e_aesgcmsiv.cc
[649/704] Compiling cbb.cc
[650/704] Compiling unicode.cc
[651/704] Compiling blake2.cc
[652/704] Compiling buf.cc
[653/704] Compiling ber.cc
[654/704] Compiling cbs.cc
[655/704] Compiling asn1_compat.cc
[656/704] Compiling socket.cc
[657/704] Compiling printf.cc
[658/704] Compiling socket_helper.cc
[659/704] Compiling errno.cc
[660/704] Compiling pair.cc
[661/704] Compiling bn_asn1.cc
[662/704] Compiling convert.cc
[663/704] Compiling hexdump.cc
[664/704] Compiling file.cc
[665/704] Compiling fd.cc
[666/704] Compiling connect.cc
[667/704] Compiling tasn_utl.cc
[668/704] Compiling base64.cc
[669/704] Compiling bio_mem.cc
[670/704] Compiling bio.cc
[671/704] Compiling tasn_fre.cc
[672/704] Compiling tasn_typ.cc
[673/704] Compiling tasn_dec.cc
[674/704] Compiling tasn_new.cc
[675/704] Compiling posix_time.cc
[676/704] Compiling tasn_enc.cc
[677/704] Compiling f_string.cc
[678/704] Compiling f_int.cc
[679/704] Compiling asn1_lib.cc
[680/704] Compiling asn_pack.cc
[681/704] Compiling asn1_par.cc
[682/704] Compiling a_utctm.cc
[683/704] Compiling a_octet.cc
[684/704] Compiling a_time.cc
[685/704] Compiling a_type.cc
[686/704] Compiling a_object.cc
[687/704] Compiling a_strnid.cc
[688/704] Compiling a_strex.cc
[689/704] Compiling a_i2d_fp.cc
[690/704] Compiling a_mbstr.cc
[691/704] Compiling a_d2i_fp.cc
[692/704] Compiling a_dup.cc
[692/704] Write sources
[697/704] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[698/704] Compiling a_int.cc
[699/797] Compiling a_bool.cc
[701/797] Compiling Algorithms Intersperse.swift
[702/797] Compiling Algorithms Joined.swift
[703/797] Compiling Algorithms Grouped.swift
[704/797] Compiling Algorithms Indexed.swift
[704/799] Compiling a_bitstr.cc
[706/799] Compiling Algorithms Keyed.swift
[707/799] Compiling Algorithms MinMax.swift
[708/799] Compiling Algorithms Partition.swift
[709/799] Compiling Algorithms Permutations.swift
[709/799] Compiling a_gentm.cc
[711/799] Compiling Atomics IntegerOperations.swift
[712/799] Compiling Atomics Unmanaged extensions.swift
[713/799] Compiling Algorithms Chunked.swift
[714/799] Compiling Algorithms Combinations.swift
[715/799] Compiling Algorithms FlattenCollection.swift
[716/799] Emitting module AsyncAlgorithms
[724/806] Compiling Algorithms Split.swift
[725/806] Compiling Algorithms Stride.swift
[726/806] Compiling Algorithms Suffix.swift
[728/809] Compiling Algorithms Reductions.swift
[729/809] Compiling Algorithms Rotate.swift
[736/809] Emitting module Algorithms
[744/809] Compiling Algorithms Compacted.swift
[745/809] Compiling Algorithms Cycle.swift
[746/809] Compiling Algorithms EitherSequence.swift
[747/809] Compiling Algorithms FirstNonNil.swift
[748/809] Compiling Algorithms AdjacentPairs.swift
[749/809] Compiling Algorithms Chain.swift
[763/809] Compiling Algorithms Trim.swift
[764/809] Compiling Algorithms Unique.swift
[765/809] Compiling Algorithms Windows.swift
[766/810] Compiling AsyncAlgorithms DebounceStateMachine.swift
[767/810] Compiling AsyncAlgorithms DebounceStorage.swift
[768/810] Compiling AsyncAlgorithms Dictionary.swift
[769/810] Compiling AsyncAlgorithms Disconnected.swift
[770/810] Compiling AsyncAlgorithms _TinyArray.swift
[771/810] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[772/810] Compiling AsyncAlgorithms Locking.swift
[774/810] Compiling AsyncAlgorithms Rethrow.swift
[775/810] Compiling AsyncAlgorithms SetAlgebra.swift
[776/810] Compiling AsyncAlgorithms UnsafeTransfer.swift
[777/810] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[778/810] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[779/810] Compiling AsyncAlgorithms ZipStateMachine.swift
[780/810] Compiling AsyncAlgorithms ZipStorage.swift
[781/810] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[782/810] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[783/810] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[784/810] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[785/810] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[786/810] Compiling AsyncAlgorithms AsyncChannel.swift
[787/810] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[794/810] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[795/810] Emitting module Atomics
[802/811] Compiling c-nioatomics.c
[804/811] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[805/811] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[806/811] Compiling AsyncAlgorithms MergeStateMachine.swift
[807/811] Compiling AsyncAlgorithms MergeStorage.swift
[808/811] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[809/811] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[810/811] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[811/812] Compiling c-atomics.c
[813/828] Compiling ServiceLifecycle ClosureService.swift
[814/829] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[815/829] Compiling ServiceLifecycle CancellationWaiter.swift
[816/829] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[817/829] Compiling NIOConcurrencyHelpers NIOLock.swift
[818/829] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[819/829] Compiling ServiceLifecycle ServiceRunnerError.swift
[820/829] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[821/829] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[822/829] Emitting module ServiceLifecycle
[823/829] Compiling NIOConcurrencyHelpers lock.swift
[824/829] Compiling NIOConcurrencyHelpers atomics.swift
[825/829] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[826/829] Emitting module NIOConcurrencyHelpers
[828/830] Compiling ServiceLifecycle Service.swift
[829/830] Compiling ServiceLifecycle ServiceGroup.swift
[830/830] Compiling ServiceLifecycle GracefulShutdown.swift
[832/902] Compiling SwiftLogExport LogRecordProcessor.swift
[833/902] Compiling SwiftLogExport LogRecord.swift
[834/902] Compiling SwiftLogExport LogRecordExporter.swift
[835/902] Compiling SwiftLogExport LogRecordHandler.swift
[836/902] Emitting module SwiftLogExport
[837/902] Compiling SwiftLogExport BatchLogRecordProcessorConfiguration.swift
[838/902] Compiling SwiftLogExport BatchLogRecordProcessor.swift
[840/903] Compiling NIOCore EventLoopFuture+Deprecated.swift
[841/903] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[842/903] Compiling NIOCore EventLoopFuture.swift
[843/903] Compiling NIOCore FileDescriptor.swift
[844/903] Compiling NIOCore FileHandle.swift
[845/903] Compiling NIOCore FileRegion.swift
[846/903] Compiling NIOCore GlobalSingletons.swift
[847/903] Compiling NIOCore IO.swift
[848/903] Compiling NIOCore IOData.swift
[849/911] Compiling NIOCore IPProtocol.swift
[850/911] Compiling NIOCore IntegerBitPacking.swift
[851/911] Compiling NIOCore IntegerTypes.swift
[852/911] Compiling NIOCore Interfaces.swift
[853/911] Compiling NIOCore Linux.swift
[854/911] Compiling NIOCore MarkedCircularBuffer.swift
[855/911] Compiling NIOCore MulticastChannel.swift
[856/911] Compiling NIOCore NIOAny.swift
[857/911] Compiling NIOCore NIOCloseOnErrorHandler.swift
[858/911] Compiling NIOCore CircularBuffer.swift
[859/911] Compiling NIOCore Codec.swift
[860/911] Compiling NIOCore ConvenienceOptionSupport.swift
[861/911] Compiling NIOCore DeadChannel.swift
[862/911] Compiling NIOCore DispatchQueue+WithFuture.swift
[863/911] Compiling NIOCore EventLoop+Deprecated.swift
[864/911] Compiling NIOCore EventLoop+SerialExecutor.swift
[865/911] Compiling NIOCore EventLoop.swift
[866/911] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[867/911] Compiling NIOCore NIOCoreSendableMetatype.swift
[868/911] Compiling NIOCore NIODecodedAsyncSequence.swift
[869/911] Compiling NIOCore NIOLoopBound.swift
[870/911] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[871/911] Compiling NIOCore NIOScheduledCallback.swift
[872/911] Compiling NIOCore NIOSendable.swift
[873/911] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[874/911] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[875/911] Compiling NIOCore RecvByteBufferAllocator.swift
[876/911] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[877/911] Compiling NIOCore BSDSocketAPI.swift
[878/911] Compiling NIOCore ByteBuffer-aux.swift
[879/911] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[880/911] Compiling NIOCore ByteBuffer-conversions.swift
[881/911] Compiling NIOCore ByteBuffer-core.swift
[882/911] Compiling NIOCore ByteBuffer-hex.swift
[883/911] Compiling NIOCore ByteBuffer-int.swift
[884/911] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[885/911] Compiling NIOCore AddressedEnvelope.swift
[886/911] Compiling NIOCore AsyncAwaitSupport.swift
[887/911] Compiling NIOCore AsyncChannel.swift
[888/911] Compiling NIOCore AsyncChannelHandler.swift
[889/911] Compiling NIOCore AsyncChannelInboundStream.swift
[890/911] Compiling NIOCore AsyncChannelOutboundWriter.swift
[891/911] Compiling NIOCore NIOAsyncSequenceProducer.swift
[892/911] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[893/911] Compiling NIOCore NIOAsyncWriter.swift
[894/911] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[895/911] Compiling NIOCore SocketAddresses.swift
[896/911] Compiling NIOCore SocketOptionProvider.swift
[897/911] Compiling NIOCore SystemCallHelpers.swift
[898/911] Compiling NIOCore TimeAmount+Duration.swift
[899/911] Compiling NIOCore TypeAssistedChannelHandler.swift
[900/911] Compiling NIOCore UniversalBootstrapSupport.swift
[901/911] Compiling NIOCore Utilities.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] Emitting module NIOEmbedded
[914/966] Compiling NIOEmbedded AsyncTestingChannel.swift
[915/966] Compiling NIOEmbedded Embedded.swift
[916/966] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[917/967] Compiling NIOPosix PipePair.swift
[918/967] Compiling NIOPosix Pool.swift
[919/967] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[920/967] Compiling NIOPosix PosixSingletons.swift
[921/967] Compiling NIOPosix RawSocketBootstrap.swift
[922/967] Compiling NIOPosix Resolver.swift
[923/967] Compiling NIOPosix Selectable.swift
[925/973] Emitting module NIOPosix
[926/973] Compiling NIOPosix ThreadPosix.swift
[927/973] Compiling NIOPosix ThreadWindows.swift
[928/973] Compiling NIOPosix Utilities.swift
[929/973] Compiling NIOPosix VsockAddress.swift
[930/973] Compiling NIOPosix VsockChannelEvents.swift
[931/973] Compiling NIOPosix Windows.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 SelectableChannel.swift
[940/973] Compiling NIOPosix SelectableEventLoop.swift
[941/973] Compiling NIOPosix SelectorEpoll.swift
[942/973] Compiling NIOPosix SelectorGeneric.swift
[943/973] Compiling NIOPosix SelectorKqueue.swift
[944/973] Compiling NIOPosix SelectorUring.swift
[945/973] Compiling NIOPosix SelectorWSAPoll.swift
[946/973] Compiling NIOPosix BaseStreamSocketChannel.swift
[947/973] Compiling NIOPosix Bootstrap.swift
[948/973] Compiling NIOPosix ControlMessage.swift
[949/973] Compiling NIOPosix DatagramVectorReadManager.swift
[950/973] Compiling NIOPosix Errors+Any.swift
[951/973] Compiling NIOPosix FileDescriptor.swift
[952/973] Compiling NIOPosix GetaddrinfoResolver.swift
[953/973] Compiling NIOPosix HappyEyeballs.swift
[954/973] Compiling NIOPosix IO.swift
[955/973] Compiling NIOPosix IntegerBitPacking.swift
[956/973] Compiling NIOPosix IntegerTypes.swift
[957/973] Compiling NIOPosix Linux.swift
[958/973] Compiling NIOPosix LinuxCPUSet.swift
[959/973] Compiling NIOPosix LinuxUring.swift
[960/973] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[961/973] Compiling NIOPosix NIOPosixSendableMetatype.swift
[962/973] Compiling NIOPosix NIOThreadPool.swift
[963/973] Compiling NIOPosix NonBlockingFileIO.swift
[964/973] Compiling NIOPosix PendingDatagramWritesManager.swift
[965/973] Compiling NIOPosix PendingWritesManager.swift
[966/973] Compiling NIOPosix PipeChannel.swift
[967/973] Compiling NIOPosix BSDSocketAPICommon.swift
[968/973] Compiling NIOPosix BSDSocketAPIPosix.swift
[969/973] Compiling NIOPosix BSDSocketAPIWindows.swift
[970/973] Compiling NIOPosix BaseSocket.swift
[971/973] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[972/973] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[973/973] Compiling NIOPosix BaseSocketChannel.swift
[975/976] Compiling NIO Exports.swift
[976/976] Emitting module NIO
[978/1016] Compiling NIOSOCKS SOCKSResponse.swift
[979/1017] Compiling NIOTLS TLSEvents.swift
[980/1017] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[981/1017] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[982/1017] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[983/1017] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[984/1017] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[985/1017] Compiling NIOSOCKS ClientStateMachine.swift
[986/1017] Compiling NIOSOCKS AuthenticationMethod.swift
[987/1017] Compiling NIOSOCKS ClientGreeting.swift
[988/1017] Compiling NIOSOCKS ServerStateMachine.swift
[989/1017] Compiling NIOSOCKS Errors.swift
[990/1017] Compiling NIOSOCKS Helpers.swift
[991/1017] Compiling NIOSOCKS Messages.swift
[992/1017] Compiling NIOSOCKS SOCKSRequest.swift
[993/1017] Emitting module NIOSOCKS
[994/1017] Compiling NIOSOCKS SOCKSClientHandler.swift
[995/1017] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[996/1018] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[997/1018] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[998/1018] Emitting module NIOTLS
[999/1018] Compiling NIOTLS SNIHandler.swift
[1002/1019] Emitting module NIOFoundationCompat
[1003/1019] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1004/1020] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1005/1020] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1007/1051] Compiling NIOSSL SSLCallbacks.swift
[1008/1051] Compiling NIOSSL SSLCertificate.swift
[1009/1052] Compiling NIOSSL IdentityVerification.swift
[1010/1052] Compiling NIOSSL LinuxCABundle.swift
[1011/1073] Compiling NIOTransportServices NIOTSBootstraps.swift
[1012/1073] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1013/1073] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1014/1073] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1015/1073] Compiling NIOTransportServices NIOTSErrors.swift
[1016/1073] Compiling NIOTransportServices NIOTSEventLoop.swift
[1017/1075] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1018/1075] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1019/1075] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1020/1075] Compiling NIOTransportServices StateManagedChannel.swift
[1021/1075] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1022/1075] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1023/1075] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1024/1075] Compiling NIOTransportServices NIOTSSingletons.swift
[1025/1075] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1026/1075] Emitting module NIOTransportServices
[1027/1075] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1028/1075] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1029/1075] Compiling NIOTransportServices AcceptHandler.swift
[1030/1075] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1031/1075] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1032/1075] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1033/1075] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1034/1075] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1036/1076] Emitting module NIOHTTP1
[1049/1095] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1050/1095] Emitting module NIOHTTPCompression
[1051/1095] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1052/1095] Emitting module NIOSSL
[1053/1099] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1054/1099] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1055/1099] Compiling NIOHPACK IndexedHeaderTable.swift
[1056/1099] Compiling NIOHTTPCompression HTTPDecompression.swift
[1057/1100] Compiling NIOHTTPCompression HTTPCompression.swift
[1058/1100] Compiling NIOHPACK IntegerCoding.swift
[1059/1101] Compiling NIOHPACK DynamicHeaderTable.swift
[1060/1101] Compiling NIOHPACK HPACKDecoder.swift
[1061/1101] Compiling NIOHPACK HPACKEncoder.swift
[1062/1101] Compiling NIOHPACK HPACKErrors.swift
[1064/1101] Compiling NIOHPACK HuffmanTables.swift
[1065/1101] Compiling NIOHPACK HuffmanCoding.swift
[1066/1101] Compiling NIOHPACK StaticHeaderTable.swift
[1067/1101] Emitting module NIOHPACK
[1068/1101] Compiling NIOHPACK HPACKHeader.swift
[1069/1101] Compiling NIOHPACK HeaderTables.swift
[1070/1102] Compiling NIOSSL SubjectAlternativeName.swift
[1071/1102] Compiling NIOSSL NIOSSLSecureBytes.swift
[1072/1102] Compiling NIOSSL RNG.swift
[1073/1102] Compiling NIOSSL SafeCompare.swift
[1077/1102] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1099/1165] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1100/1165] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1101/1165] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1102/1165] Compiling NIOHTTP2 HTTP2Error.swift
[1104/1166] Emitting module NIOHTTP2
[1105/1174] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1106/1174] Compiling NIOHTTP2 HasLocalSettings.swift
[1107/1174] Compiling NIOHTTP2 HasRemoteSettings.swift
[1108/1174] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1109/1174] Compiling NIOHTTP2 QuiescingState.swift
[1110/1174] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1111/1174] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1112/1174] Compiling NIOHTTP2 StateMachineResult.swift
[1113/1174] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1114/1174] Compiling NIOHTTP2 MaySendFrames.swift
[1115/1174] Compiling NIOHTTP2 SendingDataState.swift
[1116/1174] Compiling NIOHTTP2 SendingGoawayState.swift
[1117/1174] Compiling NIOHTTP2 SendingHeadersState.swift
[1118/1174] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1119/1174] Compiling NIOHTTP2 SendingRstStreamState.swift
[1120/1174] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1121/1174] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1122/1174] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[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 DOSHeuristics.swift
[1140/1174] Compiling NIOHTTP2 Error+Any.swift
[1141/1174] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1142/1174] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1143/1174] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1144/1174] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1145/1174] Compiling NIOHTTP2 GlitchesMonitor.swift
[1146/1174] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1147/1174] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.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 ConnectionStateMachine.swift
[1158/1174] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1159/1174] Compiling NIOHTTP2 MayReceiveFrames.swift
[1160/1174] Compiling NIOHTTP2 ReceivingDataState.swift
[1161/1174] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1162/1174] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1163/1174] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1164/1174] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1165/1174] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1166/1174] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.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] Compiling AsyncHTTPClient LRUCache.swift
[1177/1239] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1178/1239] Compiling AsyncHTTPClient NWErrorHandler.swift
[1179/1239] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1180/1239] Compiling AsyncHTTPClient TLSConfiguration.swift
[1181/1239] Compiling AsyncHTTPClient RedirectState.swift
[1182/1239] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1183/1239] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1184/1239] Compiling AsyncHTTPClient RequestBag.swift
[1185/1247] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1186/1247] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1187/1247] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1188/1247] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1189/1247] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1190/1247] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1191/1247] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1192/1247] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1193/1247] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1194/1247] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1195/1247] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1196/1247] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1197/1247] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1198/1247] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1199/1247] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1200/1247] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1201/1247] Compiling AsyncHTTPClient RequestBodyLength.swift
[1202/1247] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1203/1247] Compiling AsyncHTTPClient RequestValidation.swift
[1204/1247] Compiling AsyncHTTPClient SSLContextCache.swift
[1205/1247] Compiling AsyncHTTPClient Scheme.swift
[1206/1247] Compiling AsyncHTTPClient Singleton.swift
[1207/1247] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1208/1247] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1209/1247] Compiling AsyncHTTPClient TracingSupport.swift
[1210/1247] Compiling AsyncHTTPClient Utils.swift
[1211/1247] Compiling AsyncHTTPClient RequestOptions.swift
[1212/1247] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1213/1247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1214/1247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1215/1247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1216/1247] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1217/1247] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1218/1247] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1219/1247] Compiling AsyncHTTPClient ConnectionTarget.swift
[1220/1247] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1221/1247] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1222/1247] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1223/1247] Compiling AsyncHTTPClient Transaction.swift
[1224/1247] Compiling AsyncHTTPClient Base64.swift
[1225/1247] Compiling AsyncHTTPClient BasicAuth.swift
[1226/1247] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1227/1247] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1228/1247] Compiling AsyncHTTPClient ConnectionPool.swift
[1229/1247] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1230/1247] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1231/1247] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1232/1247] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1233/1247] Compiling AsyncHTTPClient HTTP1Connection.swift
[1234/1247] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1235/1247] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1236/1247] Compiling AsyncHTTPClient HTTP2Connection.swift
[1237/1247] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1238/1247] Emitting module AsyncHTTPClient
[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 Types.swift
[1255/1255] Compiling TelegramBotAPI_AHC Client.swift
[1257/1258] Emitting module LoggingToTelegram
[1258/1258] Compiling LoggingToTelegram TelegramLogRecordExporter.swift
Build complete! (553.19s)
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.