The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-mistral, reference 0.0.3 (c4cb00), with Swift 6.1 for Android on 29 May 2025 01:00:07 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkrukowski/SwiftMistral.git
Reference: 0.0.3
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/jkrukowski/SwiftMistral
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at c4cb008 added logging
Cloned https://github.com/jkrukowski/SwiftMistral.git
Revision (git rev-parse @):
c4cb008024f9232d13e1f6d5a904a10f84416a23
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jkrukowski/SwiftMistral.git at 0.0.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jkrukowski/SwiftMistral.git
https://github.com/jkrukowski/SwiftMistral.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.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.0.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.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-openapi-async-http-client"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.50.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "swift-mistral",
  "name" : "swift-mistral",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMistral",
      "targets" : [
        "SwiftMistral"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-mistral",
      "targets" : [
        "SwiftMistralCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMistralTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMistralTests",
      "path" : "Tests/SwiftMistralTests",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "sources" : [
        "AuthMiddelwareTests.swift",
        "ChatCompletionSequenceTests.swift",
        "RetryingClientMiddelwareTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "SwiftMistral"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMistralCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMistralCLI",
      "path" : "Sources/SwiftMistralCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "OpenAPIRuntime",
        "SwiftFormat"
      ],
      "product_memberships" : [
        "swift-mistral"
      ],
      "sources" : [
        "SwiftMistralCLI.swift"
      ],
      "target_dependencies" : [
        "SwiftMistral"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftMistral",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMistral",
      "path" : "Sources/SwiftMistral",
      "product_dependencies" : [
        "OpenAPIAsyncHTTPClient",
        "OpenAPIRuntime",
        "Collections",
        "Logging",
        "OpenAPIGenerator",
        "SwiftFormat"
      ],
      "product_memberships" : [
        "SwiftMistral",
        "swift-mistral"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftMistral/openapi-generator-config.yaml",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftMistral/openapi.yaml",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Constants.swift",
        "Middelware/AuthMiddelware.swift",
        "Middelware/LoggingMiddleware.swift",
        "Middelware/RetryingClientMiddelware.swift",
        "MistralClient.swift",
        "Models/ChatCompletion.swift",
        "Models/ChatCompletionSequence.swift",
        "Models/Embedding.swift",
        "Models/MessagePayload.swift",
        "Models/Model.swift",
        "Models/RolePayload.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-log
Fetching https://github.com/swift-server/swift-openapi-async-http-client
[1/570] Fetching swift-openapi-async-http-client
[566/6249] Fetching swift-openapi-async-http-client, swift-openapi-runtime
[685/22840] Fetching swift-openapi-async-http-client, swift-openapi-runtime, swift-collections
[686/26676] Fetching swift-openapi-async-http-client, swift-openapi-runtime, swift-collections, swift-log
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (0.50s)
[9276/26106] Fetching swift-openapi-runtime, swift-collections, swift-log
Fetching https://github.com/apple/swift-openapi-generator
[12171/41457] Fetching swift-openapi-runtime, swift-collections, swift-log, swift-argument-parser
[21186/89639] Fetching swift-openapi-runtime, swift-collections, swift-log, swift-argument-parser, swiftformat
[34743/105388] Fetching swift-openapi-runtime, swift-collections, swift-log, swift-argument-parser, swiftformat, swift-openapi-generator
Fetched https://github.com/apple/swift-log from cache (1.64s)
[51802/101552] Fetching swift-openapi-runtime, swift-collections, swift-argument-parser, swiftformat, swift-openapi-generator
Fetched https://github.com/apple/swift-argument-parser from cache (1.66s)
[36923/86201] Fetching swift-openapi-runtime, swift-collections, swiftformat, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-generator from cache (1.80s)
[27089/70452] Fetching swift-openapi-runtime, swift-collections, swiftformat
Fetched https://github.com/apple/swift-openapi-runtime from cache (34.82s)
Fetched https://github.com/apple/swift-collections.git from cache (34.84s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (35.63s)
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.1.0 (38.53s)
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/904] Fetching swift-http-types
[905/14918] Fetching swift-http-types, async-http-client
[5390/91011] Fetching swift-http-types, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.32s)
[32864/76997] Fetching swift-http-types, swift-nio
Fetched https://github.com/apple/swift-http-types from cache (6.29s)
Fetched https://github.com/apple/swift-nio from cache (6.42s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (8.08s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (2.22s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.86s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.64s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.80s)
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-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2667] Fetching swift-nio-transport-services
[2668/8581] Fetching swift-nio-transport-services, swift-nio-extras
[2669/14540] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms
[3085/16250] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-atomics
[15216/31093] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.58s)
[14355/28426] Fetching swift-nio-extras, swift-algorithms, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.84s)
[9851/22467] Fetching swift-nio-extras, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.85s)
[4085/16553] Fetching swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.88s)
[2672/14843] Fetching swift-nio-ssl
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.32s)
[1/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.40s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (4.34s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.72s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.71s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (0.92s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.32s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.96s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[755/3567] Fetching swift-http-structured-headers, swift-service-lifecycle
[2477/8552] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
[3626/14707] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates
[4091/16297] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-certificates.git from cache (0.86s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.91s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.91s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.91s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.92s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.89s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.17s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.94s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.36s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.62s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.82s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.32s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.76s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.74s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.83s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.7.2 (0.91s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/mattpolzin/OpenAPIKit
[1/10657] Fetching yams
[6396/98567] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (5.79s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (5.86s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.5.2 (6.72s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.77s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.4.0 (0.85s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.83s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.5.2
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-openapi-generator
Working copy of https://github.com/apple/swift-openapi-generator resolved at 1.7.2
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.4.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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.8.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.24.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
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.31.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/swift-server/swift-openapi-async-http-client
Working copy of https://github.com/swift-server/swift-openapi-async-http-client resolved at 1.1.0
[0/36] Write sources
[13/36] Compiling _NumericsShims _NumericsShims.c
[14/36] Compiling parser.c
[15/36] Compiling writer.c
[16/36] Compiling api.c
[17/36] Compiling emitter.c
[18/36] Compiling scanner.c
[19/36] Compiling reader.c
[20/36] Write swift-version-24593BA9C3E375BF.txt
[22/115] Emitting module RealModule
[23/116] Compiling RealModule Real.swift
[24/116] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[25/116] Compiling OpenAPIKitCore Either.swift
[26/116] Compiling RealModule ElementaryFunctions.swift
[27/116] Compiling RealModule Float+Real.swift
[28/116] Compiling RealModule Float16+Real.swift
[29/116] Compiling RealModule Float80+Real.swift
[30/116] Emitting module ArgumentParserToolInfo
[31/116] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/116] Compiling OpenAPIKitCore AnyCodable.swift
[33/116] Compiling OpenAPIKitCore Either+Codable.swift
[34/117] Compiling RealModule RealFunctions.swift
[39/118] Emitting module InternalCollectionsUtilities
[40/118] Compiling OpenAPIKitCore CodingPathError.swift
[41/118] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[42/118] Compiling OpenAPIKitCore DiggingError.swift
[43/118] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[44/118] Compiling OpenAPIKitCore InconsistencyError.swift
[45/118] Compiling Yams Node.Scalar.swift
[46/118] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[47/118] Compiling Yams Node.Sequence.swift
[48/118] Compiling Yams Node.swift
[49/119] Compiling Yams Tag.swift
[50/119] Compiling Yams YamlAnchorProviding.swift
[52/121] Wrapping AST for RealModule for debugging
[53/121] Wrapping AST for ArgumentParserToolInfo for debugging
[55/121] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/122] Emitting module OpenAPIKitCore
[57/126] Wrapping AST for InternalCollectionsUtilities for debugging
[59/244] Emitting module Yams
[60/244] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[61/244] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[62/244] Compiling OrderedCollections _HashTable+Bucket.swift
[63/244] Compiling OrderedCollections _HashTable+BucketIterator.swift
[64/244] Compiling OrderedCollections _HashTable+Constants.swift
[65/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[66/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[67/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[68/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[69/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[70/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[71/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[72/249] Compiling ArgumentParser StringExtensions.swift
[73/249] Compiling ArgumentParser Tree.swift
[74/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[75/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[76/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[77/249] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[78/249] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[79/256] Emitting module ArgumentParser
[80/256] Compiling OrderedCollections OrderedDictionary+Codable.swift
[81/256] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[82/256] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[83/256] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[84/256] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[85/256] Compiling OrderedCollections OrderedDictionary+Elements.swift
[86/256] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[87/256] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[88/256] Compiling OrderedCollections OrderedDictionary+Values.swift
[97/259] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[98/259] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[99/259] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[100/259] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[101/259] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[105/259] Compiling Algorithms Trim.swift
[106/259] Compiling Algorithms Unique.swift
[107/259] Compiling Algorithms Windows.swift
[108/259] Compiling OrderedCollections OrderedSet+Descriptions.swift
[109/259] Compiling OrderedCollections OrderedSet+Diffing.swift
[110/259] Compiling OrderedCollections OrderedSet+Equatable.swift
[111/259] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[112/259] Compiling OrderedCollections OrderedSet+Hashable.swift
[113/259] Compiling OrderedCollections OrderedSet+Initializers.swift
[114/259] Compiling OrderedCollections OrderedSet+Insertions.swift
[115/259] Compiling OrderedCollections OrderedSet+Invariants.swift
[116/259] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[117/259] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[118/259] Compiling ArgumentParser CollectionExtensions.swift
[119/259] Compiling ArgumentParser Platform.swift
[120/259] Compiling ArgumentParser SequenceExtensions.swift
[121/259] Compiling OrderedCollections _HashTable.swift
[122/259] Compiling OrderedCollections _Hashtable+Header.swift
[124/259] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[125/259] Compiling OrderedCollections _HashTable+Testing.swift
[126/259] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[210/260] Compiling OrderedCollections OrderedSet+Sendable.swift
[211/260] Compiling OrderedCollections OrderedSet+SubSequence.swift
[212/260] Compiling OrderedCollections OrderedSet+Testing.swift
[213/260] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[214/260] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[215/260] Compiling OrderedCollections OrderedSet.swift
[216/260] Compiling OrderedCollections _UnsafeBitset.swift
[231/260] Emitting module OrderedCollections
[231/261] Wrapping AST for OpenAPIKitCore for debugging
[233/274] Compiling OpenAPIKit AnyCodable+Validatable.swift
[234/274] Compiling OpenAPIKit Callbacks.swift
[235/274] Compiling OpenAPIKit CodableVendorExtendable.swift
[236/274] Compiling OpenAPIKit Components+JSONReference.swift
[237/274] Compiling OpenAPIKit Components+Locatable.swift
[238/274] Compiling OpenAPIKit Components.swift
[240/381] Wrapping AST for OrderedCollections for debugging
[241/381] Wrapping AST for Yams for debugging
[243/381] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[244/381] Compiling OpenAPIKit30 Components+JSONReference.swift
[245/381] Compiling OpenAPIKit30 Components+Locatable.swift
[246/381] Compiling OpenAPIKit30 Components.swift
[247/381] Compiling OpenAPIKit30 Content.swift
[248/381] Compiling OpenAPIKit30 OperationDecodingError.swift
[249/381] Compiling OpenAPIKit30 PathDecodingError.swift
[250/381] Compiling OpenAPIKit30 ResponseDecodingError.swift
[251/381] Compiling OpenAPIKit30 Example.swift
[252/381] Compiling OpenAPIKit30 ExternalDocumentation.swift
[253/382] Wrapping AST for ArgumentParser for debugging
[255/382] Emitting module Algorithms
[256/383] Wrapping AST for Algorithms for debugging
[258/383] Emitting module OpenAPIKit30
[259/391] Compiling OpenAPIKit30 Link.swift
[260/391] Compiling OpenAPIKit30 OpenAPI.swift
[261/391] Compiling OpenAPIKit30 DereferencedOperation.swift
[262/391] Compiling OpenAPIKit30 Operation.swift
[263/391] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[264/391] Compiling OpenAPIKit30 OrderedDictionary+Validatable.swift
[265/391] Compiling OpenAPIKit30 DereferencedParameter.swift
[266/391] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[267/391] Compiling OpenAPIKit30 JSONSchemaContext.swift
[268/391] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[269/391] Compiling OpenAPIKit30 TypesAndFormats.swift
[270/391] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[271/391] Compiling OpenAPIKit30 SecurityScheme.swift
[272/391] Compiling OpenAPIKit30 Server.swift
[273/391] Compiling OpenAPIKit30 Tag.swift
[274/391] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[275/391] Compiling OpenAPIKit30 DereferencedDocument.swift
[276/391] Compiling OpenAPIKit30 Document.swift
[277/391] Compiling OpenAPIKit30 DocumentInfo.swift
[278/391] Compiling OpenAPIKit30 ResolvedDocument.swift
[279/391] Compiling OpenAPIKit30 Either+Convenience.swift
[280/391] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[281/391] Compiling OpenAPIKit30 Either+Validatable.swift
[282/391] Compiling OpenAPIKit30 DocumentDecodingError.swift
[292/399] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[293/399] Emitting module OpenAPIKit
[299/399] Compiling OpenAPIKit30 DereferencedHeader.swift
[300/399] Compiling OpenAPIKit30 Header.swift
[301/399] Compiling OpenAPIKit30 JSONReference.swift
[311/399] Compiling OpenAPIKit30 Parameter.swift
[312/399] Compiling OpenAPIKit30 ParameterContext.swift
[313/399] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[314/399] Compiling OpenAPIKit30 DereferencedPathItem.swift
[315/399] Compiling OpenAPIKit30 PathItem.swift
[316/399] Compiling OpenAPIKit30 ResolvedRoute.swift
[317/399] Compiling OpenAPIKit30 DereferencedRequest.swift
[318/399] Compiling OpenAPIKit30 Request.swift
[319/399] Compiling OpenAPIKit30 AnyCodable+Validatable.swift
[320/399] Compiling OpenAPIKit30 Callbacks.swift
[326/399] Compiling OpenAPIKit30 ContentEncoding.swift
[327/399] Compiling OpenAPIKit30 DereferencedContent.swift
[328/399] Compiling OpenAPIKit30 DereferencedResponse.swift
[329/399] Compiling OpenAPIKit30 Response.swift
[330/399] Compiling OpenAPIKit30 RuntimeExpression.swift
[331/399] Compiling OpenAPIKit30 SchemaProtocols.swift
[332/399] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[333/399] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[334/399] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[335/399] Compiling OpenAPIKit30 JSONSchema.swift
[336/399] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[337/399] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[338/399] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[339/399] Compiling OpenAPIKit Validation+Builtins.swift
[340/399] Compiling OpenAPIKit Validation.swift
[341/399] Compiling OpenAPIKit Validator+Convenience.swift
[342/399] Compiling OpenAPIKit Validator.swift
[343/399] Compiling OpenAPIKit XML.swift
[344/400] Wrapping AST for OpenAPIKit30 for debugging
[361/400] Compiling OpenAPIKit _CoreReExport.swift
[395/401] Wrapping AST for OpenAPIKit for debugging
[397/404] Compiling OpenAPIKitCompat Either+Map.swift
[398/404] Compiling OpenAPIKitCompat Compat30To31.swift
[399/404] Emitting module OpenAPIKitCompat
[400/405] Wrapping AST for OpenAPIKitCompat for debugging
[402/486] Emitting module _OpenAPIGeneratorCore
[403/497] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[404/497] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[405/497] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[406/497] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[407/497] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[408/497] Compiling _OpenAPIGeneratorCore translateResponse.swift
[409/497] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[410/497] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[411/497] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[412/497] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[413/497] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[414/497] Compiling _OpenAPIGeneratorCore Builtins.swift
[415/497] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[416/497] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[417/497] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[418/497] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[419/497] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[420/497] Compiling _OpenAPIGeneratorCore TypeName.swift
[421/497] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[422/497] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[423/497] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[424/497] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[425/497] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[426/497] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[427/497] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[428/497] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[429/497] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[430/497] Compiling _OpenAPIGeneratorCore translateComponents.swift
[431/497] Compiling _OpenAPIGeneratorCore translateOperations.swift
[432/497] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[433/497] Compiling _OpenAPIGeneratorCore translateServers.swift
[434/497] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[435/497] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[436/497] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[437/497] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[438/497] Compiling _OpenAPIGeneratorCore translateArray.swift
[439/497] Compiling _OpenAPIGeneratorCore translateCodable.swift
[440/497] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[441/497] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[442/497] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[443/497] Compiling _OpenAPIGeneratorCore translateSchema.swift
[444/497] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[445/497] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[446/497] Compiling _OpenAPIGeneratorCore Annotations.swift
[447/497] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[448/497] Compiling _OpenAPIGeneratorCore Constants.swift
[449/497] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[450/497] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[451/497] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[452/497] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[453/497] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[454/497] Compiling _OpenAPIGeneratorCore ContentType.swift
[455/497] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[456/497] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[457/497] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[458/497] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[459/497] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[460/497] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[461/497] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[462/497] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[463/497] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[464/497] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[465/497] Compiling _OpenAPIGeneratorCore translateParameter.swift
[466/497] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[467/497] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[468/497] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[469/497] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[470/497] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[471/497] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[472/497] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[473/497] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[474/497] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[475/497] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[476/497] Compiling _OpenAPIGeneratorCore YamsParser.swift
[477/497] Compiling _OpenAPIGeneratorCore validateDoc.swift
[478/497] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[479/497] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[480/497] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[481/497] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[482/497] Compiling _OpenAPIGeneratorCore Config.swift
[483/497] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[484/497] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[485/497] Compiling _OpenAPIGeneratorCore Errors.swift
[486/497] Compiling _OpenAPIGeneratorCore Foundation.swift
[487/497] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[488/497] Compiling _OpenAPIGeneratorCore String.swift
[489/497] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[490/497] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[491/497] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[492/497] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[493/497] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[494/498] Wrapping AST for _OpenAPIGeneratorCore for debugging
[496/507] Compiling swift_openapi_generator PluginSource.swift
[497/507] Compiling swift_openapi_generator UserConfig.swift
[498/507] Compiling swift_openapi_generator Tool.swift
[499/508] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[500/508] Compiling swift_openapi_generator GenerateOptions.swift
[501/508] Compiling swift_openapi_generator GenerateCommand.swift
[502/508] Emitting module swift_openapi_generator
[503/508] Compiling swift_openapi_generator Extensions.swift
[504/508] Compiling swift_openapi_generator FilterCommand.swift
[505/508] Compiling swift_openapi_generator runGenerator.swift
[506/509] Wrapping AST for swift-openapi-generator for debugging
[507/509] Write Objects.LinkFileList
[508/509] Linking swift-openapi-generator-tool
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin OpenAPIGeneratorCommand
[4/4] Compiling plugin OpenAPIGenerator
Building for debugging...
[4/534] Copying openapi.yaml
[4/534] Copying openapi-generator-config.yaml
[4/534] Write sources
[15/534] Compiling sha1-armv8-apple.S
[15/534] Write sources
[18/534] Compiling _NumericsShims _NumericsShims.c
[18/534] Write sources
[27/534] Compiling writer.c
[28/534] Compiling scanner.c
[29/534] Compiling reader.c
[30/534] Compiling sha1.cc
[31/534] Compiling sha512.cc
[32/534] Compiling sha256.cc
[33/534] Write sources
[34/534] Compiling _NumericsShims _NumericsShims.c
[35/534] Write sources
[37/534] Compiling parser.c
[38/534] Write sources
[48/534] Compiling rsa_print.cc
[49/534] Write sources
[60/534] Compiling _AtomicsShims.c
[61/534] Compiling CNIOWindows WSAStartup.c
[62/534] Compiling CNIOWASI CNIOWASI.c
[63/534] Compiling CNIOWindows shim.c
[64/534] Write swift-version-24593BA9C3E375BF.txt
[65/534] Compiling siphash.cc
[66/534] Compiling CNIOLinux liburing_shims.c
[66/534] Compiling api.c
[68/534] Compiling CNIOLLHTTP c_nio_http.c
[69/534] Compiling CNIOLinux shim.c
[70/534] Compiling emitter.c
[71/540] Compiling x509_lu.cc
[72/540] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/684] Emitting module RealModule
[75/684] Emitting module OpenAPIKitCore
[78/701] Emitting module Yams
[79/702] Emitting module InternalCollectionsUtilities
[83/706] Emitting module OpenAPIKit30
[84/707] Compiling InternalCollectionsUtilities Descriptions.swift
[85/707] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[86/707] Compiling RealModule Real.swift
[87/708] Compiling _NIODataStructures PriorityQueue.swift
[88/708] Compiling _NIODataStructures _TinyArray.swift
[89/708] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/708] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/708] Compiling _NIOBase64 Base64.swift
[92/708] Emitting module _NIOBase64
[93/709] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[94/709] Compiling InternalCollectionsUtilities Integer rank.swift
[96/709] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[97/709] Compiling InternalCollectionsUtilities Debugging.swift
[98/709] Emitting module RealModule
[101/709] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[102/709] Compiling InternalCollectionsUtilities UInt+reversed.swift
[103/709] Compiling RealModule ElementaryFunctions.swift
[104/709] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[105/709] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[108/709] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[109/709] Compiling InternalCollectionsUtilities _SortedCollection.swift
[110/709] Compiling RealModule Float80+Real.swift
[111/710] Compiling RealModule Float16+Real.swift
[113/710] Compiling RealModule Float+Real.swift
[114/710] Emitting module _NIODataStructures
[115/710] Compiling _NIODataStructures Heap.swift
[117/711] Compiling RealModule RealFunctions.swift
[120/790] Emitting module ArgumentParserToolInfo
[122/846] Emitting module OpenAPIKit
[124/854] Compiling HTTPTypes ISOLatin1String.swift
[125/855] Emitting module HTTPTypes
[126/855] Compiling HTTPTypes HTTPField.swift
[127/855] Compiling HeapModule Heap+Descriptions.swift
[128/890] Compiling HeapModule _HeapNode.swift
[129/914] Compiling HeapModule Heap.swift
[130/931] Compiling HTTPTypes NIOLock.swift
[131/931] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[132/931] Compiling HeapModule Heap+Invariants.swift
[133/931] Compiling HeapModule Heap+UnsafeHandle.swift
[134/931] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[135/931] Compiling HashTreeCollections _HashTreeIterator.swift
[136/931] Compiling HashTreeCollections _HashTreeStatistics.swift
[137/931] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[138/931] Compiling HashTreeCollections _RawHashNode.swift
[139/931] Compiling HashTreeCollections _UnmanagedHashNode.swift
[140/931] Compiling HashTreeCollections _UnsafePath.swift
[141/938] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[142/938] Compiling HashTreeCollections TreeSet+Debugging.swift
[143/938] Compiling HashTreeCollections TreeSet+Descriptions.swift
[144/938] Compiling HashTreeCollections TreeSet+Equatable.swift
[145/938] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[146/938] Compiling HashTreeCollections TreeSet+Extras.swift
[147/938] Compiling HashTreeCollections TreeSet+Filter.swift
[148/938] Emitting module HeapModule
[149/939] Compiling HTTPTypes HTTPParsedFields.swift
[150/939] Compiling HTTPTypes HTTPRequest.swift
[151/939] Compiling HTTPTypes HTTPResponse.swift
[152/939] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[153/939] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[154/939] Compiling HashTreeCollections _HashNode.swift
[155/939] Compiling HashTreeCollections _HashNodeHeader.swift
[156/939] Compiling HashTreeCollections _HashSlot.swift
[157/939] Compiling HashTreeCollections _HashStack.swift
[158/939] Compiling HashTreeCollections _AncestorHashSlots.swift
[159/939] Compiling HashTreeCollections _Bitmap.swift
[161/939] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[162/939] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[163/939] Compiling HashTreeCollections _HashNode+Structural merge.swift
[164/939] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[165/939] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[166/939] Compiling HashTreeCollections _HashNode+Structural union.swift
[167/939] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[168/939] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[169/939] Compiling HashTreeCollections TreeDictionary+Codable.swift
[170/939] Compiling HashTreeCollections TreeDictionary+Collection.swift
[171/939] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[172/939] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[173/939] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[174/939] Compiling HashTreeCollections TreeDictionary.swift
[175/939] Compiling HashTreeCollections TreeSet+Codable.swift
[176/939] Compiling HashTreeCollections TreeSet+Collection.swift
[177/939] Compiling HashTreeCollections _Bucket.swift
[178/939] Compiling HashTreeCollections _Hash.swift
[179/939] Compiling HashTreeCollections _HashLevel.swift
[180/939] Compiling HashTreeCollections _HashNode+Builder.swift
[181/939] Compiling HashTreeCollections _HashNode+Debugging.swift
[182/939] Compiling HashTreeCollections _HashNode+Initializers.swift
[183/939] Compiling HashTreeCollections _HashNode+Invariants.swift
[184/939] Compiling HashTreeCollections _HashNode+Lookups.swift
[185/939] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[186/939] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[187/939] Compiling HashTreeCollections _HashNode+Storage.swift
[188/939] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[189/939] Compiling HashTreeCollections _HashNode+Structural filter.swift
[190/939] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[191/939] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[192/939] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[204/948] Compiling HashTreeCollections TreeSet+Hashable.swift
[205/948] Compiling HashTreeCollections TreeSet+Sendable.swift
[206/948] Compiling _RopeModule Rope+Join.swift
[207/948] Compiling _RopeModule Rope+MutatingForEach.swift
[208/948] Compiling _RopeModule Rope+Remove.swift
[209/948] Compiling _RopeModule Rope+RemoveSubrange.swift
[210/948] Compiling _RopeModule Rope+Split.swift
[211/948] Compiling _RopeModule Optional Utilities.swift
[212/948] Compiling _RopeModule String Utilities.swift
[213/948] Compiling _RopeModule String.Index+ABI.swift
[214/959] Emitting module Logging
[215/959] Compiling Logging MetadataProvider.swift
[216/959] Compiling Logging LogHandler.swift
[217/959] Compiling Logging Locks.swift
[218/959] Compiling Logging Logging.swift
[219/960] Emitting module OpenAPIKitCompat
[221/961] Compiling OrderedCollections OrderedSet+Sendable.swift
[222/961] Compiling OrderedCollections OrderedSet+SubSequence.swift
[223/961] Compiling OrderedCollections OrderedSet+Testing.swift
[224/961] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[225/961] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[226/961] Compiling OrderedCollections OrderedSet.swift
[227/961] Compiling OrderedCollections _UnsafeBitset.swift
[228/961] Compiling HashTreeCollections TreeDictionary+Merge.swift
[229/961] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[230/961] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[231/961] Compiling HashTreeCollections TreeDictionary+Values.swift
[251/976] Compiling DequeModule Deque._UnsafeHandle.swift
[252/976] Compiling DequeModule Deque.swift
[253/976] Compiling DequeModule _DequeBuffer.swift
[254/976] Compiling DequeModule _DequeBufferHeader.swift
[270/976] Compiling DequeModule Deque+CustomReflectable.swift
[271/976] Compiling DequeModule Deque+Descriptions.swift
[274/978] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[275/978] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[276/978] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[277/978] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[278/978] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[279/978] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[280/978] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[281/978] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[282/978] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[283/978] Compiling HashTreeCollections TreeSet.swift
[284/978] Compiling SwiftFormat SpaceAroundParens.swift
[285/978] Compiling SwiftFormat SpaceInsideBraces.swift
[286/978] Compiling SwiftFormat SpaceInsideBrackets.swift
[287/978] Compiling SwiftFormat SpaceInsideComments.swift
[288/978] Compiling SwiftFormat SpaceInsideGenerics.swift
[289/978] Compiling SwiftFormat SpaceInsideParens.swift
[290/978] Compiling SwiftFormat Specifiers.swift
[291/978] Compiling SwiftFormat StrongOutlets.swift
[292/978] Compiling SwiftFormat StrongifiedSelf.swift
[293/978] Compiling SwiftFormat SwiftTestingTestCaseNames.swift
[294/978] Compiling SwiftFormat Todos.swift
[295/978] Compiling SwiftFormat TrailingClosures.swift
[296/978] Compiling SwiftFormat TrailingCommas.swift
[297/978] Compiling SwiftFormat TrailingSpace.swift
[298/978] Compiling SwiftFormat TypeSugar.swift
[299/978] Compiling SwiftFormat UnusedArguments.swift
[300/978] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[301/995] Compiling DequeModule Deque+Equatable.swift
[302/995] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[321/996] Compiling DequeModule _DequeSlot.swift
[322/996] Compiling DequeModule _UnsafeWrappedBuffer.swift
[323/996] Emitting module OrderedCollections
[324/997] Compiling DequeModule Deque+Codable.swift
[325/997] Compiling DequeModule Deque+Collection.swift
[326/997] Emitting module OrderedCollections
[328/998] Compiling DequeModule Deque+Testing.swift
[329/998] Compiling DequeModule Deque._Storage.swift
[330/998] Compiling DequeModule Deque+Extras.swift
[331/998] Compiling DequeModule Deque+Hashable.swift
[335/998] Compiling SwiftFormat RedundantBackticks.swift
[336/998] Compiling SwiftFormat RedundantBreak.swift
[337/998] Compiling SwiftFormat RedundantClosure.swift
[338/998] Compiling SwiftFormat RedundantEquatable.swift
[339/998] Compiling SwiftFormat RedundantExtensionACL.swift
[340/998] Compiling SwiftFormat RedundantFileprivate.swift
[341/998] Compiling SwiftFormat RedundantGet.swift
[342/998] Compiling SwiftFormat RedundantInit.swift
[343/998] Compiling SwiftFormat RedundantInternal.swift
[344/998] Compiling SwiftFormat RedundantLet.swift
[345/998] Compiling SwiftFormat RedundantLetError.swift
[346/998] Compiling SwiftFormat RedundantNilInit.swift
[347/998] Compiling SwiftFormat RedundantObjc.swift
[348/998] Compiling SwiftFormat RedundantOptionalBinding.swift
[349/998] Compiling SwiftFormat RedundantParens.swift
[350/998] Compiling SwiftFormat RedundantPattern.swift
[351/998] Compiling SwiftFormat RedundantProperty.swift
[352/998] Compiling SwiftFormat RedundantRawValues.swift
[366/998] Compiling SwiftFormat SpaceAroundBraces.swift
[367/998] Compiling SwiftFormat SpaceAroundBrackets.swift
[368/998] Compiling SwiftFormat SpaceAroundComments.swift
[369/998] Compiling SwiftFormat SpaceAroundGenerics.swift
[370/998] Compiling SwiftFormat SpaceAroundOperators.swift
[371/998] Emitting module _RopeModule
[372/998] Emitting module ArgumentParser
[374/999] Emitting module DequeModule
[374/1000] Wrapping AST for Yams for debugging
[409/1000] Wrapping AST for RealModule for debugging
[410/1000] Wrapping AST for OrderedCollections for debugging
[411/1001] Wrapping AST for OpenAPIKitCore for debugging
[421/1001] Wrapping AST for OpenAPIKitCompat for debugging
[422/1001] Wrapping AST for OpenAPIKit30 for debugging
[423/1001] Wrapping AST for InternalCollectionsUtilities for debugging
[424/1001] Wrapping AST for OpenAPIKit for debugging
[454/1001] Wrapping AST for ArgumentParserToolInfo for debugging
[456/1001] Compiling HTTPTypes HTTPFieldName.swift
[457/1001] Compiling HTTPTypes HTTPFields.swift
[457/1002] Wrapping AST for _NIODataStructures for debugging
[458/1003] Wrapping AST for ArgumentParser for debugging
[460/1003] Emitting module HashTreeCollections
[461/1004] Wrapping AST for _NIOBase64 for debugging
[462/1004] Wrapping AST for RealModule for debugging
[465/1004] Wrapping AST for OrderedCollections for debugging
[466/1004] Wrapping AST for Logging for debugging
[467/1004] Wrapping AST for InternalCollectionsUtilities for debugging
[468/1004] Wrapping AST for HTTPTypes for debugging
[469/1065] Wrapping AST for _RopeModule for debugging
[470/1065] Wrapping AST for DequeModule for debugging
[471/1065] Compiling CNIOLLHTTP c_nio_api.c
[472/1065] Compiling CNIODarwin shim.c
[472/1065] Compiling CNIOExtrasZlib empty.c
[474/1065] Wrapping AST for HashTreeCollections for debugging
[475/1065] Wrapping AST for HeapModule for debugging
[476/1065] Compiling fiat_p256_adx_mul.S
[477/1065] Compiling fiat_p256_adx_sqr.S
[478/1065] Compiling fiat_curve25519_adx_square.S
[479/1065] Compiling fiat_curve25519_adx_mul.S
[480/1065] Compiling CNIOBoringSSLShims shims.c
[482/1065] Compiling OpenAPIRuntime FoundationExtensions.swift
[483/1065] Compiling OpenAPIRuntime ParameterStyles.swift
[484/1065] Compiling OpenAPIRuntime ServerVariable.swift
[485/1065] Compiling OpenAPIRuntime URLExtensions.swift
[486/1065] Compiling OpenAPIRuntime Deprecated.swift
[487/1065] Compiling OpenAPIRuntime ClientError.swift
[488/1065] Compiling OpenAPIRuntime CodingErrors.swift
[489/1065] Compiling OpenAPIRuntime RuntimeError.swift
[490/1065] Compiling OpenAPIRuntime ServerError.swift
[490/1073] Compiling tls_method.cc
[491/1073] Compiling tls13_enc.cc
[492/1073] Compiling tls13_client.cc
[493/1073] Compiling tls13_server.cc
[495/1073] Compiling OpenAPIRuntime URICodeCodingKey.swift
[496/1073] Compiling OpenAPIRuntime URICoderConfiguration.swift
[497/1073] Compiling OpenAPIRuntime URIEncodedNode.swift
[498/1073] Compiling OpenAPIRuntime URIParsedTypes.swift
[499/1073] Compiling OpenAPIRuntime URIDecoder.swift
[500/1073] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[501/1073] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[502/1073] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[503/1073] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[504/1073] Compiling OpenAPIRuntime CodableExtensions.swift
[505/1073] Compiling OpenAPIRuntime Configuration.swift
[506/1073] Compiling OpenAPIRuntime Converter+Client.swift
[507/1073] Compiling OpenAPIRuntime Converter+Common.swift
[508/1073] Compiling OpenAPIRuntime Converter+Server.swift
[509/1073] Compiling OpenAPIRuntime Converter.swift
[510/1073] Compiling OpenAPIRuntime CurrencyExtensions.swift
[511/1073] Compiling OpenAPIRuntime ErrorExtensions.swift
[511/1073] Compiling tls_record.cc
[513/1073] Emitting module OpenAPIRuntime
[514/1073] Compiling OpenAPIRuntime Acceptable.swift
[515/1073] Compiling OpenAPIRuntime Base64EncodedData.swift
[516/1073] Compiling OpenAPIRuntime ByteUtilities.swift
[517/1073] Compiling OpenAPIRuntime ContentDisposition.swift
[518/1073] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[519/1073] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[520/1073] Compiling OpenAPIRuntime OpenAPIValue.swift
[521/1073] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[522/1073] Compiling OpenAPIRuntime UndocumentedPayload.swift
[523/1073] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[524/1073] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[525/1073] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[526/1073] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[527/1073] Compiling OpenAPIRuntime ServerSentEvents.swift
[528/1073] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[529/1073] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[530/1073] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[531/1073] Compiling OpenAPIRuntime ClientTransport.swift
[532/1073] Compiling OpenAPIRuntime CurrencyTypes.swift
[533/1073] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[534/1073] Compiling OpenAPIRuntime HTTPBody.swift
[535/1073] Compiling OpenAPIRuntime ServerTransport.swift
[536/1073] Compiling OpenAPIRuntime UniversalClient.swift
[537/1073] Compiling OpenAPIRuntime UniversalServer.swift
[538/1073] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[539/1073] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[540/1073] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[541/1073] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[542/1073] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[543/1073] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[544/1073] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[545/1073] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[546/1073] Compiling OpenAPIRuntime MultipartValidation.swift
[547/1073] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[548/1073] Emitting module Algorithms
[550/1074] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[551/1074] Compiling OpenAPIRuntime URIEncoder.swift
[552/1074] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[553/1074] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[554/1074] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[555/1074] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[556/1074] Compiling OpenAPIRuntime URIParser.swift
[557/1074] Compiling OpenAPIRuntime URISerializer.swift
[558/1075] Compiling tls13_both.cc
[559/1075] Compiling ssl_transcript.cc
[560/1075] Wrapping AST for Algorithms for debugging
[561/1075] Compiling ssl_versions.cc
[562/1075] Wrapping AST for OpenAPIRuntime for debugging
[563/1075] Compiling t1_enc.cc
[618/1076] Compiling ssl_x509.cc
[619/1076] Compiling ssl_stat.cc
[620/1076] Compiling ssl_privkey.cc
[621/1076] Compiling ssl_session.cc
[622/1076] Compiling ssl_file.cc
[623/1076] Compiling ssl_key_share.cc
[625/1076] Emitting module _OpenAPIGeneratorCore
[626/1077] Compiling ssl_credential.cc
[627/1077] Compiling ssl_lib.cc
[628/1077] Compiling ssl_cipher.cc
[629/1077] Wrapping AST for _OpenAPIGeneratorCore for debugging
[630/1078] Compiling ssl_cert.cc
[632/1078] Emitting module swift_openapi_generator
[632/1079] Compiling ssl_asn1.cc
[634/1079] Wrapping AST for swift-openapi-generator for debugging
[635/1079] Write Objects.LinkFileList
[636/1079] Compiling ssl_buffer.cc
[637/1079] Compiling s3_pkt.cc
[638/1079] Compiling ssl_aead_ctx.cc
[639/1079] Compiling s3_both.cc
[640/1079] Linking swift-openapi-generator-tool
[641/1079] Compiling s3_lib.cc
[642/1079] Compiling handshake_server.cc
Swift OpenAPI Generator is running with the following configuration:
- OpenAPI document path: /host/spi-builder-workspace/Sources/SwiftMistral/openapi.yaml
- Configuration path: /host/spi-builder-workspace/Sources/SwiftMistral/openapi-generator-config.yaml
- Generator modes: types, client
- Access modifier: internal
- Naming strategy: defensive
- Name overrides: <none>
- Feature flags: <none>
- Output file names: Types.swift, Client.swift
- Output directory: /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/SwiftMistral/destination/OpenAPIGenerator/GeneratedSources
- Diagnostics output path: <none - logs to stderr>
- Current directory: /host/spi-builder-workspace
- Plugin source: build
- Is dry run: false
- Additional imports: <none>
Writing data to file Client.swift...
Writing data to file Types.swift...
Writing data to file Server.swift...
[643/1079] Running swift-openapi-generator
[644/1079] Compiling handshake_client.cc
[645/1079] Write sources
[646/1079] Compiling handoff.cc
[647/1079] Compiling handshake.cc
[649/1079] Compiling SwiftFormat Void.swift
[650/1079] Compiling SwiftFormat Wrap.swift
[651/1079] Compiling SwiftFormat WrapArguments.swift
[652/1079] Compiling SwiftFormat WrapAttributes.swift
[653/1079] Compiling SwiftFormat WrapConditionalBodies.swift
[654/1079] Compiling SwiftFormat WrapEnumCases.swift
[655/1079] Compiling SwiftFormat WrapLoopBodies.swift
[656/1079] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[657/1079] Compiling SwiftFormat WrapMultilineFunctionChains.swift
[658/1079] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[659/1079] Compiling SwiftFormat WrapSingleLineComments.swift
[660/1079] Compiling SwiftFormat WrapSwitchCases.swift
[661/1079] Compiling SwiftFormat YodaConditions.swift
[662/1079] Compiling SwiftFormat Singularize.swift
[663/1079] Compiling SwiftFormat SwiftFormat.swift
[664/1079] Compiling SwiftFormat Tokenizer.swift
[665/1079] Compiling SwiftFormat XMLReporter.swift
[665/1079] Compiling encrypted_client_hello.cc
[666/1079] Compiling dtls_method.cc
[667/1079] Compiling dtls_record.cc
[668/1079] Compiling d1_srtp.cc
[669/1079] Compiling md5-x86_64-apple.S
[670/1079] Compiling extensions.cc
[671/1079] Compiling md5-x86_64-linux.S
[672/1079] Compiling d1_lib.cc
[673/1079] Compiling md5-586-linux.S
[674/1079] Compiling md5-586-apple.S
[675/1079] Compiling chacha20_poly1305_x86_64-linux.S
[676/1079] Compiling chacha20_poly1305_armv8-win.S
[677/1079] Compiling chacha20_poly1305_x86_64-apple.S
[678/1079] Compiling chacha20_poly1305_armv8-apple.S
[679/1079] Compiling chacha-x86_64-linux.S
[680/1079] Compiling chacha20_poly1305_armv8-linux.S
[681/1079] Compiling chacha-x86-linux.S
[682/1079] Compiling chacha-x86_64-apple.S
[683/1079] Compiling chacha-x86-apple.S
[684/1079] Compiling chacha-armv8-win.S
[685/1079] Compiling chacha-armv8-linux.S
[686/1079] Compiling chacha-armv8-apple.S
[687/1079] Compiling aes128gcmsiv-x86_64-linux.S
[688/1079] Compiling chacha-armv4-linux.S
[689/1079] Compiling aes128gcmsiv-x86_64-apple.S
[690/1079] Compiling x86_64-mont5-linux.S
[691/1079] Compiling x86_64-mont5-apple.S
[692/1079] Compiling x86_64-mont-linux.S
[693/1079] Compiling x86_64-mont-apple.S
[694/1079] Compiling x86-mont-linux.S
[695/1079] Compiling x86-mont-apple.S
[696/1079] Compiling vpaes-x86_64-linux.S
[697/1079] Compiling d1_pkt.cc
[698/1079] Compiling err_data.cc
[699/1079] Compiling vpaes-x86-linux.S
[700/1079] Compiling vpaes-x86-apple.S
[701/1079] Compiling vpaes-x86_64-apple.S
[702/1079] Compiling vpaes-armv8-win.S
[703/1079] Compiling vpaes-armv8-apple.S
[704/1079] Compiling vpaes-armv8-linux.S
[705/1079] Compiling vpaes-armv7-linux.S
[706/1079] Compiling sha512-x86_64-linux.S
[707/1079] Compiling sha512-x86_64-apple.S
[708/1079] Compiling sha512-armv8-win.S
[709/1079] Compiling sha512-armv8-apple.S
[710/1079] Compiling sha512-armv4-linux.S
[711/1079] Compiling sha512-armv8-linux.S
[712/1079] Compiling sha512-586-linux.S
[713/1079] Compiling sha512-586-apple.S
[714/1079] Compiling sha256-x86_64-apple.S
[715/1079] Compiling sha256-x86_64-linux.S
[716/1079] Compiling sha256-armv8-win.S
[717/1079] Compiling sha256-armv8-apple.S
[718/1079] Compiling sha256-armv8-linux.S
[719/1079] Compiling sha256-armv4-linux.S
[720/1079] Compiling sha256-586-linux.S
[721/1079] Compiling sha1-x86_64-apple.S
[722/1079] Compiling sha1-x86_64-linux.S
[723/1079] Compiling sha256-586-apple.S
[724/1079] Compiling sha1-armv4-large-linux.S
[725/1079] Compiling sha1-armv8-win.S
[726/1079] Compiling sha1-586-apple.S
[727/1079] Compiling sha1-586-linux.S
[728/1079] Compiling sha1-armv8-linux.S
[729/1079] Compiling rsaz-avx2-apple.S
[730/1079] Compiling rdrand-x86_64-linux.S
[731/1079] Compiling rsaz-avx2-linux.S
[732/1079] Compiling p256_beeu-x86_64-asm-apple.S
[733/1079] Compiling rdrand-x86_64-apple.S
[734/1079] Compiling p256_beeu-x86_64-asm-linux.S
[735/1079] Compiling p256_beeu-armv8-asm-win.S
[735/1079] Compiling bio_ssl.cc
[737/1079] Compiling p256_beeu-armv8-asm-linux.S
[738/1079] Compiling p256-x86_64-asm-linux.S
[739/1079] Compiling p256_beeu-armv8-asm-apple.S
[740/1079] Compiling p256-x86_64-asm-apple.S
[741/1079] Compiling p256-armv8-asm-win.S
[742/1079] Compiling p256-armv8-asm-apple.S
[743/1079] Compiling ghashv8-armv8-win.S
[744/1079] Compiling ghashv8-armv8-linux.S
[745/1079] Compiling p256-armv8-asm-linux.S
[746/1079] Compiling ghashv8-armv8-apple.S
[747/1079] Compiling ghashv8-armv7-linux.S
[748/1079] Compiling ghash-x86_64-linux.S
[749/1079] Compiling ghash-x86_64-apple.S
[750/1079] Compiling ghash-x86-linux.S
[751/1079] Compiling ghash-x86-apple.S
[752/1079] Compiling ghash-ssse3-x86_64-linux.S
[753/1079] Compiling ghash-ssse3-x86-linux.S
[754/1079] Compiling ghash-ssse3-x86_64-apple.S
[754/1079] Compiling ghash-ssse3-x86-apple.S
[756/1079] Compiling ghash-neon-armv8-win.S
[757/1079] Compiling ghash-neon-armv8-apple.S
[758/1079] Compiling d1_both.cc
[759/1079] Compiling ghash-neon-armv8-linux.S
[760/1079] Compiling co-586-apple.S
[761/1079] Compiling ghash-armv4-linux.S
[762/1079] Compiling bsaes-armv7-linux.S
[763/1079] Compiling co-586-linux.S
[764/1079] Compiling bn-armv8-win.S
[765/1079] Compiling bn-armv8-linux.S
[766/1079] Compiling bn-586-linux.S
[767/1079] Compiling armv8-mont-win.S
[768/1079] Compiling bn-armv8-apple.S
[769/1079] Compiling bn-586-apple.S
[770/1079] Compiling armv8-mont-apple.S
[771/1079] Compiling armv8-mont-linux.S
[772/1079] Compiling armv4-mont-linux.S
[773/1079] Compiling aesv8-gcm-armv8-linux.S
[774/1079] Compiling aesv8-gcm-armv8-apple.S
[775/1079] Compiling aesv8-gcm-armv8-win.S
[776/1079] Compiling aesv8-armv8-win.S
[777/1079] Compiling aesv8-armv8-linux.S
[778/1079] Compiling aesni-x86-apple.S
[778/1079] Compiling aesni-x86_64-apple.S
[780/1079] Compiling aesv8-armv8-apple.S
[781/1079] Compiling aesni-x86-linux.S
[782/1079] Compiling aesni-x86_64-linux.S
[783/1079] Compiling aesv8-armv7-linux.S
[784/1079] Compiling aesni-gcm-x86_64-linux.S
[785/1079] Compiling aes-gcm-avx2-x86_64-linux.S
[786/1079] Compiling aes-gcm-avx10-x86_64-linux.S
[787/1079] Compiling aes-gcm-avx10-x86_64-apple.S
[788/1079] Compiling aes-gcm-avx2-x86_64-apple.S
[789/1079] Compiling aesni-gcm-x86_64-apple.S
[790/1079] Compiling x_x509a.cc
[791/1079] Compiling x_sig.cc
[792/1079] Compiling x_req.cc
[793/1079] Compiling x_val.cc
[794/1079] Compiling x_pubkey.cc
[795/1079] Compiling x_spki.cc
[796/1079] Compiling x_x509.cc
[797/1079] Compiling x_exten.cc
[798/1079] Compiling x_name.cc
[799/1079] Compiling x_all.cc
[800/1079] Compiling x_algor.cc
[801/1079] Compiling x_crl.cc
[802/1079] Compiling x_attrib.cc
[803/1079] Compiling x509spki.cc
[804/1079] Compiling x509name.cc
[805/1079] Compiling x509rset.cc
[806/1079] Compiling x509_vpm.cc
[807/1079] Compiling x509cset.cc
[808/1079] Compiling x509_txt.cc
[809/1079] Compiling x509_vfy.cc
[810/1079] Compiling x509_v3.cc
[811/1079] Compiling x509_trs.cc
[812/1079] Compiling x509_obj.cc
[813/1079] Compiling x509_ext.cc
[814/1079] Compiling x509_req.cc
[815/1079] Compiling x509_set.cc
[816/1079] Compiling x509_def.cc
[817/1079] Compiling x509_d2.cc
[818/1079] Compiling x509_cmp.cc
[819/1079] Compiling x509.cc
[820/1079] Compiling x509_att.cc
[821/1079] Compiling v3_utl.cc
[822/1079] Compiling v3_purp.cc
[823/1079] Compiling v3_skey.cc
[824/1079] Compiling v3_prn.cc
[825/1079] Compiling v3_int.cc
[826/1079] Compiling v3_ncons.cc
[827/1079] Compiling v3_pmaps.cc
[828/1079] Compiling v3_pcons.cc
[829/1079] Compiling v3_lib.cc
[830/1079] Compiling v3_ocsp.cc
[831/1079] Compiling v3_info.cc
[832/1079] Compiling v3_extku.cc
[833/1079] Compiling v3_ia5.cc
[834/1079] Compiling v3_genn.cc
[835/1079] Compiling v3_cpols.cc
[836/1079] Compiling v3_enum.cc
[837/1079] Compiling v3_crld.cc
[838/1079] Compiling v3_conf.cc
[839/1079] Compiling v3_bitst.cc
[840/1079] Compiling v3_bcons.cc
[841/1079] Compiling t_x509a.cc
[842/1079] Compiling v3_akeya.cc
[843/1079] Compiling v3_alt.cc
[844/1079] Compiling v3_akey.cc
[845/1079] Compiling t_req.cc
[846/1079] Compiling t_x509.cc
[848/1079] Emitting module SwiftFormat
[866/1079] Compiling i2d_pr.cc
[868/1080] Compiling rsa_pss.cc
[869/1080] Compiling t_crl.cc
[870/1080] Wrapping AST for SwiftFormat for debugging
[871/1080] Compiling policy.cc
[872/1080] Compiling name_print.cc
[873/1080] Compiling by_file.cc
[874/1080] Compiling by_dir.cc
[875/1080] Compiling asn1_gen.cc
[876/1080] Compiling a_verify.cc
[877/1080] Compiling voprf.cc
[878/1080] Compiling algorithm.cc
[879/1080] Compiling a_sign.cc
[880/1080] Compiling thread_pthread.cc
[881/1080] Compiling trust_token.cc
[882/1080] Compiling a_digest.cc
[883/1080] Compiling thread_none.cc
[884/1080] Compiling thread_win.cc
[885/1080] Compiling thread.cc
[886/1080] Compiling pmbtoken.cc
[887/1080] Compiling stack.cc
[888/1080] Compiling rsa_extra.cc
[889/1080] Compiling rsa_crypt.cc
[890/1080] Compiling slhdsa.cc
[891/1080] Compiling refcount.cc
[892/1080] Compiling urandom.cc
[893/1080] Compiling spake2plus.cc
[894/1080] Compiling rsa_asn1.cc
[895/1080] Compiling rc4.cc
[896/1080] Compiling windows.cc
[897/1080] Compiling rand.cc
[898/1080] Compiling trusty.cc
[899/1080] Compiling getentropy.cc
[900/1080] Compiling passive.cc
[901/1080] Compiling ios.cc
[902/1080] Compiling poly1305_arm_asm.S
[903/1080] Compiling deterministic.cc
[904/1080] Compiling forkunsafe.cc
[905/1080] Compiling fork_detect.cc
[906/1080] Compiling pool.cc
[907/1080] Compiling poly1305_vec.cc
[908/1080] Compiling poly1305_arm.cc
[909/1080] Compiling poly1305.cc
[910/1080] Compiling pkcs7_x509.cc
[911/1080] Compiling pkcs7.cc
[912/1080] Compiling pkcs8.cc
[913/1080] Compiling p5_pbev2.cc
[914/1080] Compiling pem_x509.cc
[915/1080] Compiling pkcs8_x509.cc
[916/1080] Compiling pem_xaux.cc
[917/1080] Compiling pem_pkey.cc
[918/1080] Compiling pem_oth.cc
[919/1080] Compiling pem_pk8.cc
[920/1080] Compiling mlkem.cc
[921/1080] Compiling obj_xref.cc
[922/1080] Compiling pem_all.cc
[923/1080] Compiling pem_info.cc
[924/1080] Compiling pem_lib.cc
[925/1080] Compiling mldsa.cc
[926/1080] Compiling poly_rq_mul.S
[927/1080] Compiling obj.cc
[928/1080] Compiling fips_shared_support.cc
[929/1080] Compiling md5.cc
[930/1080] Compiling mem.cc
[931/1080] Compiling lhash.cc
[932/1080] Compiling md4.cc
[933/1080] Compiling sign.cc
[934/1080] Compiling kyber.cc
[935/1080] Compiling ex_data.cc
[936/1080] Compiling pbkdf.cc
[937/1080] Compiling hrss.cc
[938/1080] Compiling scrypt.cc
[939/1080] Compiling hpke.cc
[940/1080] Compiling print.cc
[941/1080] Compiling p_rsa_asn1.cc
[942/1080] Compiling p_ed25519.cc
[943/1080] Compiling p_ec.cc
[944/1080] Compiling p_x25519.cc
[945/1080] Compiling p_x25519_asn1.cc
[946/1080] Compiling p_hkdf.cc
[947/1080] Compiling p_ec_asn1.cc
[948/1080] Compiling p_ed25519_asn1.cc
[949/1080] Compiling p_rsa.cc
[950/1080] Compiling p_dh_asn1.cc
[951/1080] Compiling p_dh.cc
[952/1080] Compiling p_dsa_asn1.cc
[953/1080] Compiling evp_ctx.cc
[954/1080] Compiling evp.cc
[955/1080] Compiling err.cc
[956/1080] Compiling engine.cc
[957/1080] Compiling evp_asn1.cc
[958/1080] Compiling ecdh.cc
[959/1080] Compiling ec_asn1.cc
[960/1080] Compiling ecdsa_asn1.cc
[961/1080] Compiling dsa_asn1.cc
[962/1080] Compiling hash_to_curve.cc
[963/1080] Compiling ec_derive.cc
[964/1080] Compiling dsa.cc
[965/1080] Compiling params.cc
[966/1080] Compiling digest_extra.cc
[967/1080] Compiling x25519-asm-arm.S
[968/1080] Compiling des.cc
[969/1080] Compiling curve25519_64_adx.cc
[970/1080] Compiling bcm.cc
[971/1080] Compiling curve25519.cc
[972/1080] Compiling cpu_intel.cc
[973/1080] Compiling dh_asn1.cc
[974/1080] Compiling crypto.cc
[975/1080] Compiling spake25519.cc
[976/1080] Compiling cpu_aarch64_openbsd.cc
[977/1080] Compiling cpu_aarch64_win.cc
[978/1080] Compiling cpu_arm_linux.cc
[979/1080] Compiling cpu_arm_freebsd.cc
[980/1080] Compiling cpu_aarch64_apple.cc
[981/1080] Compiling cpu_aarch64_sysreg.cc
[982/1080] Compiling cpu_aarch64_fuchsia.cc
[983/1080] Compiling cpu_aarch64_linux.cc
[984/1080] Compiling get_cipher.cc
[985/1080] Compiling conf.cc
[986/1080] Compiling tls_cbc.cc
[987/1080] Compiling e_null.cc
[988/1080] Compiling e_rc4.cc
[989/1080] Compiling e_tls.cc
[990/1080] Compiling e_rc2.cc
[991/1080] Compiling e_des.cc
[992/1080] Compiling e_aesgcmsiv.cc
[993/1080] Compiling e_aesctrhmac.cc
[994/1080] Compiling e_chacha20poly1305.cc
[995/1080] Compiling derive_key.cc
[996/1080] Compiling chacha.cc
[997/1080] Compiling unicode.cc
[998/1080] Compiling asn1_compat.cc
[999/1080] Compiling buf.cc
[1000/1080] Compiling cbs.cc
[1001/1080] Compiling ber.cc
[1002/1080] Compiling socket_helper.cc
[1003/1080] Compiling cbb.cc
[1004/1080] Compiling blake2.cc
[1005/1080] Compiling pair.cc
[1006/1080] Compiling convert.cc
[1007/1080] Compiling socket.cc
[1008/1080] Compiling hexdump.cc
[1009/1080] Compiling printf.cc
[1010/1080] Compiling bn_asn1.cc
[1011/1080] Compiling file.cc
[1012/1080] Compiling bio_mem.cc
[1013/1080] Compiling fd.cc
[1014/1080] Compiling errno.cc
[1015/1080] Compiling connect.cc
[1016/1080] Compiling tasn_utl.cc
[1017/1080] Compiling bio.cc
[1018/1080] Compiling base64.cc
[1019/1080] Compiling tasn_typ.cc
[1020/1080] Compiling tasn_fre.cc
[1021/1080] Compiling tasn_new.cc
[1022/1080] Compiling tasn_enc.cc
[1023/1080] Compiling f_string.cc
[1024/1080] Compiling posix_time.cc
[1025/1080] Compiling f_int.cc
[1026/1080] Compiling tasn_dec.cc
[1027/1080] Compiling asn_pack.cc
[1028/1080] Compiling asn1_par.cc
[1029/1080] Compiling asn1_lib.cc
[1030/1080] Compiling a_utctm.cc
[1031/1080] Compiling a_octet.cc
[1032/1080] Compiling a_time.cc
[1033/1080] Compiling a_type.cc
[1034/1080] Compiling a_strnid.cc
[1035/1080] Compiling a_strex.cc
[1036/1080] Compiling a_object.cc
[1037/1080] Compiling a_dup.cc
[1038/1080] Compiling a_i2d_fp.cc
[1039/1080] Compiling a_mbstr.cc
[1040/1080] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1041/1080] Write sources
[1042/1080] Compiling a_d2i_fp.cc
[1042/1080] Write sources
[1048/1080] Compiling a_int.cc
[1049/1128] Compiling a_gentm.cc
[1050/1152] Compiling a_bool.cc
[1051/1154] Compiling a_bitstr.cc
[1053/1154] Emitting module ArgumentParserToolInfo
[1054/1179] Compiling Algorithms Keyed.swift
[1055/1179] Compiling Algorithms MinMax.swift
[1056/1179] Compiling Algorithms Product.swift
[1057/1179] Compiling Algorithms Joined.swift
[1058/1179] Compiling Algorithms Partition.swift
[1059/1179] Compiling Algorithms Permutations.swift
[1060/1181] Compiling ArgumentParserToolInfo ToolInfo.swift
[1062/1182] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1063/1182] Compiling BitCollections BitSet+CustomReflectable.swift
[1064/1182] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1065/1182] Compiling BitCollections BitSet+Equatable.swift
[1066/1182] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1067/1182] Compiling BitCollections BitSet+Extras.swift
[1068/1182] Compiling BitCollections BitSet+Hashable.swift
[1069/1189] Compiling Algorithms EitherSequence.swift
[1070/1189] Compiling Algorithms FirstNonNil.swift
[1071/1189] Compiling Algorithms FlattenCollection.swift
[1072/1189] Compiling Algorithms Grouped.swift
[1073/1189] Compiling Algorithms Indexed.swift
[1074/1189] Compiling Algorithms Intersperse.swift
[1075/1189] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1076/1189] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1077/1189] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1078/1189] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1079/1189] Compiling BitCollections BitSet+SetAlgebra union.swift
[1080/1189] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1081/1189] Compiling BitCollections BitSet.Counted.swift
[1082/1189] Compiling Atomics IntegerOperations.swift
[1083/1189] Compiling Atomics Unmanaged extensions.swift
[1084/1189] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1085/1189] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1086/1189] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1087/1189] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1088/1189] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1089/1189] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1090/1189] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1091/1189] Compiling BitCollections BitSet+Initializers.swift
[1092/1189] Compiling BitCollections BitSet+Invariants.swift
[1093/1189] Compiling BitCollections BitSet+Random.swift
[1094/1189] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1095/1189] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1096/1189] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1097/1189] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1097/1189] Wrapping AST for ArgumentParserToolInfo for debugging
[1099/1227] Emitting module BitCollections
[1100/1227] Compiling ArgumentParser BashCompletionsGenerator.swift
[1101/1227] Compiling ArgumentParser CompletionsGenerator.swift
[1102/1227] Compiling ArgumentParser FishCompletionsGenerator.swift
[1103/1227] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1104/1227] Compiling ArgumentParser Argument.swift
[1105/1227] Compiling ArgumentParser ArgumentHelp.swift
[1106/1227] Compiling ArgumentParser OptionGroup.swift
[1107/1227] Compiling ArgumentParser AsyncParsableCommand.swift
[1112/1230] Compiling ArgumentParser CompletionKind.swift
[1113/1230] Compiling ArgumentParser Errors.swift
[1114/1230] Compiling ArgumentParser Flag.swift
[1115/1230] Compiling ArgumentParser ArgumentSet.swift
[1116/1230] Compiling ArgumentParser CommandParser.swift
[1117/1230] Compiling ArgumentParser InputKey.swift
[1118/1230] Compiling ArgumentParser NameSpecification.swift
[1119/1230] Compiling ArgumentParser Option.swift
[1120/1230] Compiling ArgumentParser ArgumentDefinition.swift
[1121/1230] Compiling ArgumentParser InputOrigin.swift
[1122/1230] Compiling ArgumentParser ExpressibleByArgument.swift
[1123/1230] Compiling ArgumentParser ParsableArguments.swift
[1124/1230] Compiling ArgumentParser CommandConfiguration.swift
[1125/1230] Compiling ArgumentParser CommandGroup.swift
[1126/1230] Compiling ArgumentParser EnumerableFlag.swift
[1127/1230] Compiling ArgumentParser ArgumentVisibility.swift
[1140/1230] Compiling BitCollections BitSet.Index.swift
[1141/1230] Compiling BitCollections BitSet._UnsafeHandle.swift
[1142/1230] Compiling BitCollections BitSet.swift
[1143/1230] Compiling BitCollections Range+Utilities.swift
[1144/1230] Compiling BitCollections Slice+Utilities.swift
[1145/1230] Compiling BitCollections UInt+Tricks.swift
[1146/1230] Compiling BitCollections _Word.swift
[1147/1230] Emitting module Atomics
[1158/1236] Emitting module ArgumentParser
[1158/1236] Wrapping AST for BitCollections for debugging
[1160/1236] Compiling Algorithms Trim.swift
[1161/1236] Compiling Algorithms Unique.swift
[1162/1236] Compiling Algorithms Windows.swift
[1163/1238] Compiling Collections Collections.swift
[1164/1238] Emitting module Collections
[1183/1240] Compiling ArgumentParser CollectionExtensions.swift
[1184/1240] Compiling ArgumentParser Platform.swift
[1185/1240] Compiling ArgumentParser SequenceExtensions.swift
[1186/1240] Compiling ArgumentParser StringExtensions.swift
[1187/1240] Compiling ArgumentParser Tree.swift
[1187/1240] Compiling c-nioatomics.c
[1188/1240] Wrapping AST for Collections for debugging
[1189/1240] Wrapping AST for Atomics for debugging
[1202/1240] Compiling ArgumentParser Name.swift
[1203/1240] Compiling ArgumentParser Parsed.swift
[1204/1240] Compiling ArgumentParser ParsedValues.swift
[1205/1240] Compiling ArgumentParser ParserError.swift
[1206/1240] Compiling ArgumentParser SplitArguments.swift
[1207/1240] Compiling ArgumentParser DumpHelpGenerator.swift
[1208/1240] Compiling ArgumentParser HelpCommand.swift
[1209/1240] Compiling ArgumentParser HelpGenerator.swift
[1210/1240] Compiling ArgumentParser MessageInfo.swift
[1211/1240] Compiling ArgumentParser UsageGenerator.swift
[1212/1240] Emitting module Algorithms
[1219/1242] Wrapping AST for ArgumentParser for debugging
[1220/1242] Wrapping AST for Algorithms for debugging
[1221/1242] Compiling c-atomics.c
[1223/1248] Compiling NIOConcurrencyHelpers NIOLock.swift
[1224/1248] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1225/1248] Compiling NIOConcurrencyHelpers lock.swift
[1226/1248] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1227/1248] Emitting module NIOConcurrencyHelpers
[1228/1248] Compiling NIOConcurrencyHelpers atomics.swift
[1229/1249] Wrapping AST for NIOConcurrencyHelpers for debugging
[1231/1309] Compiling NIOCore MulticastChannel.swift
[1232/1309] Compiling NIOCore NIOAny.swift
[1233/1309] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1234/1309] Compiling NIOCore NIOLoopBound.swift
[1235/1309] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1236/1309] Compiling NIOCore NIOScheduledCallback.swift
[1237/1309] Compiling NIOCore NIOSendable.swift
[1238/1309] Compiling NIOCore RecvByteBufferAllocator.swift
[1239/1317] Compiling NIOCore CircularBuffer.swift
[1240/1317] Compiling NIOCore Codec.swift
[1241/1317] Compiling NIOCore ConvenienceOptionSupport.swift
[1242/1317] Compiling NIOCore DeadChannel.swift
[1243/1317] Compiling NIOCore DispatchQueue+WithFuture.swift
[1244/1317] Compiling NIOCore EventLoop+Deprecated.swift
[1245/1317] Compiling NIOCore EventLoop+SerialExecutor.swift
[1246/1317] Compiling NIOCore EventLoop.swift
[1247/1317] Compiling NIOCore IO.swift
[1248/1317] Compiling NIOCore IOData.swift
[1249/1317] Compiling NIOCore IPProtocol.swift
[1250/1317] Compiling NIOCore IntegerBitPacking.swift
[1251/1317] Compiling NIOCore IntegerTypes.swift
[1252/1317] Compiling NIOCore Interfaces.swift
[1253/1317] Compiling NIOCore Linux.swift
[1254/1317] Compiling NIOCore MarkedCircularBuffer.swift
[1255/1317] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1256/1317] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1257/1317] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1258/1317] Compiling NIOCore EventLoopFuture.swift
[1259/1317] Compiling NIOCore FileDescriptor.swift
[1260/1317] Compiling NIOCore FileHandle.swift
[1261/1317] Compiling NIOCore FileRegion.swift
[1262/1317] Compiling NIOCore GlobalSingletons.swift
[1263/1317] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1264/1317] Compiling NIOCore SocketAddresses.swift
[1265/1317] Compiling NIOCore SocketOptionProvider.swift
[1266/1317] Compiling NIOCore SystemCallHelpers.swift
[1267/1317] Compiling NIOCore TimeAmount+Duration.swift
[1268/1317] Compiling NIOCore TypeAssistedChannelHandler.swift
[1269/1317] Compiling NIOCore UniversalBootstrapSupport.swift
[1270/1317] Compiling NIOCore Utilities.swift
[1271/1317] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1272/1317] Compiling NIOCore BSDSocketAPI.swift
[1273/1317] Compiling NIOCore ByteBuffer-aux.swift
[1274/1317] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1275/1317] Compiling NIOCore ByteBuffer-conversions.swift
[1276/1317] Compiling NIOCore ByteBuffer-core.swift
[1277/1317] Compiling NIOCore ByteBuffer-hex.swift
[1278/1317] Compiling NIOCore ByteBuffer-int.swift
[1279/1317] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1280/1317] Compiling NIOCore AddressedEnvelope.swift
[1281/1317] Compiling NIOCore AsyncAwaitSupport.swift
[1282/1317] Compiling NIOCore AsyncChannel.swift
[1283/1317] Compiling NIOCore AsyncChannelHandler.swift
[1284/1317] Compiling NIOCore AsyncChannelInboundStream.swift
[1285/1317] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1286/1317] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1287/1317] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1288/1317] Compiling NIOCore NIOAsyncWriter.swift
[1289/1317] Compiling NIOCore ByteBuffer-multi-int.swift
[1290/1317] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1291/1317] Compiling NIOCore ByteBuffer-views.swift
[1292/1317] Compiling NIOCore Channel.swift
[1293/1317] Compiling NIOCore ChannelHandler.swift
[1294/1317] Compiling NIOCore ChannelHandlers.swift
[1295/1317] Compiling NIOCore ChannelInvoker.swift
[1296/1317] Compiling NIOCore ChannelOption.swift
[1297/1317] Compiling NIOCore ChannelPipeline.swift
[1298/1317] Emitting module NIOCore
[1299/1318] Wrapping AST for NIOCore for debugging
[1301/1368] Compiling NIOEmbedded AsyncTestingChannel.swift
[1302/1368] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1303/1368] Emitting module NIOEmbedded
[1304/1368] Compiling NIOEmbedded Embedded.swift
[1306/1369] Emitting module NIOPosix
[1306/1375] Wrapping AST for NIOEmbedded for debugging
[1308/1375] Compiling NIOPosix Pool.swift
[1309/1375] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1310/1375] Compiling NIOPosix PosixSingletons.swift
[1311/1375] Compiling NIOPosix RawSocketBootstrap.swift
[1312/1375] Compiling NIOPosix Resolver.swift
[1313/1375] Compiling NIOPosix Selectable.swift
[1314/1375] Compiling NIOPosix SelectableChannel.swift
[1315/1375] Compiling NIOPosix SelectableEventLoop.swift
[1316/1375] Compiling NIOPosix SelectorEpoll.swift
[1317/1375] Compiling NIOPosix SelectorGeneric.swift
[1318/1375] Compiling NIOPosix SelectorKqueue.swift
[1319/1375] Compiling NIOPosix SelectorUring.swift
[1320/1375] Compiling NIOPosix ServerSocket.swift
[1321/1375] Compiling NIOPosix Socket.swift
[1322/1375] Compiling NIOPosix SocketChannel.swift
[1323/1375] Compiling NIOPosix SocketProtocols.swift
[1324/1375] Compiling NIOPosix System.swift
[1325/1375] Compiling NIOPosix Thread.swift
[1326/1375] Compiling NIOPosix ThreadPosix.swift
[1327/1375] Compiling NIOPosix ThreadWindows.swift
[1328/1375] Compiling NIOPosix UnsafeTransfer.swift
[1329/1375] Compiling NIOPosix Utilities.swift
[1330/1375] Compiling NIOPosix VsockAddress.swift
[1331/1375] Compiling NIOPosix VsockChannelEvents.swift
[1332/1375] Compiling NIOPosix BSDSocketAPICommon.swift
[1333/1375] Compiling NIOPosix BSDSocketAPIPosix.swift
[1334/1375] Compiling NIOPosix BSDSocketAPIWindows.swift
[1335/1375] Compiling NIOPosix BaseSocket.swift
[1336/1375] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1337/1375] Compiling NIOPosix BaseSocketChannel.swift
[1338/1375] Compiling NIOPosix BaseStreamSocketChannel.swift
[1339/1375] Compiling NIOPosix Bootstrap.swift
[1340/1375] Compiling NIOPosix ControlMessage.swift
[1341/1375] Compiling NIOPosix DatagramVectorReadManager.swift
[1342/1375] Compiling NIOPosix Errors+Any.swift
[1343/1375] Compiling NIOPosix FileDescriptor.swift
[1344/1375] Compiling NIOPosix GetaddrinfoResolver.swift
[1345/1375] Compiling NIOPosix HappyEyeballs.swift
[1346/1375] Compiling NIOPosix IO.swift
[1347/1375] Compiling NIOPosix IntegerBitPacking.swift
[1348/1375] Compiling NIOPosix IntegerTypes.swift
[1349/1375] Compiling NIOPosix Linux.swift
[1350/1375] Compiling NIOPosix LinuxCPUSet.swift
[1351/1375] Compiling NIOPosix LinuxUring.swift
[1352/1375] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1353/1375] Compiling NIOPosix NIOThreadPool.swift
[1354/1375] Compiling NIOPosix NonBlockingFileIO.swift
[1355/1375] Compiling NIOPosix PendingDatagramWritesManager.swift
[1356/1375] Compiling NIOPosix PendingWritesManager.swift
[1357/1375] Compiling NIOPosix PipeChannel.swift
[1358/1375] Compiling NIOPosix PipePair.swift
[1359/1376] Wrapping AST for NIOPosix for debugging
[1361/1378] Emitting module NIO
[1362/1378] Compiling NIO Exports.swift
[1363/1379] Wrapping AST for NIO for debugging
[1365/1418] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1366/1418] Compiling NIOTLS TLSEvents.swift
[1367/1418] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1368/1418] Emitting module NIOTLS
[1369/1418] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1370/1418] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1371/1418] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1372/1418] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1373/1418] Emitting module NIOFoundationCompat
[1374/1418] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1375/1418] Compiling NIOSOCKS ClientStateMachine.swift
[1376/1419] Compiling NIOSOCKS SOCKSResponse.swift
[1377/1419] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1378/1419] Compiling NIOHTTP1 HTTPDecoder.swift
[1379/1419] Compiling NIOHTTP1 HTTPEncoder.swift
[1380/1419] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1381/1419] Emitting module NIOSOCKS
[1382/1419] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1383/1419] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1384/1419] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1385/1419] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1386/1419] Compiling NIOTLS SNIHandler.swift
[1388/1420] Compiling NIOSOCKS ServerStateMachine.swift
[1389/1421] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1390/1421] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1393/1423] Wrapping AST for NIOTLS for debugging
[1395/1423] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1396/1423] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1397/1423] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1397/1424] Wrapping AST for NIOSOCKS for debugging
[1399/1453] Wrapping AST for NIOFoundationCompat for debugging
[1401/1475] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1402/1475] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1403/1475] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1404/1475] Compiling NIOTransportServices NIOTSSingletons.swift
[1405/1475] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1406/1477] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1407/1477] Compiling NIOTransportServices NIOTSErrors.swift
[1408/1477] Compiling NIOTransportServices NIOTSEventLoop.swift
[1409/1477] Compiling NIOTransportServices StateManagedChannel.swift
[1410/1477] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1411/1477] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1414/1477] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1415/1477] Emitting module NIOTransportServices
[1416/1477] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1417/1477] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1418/1477] Compiling NIOTransportServices AcceptHandler.swift
[1419/1477] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1420/1477] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1421/1477] Compiling NIOTransportServices NIOTSBootstraps.swift
[1422/1477] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1423/1477] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1424/1477] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1425/1477] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1426/1477] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1433/1478] Emitting module NIOHTTP1
[1438/1479] Wrapping AST for NIOHTTP1 for debugging
[1439/1479] Wrapping AST for NIOTransportServices for debugging
[1441/1497] Emitting module NIOSSL
[1442/1501] Compiling NIOHPACK IndexedHeaderTable.swift
[1443/1502] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1444/1502] Compiling NIOHPACK IntegerCoding.swift
[1445/1502] Emitting module NIOHTTPCompression
[1446/1502] Compiling NIOHTTPCompression HTTPCompression.swift
[1447/1502] Compiling NIOHPACK HuffmanTables.swift
[1448/1502] Compiling NIOHPACK StaticHeaderTable.swift
[1449/1502] Compiling NIOHPACK HuffmanCoding.swift
[1450/1502] Compiling NIOHTTPCompression HTTPDecompression.swift
[1455/1502] Emitting module NIOHPACK
[1456/1502] Compiling NIOHPACK HPACKEncoder.swift
[1457/1502] Compiling NIOHPACK HPACKErrors.swift
[1458/1502] Compiling NIOHPACK DynamicHeaderTable.swift
[1459/1502] Compiling NIOHPACK HPACKDecoder.swift
[1460/1502] Compiling NIOHPACK HPACKHeader.swift
[1461/1502] Compiling NIOHPACK HeaderTables.swift
[1464/1502] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1465/1502] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1466/1502] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1470/1503] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1471/1503] Compiling NIOSSL SubjectAlternativeName.swift
[1472/1503] Compiling NIOSSL NIOSSLSecureBytes.swift
[1473/1503] Compiling NIOSSL RNG.swift
[1474/1503] Compiling NIOSSL SafeCompare.swift
[1475/1503] Wrapping AST for NIOHTTPCompression for debugging
[1491/1504] Wrapping AST for NIOHPACK for debugging
[1493/1562] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1494/1562] Compiling NIOHTTP2 HTTP2PingData.swift
[1495/1562] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1496/1562] Compiling NIOHTTP2 HTTP2Settings.swift
[1497/1563] Wrapping AST for NIOSSL for debugging
[1499/1563] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1500/1563] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1501/1563] Compiling NIOHTTP2 HasLocalSettings.swift
[1502/1563] Compiling NIOHTTP2 HasRemoteSettings.swift
[1503/1563] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1504/1563] Compiling NIOHTTP2 QuiescingState.swift
[1505/1563] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1506/1563] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1507/1563] Compiling NIOHTTP2 MaySendFrames.swift
[1508/1563] Compiling NIOHTTP2 SendingDataState.swift
[1509/1563] Compiling NIOHTTP2 SendingGoawayState.swift
[1510/1563] Compiling NIOHTTP2 SendingHeadersState.swift
[1511/1563] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1512/1563] Compiling NIOHTTP2 SendingRstStreamState.swift
[1513/1563] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1514/1563] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1515/1571] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1516/1571] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1517/1571] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1518/1571] Compiling NIOHTTP2 HTTP2StreamID.swift
[1519/1571] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1520/1571] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1521/1571] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1522/1571] Compiling NIOHTTP2 InboundEventBuffer.swift
[1523/1571] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1524/1571] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1525/1571] Compiling NIOHTTP2 MayReceiveFrames.swift
[1526/1571] Compiling NIOHTTP2 ReceivingDataState.swift
[1527/1571] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1528/1571] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1529/1571] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1530/1571] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1531/1571] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1532/1571] Emitting module NIOHTTP2
[1533/1571] Compiling NIOHTTP2 InboundWindowManager.swift
[1534/1571] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1535/1571] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1536/1571] Compiling NIOHTTP2 StreamChannelList.swift
[1537/1571] Compiling NIOHTTP2 StreamMap.swift
[1538/1571] Compiling NIOHTTP2 StreamStateMachine.swift
[1539/1571] Compiling NIOHTTP2 UnsafeTransfer.swift
[1540/1571] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1541/1571] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1542/1571] Compiling NIOHTTP2 HTTP2Frame.swift
[1543/1571] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1548/1571] Compiling NIOHTTP2 HTTP2Stream.swift
[1549/1571] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1550/1571] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1551/1571] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1552/1571] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1553/1571] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1554/1571] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1555/1571] Compiling NIOHTTP2 HTTP2Error.swift
[1556/1571] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1557/1571] Compiling NIOHTTP2 StateMachineResult.swift
[1558/1571] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1559/1571] Compiling NIOHTTP2 DOSHeuristics.swift
[1560/1571] Compiling NIOHTTP2 Error+Any.swift
[1561/1571] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1562/1571] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1563/1571] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1564/1571] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1565/1572] Wrapping AST for NIOHTTP2 for debugging
[1567/1632] Emitting module AsyncHTTPClient
[1568/1640] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1569/1640] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1570/1640] Compiling AsyncHTTPClient Transaction.swift
[1571/1640] Compiling AsyncHTTPClient Base64.swift
[1572/1640] Compiling AsyncHTTPClient BasicAuth.swift
[1573/1640] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1574/1640] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1575/1640] Compiling AsyncHTTPClient ConnectionPool.swift
[1576/1640] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1577/1640] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1578/1640] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1579/1640] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1580/1640] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1581/1640] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1582/1640] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1583/1640] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1584/1640] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1585/1640] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1586/1640] Compiling AsyncHTTPClient HTTPHandler.swift
[1587/1640] Compiling AsyncHTTPClient LRUCache.swift
[1588/1640] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1589/1640] Compiling AsyncHTTPClient NWErrorHandler.swift
[1590/1640] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1591/1640] Compiling AsyncHTTPClient TLSConfiguration.swift
[1592/1640] Compiling AsyncHTTPClient RedirectState.swift
[1593/1640] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1594/1640] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1595/1640] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1596/1640] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1597/1640] Compiling AsyncHTTPClient HTTP1Connection.swift
[1598/1640] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1599/1640] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1600/1640] Compiling AsyncHTTPClient HTTP2Connection.swift
[1601/1640] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1602/1640] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1603/1640] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1604/1640] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1605/1640] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1606/1640] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1607/1640] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1608/1640] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1609/1640] Compiling AsyncHTTPClient RequestBodyLength.swift
[1610/1640] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1611/1640] Compiling AsyncHTTPClient RequestBag.swift
[1612/1640] Compiling AsyncHTTPClient RequestValidation.swift
[1613/1640] Compiling AsyncHTTPClient SSLContextCache.swift
[1614/1640] Compiling AsyncHTTPClient Scheme.swift
[1615/1640] Compiling AsyncHTTPClient Singleton.swift
[1616/1640] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1617/1640] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1618/1640] Compiling AsyncHTTPClient Utils.swift
[1619/1640] Compiling AsyncHTTPClient ConnectionTarget.swift
[1620/1640] Compiling AsyncHTTPClient DeconstructedURL.swift
[1621/1640] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1622/1640] Compiling AsyncHTTPClient FoundationExtensions.swift
[1623/1640] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1624/1640] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1625/1640] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1626/1640] Compiling AsyncHTTPClient HTTPClient.swift
[1627/1640] Compiling AsyncHTTPClient RequestOptions.swift
[1628/1640] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1629/1640] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1630/1640] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1631/1640] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1632/1640] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1633/1640] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1634/1640] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1635/1641] Wrapping AST for AsyncHTTPClient for debugging
[1637/1643] Emitting module OpenAPIAsyncHTTPClient
[1638/1643] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
[1639/1644] Wrapping AST for OpenAPIAsyncHTTPClient for debugging
[1641/1659] Compiling SwiftMistral RolePayload.swift
[1642/1659] Compiling SwiftMistral resource_bundle_accessor.swift
[1643/1660] Compiling SwiftMistral ChatCompletionSequence.swift
[1644/1660] Compiling SwiftMistral Embedding.swift
[1645/1660] Compiling SwiftMistral MessagePayload.swift
[1646/1660] Compiling SwiftMistral Model.swift
[1647/1660] Compiling SwiftMistral Server.swift
[1648/1660] Compiling SwiftMistral LoggingMiddleware.swift
[1649/1660] Compiling SwiftMistral RetryingClientMiddelware.swift
[1650/1660] Compiling SwiftMistral MistralClient.swift
/host/spi-builder-workspace/Sources/SwiftMistral/MistralClient.swift:16:32: warning: 'server1()' is deprecated: renamed to 'Servers.Server1.url'
14 |     public convenience init(apiKey: String, logger: Logger = defaultLogger) throws {
15 |         let client = try Client(
16 |             serverURL: Servers.server1(),
   |                                |- warning: 'server1()' is deprecated: renamed to 'Servers.Server1.url'
   |                                `- note: use 'Servers.Server1.url' instead
17 |             transport: AsyncHTTPClientTransport(),
18 |             middlewares: [
[1651/1660] Compiling SwiftMistral ChatCompletion.swift
/host/spi-builder-workspace/Sources/SwiftMistral/MistralClient.swift:16:32: warning: 'server1()' is deprecated: renamed to 'Servers.Server1.url'
14 |     public convenience init(apiKey: String, logger: Logger = defaultLogger) throws {
15 |         let client = try Client(
16 |             serverURL: Servers.server1(),
   |                                |- warning: 'server1()' is deprecated: renamed to 'Servers.Server1.url'
   |                                `- note: use 'Servers.Server1.url' instead
17 |             transport: AsyncHTTPClientTransport(),
18 |             middlewares: [
[1652/1660] Compiling SwiftMistral Constants.swift
[1653/1660] Compiling SwiftMistral AuthMiddelware.swift
[1654/1660] Emitting module SwiftMistral
[1655/1660] Compiling SwiftMistral Types.swift
[1656/1660] Compiling SwiftMistral Client.swift
[1657/1661] Wrapping AST for SwiftMistral for debugging
[1659/1663] Emitting module SwiftMistralCLI
[1660/1663] Compiling SwiftMistralCLI SwiftMistralCLI.swift
[1661/1664] Wrapping AST for SwiftMistralCLI for debugging
[1662/1664] Write Objects.LinkFileList
[1663/1664] Linking swift-mistral
Build complete! (483.75s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.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.0.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.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-openapi-async-http-client"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.50.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "swift-mistral",
  "name" : "swift-mistral",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMistral",
      "targets" : [
        "SwiftMistral"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-mistral",
      "targets" : [
        "SwiftMistralCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMistralTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMistralTests",
      "path" : "Tests/SwiftMistralTests",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "sources" : [
        "AuthMiddelwareTests.swift",
        "ChatCompletionSequenceTests.swift",
        "RetryingClientMiddelwareTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "SwiftMistral"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMistralCLI",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMistralCLI",
      "path" : "Sources/SwiftMistralCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "OpenAPIRuntime",
        "SwiftFormat"
      ],
      "product_memberships" : [
        "swift-mistral"
      ],
      "sources" : [
        "SwiftMistralCLI.swift"
      ],
      "target_dependencies" : [
        "SwiftMistral"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftMistral",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMistral",
      "path" : "Sources/SwiftMistral",
      "product_dependencies" : [
        "OpenAPIAsyncHTTPClient",
        "OpenAPIRuntime",
        "Collections",
        "Logging",
        "OpenAPIGenerator",
        "SwiftFormat"
      ],
      "product_memberships" : [
        "SwiftMistral",
        "swift-mistral"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftMistral/openapi-generator-config.yaml",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/SwiftMistral/openapi.yaml",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Constants.swift",
        "Middelware/AuthMiddelware.swift",
        "Middelware/LoggingMiddleware.swift",
        "Middelware/RetryingClientMiddelware.swift",
        "MistralClient.swift",
        "Models/ChatCompletion.swift",
        "Models/ChatCompletionSequence.swift",
        "Models/Embedding.swift",
        "Models/MessagePayload.swift",
        "Models/Model.swift",
        "Models/RolePayload.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.