The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-mistral, reference main (c4cb00), with Swift 6.1 for Linux on 28 Apr 2025 03:01:46 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkrukowski/SwiftMistral.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/jkrukowski/SwiftMistral
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/swift-server/swift-openapi-async-http-client
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/nicklockwood/SwiftFormat
[1/5672] Fetching swift-openapi-runtime
[2/6228] Fetching swift-openapi-runtime, swift-openapi-async-http-client
[6229/10064] Fetching swift-openapi-runtime, swift-openapi-async-http-client, swift-log
[10065/26306] Fetching swift-openapi-runtime, swift-openapi-async-http-client, swift-log, swift-collections
[13151/41256] Fetching swift-openapi-runtime, swift-openapi-async-http-client, swift-log, swift-collections, swift-argument-parser
[19222/87986] Fetching swift-openapi-runtime, swift-openapi-async-http-client, swift-log, swift-collections, swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.88s)
[39790/82314] Fetching swift-openapi-async-http-client, swift-log, swift-collections, swift-argument-parser, swiftformat
Fetched https://github.com/apple/swift-argument-parser from cache (0.88s)
Fetching https://github.com/apple/swift-openapi-generator
[25307/67364] Fetching swift-openapi-async-http-client, swift-log, swift-collections, swiftformat
Fetched https://github.com/apple/swift-log from cache (1.18s)
[21472/78935] Fetching swift-openapi-async-http-client, swift-collections, swiftformat, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-generator from cache (0.68s)
[22873/63528] Fetching swift-openapi-async-http-client, swift-collections, swiftformat
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (30.78s)
Fetched https://github.com/apple/swift-collections.git from cache (30.82s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (31.67s)
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 (34.77s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/apple/swift-nio
[1/904] Fetching swift-http-types
[905/14691] Fetching swift-http-types, async-http-client
[8075/90127] Fetching swift-http-types, async-http-client, swift-nio
Fetched https://github.com/apple/swift-http-types from cache (7.11s)
Fetched https://github.com/swift-server/async-http-client.git from cache (7.12s)
Fetched https://github.com/apple/swift-nio from cache (7.20s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (11.66s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.11s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (1.15s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
[2594/8281] Fetching swift-nio-transport-services, swift-nio-extras
[2904/14184] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms
[11913/15889] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.35s)
[10378/13270] Fetching swift-nio-extras, swift-algorithms, swift-atomics
[11603/24762] Fetching swift-nio-extras, swift-algorithms, swift-atomics, swift-nio-http2
[15800/39555] Fetching swift-nio-extras, swift-algorithms, swift-atomics, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (1.03s)
[33117/37850] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (1.19s)
[27805/31947] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.20s)
[16461/20455] Fetching swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.31s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.33s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.97s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.31s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.50s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.0 (0.80s)
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.82s)
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 (0.69s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.35s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.75s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.7.2 (1.08s)
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/jpsim/Yams
[1/10289] Fetching yams
[1751/88783] Fetching yams, openapikit
Fetched https://github.com/jpsim/Yams from cache (3.54s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (3.57s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.5.0 (5.58s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (1.38s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.85s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.27s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.71s)
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.49s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.47s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.52s)
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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.26.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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.2.2
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/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/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/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-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.0
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.5.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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.1.4
Creating working copy for https://github.com/swift-server/swift-openapi-async-http-client
Working copy of https://github.com/swift-server/swift-openapi-async-http-client resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
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.25.2
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
[0/36] Write sources
[10/36] Compiling _NumericsShims _NumericsShims.c
[11/36] Write sources
[14/36] Compiling parser.c
[15/36] Compiling writer.c
[16/36] Compiling emitter.c
[17/36] Compiling api.c
[18/36] Compiling scanner.c
[19/36] Write swift-version-24593BA9C3E375BF.txt
[20/36] Compiling reader.c
[22/117] Emitting module OpenAPIKitCore
[23/121] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[24/121] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[25/121] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[26/121] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/121] Compiling InternalCollectionsUtilities Integer rank.swift
[28/121] Emitting module ArgumentParserToolInfo
[29/121] Compiling ArgumentParserToolInfo ToolInfo.swift
[30/122] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[31/122] Compiling InternalCollectionsUtilities Specialize.swift
[32/124] Emitting module RealModule
[33/125] Compiling RealModule Real.swift
[34/125] Compiling InternalCollectionsUtilities _SortedCollection.swift
[35/125] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[36/125] Compiling InternalCollectionsUtilities Debugging.swift
[37/125] Compiling InternalCollectionsUtilities Descriptions.swift
[40/125] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/125] Emitting module InternalCollectionsUtilities
[42/125] Compiling InternalCollectionsUtilities UInt+reversed.swift
[43/125] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[44/125] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[45/125] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[49/125] Compiling RealModule Float80+Real.swift
[51/125] Compiling RealModule Float+Real.swift
[56/125] Compiling RealModule ElementaryFunctions.swift
[57/125] Compiling RealModule Float16+Real.swift
[58/125] Compiling RealModule RealFunctions.swift
[59/126] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/126] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/129] Wrapping AST for ArgumentParserToolInfo for debugging
[65/152] Wrapping AST for RealModule for debugging
[66/167] Wrapping AST for InternalCollectionsUtilities for debugging
[68/247] Compiling Algorithms Split.swift
[69/247] Compiling Algorithms Stride.swift
[70/247] Compiling Algorithms Suffix.swift
[71/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[72/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[73/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[74/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[75/250] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[76/250] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[77/250] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[78/257] Compiling OrderedCollections OrderedSet+Initializers.swift
[79/257] Compiling OrderedCollections OrderedSet+Insertions.swift
[80/257] Compiling OrderedCollections OrderedSet+Invariants.swift
[81/257] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[82/257] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[83/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[84/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[85/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[86/257] Compiling Algorithms RandomSample.swift
[87/257] Compiling Algorithms Reductions.swift
[88/257] Compiling Algorithms Rotate.swift
[89/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[90/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[91/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[92/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[93/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[94/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[95/257] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[96/257] Compiling Algorithms Trim.swift
[97/257] Compiling Algorithms Unique.swift
[98/257] Compiling Algorithms Windows.swift
[99/257] Compiling Algorithms Joined.swift
[100/257] Compiling Algorithms Keyed.swift
[101/257] Compiling Algorithms MinMax.swift
[102/257] Compiling Algorithms FlattenCollection.swift
[103/257] Compiling Algorithms Grouped.swift
[104/257] Compiling Algorithms Indexed.swift
[105/257] Compiling Algorithms Intersperse.swift
[106/257] Compiling Algorithms Partition.swift
[110/257] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[111/257] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[112/257] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[113/257] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[114/257] Compiling OrderedCollections OrderedDictionary+Values.swift
[115/257] Compiling Algorithms Permutations.swift
[116/257] Compiling Algorithms Product.swift
[131/262] Emitting module ArgumentParser
[132/262] Compiling Algorithms Compacted.swift
[133/262] Compiling Algorithms Cycle.swift
[134/262] Compiling Algorithms EitherSequence.swift
[135/262] Compiling Algorithms FirstNonNil.swift
[142/262] Compiling Algorithms AdjacentPairs.swift
[143/262] Compiling Algorithms Chain.swift
[144/262] Compiling Algorithms Chunked.swift
[145/262] Compiling Algorithms Combinations.swift
[176/262] Compiling OrderedCollections OrderedSet+Sendable.swift
[177/262] Compiling OrderedCollections OrderedSet+SubSequence.swift
[178/262] Compiling OrderedCollections OrderedSet+Testing.swift
[179/262] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[180/262] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[181/262] Compiling OrderedCollections OrderedSet.swift
[182/262] Compiling OrderedCollections _UnsafeBitset.swift
[216/263] Emitting module Yams
[226/264] Emitting module OrderedCollections
[227/265] Wrapping AST for OpenAPIKitCore for debugging
[229/265] Wrapping AST for Yams for debugging
[249/384] Wrapping AST for OrderedCollections for debugging
[251/384] Compiling OpenAPIKit ResponseDecodingError.swift
[252/384] Compiling OpenAPIKit Example.swift
[253/384] Compiling OpenAPIKit ExternalDocumentation.swift
[254/384] Compiling OpenAPIKit DereferencedHeader.swift
[255/384] Compiling OpenAPIKit Header.swift
[256/385] Wrapping AST for ArgumentParser for debugging
[258/385] Emitting module Algorithms
[259/386] Wrapping AST for Algorithms for debugging
[261/386] Emitting module OpenAPIKit30
[262/394] Compiling OpenAPIKit Link.swift
[263/394] Compiling OpenAPIKit OpenAPI.swift
[264/394] Compiling OpenAPIKit DereferencedOperation.swift
[265/394] Compiling OpenAPIKit Operation.swift
[266/394] Compiling OpenAPIKit ResolvedEndpoint.swift
[267/394] Compiling OpenAPIKit OrderedDictionary+Validatable.swift
[268/394] Compiling OpenAPIKit DereferencedParameter.swift
[269/394] Compiling OpenAPIKit DereferencedSchemaContext.swift
[270/394] Compiling OpenAPIKit Parameter.swift
[271/394] Compiling OpenAPIKit ParameterContext.swift
[272/394] Compiling OpenAPIKit ParameterSchemaContext.swift
[273/394] Compiling OpenAPIKit DereferencedPathItem.swift
[274/394] Compiling OpenAPIKit PathItem.swift
[275/394] Compiling OpenAPIKit ResolvedRoute.swift
[276/394] Compiling OpenAPIKit DereferencedRequest.swift
[277/394] Compiling OpenAPIKit Request.swift
[278/394] Compiling OpenAPIKit JSONSchema.swift
[279/394] Compiling OpenAPIKit JSONSchemaContext.swift
[280/394] Compiling OpenAPIKit SimplifiedJSONSchema.swift
[281/394] Compiling OpenAPIKit TypesAndFormats.swift
[282/394] Compiling OpenAPIKit DereferencedSecurityRequirement.swift
[283/394] Compiling OpenAPIKit SecurityScheme.swift
[284/394] Compiling OpenAPIKit Server.swift
[285/394] Compiling OpenAPIKit Tag.swift
[294/402] Compiling OpenAPIKit DereferencedContentEncoding.swift
[295/402] Compiling OpenAPIKit DereferencedDocument.swift
[296/402] Compiling OpenAPIKit Document.swift
[297/402] Compiling OpenAPIKit DocumentInfo.swift
[298/402] Compiling OpenAPIKit ResolvedDocument.swift
[299/402] Compiling OpenAPIKit Either+Convenience.swift
[300/402] Compiling OpenAPIKit Either+LocallyDereferenceable.swift
[301/402] Compiling OpenAPIKit Either+Summarizable.swift
[302/402] Compiling OpenAPIKit Either+Validatable.swift
[303/402] Compiling OpenAPIKit AnyCodable+Validatable.swift
[304/402] Compiling OpenAPIKit Callbacks.swift
[305/402] Compiling OpenAPIKit CodableVendorExtendable.swift
[306/402] Compiling OpenAPIKit Components+JSONReference.swift
[307/402] Compiling OpenAPIKit Components+Locatable.swift
[308/402] Compiling OpenAPIKit Components.swift
[309/402] Compiling OpenAPIKit Content.swift
[310/402] Compiling OpenAPIKit ContentEncoding.swift
[311/402] Compiling OpenAPIKit DereferencedContent.swift
[312/402] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[313/402] Compiling OpenAPIKit Container+DecodeURLAsString.swift
[314/402] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[315/402] Compiling OpenAPIKit Validation+Builtins.swift
[316/402] Compiling OpenAPIKit Validation.swift
[317/402] Compiling OpenAPIKit Validator+Convenience.swift
[318/402] Compiling OpenAPIKit Validator.swift
[319/402] Compiling OpenAPIKit XML.swift
[320/402] Emitting module OpenAPIKit
[339/402] Compiling OpenAPIKit DocumentDecodingError.swift
[340/402] Compiling OpenAPIKit OperationDecodingError.swift
[341/402] Compiling OpenAPIKit PathDecodingError.swift
[347/402] Compiling OpenAPIKit JSONReference.swift
[348/402] Compiling OpenAPIKit DereferencedResponse.swift
[349/402] Compiling OpenAPIKit Response.swift
[350/402] Compiling OpenAPIKit RuntimeExpression.swift
[351/402] Compiling OpenAPIKit SchemaProtocols.swift
[352/402] Compiling OpenAPIKit SwiftPrimitiveTypes+OpenAPI.swift
[353/402] Compiling OpenAPIKit DereferencedJSONSchema.swift
[354/402] Compiling OpenAPIKit JSONSchema+Combining.swift
[363/403] Wrapping AST for OpenAPIKit30 for debugging
[397/403] Compiling OpenAPIKit _CoreReExport.swift
[398/404] Wrapping AST for OpenAPIKit for debugging
[400/407] Emitting module OpenAPIKitCompat
[401/407] Compiling OpenAPIKitCompat Either+Map.swift
[402/407] Compiling OpenAPIKitCompat Compat30To31.swift
[403/408] Wrapping AST for OpenAPIKitCompat for debugging
[405/489] Emitting module _OpenAPIGeneratorCore
[406/500] Compiling _OpenAPIGeneratorCore Config.swift
[407/500] Compiling _OpenAPIGeneratorCore Diagnostics.swift
[408/500] Compiling _OpenAPIGeneratorCore DiagnosticsCollectorProvider.swift
[409/500] Compiling _OpenAPIGeneratorCore Errors.swift
[410/500] Compiling _OpenAPIGeneratorCore Foundation.swift
[411/500] Compiling _OpenAPIGeneratorCore OpenAPIKit.swift
[412/500] Compiling _OpenAPIGeneratorCore String.swift
[413/500] Compiling _OpenAPIGeneratorCore SwiftStandardLibrary.swift
[414/500] Compiling _OpenAPIGeneratorCore FeatureFlags.swift
[415/500] Compiling _OpenAPIGeneratorCore GeneratorMode.swift
[416/500] Compiling _OpenAPIGeneratorCore GeneratorPipeline.swift
[417/500] Compiling _OpenAPIGeneratorCore GeneratorPipelineStage.swift
[418/500] Compiling _OpenAPIGeneratorCore translateClientMethod.swift
[419/500] Compiling _OpenAPIGeneratorCore translateAllAnyOneOf.swift
[420/500] Compiling _OpenAPIGeneratorCore translateArray.swift
[421/500] Compiling _OpenAPIGeneratorCore translateCodable.swift
[422/500] Compiling _OpenAPIGeneratorCore translateObjectStruct.swift
[423/500] Compiling _OpenAPIGeneratorCore translateRawEnum.swift
[424/500] Compiling _OpenAPIGeneratorCore translateRawRepresentableEnum.swift
[425/500] Compiling _OpenAPIGeneratorCore translateSchema.swift
[426/500] Compiling _OpenAPIGeneratorCore translateStructBlueprint.swift
[427/500] Compiling _OpenAPIGeneratorCore translateTypealias.swift
[428/500] Compiling _OpenAPIGeneratorCore Annotations.swift
[429/500] Compiling _OpenAPIGeneratorCore CommentExtensions.swift
[430/500] Compiling _OpenAPIGeneratorCore translateBoxedTypes.swift
[431/500] Compiling _OpenAPIGeneratorCore translateComponentHeaders.swift
[432/500] Compiling _OpenAPIGeneratorCore translateComponentParameters.swift
[433/500] Compiling _OpenAPIGeneratorCore translateComponentRequestBodies.swift
[434/500] Compiling _OpenAPIGeneratorCore translateComponentResponses.swift
[435/500] Compiling _OpenAPIGeneratorCore translateComponents.swift
[436/500] Compiling _OpenAPIGeneratorCore translateOperations.swift
[437/500] Compiling _OpenAPIGeneratorCore translateSchemas.swift
[438/500] Compiling _OpenAPIGeneratorCore translateServers.swift
[439/500] Compiling _OpenAPIGeneratorCore translateServersVariables.swift
[440/500] Compiling _OpenAPIGeneratorCore YamlFileDiagnosticsCollector.swift
[441/500] Compiling _OpenAPIGeneratorCore MultipartContent.swift
[442/500] Compiling _OpenAPIGeneratorCore MultipartContentInspector.swift
[443/500] Compiling _OpenAPIGeneratorCore translateMultipart.swift
[444/500] Compiling _OpenAPIGeneratorCore MultiplexTranslator.swift
[445/500] Compiling _OpenAPIGeneratorCore OperationDescription.swift
[446/500] Compiling _OpenAPIGeneratorCore TypedParameter.swift
[447/500] Compiling _OpenAPIGeneratorCore translateParameter.swift
[448/500] Compiling _OpenAPIGeneratorCore DeclarationRecursionDetector.swift
[449/500] Compiling _OpenAPIGeneratorCore RecursionDetector.swift
[450/500] Compiling _OpenAPIGeneratorCore TypedRequestBody.swift
[451/500] Compiling _OpenAPIGeneratorCore translateRequestBody.swift
[452/500] Compiling _OpenAPIGeneratorCore Constants.swift
[453/500] Compiling _OpenAPIGeneratorCore DiscriminatorExtensions.swift
[454/500] Compiling _OpenAPIGeneratorCore SchemaOverrides.swift
[455/500] Compiling _OpenAPIGeneratorCore StructBlueprint.swift
[456/500] Compiling _OpenAPIGeneratorCore CodingStrategy.swift
[457/500] Compiling _OpenAPIGeneratorCore ContentInspector.swift
[458/500] Compiling _OpenAPIGeneratorCore ContentType.swift
[459/500] Compiling _OpenAPIGeneratorCore SchemaContent.swift
[460/500] Compiling _OpenAPIGeneratorCore FileTranslator+FeatureFlags.swift
[461/500] Compiling _OpenAPIGeneratorCore FileTranslator.swift
[462/500] Compiling _OpenAPIGeneratorCore MultipartAdditionalProperties.swift
[463/500] Compiling _OpenAPIGeneratorCore HTTPStatusCodes.swift
[464/500] Compiling _OpenAPIGeneratorCore ResponseKind.swift
[465/500] Compiling _OpenAPIGeneratorCore TypedResponse.swift
[466/500] Compiling _OpenAPIGeneratorCore TypedResponseHeader.swift
[467/500] Compiling _OpenAPIGeneratorCore acceptHeaderContentTypes.swift
[468/500] Compiling _OpenAPIGeneratorCore translateResponse.swift
[469/500] Compiling _OpenAPIGeneratorCore translateResponseHeader.swift
[470/500] Compiling _OpenAPIGeneratorCore translateResponseOutcome.swift
[471/500] Compiling _OpenAPIGeneratorCore ServerTranslator.swift
[472/500] Compiling _OpenAPIGeneratorCore translateServerMethod.swift
[473/500] Compiling _OpenAPIGeneratorCore TranslatorProtocol.swift
[474/500] Compiling _OpenAPIGeneratorCore Builtins.swift
[475/500] Compiling _OpenAPIGeneratorCore ReferenceStack.swift
[476/500] Compiling _OpenAPIGeneratorCore SafeNameGenerator.swift
[477/500] Compiling _OpenAPIGeneratorCore TypeAssigner.swift
[478/500] Compiling _OpenAPIGeneratorCore TypeLocation.swift
[479/500] Compiling _OpenAPIGeneratorCore TypeMatcher.swift
[480/500] Compiling _OpenAPIGeneratorCore TypeName.swift
[481/500] Compiling _OpenAPIGeneratorCore TypeUsage.swift
[482/500] Compiling _OpenAPIGeneratorCore isSchemaSupported.swift
[483/500] Compiling _OpenAPIGeneratorCore TypesFileTranslator.swift
[484/500] Compiling _OpenAPIGeneratorCore translateAPIProtocol.swift
[485/500] Compiling _OpenAPIGeneratorCore DocumentFilter.swift
[486/500] Compiling _OpenAPIGeneratorCore FilteredDocument.swift
[487/500] Compiling _OpenAPIGeneratorCore ParsedOpenAPIRepresentation.swift
[488/500] Compiling _OpenAPIGeneratorCore RenderedSwiftRepresentation.swift
[489/500] Compiling _OpenAPIGeneratorCore StructuredSwiftRepresentation.swift
[490/500] Compiling _OpenAPIGeneratorCore ParserProtocol.swift
[491/500] Compiling _OpenAPIGeneratorCore YamsParser.swift
[492/500] Compiling _OpenAPIGeneratorCore validateDoc.swift
[493/500] Compiling _OpenAPIGeneratorCore PlatformChecks.swift
[494/500] Compiling _OpenAPIGeneratorCore RendererProtocol.swift
[495/500] Compiling _OpenAPIGeneratorCore TextBasedRenderer.swift
[496/500] Compiling _OpenAPIGeneratorCore ClientTranslator.swift
[497/501] Wrapping AST for _OpenAPIGeneratorCore for debugging
[499/510] Compiling swift_openapi_generator PluginSource.swift
[500/511] Compiling swift_openapi_generator Tool.swift
[501/511] Compiling swift_openapi_generator UserConfig.swift
[502/511] Emitting module swift_openapi_generator
[503/511] Compiling swift_openapi_generator GenerateCommand.swift
[504/511] Compiling swift_openapi_generator GenerateOptions+runGenerator.swift
[505/511] Compiling swift_openapi_generator Extensions.swift
[506/511] Compiling swift_openapi_generator FilterCommand.swift
[507/511] Compiling swift_openapi_generator GenerateOptions.swift
[508/511] Compiling swift_openapi_generator runGenerator.swift
[509/512] Wrapping AST for swift-openapi-generator for debugging
[510/512] Write Objects.LinkFileList
[511/512] 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] Write sources
[4/534] Copying openapi-generator-config.yaml
[4/534] Copying openapi.yaml
[4/534] Write sources
[46/534] Compiling _NumericsShims _NumericsShims.c
[48/534] Compiling _AtomicsShims.c
[49/534] Compiling writer.c
[50/534] Compiling CNIOWindows shim.c
[51/534] Compiling reader.c
[52/534] Compiling CNIOWindows WSAStartup.c
[53/534] Compiling CNIOWASI CNIOWASI.c
[54/534] Compiling parser.c
[55/534] Compiling CNIOLinux liburing_shims.c
[56/534] Compiling api.c
[57/534] Compiling CNIOLLHTTP c_nio_http.c
[58/534] Compiling CNIOExtrasZlib empty.c
[59/534] Compiling CNIOLinux shim.c
[60/534] Compiling CNIODarwin shim.c
[61/534] Compiling emitter.c
[62/534] Compiling fiat_p256_adx_sqr.S
[63/534] Compiling CNIOLLHTTP c_nio_api.c
[64/534] Write swift-version-24593BA9C3E375BF.txt
[65/534] Compiling fiat_p256_adx_mul.S
[66/534] Compiling fiat_curve25519_adx_square.S
[67/534] Compiling fiat_curve25519_adx_mul.S
[68/534] Compiling scanner.c
[69/534] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/648] Compiling CNIOBoringSSLShims shims.c
[72/666] Compiling RealModule ElementaryFunctions.swift
[73/668] Compiling RealModule RealFunctions.swift
[74/668] Compiling _NIODataStructures PriorityQueue.swift
[75/668] Compiling RealModule Real.swift
[76/668] Compiling RealModule Float+Real.swift
[77/669] Compiling SwiftFormat Arguments.swift
[78/669] Compiling SwiftFormat CommandLine.swift
[79/669] Emitting module RealModule
[80/669] Compiling SwiftFormat DeclarationHelpers.swift
[81/669] Compiling SwiftFormat EnumAssociable.swift
[82/669] Compiling RealModule Float16+Real.swift
[83/669] Compiling RealModule Float80+Real.swift
[85/670] Compiling _NIODataStructures Heap.swift
[86/670] Emitting module _NIODataStructures
[87/670] Compiling _NIOBase64 Base64.swift
[88/670] Emitting module _NIOBase64
[89/671] Compiling _NIODataStructures _TinyArray.swift
[90/672] Emitting module RealModule
[94/697] Compiling Logging MetadataProvider.swift
[95/697] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[96/697] Compiling InternalCollectionsUtilities Specialize.swift
[97/699] Compiling InternalCollectionsUtilities _SortedCollection.swift
[98/699] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[99/699] Compiling InternalCollectionsUtilities Debugging.swift
[100/699] Compiling InternalCollectionsUtilities Descriptions.swift
[101/699] Emitting module Logging
[102/699] Emitting module Yams
[104/700] Emitting module OpenAPIKitCore
[105/701] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[106/701] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[108/701] Emitting module InternalCollectionsUtilities
[108/702] Compiling tls_method.cc
[109/702] Compiling tls_record.cc
[111/710] Wrapping AST for _NIOBase64 for debugging
[112/710] Wrapping AST for _NIODataStructures for debugging
[113/710] Wrapping AST for Yams for debugging
[115/710] Emitting module InternalCollectionsUtilities
[115/710] Wrapping AST for RealModule for debugging
[117/710] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[118/710] Compiling InternalCollectionsUtilities Integer rank.swift
[119/710] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[120/710] Compiling InternalCollectionsUtilities UInt+reversed.swift
[121/710] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[122/710] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[123/710] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[123/710] Wrapping AST for RealModule for debugging
[125/710] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[126/710] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[127/710] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[128/714] Compiling HTTPTypes HTTPParsedFields.swift
[129/714] Compiling HTTPTypes ISOLatin1String.swift
[130/715] Compiling HTTPTypes HTTPResponse.swift
[131/715] Wrapping AST for OpenAPIKitCore for debugging
[133/715] Compiling Logging Logging.swift
[134/715] Compiling Logging Locks.swift
[135/715] Compiling Logging LogHandler.swift
[137/716] Compiling SwiftFormat SpaceAroundParens.swift
[138/716] Compiling SwiftFormat SpaceInsideBraces.swift
[139/716] Compiling SwiftFormat SpaceInsideBrackets.swift
[140/716] Compiling SwiftFormat SpaceInsideComments.swift
[141/716] Compiling SwiftFormat SpaceInsideGenerics.swift
[142/716] Compiling SwiftFormat SpaceInsideParens.swift
[143/716] Compiling SwiftFormat Specifiers.swift
[144/716] Compiling SwiftFormat StrongOutlets.swift
[145/716] Compiling SwiftFormat StrongifiedSelf.swift
[146/716] Compiling SwiftFormat Todos.swift
[147/716] Compiling SwiftFormat TrailingClosures.swift
[148/716] Compiling SwiftFormat TrailingCommas.swift
[149/716] Compiling SwiftFormat TrailingSpace.swift
[150/716] Compiling SwiftFormat TypeSugar.swift
[151/716] Compiling SwiftFormat UnusedArguments.swift
[152/716] Compiling SwiftFormat UnusedPrivateDeclarations.swift
[153/732] Compiling HTTPTypes HTTPRequest.swift
[153/732] Wrapping AST for InternalCollectionsUtilities for debugging
[155/732] Compiling HTTPTypes NIOLock.swift
[156/800] Compiling SwiftFormat RedundantStaticSelf.swift
[157/800] Compiling SwiftFormat RedundantType.swift
[158/800] Compiling SwiftFormat RedundantTypedThrows.swift
[159/800] Compiling SwiftFormat RedundantVoidReturnType.swift
[160/800] Compiling SwiftFormat Semicolons.swift
[161/800] Compiling SwiftFormat SortDeclarations.swift
[162/800] Compiling SwiftFormat SortImports.swift
[163/800] Compiling SwiftFormat SortSwitchCases.swift
[164/800] Compiling SwiftFormat SortTypealiases.swift
[165/800] Compiling SwiftFormat SortedImports.swift
[166/800] Compiling SwiftFormat SortedSwitchCases.swift
[167/800] Compiling SwiftFormat SpaceAroundBraces.swift
[168/800] Compiling SwiftFormat SpaceAroundBrackets.swift
[169/800] Compiling SwiftFormat SpaceAroundComments.swift
[170/800] Compiling SwiftFormat SpaceAroundGenerics.swift
[171/800] Compiling SwiftFormat SpaceAroundOperators.swift
[172/800] Emitting module OpenAPIKit30
[173/801] Compiling _RopeModule Rope+_UnsafeHandle.swift
[174/801] Compiling _RopeModule Rope.swift
[175/801] Compiling _RopeModule RopeElement.swift
[176/801] Compiling _RopeModule RopeMetric.swift
[177/801] Compiling _RopeModule RopeSummary.swift
[178/801] Compiling _RopeModule _RopeItem.swift
[179/801] Compiling _RopeModule _RopePath.swift
[180/801] Compiling _RopeModule _RopeVersion.swift
[181/801] Compiling _RopeModule Rope+Collection.swift
[182/801] Compiling _RopeModule Rope+Index.swift
[183/801] Compiling _RopeModule Rope+Sequence.swift
[184/801] Compiling _RopeModule Rope+Append.swift
[185/801] Compiling _RopeModule Rope+Extract.swift
[186/801] Compiling _RopeModule Rope+Find.swift
[187/801] Compiling _RopeModule Rope+ForEachWhile.swift
[188/801] Compiling _RopeModule Rope+Insert.swift
[190/863] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[191/863] Compiling HeapModule Heap+Descriptions.swift
[192/863] Compiling HeapModule _HeapNode.swift
[193/863] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[194/863] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[195/863] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[196/863] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[197/863] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[198/863] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[199/863] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[200/870] Compiling HeapModule Heap.swift
[201/870] Compiling HeapModule Heap+Invariants.swift
[202/870] Compiling HeapModule Heap+UnsafeHandle.swift
[203/870] Emitting module OpenAPIKit
[204/871] Emitting module HeapModule
[205/872] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[206/872] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[207/872] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[208/872] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[209/872] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[210/872] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[211/872] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[214/872] Compiling OrderedCollections OrderedSet+Initializers.swift
[215/872] Compiling OrderedCollections OrderedSet+Insertions.swift
[216/872] Compiling OrderedCollections OrderedSet+Invariants.swift
[217/872] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[218/872] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[219/872] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[220/872] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[221/872] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[222/872] Compiling OrderedCollections OrderedDictionary.swift
[223/872] Compiling OrderedCollections OrderedSet+Codable.swift
[224/872] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[225/872] Compiling OrderedCollections OrderedSet+Descriptions.swift
[226/872] Compiling OrderedCollections OrderedSet+Diffing.swift
[227/872] Compiling OrderedCollections OrderedSet+Equatable.swift
[228/872] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[229/872] Compiling OrderedCollections OrderedSet+Hashable.swift
[230/872] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[231/872] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[232/872] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[233/872] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[234/872] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[235/872] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[236/872] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[237/872] Compiling OrderedCollections OrderedDictionary+Values.swift
[237/963] Compiling tls13_server.cc
[239/963] Compiling HashTreeCollections _HashNode+Invariants.swift
[240/963] Compiling HashTreeCollections _HashNode+Lookups.swift
[241/965] Emitting module OrderedCollections
[243/967] Compiling HashTreeCollections _AncestorHashSlots.swift
[244/967] Compiling HashTreeCollections _Bitmap.swift
[245/967] Emitting module OpenAPIKitCompat
[245/968] Wrapping AST for OpenAPIKit30 for debugging
[247/968] Wrapping AST for OrderedCollections for debugging
[249/968] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[250/968] Compiling HashTreeCollections _HashNode+Structural union.swift
[251/968] Compiling HashTreeCollections _HashLevel.swift
[252/968] Compiling HashTreeCollections _HashNode+Builder.swift
[253/968] Compiling HashTreeCollections _HashNode+Debugging.swift
[254/968] Compiling HashTreeCollections _HashNode+Initializers.swift
[255/968] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[256/968] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[257/968] Compiling DequeModule _DequeSlot.swift
[258/968] Compiling DequeModule _UnsafeWrappedBuffer.swift
[259/968] Compiling HashTreeCollections TreeSet+Sequence.swift
[260/968] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[261/968] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[262/968] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[263/968] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[264/968] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[265/968] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[266/968] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[267/968] Compiling SwiftFormat OpaqueGenericParameters.swift
[268/968] Compiling SwiftFormat OrganizeDeclarations.swift
[269/968] Compiling SwiftFormat PreferForLoop.swift
[270/968] Compiling SwiftFormat PreferKeyPath.swift
[271/968] Compiling SwiftFormat PropertyTypes.swift
[272/968] Compiling SwiftFormat RedundantBackticks.swift
[273/968] Compiling SwiftFormat RedundantBreak.swift
[274/968] Compiling SwiftFormat RedundantClosure.swift
[275/968] Emitting module DequeModule
[276/968] Compiling HashTreeCollections TreeSet+Hashable.swift
[277/968] Compiling HashTreeCollections TreeSet+Sendable.swift
[288/978] Compiling HashTreeCollections _Bucket.swift
[289/978] Compiling HashTreeCollections _Hash.swift
[294/978] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[295/978] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[296/978] Compiling HashTreeCollections _HashNode.swift
[297/978] Compiling HashTreeCollections _HashNodeHeader.swift
[298/978] Compiling HashTreeCollections _HashSlot.swift
[299/978] Compiling HashTreeCollections _HashStack.swift
[300/978] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[301/978] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[302/978] Compiling HashTreeCollections TreeDictionary+Values.swift
[303/978] Compiling HashTreeCollections TreeDictionary.swift
[304/978] Compiling HashTreeCollections TreeSet+Codable.swift
[305/978] Compiling HashTreeCollections TreeSet+Collection.swift
[306/978] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[307/978] Compiling HashTreeCollections TreeSet+Debugging.swift
[308/978] Compiling HashTreeCollections TreeSet+Descriptions.swift
[309/978] Compiling HashTreeCollections TreeDictionary+Keys.swift
[310/978] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[311/978] Compiling HashTreeCollections TreeDictionary+Merge.swift
[312/978] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[313/978] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[327/978] Wrapping AST for OpenAPIKit for debugging
[332/978] Compiling HashTreeCollections TreeSet+Equatable.swift
[333/978] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[334/978] Compiling HashTreeCollections TreeSet+Extras.swift
[335/978] Compiling HashTreeCollections TreeSet+Filter.swift
[337/978] Wrapping AST for Logging for debugging
[341/988] Emitting module OrderedCollections
[352/989] Compiling HTTPTypes HTTPFieldName.swift
[353/989] Compiling HTTPTypes HTTPField.swift
[354/989] Compiling HTTPTypes HTTPFields.swift
[355/989] Emitting module HTTPTypes
[356/990] Emitting module _RopeModule
[356/990] Wrapping AST for OpenAPIKitCompat for debugging
[358/990] Wrapping AST for InternalCollectionsUtilities for debugging
[361/990] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[362/990] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[363/990] Compiling HashTreeCollections TreeDictionary+Filter.swift
[364/990] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[365/990] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[381/990] Wrapping AST for HeapModule for debugging
[383/990] Wrapping AST for DequeModule for debugging
[384/990] Wrapping AST for OrderedCollections for debugging
[385/990] Wrapping AST for HTTPTypes for debugging
[387/1046] Emitting module HashTreeCollections
[388/1051] Compiling _RopeModule _CharacterRecognizer.swift
[389/1051] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[390/1051] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[391/1051] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[392/1051] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[393/1051] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[394/1051] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[395/1051] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[396/1051] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[397/1051] Compiling HashTreeCollections TreeSet.swift
[398/1051] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[399/1051] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[400/1051] Compiling OpenAPIRuntime ClientTransport.swift
[401/1051] Compiling OpenAPIRuntime CurrencyTypes.swift
[402/1051] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[403/1051] Compiling OpenAPIRuntime HTTPBody.swift
[404/1051] Compiling OpenAPIRuntime ServerTransport.swift
[405/1051] Compiling OpenAPIRuntime UniversalClient.swift
[406/1051] Compiling OpenAPIRuntime UniversalServer.swift
[407/1051] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[408/1051] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[408/1051] Compiling tls13_client.cc
[420/1051] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[421/1051] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[422/1051] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[423/1051] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[424/1051] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[425/1051] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[426/1051] Compiling OpenAPIRuntime MultipartValidation.swift
[427/1051] Compiling OpenAPIRuntime ErrorExtensions.swift
[428/1051] Compiling OpenAPIRuntime FoundationExtensions.swift
[429/1051] Compiling OpenAPIRuntime ParameterStyles.swift
[430/1051] Compiling OpenAPIRuntime ServerVariable.swift
[431/1051] Compiling OpenAPIRuntime URLExtensions.swift
[432/1051] Compiling OpenAPIRuntime Deprecated.swift
[433/1051] Compiling OpenAPIRuntime ClientError.swift
[434/1051] Compiling OpenAPIRuntime CodingErrors.swift
[435/1051] Compiling OpenAPIRuntime RuntimeError.swift
[436/1051] Compiling OpenAPIRuntime ServerError.swift
[437/1051] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[438/1051] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[439/1051] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[440/1051] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[441/1051] Compiling OpenAPIRuntime ServerSentEvents.swift
[442/1051] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[444/1051] Compiling OpenAPIRuntime Acceptable.swift
[445/1051] Compiling OpenAPIRuntime Base64EncodedData.swift
[446/1051] Compiling OpenAPIRuntime ByteUtilities.swift
[447/1051] Compiling OpenAPIRuntime ContentDisposition.swift
[448/1051] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[449/1051] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[450/1051] Compiling OpenAPIRuntime OpenAPIValue.swift
[451/1051] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[452/1051] Compiling OpenAPIRuntime UndocumentedPayload.swift
[453/1051] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[454/1051] Compiling OpenAPIRuntime CodableExtensions.swift
[466/1051] Compiling OpenAPIRuntime Configuration.swift
[467/1051] Compiling OpenAPIRuntime Converter+Client.swift
[468/1051] Compiling OpenAPIRuntime Converter+Common.swift
[469/1051] Compiling OpenAPIRuntime Converter+Server.swift
[470/1051] Compiling OpenAPIRuntime Converter.swift
[471/1051] Compiling OpenAPIRuntime CurrencyExtensions.swift
[506/1052] Compiling tls13_enc.cc
[507/1052] Wrapping AST for HashTreeCollections for debugging
[517/1060] Compiling tls13_both.cc
[519/1060] Compiling OpenAPIRuntime URISerializer.swift
[520/1060] Compiling _RopeModule Rope+MutatingForEach.swift
[521/1060] Compiling _RopeModule Rope+Remove.swift
[522/1060] Compiling _RopeModule Rope+RemoveSubrange.swift
[523/1060] Compiling _RopeModule Rope+Split.swift
[524/1060] Compiling _RopeModule Optional Utilities.swift
[525/1060] Compiling _RopeModule String Utilities.swift
[526/1060] Compiling _RopeModule String.Index+ABI.swift
[527/1061] Compiling t1_enc.cc
[530/1061] Compiling OpenAPIRuntime URICodeCodingKey.swift
[531/1061] Compiling OpenAPIRuntime URICoderConfiguration.swift
[532/1061] Compiling OpenAPIRuntime URIEncodedNode.swift
[533/1061] Compiling OpenAPIRuntime URIParsedTypes.swift
[534/1061] Compiling OpenAPIRuntime URIDecoder.swift
[535/1061] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[536/1061] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[537/1061] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[538/1061] Emitting module OpenAPIRuntime
[538/1061] Compiling ssl_x509.cc
[539/1061] Wrapping AST for _RopeModule for debugging
[566/1061] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[583/1061] Compiling ssl_transcript.cc
[584/1061] Compiling ssl_versions.cc
[586/1061] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[587/1061] Compiling OpenAPIRuntime URIEncoder.swift
[588/1061] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[589/1061] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[590/1061] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[591/1061] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[592/1061] Compiling OpenAPIRuntime URIParser.swift
[593/1062] Compiling ssl_stat.cc
[595/1062] Compiling ssl_session.cc
[596/1062] Compiling ssl_privkey.cc
[597/1062] Wrapping AST for OpenAPIRuntime for debugging
[599/1062] Emitting module SwiftFormat
[599/1062] Compiling ssl_lib.cc
[600/1062] Compiling ssl_file.cc
[601/1062] Compiling ssl_key_share.cc
[602/1062] Compiling ssl_credential.cc
[603/1062] Compiling ssl_buffer.cc
[604/1062] Compiling ssl_asn1.cc
[605/1062] Compiling ssl_cert.cc
[606/1062] Compiling ssl_cipher.cc
[607/1062] Compiling s3_pkt.cc
[608/1062] Compiling ssl_aead_ctx.cc
[609/1062] Compiling s3_lib.cc
[610/1062] Compiling s3_both.cc
[611/1062] Compiling handshake_server.cc
[612/1062] Compiling handshake_client.cc
[614/1062] Compiling SwiftFormat Void.swift
[615/1062] Compiling SwiftFormat Wrap.swift
[616/1062] Compiling SwiftFormat WrapArguments.swift
[617/1062] Compiling SwiftFormat WrapAttributes.swift
[618/1062] Compiling SwiftFormat WrapConditionalBodies.swift
[619/1062] Compiling SwiftFormat WrapEnumCases.swift
[620/1062] Compiling SwiftFormat WrapLoopBodies.swift
[621/1062] Compiling SwiftFormat WrapMultilineConditionalAssignment.swift
[622/1062] Compiling SwiftFormat WrapMultilineStatementBraces.swift
[623/1062] Compiling SwiftFormat WrapSingleLineComments.swift
[624/1062] Compiling SwiftFormat WrapSwitchCases.swift
[625/1062] Compiling SwiftFormat YodaConditions.swift
[626/1062] Compiling SwiftFormat Singularize.swift
[627/1062] Compiling SwiftFormat SwiftFormat.swift
[628/1062] Compiling SwiftFormat Tokenizer.swift
[629/1062] Compiling SwiftFormat XMLReporter.swift
[629/1062] Compiling handshake.cc
[630/1062] Compiling extensions.cc
[631/1062] Compiling handoff.cc
[632/1062] Compiling encrypted_client_hello.cc
[633/1062] Compiling dtls_method.cc
[634/1062] Compiling md5-x86_64-linux.S
[635/1062] Compiling dtls_record.cc
[636/1062] Compiling md5-x86_64-apple.S
[637/1062] Compiling md5-586-linux.S
[638/1062] Compiling md5-586-apple.S
[639/1062] Compiling chacha20_poly1305_x86_64-linux.S
[640/1062] Compiling chacha20_poly1305_x86_64-apple.S
[641/1062] Compiling d1_srtp.cc
[642/1062] Compiling chacha20_poly1305_armv8-win.S
[643/1062] Compiling chacha20_poly1305_armv8-linux.S
[644/1062] Compiling chacha20_poly1305_armv8-apple.S
[645/1062] Compiling chacha-x86_64-linux.S
[646/1062] Compiling err_data.cc
[647/1062] Compiling d1_pkt.cc
[648/1062] Compiling chacha-x86_64-apple.S
[649/1062] Compiling chacha-x86-linux.S
[650/1062] Compiling chacha-x86-apple.S
[651/1062] Compiling chacha-armv8-linux.S
[651/1062] Compiling chacha-armv8-win.S
[653/1062] Compiling chacha-armv8-apple.S
[654/1062] Compiling chacha-armv4-linux.S
[655/1062] Compiling aes128gcmsiv-x86_64-apple.S
[656/1062] Compiling aes128gcmsiv-x86_64-linux.S
[657/1062] Compiling x86_64-mont5-apple.S
[658/1062] Compiling x86_64-mont5-linux.S
[659/1062] Compiling x86_64-mont-apple.S
[660/1062] Compiling x86_64-mont-linux.S
[661/1062] Compiling d1_lib.cc
[662/1062] Compiling x86-mont-linux.S
[663/1062] Compiling x86-mont-apple.S
[664/1062] Compiling vpaes-x86_64-linux.S
[665/1062] Compiling vpaes-x86_64-apple.S
[666/1062] Compiling vpaes-x86-linux.S
[667/1062] Compiling vpaes-armv8-win.S
[668/1062] Compiling vpaes-x86-apple.S
[669/1062] Compiling vpaes-armv8-linux.S
[670/1062] Compiling vpaes-armv7-linux.S
[671/1062] Compiling vpaes-armv8-apple.S
[672/1062] Compiling sha512-armv8-apple.S
[673/1062] Compiling sha512-armv8-win.S
[674/1062] Compiling sha512-x86_64-apple.S
[675/1062] Compiling sha512-armv8-linux.S
[676/1062] Compiling sha512-x86_64-linux.S
[677/1062] Compiling sha512-armv4-linux.S
[678/1062] Compiling sha512-586-linux.S
[679/1062] Compiling sha256-x86_64-linux.S
[680/1062] Compiling sha256-x86_64-apple.S
[681/1062] Compiling sha256-armv8-win.S
[682/1062] Compiling sha512-586-apple.S
[683/1062] Compiling sha256-armv8-linux.S
[684/1062] Compiling sha256-586-linux.S
[685/1062] Compiling sha256-armv8-apple.S
[686/1062] Compiling sha256-armv4-linux.S
[687/1062] Compiling sha256-586-apple.S
[688/1062] Compiling bio_ssl.cc
[689/1062] Compiling sha1-armv8-linux.S
[689/1062] Compiling sha1-x86_64-apple.S
[691/1062] Compiling sha1-armv8-win.S
[691/1062] Compiling sha1-x86_64-linux.S
[693/1062] Compiling sha1-armv8-apple.S
[694/1062] Compiling sha1-armv4-large-linux.S
[695/1062] Compiling sha1-586-apple.S
[696/1062] Compiling sha1-586-linux.S
[697/1062] Compiling rsaz-avx2-linux.S
[698/1062] Compiling rsaz-avx2-apple.S
[699/1062] Compiling rdrand-x86_64-linux.S
[700/1062] Compiling rdrand-x86_64-apple.S
[701/1062] Compiling p256_beeu-x86_64-asm-linux.S
[702/1062] Compiling p256_beeu-armv8-asm-linux.S
[703/1062] Compiling p256_beeu-x86_64-asm-apple.S
[704/1062] Compiling p256_beeu-armv8-asm-win.S
[705/1062] Compiling p256-x86_64-asm-linux.S
[706/1062] Compiling p256_beeu-armv8-asm-apple.S
[707/1062] Compiling p256-x86_64-asm-apple.S
[708/1062] Compiling p256-armv8-asm-win.S
[709/1062] Compiling p256-armv8-asm-apple.S
[710/1062] Compiling p256-armv8-asm-linux.S
[711/1062] Compiling ghashv8-armv8-win.S
[712/1062] Compiling ghashv8-armv7-linux.S
[713/1062] Compiling ghashv8-armv8-apple.S
[714/1062] Compiling ghashv8-armv8-linux.S
[715/1062] Compiling ghash-x86_64-apple.S
[716/1062] Compiling ghash-x86-linux.S
[717/1062] Compiling ghash-x86_64-linux.S
[718/1062] Compiling ghash-ssse3-x86_64-apple.S
[719/1062] Compiling ghash-ssse3-x86_64-linux.S
[720/1062] Compiling ghash-x86-apple.S
[721/1062] Compiling ghash-ssse3-x86-linux.S
[722/1062] Compiling ghash-ssse3-x86-apple.S
[723/1062] Compiling ghash-neon-armv8-win.S
[724/1062] Compiling ghash-neon-armv8-linux.S
[725/1062] Compiling co-586-apple.S
[726/1062] Compiling ghash-neon-armv8-apple.S
[727/1062] Compiling co-586-linux.S
[728/1062] Compiling ghash-armv4-linux.S
[729/1062] Compiling bsaes-armv7-linux.S
[730/1062] Compiling bn-armv8-win.S
[731/1062] Compiling bn-armv8-apple.S
[732/1062] Compiling bn-armv8-linux.S
[733/1062] Compiling bn-586-apple.S
[734/1062] Compiling bn-586-linux.S
[735/1062] Compiling armv8-mont-linux.S
[736/1062] Compiling armv8-mont-apple.S
[737/1062] Compiling armv8-mont-win.S
[738/1062] Compiling armv4-mont-linux.S
[739/1062] Compiling d1_both.cc
[740/1062] Compiling aesv8-gcm-armv8-linux.S
[741/1062] Compiling aesv8-gcm-armv8-win.S
[742/1062] Compiling aesv8-gcm-armv8-apple.S
[743/1062] Compiling aesv8-armv8-win.S
[744/1062] Compiling aesv8-armv8-apple.S
[745/1062] Compiling aesv8-armv8-linux.S
[746/1062] Compiling aesv8-armv7-linux.S
[747/1062] Compiling aesni-x86-linux.S
[748/1062] Compiling aesni-x86_64-apple.S
[749/1062] Compiling aesni-x86_64-linux.S
[750/1062] Compiling aesni-x86-apple.S
[751/1062] Compiling aesni-gcm-x86_64-apple.S
[752/1062] Compiling aesni-gcm-x86_64-linux.S
[753/1062] Compiling aes-gcm-avx10-x86_64-apple.S
[754/1062] Compiling aes-gcm-avx2-x86_64-linux.S
[754/1062] Compiling aes-gcm-avx2-x86_64-apple.S
[756/1062] Compiling aes-gcm-avx10-x86_64-linux.S
[757/1062] Compiling x_spki.cc
[758/1062] Compiling x_pubkey.cc
[759/1062] Compiling x_val.cc
[760/1062] Compiling x_sig.cc
[761/1062] Compiling x_x509a.cc
[762/1062] Compiling x_req.cc
[763/1062] Compiling x_x509.cc
[764/1062] Compiling x_exten.cc
[765/1062] Compiling x_attrib.cc
[766/1062] Compiling x_name.cc
[767/1062] Compiling x_crl.cc
[768/1062] Compiling x509spki.cc
[769/1062] Compiling x_algor.cc
[770/1062] Compiling x_all.cc
[771/1062] Compiling x509name.cc
[772/1062] Compiling x509cset.cc
[773/1062] Compiling x509rset.cc
[774/1062] Compiling x509_vpm.cc
[775/1062] Compiling x509_txt.cc
[776/1062] Compiling x509_v3.cc
[777/1062] Compiling x509_vfy.cc
[778/1062] Compiling x509_set.cc
[779/1062] Compiling x509_obj.cc
[780/1062] Compiling x509_trs.cc
[781/1062] Compiling x509_req.cc
[782/1062] Compiling x509_ext.cc
[783/1062] Compiling x509_lu.cc
[784/1062] Compiling x509_def.cc
[785/1062] Compiling x509_d2.cc
[786/1062] Compiling x509_cmp.cc
[787/1062] Compiling v3_utl.cc
[788/1062] Compiling x509.cc
[789/1062] Compiling v3_purp.cc
[790/1062] Compiling x509_att.cc
[791/1062] Compiling v3_skey.cc
[792/1062] Compiling v3_pcons.cc
[793/1062] Compiling v3_ocsp.cc
[794/1062] Compiling v3_prn.cc
[795/1062] Compiling v3_pmaps.cc
[796/1062] Compiling v3_ncons.cc
[797/1062] Compiling v3_lib.cc
[798/1062] Compiling v3_int.cc
[799/1062] Compiling v3_info.cc
[800/1062] Compiling v3_ia5.cc
[801/1062] Compiling v3_extku.cc
[802/1062] Compiling v3_genn.cc
[803/1062] Compiling v3_enum.cc
[804/1062] Compiling v3_crld.cc
[805/1062] Compiling v3_cpols.cc
[806/1062] Compiling v3_conf.cc
[807/1062] Compiling v3_bitst.cc
[808/1062] Compiling v3_bcons.cc
[809/1062] Compiling v3_akeya.cc
[810/1062] Compiling v3_alt.cc
[811/1062] Compiling v3_akey.cc
[812/1062] Compiling t_x509a.cc
[813/1062] Compiling t_x509.cc
[814/1062] Compiling t_req.cc
[815/1062] Compiling i2d_pr.cc
[816/1062] Compiling t_crl.cc
[817/1062] Compiling name_print.cc
[818/1062] Compiling policy.cc
[819/1062] Compiling rsa_pss.cc
[820/1062] Compiling by_file.cc
[821/1062] Compiling asn1_gen.cc
[822/1062] Compiling by_dir.cc
[823/1062] Compiling algorithm.cc
[824/1062] Compiling a_verify.cc
[825/1062] Compiling voprf.cc
[826/1062] Compiling a_sign.cc
[827/1062] Compiling a_digest.cc
[828/1062] Compiling thread_win.cc
[846/1062] Compiling trust_token.cc
[847/1062] Compiling thread_none.cc
[848/1062] Compiling pmbtoken.cc
[849/1062] Compiling thread_pthread.cc
[850/1063] Compiling thread.cc
[852/1063] Compiling stack.cc
[853/1063] Compiling sha256.cc
[854/1063] Compiling siphash.cc
[855/1063] Compiling sha512.cc
[856/1063] Wrapping AST for SwiftFormat for debugging
[857/1063] Compiling sha1.cc
[858/1063] Compiling rsa_print.cc
[859/1063] Compiling rsa_extra.cc
[860/1063] Compiling slhdsa.cc
[861/1063] Compiling spake2plus.cc
[862/1063] Compiling rc4.cc
[863/1063] Compiling refcount.cc
[864/1063] Compiling windows.cc
[865/1063] Compiling urandom.cc
[866/1063] Compiling rsa_crypt.cc
[867/1063] Compiling trusty.cc
[868/1063] Compiling rsa_asn1.cc
[869/1063] Compiling rand.cc
[870/1063] Compiling fork_detect.cc
[871/1063] Compiling poly1305_arm_asm.S
[872/1063] Compiling getentropy.cc
[873/1063] Compiling ios.cc
[874/1063] Compiling passive.cc
[875/1063] Compiling forkunsafe.cc
[876/1063] Compiling deterministic.cc
[877/1063] Compiling poly1305.cc
[878/1063] Compiling poly1305_arm.cc
[879/1063] Compiling poly1305_vec.cc
[880/1063] Compiling pool.cc
[881/1063] Compiling pkcs7.cc
[882/1063] Compiling pkcs8.cc
[883/1063] Compiling p5_pbev2.cc
[884/1063] Compiling pkcs7_x509.cc
[885/1063] Compiling pkcs8_x509.cc
[886/1063] Compiling pem_xaux.cc
[887/1063] Compiling pem_x509.cc
[888/1063] Compiling pem_pkey.cc
[889/1063] Compiling pem_pk8.cc
[890/1063] Compiling mlkem.cc
[891/1063] Compiling obj_xref.cc
[892/1063] Compiling pem_oth.cc
[893/1063] Compiling pem_info.cc
[894/1063] Compiling pem_lib.cc
[895/1063] Compiling mldsa.cc
[896/1063] Compiling obj.cc
[897/1063] Compiling md5.cc
[898/1063] Compiling pem_all.cc
[899/1063] Compiling mem.cc
[900/1063] Compiling fips_shared_support.cc
[901/1063] Compiling poly_rq_mul.S
[902/1063] Compiling md4.cc
[903/1063] Compiling lhash.cc
[904/1063] Compiling sign.cc
[905/1063] Compiling ex_data.cc
[906/1063] Compiling scrypt.cc
[907/1063] Compiling kyber.cc
[908/1063] Compiling hrss.cc
[909/1063] Compiling hpke.cc
[910/1063] Compiling print.cc
[911/1063] Compiling pbkdf.cc
[912/1063] Compiling p_x25519.cc
[913/1063] Compiling p_x25519_asn1.cc
[914/1063] Compiling p_rsa_asn1.cc
[915/1063] Compiling p_rsa.cc
[916/1063] Compiling p_ed25519.cc
[917/1063] Compiling p_hkdf.cc
[918/1063] Compiling p_ed25519_asn1.cc
[919/1063] Compiling p_ec_asn1.cc
[920/1063] Compiling p_ec.cc
[921/1063] Compiling p_dh.cc
[922/1063] Compiling p_dh_asn1.cc
[923/1063] Compiling evp_ctx.cc
[924/1063] Compiling p_dsa_asn1.cc
[925/1063] Compiling err.cc
[926/1063] Compiling engine.cc
[927/1063] Compiling evp.cc
[928/1063] Compiling evp_asn1.cc
[929/1063] Compiling ecdh.cc
[930/1063] Compiling hash_to_curve.cc
[931/1063] Compiling ecdsa_asn1.cc
[932/1063] Compiling ec_derive.cc
[933/1063] Compiling dsa.cc
[934/1063] Compiling params.cc
[935/1063] Compiling ec_asn1.cc
[936/1063] Compiling dsa_asn1.cc
[937/1063] Compiling x25519-asm-arm.S
[938/1063] Compiling des.cc
[939/1063] Compiling dh_asn1.cc
[940/1063] Compiling digest_extra.cc
[941/1063] Compiling crypto.cc
[942/1063] Compiling cpu_intel.cc
[943/1063] Compiling spake25519.cc
[944/1063] Compiling cpu_arm_linux.cc
[945/1063] Compiling curve25519.cc
[946/1063] Compiling cpu_arm_freebsd.cc
[947/1063] Compiling cpu_aarch64_sysreg.cc
[948/1063] Compiling cpu_aarch64_win.cc
[949/1063] Compiling cpu_aarch64_openbsd.cc
[950/1063] Compiling bcm.cc
[951/1063] Compiling cpu_aarch64_linux.cc
[952/1063] Compiling cpu_aarch64_fuchsia.cc
[953/1063] Compiling cpu_aarch64_apple.cc
[954/1063] Compiling curve25519_64_adx.cc
[955/1063] Compiling tls_cbc.cc
[956/1063] Compiling conf.cc
[957/1063] Compiling get_cipher.cc
[958/1063] Compiling e_tls.cc
[959/1063] Compiling e_null.cc
[960/1063] Compiling e_rc2.cc
[961/1063] Compiling e_rc4.cc
[962/1063] Compiling e_des.cc
[963/1063] Compiling e_chacha20poly1305.cc
[964/1063] Compiling e_aesctrhmac.cc
[965/1063] Compiling e_aesgcmsiv.cc
[966/1063] Compiling derive_key.cc
[967/1063] Compiling chacha.cc
[968/1063] Compiling unicode.cc
[969/1063] Compiling buf.cc
[970/1063] Compiling cbb.cc
[971/1063] Compiling cbs.cc
[972/1063] Compiling ber.cc
[973/1063] Compiling asn1_compat.cc
[974/1063] Compiling bn_asn1.cc
[975/1063] Compiling blake2.cc
[976/1063] Compiling convert.cc
[977/1063] Compiling printf.cc
[978/1063] Compiling socket.cc
[979/1063] Compiling socket_helper.cc
[980/1063] Compiling pair.cc
[981/1063] Compiling hexdump.cc
[982/1063] Compiling fd.cc
[983/1063] Compiling file.cc
[984/1063] Compiling errno.cc
[985/1063] Compiling bio_mem.cc
[986/1063] Compiling connect.cc
[987/1063] Compiling bio.cc
[988/1063] Compiling base64.cc
[989/1063] Compiling tasn_typ.cc
[990/1063] Compiling tasn_fre.cc
[991/1063] Compiling tasn_enc.cc
[992/1063] Compiling tasn_new.cc
[993/1063] Compiling tasn_utl.cc
[994/1063] Compiling posix_time.cc
[995/1063] Compiling f_string.cc
[996/1063] Compiling asn_pack.cc
[997/1063] Compiling f_int.cc
[998/1063] Compiling tasn_dec.cc
[999/1063] Compiling asn1_par.cc
[1000/1063] Compiling a_utctm.cc
[1001/1063] Compiling a_octet.cc
[1002/1063] Compiling asn1_lib.cc
[1003/1063] Compiling a_time.cc
[1004/1063] Compiling a_type.cc
[1005/1063] Compiling a_strex.cc
[1006/1063] Compiling a_strnid.cc
[1007/1063] Compiling a_object.cc
[1008/1063] Compiling a_i2d_fp.cc
[1009/1063] Compiling a_dup.cc
[1010/1063] Compiling a_d2i_fp.cc
[1011/1063] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1011/1063] Write sources
[1014/1063] Compiling a_mbstr.cc
[1015/1063] Compiling a_gentm.cc
[1016/1063] Write sources
[1018/1063] Compiling a_int.cc
[1019/1063] Write sources
[1020/1135] Compiling a_bitstr.cc
[1021/1135] Write sources
[1024/1137] Compiling a_bool.cc
[1025/1137] Write sources
[1027/1164] Compiling Algorithms Rotate.swift
[1028/1164] Compiling Algorithms Split.swift
[1029/1166] Compiling Algorithms RandomSample.swift
[1030/1166] Compiling Algorithms Reductions.swift
[1031/1166] Emitting module ArgumentParserToolInfo
[1032/1167] Compiling Algorithms Intersperse.swift
[1033/1167] Compiling Algorithms AdjacentPairs.swift
[1034/1167] Compiling Algorithms Chain.swift
[1035/1167] Compiling Algorithms Chunked.swift
[1036/1167] Compiling Algorithms Combinations.swift
[1040/1167] Compiling Algorithms Joined.swift
[1041/1167] Compiling Algorithms Keyed.swift
[1042/1167] Compiling Algorithms MinMax.swift
[1048/1174] Compiling Atomics IntegerOperations.swift
[1049/1174] Compiling Atomics Unmanaged extensions.swift
[1050/1174] Emitting module BitCollections
[1051/1174] Compiling BitCollections BitSet+Initializers.swift
[1052/1174] Compiling BitCollections BitSet+Invariants.swift
[1053/1174] Compiling BitCollections BitSet+Random.swift
[1054/1174] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1055/1174] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1056/1174] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1057/1174] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1058/1175] Emitting module ArgumentParserToolInfo
[1059/1175] Compiling ArgumentParserToolInfo ToolInfo.swift
[1060/1176] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1061/1176] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1062/1176] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1063/1176] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1064/1176] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1065/1176] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1066/1176] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1067/1176] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1068/1176] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1069/1176] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1070/1176] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1071/1176] Compiling BitCollections BitSet+SetAlgebra union.swift
[1072/1176] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1073/1176] Compiling BitCollections BitSet.Counted.swift
[1075/1176] Compiling Algorithms Partition.swift
[1076/1176] Compiling Algorithms Permutations.swift
[1077/1176] Compiling Algorithms Product.swift
[1078/1176] Compiling Algorithms FlattenCollection.swift
[1079/1176] Compiling Algorithms Grouped.swift
[1080/1176] Compiling Algorithms Indexed.swift
[1082/1176] Wrapping AST for ArgumentParserToolInfo for debugging
[1084/1176] Compiling BitCollections BitSet.Index.swift
[1085/1176] Compiling BitCollections BitSet._UnsafeHandle.swift
[1086/1176] Compiling BitCollections BitSet.swift
[1087/1176] Compiling BitCollections Range+Utilities.swift
[1088/1176] Compiling BitCollections Slice+Utilities.swift
[1089/1176] Compiling BitCollections UInt+Tricks.swift
[1090/1176] Compiling BitCollections _Word.swift
[1097/1176] Compiling Algorithms Compacted.swift
[1098/1176] Compiling Algorithms Cycle.swift
[1099/1176] Compiling Algorithms EitherSequence.swift
[1100/1176] Compiling Algorithms FirstNonNil.swift
[1101/1217] Compiling ArgumentParser CommandGroup.swift
[1102/1217] Compiling ArgumentParser EnumerableFlag.swift
[1103/1217] Compiling ArgumentParser ExpressibleByArgument.swift
[1104/1217] Compiling ArgumentParser ParsableArguments.swift
[1105/1217] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1106/1217] Compiling ArgumentParser ParsableCommand.swift
[1107/1217] Compiling ArgumentParser ArgumentDecoder.swift
[1108/1217] Compiling ArgumentParser ArgumentDefinition.swift
[1109/1217] Compiling ArgumentParser ArgumentSet.swift
[1110/1217] Compiling ArgumentParser CommandParser.swift
[1111/1217] Compiling ArgumentParser InputKey.swift
[1112/1217] Compiling ArgumentParser InputOrigin.swift
[1113/1217] Compiling ArgumentParser Name.swift
[1114/1217] Compiling ArgumentParser Parsed.swift
[1115/1217] Compiling ArgumentParser ParsedValues.swift
[1116/1217] Compiling ArgumentParser ParserError.swift
[1118/1218] Emitting module ArgumentParser
[1119/1219] Compiling ArgumentParser ArgumentHelp.swift
[1120/1219] Compiling ArgumentParser OptionGroup.swift
[1121/1219] Compiling ArgumentParser AsyncParsableCommand.swift
[1122/1219] Compiling ArgumentParser ArgumentVisibility.swift
[1123/1219] Compiling ArgumentParser CompletionKind.swift
[1124/1219] Compiling ArgumentParser Errors.swift
[1124/1219] Wrapping AST for ArgumentParserToolInfo for debugging
[1127/1219] Compiling ArgumentParser Flag.swift
[1128/1219] Compiling ArgumentParser NameSpecification.swift
[1129/1219] Compiling ArgumentParser Option.swift
[1130/1219] Compiling ArgumentParser BashCompletionsGenerator.swift
[1130/1221] Wrapping AST for BitCollections for debugging
[1135/1221] Compiling Collections Collections.swift
[1136/1221] Emitting module Collections
[1136/1221] Wrapping AST for ArgumentParser for debugging
[1139/1222] Emitting module ArgumentParser
[1139/1227] Wrapping AST for Collections for debugging
[1141/1227] Compiling ArgumentParser CompletionsGenerator.swift
[1142/1227] Compiling ArgumentParser FishCompletionsGenerator.swift
[1143/1227] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1144/1227] Compiling ArgumentParser Argument.swift
[1145/1227] Emitting module Atomics
[1152/1228] Wrapping AST for Atomics for debugging
[1156/1228] Compiling ArgumentParser CommandConfiguration.swift
[1171/1228] Compiling ArgumentParser CollectionExtensions.swift
[1172/1228] Compiling ArgumentParser Platform.swift
[1173/1228] Compiling ArgumentParser SequenceExtensions.swift
[1174/1228] Compiling ArgumentParser StringExtensions.swift
[1175/1228] Compiling ArgumentParser Tree.swift
[1185/1228] Compiling ArgumentParser SplitArguments.swift
[1186/1228] Compiling ArgumentParser DumpHelpGenerator.swift
[1187/1228] Compiling ArgumentParser HelpCommand.swift
[1188/1228] Compiling ArgumentParser HelpGenerator.swift
[1189/1228] Compiling ArgumentParser MessageInfo.swift
[1190/1228] Compiling ArgumentParser UsageGenerator.swift
[1190/1228] Compiling c-nioatomics.c
[1192/1228] Emitting module Algorithms
[1201/1231] Wrapping AST for Algorithms for debugging
[1203/1231] Wrapping AST for ArgumentParser for debugging
[1204/1232] Compiling c-atomics.c
[1206/1238] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1207/1238] Compiling NIOConcurrencyHelpers lock.swift
[1208/1238] Compiling NIOConcurrencyHelpers NIOLock.swift
[1209/1238] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1210/1238] Emitting module NIOConcurrencyHelpers
[1211/1238] Compiling NIOConcurrencyHelpers atomics.swift
[1212/1239] Wrapping AST for NIOConcurrencyHelpers for debugging
[1214/1298] Emitting module _OpenAPIGeneratorCore
[1215/1299] Wrapping AST for _OpenAPIGeneratorCore for debugging
[1217/1300] Compiling NIOCore MarkedCircularBuffer.swift
[1218/1300] Compiling NIOCore MulticastChannel.swift
[1219/1300] Compiling NIOCore NIOAny.swift
[1220/1300] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1221/1300] Compiling NIOCore NIOLoopBound.swift
[1222/1300] Compiling NIOCore NIOScheduledCallback.swift
[1223/1300] Compiling NIOCore NIOSendable.swift
[1224/1300] Compiling NIOCore RecvByteBufferAllocator.swift
[1225/1308] Emitting module swift_openapi_generator
[1226/1309] Wrapping AST for swift-openapi-generator for debugging
[1227/1309] Write Objects.LinkFileList
[1229/1309] Compiling NIOCore GlobalSingletons.swift
[1230/1309] Compiling NIOCore IO.swift
[1231/1309] Compiling NIOCore IOData.swift
[1232/1309] Compiling NIOCore IPProtocol.swift
[1233/1309] Compiling NIOCore IntegerBitPacking.swift
[1234/1309] Compiling NIOCore IntegerTypes.swift
[1235/1309] Compiling NIOCore Interfaces.swift
[1236/1309] Compiling NIOCore Linux.swift
[1236/1309] Linking swift-openapi-generator-tool
[1238/1309] Compiling NIOCore EventLoop.swift
[1239/1309] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1240/1309] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1241/1309] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1242/1309] Compiling NIOCore EventLoopFuture.swift
[1243/1309] Compiling NIOCore FileDescriptor.swift
[1244/1309] Compiling NIOCore FileHandle.swift
[1245/1309] Compiling NIOCore FileRegion.swift
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...
[1245/1309] Running swift-openapi-generator
[1246/1309] Write sources
[1248/1309] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1249/1309] Compiling NIOCore SocketAddresses.swift
[1250/1309] Compiling NIOCore SocketOptionProvider.swift
[1251/1309] Compiling NIOCore SystemCallHelpers.swift
[1252/1309] Compiling NIOCore TimeAmount+Duration.swift
[1253/1309] Compiling NIOCore TypeAssistedChannelHandler.swift
[1254/1309] Compiling NIOCore UniversalBootstrapSupport.swift
[1255/1309] Compiling NIOCore Utilities.swift
[1256/1309] Compiling NIOCore ChannelPipeline.swift
[1257/1309] Compiling NIOCore CircularBuffer.swift
[1258/1309] Compiling NIOCore Codec.swift
[1259/1309] Compiling NIOCore ConvenienceOptionSupport.swift
[1260/1309] Compiling NIOCore DeadChannel.swift
[1261/1309] Compiling NIOCore DispatchQueue+WithFuture.swift
[1262/1309] Compiling NIOCore EventLoop+Deprecated.swift
[1263/1309] Compiling NIOCore EventLoop+SerialExecutor.swift
[1264/1309] Compiling NIOCore AddressedEnvelope.swift
[1265/1309] Compiling NIOCore AsyncAwaitSupport.swift
[1266/1309] Compiling NIOCore AsyncChannel.swift
[1267/1309] Compiling NIOCore AsyncChannelHandler.swift
[1268/1309] Compiling NIOCore AsyncChannelInboundStream.swift
[1269/1309] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1270/1309] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1271/1309] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1272/1309] Compiling NIOCore NIOAsyncWriter.swift
[1273/1309] Compiling NIOCore ByteBuffer-multi-int.swift
[1274/1309] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1275/1309] Compiling NIOCore ByteBuffer-views.swift
[1276/1309] Compiling NIOCore Channel.swift
[1277/1309] Compiling NIOCore ChannelHandler.swift
[1278/1309] Compiling NIOCore ChannelHandlers.swift
[1279/1309] Compiling NIOCore ChannelInvoker.swift
[1280/1309] Compiling NIOCore ChannelOption.swift
[1281/1309] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1282/1309] Compiling NIOCore BSDSocketAPI.swift
[1283/1309] Compiling NIOCore ByteBuffer-aux.swift
[1284/1309] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1285/1309] Compiling NIOCore ByteBuffer-conversions.swift
[1286/1309] Compiling NIOCore ByteBuffer-core.swift
[1287/1309] Compiling NIOCore ByteBuffer-hex.swift
[1288/1309] Compiling NIOCore ByteBuffer-int.swift
[1289/1309] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1290/1309] Emitting module NIOCore
[1291/1310] Wrapping AST for NIOCore for debugging
[1293/1361] Emitting module NIOEmbedded
[1294/1361] Compiling NIOEmbedded AsyncTestingChannel.swift
[1295/1361] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1296/1361] Compiling NIOEmbedded Embedded.swift
[1297/1362] Wrapping AST for NIOEmbedded for debugging
[1299/1362] Compiling NIOPosix SelectableChannel.swift
[1300/1362] Compiling NIOPosix SelectableEventLoop.swift
[1301/1362] Compiling NIOPosix SelectorEpoll.swift
[1302/1362] Compiling NIOPosix SelectorGeneric.swift
[1303/1362] Compiling NIOPosix SelectorKqueue.swift
[1304/1362] Compiling NIOPosix SelectorUring.swift
[1305/1368] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1306/1368] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1307/1368] Compiling NIOPosix PosixSingletons.swift
[1308/1368] Compiling NIOPosix RawSocketBootstrap.swift
[1309/1368] Compiling NIOPosix Resolver.swift
[1310/1368] Compiling NIOPosix Selectable.swift
[1311/1368] Compiling NIOPosix ServerSocket.swift
[1312/1368] Compiling NIOPosix Socket.swift
[1313/1368] Compiling NIOPosix SocketChannel.swift
[1314/1368] Compiling NIOPosix SocketProtocols.swift
[1315/1368] Compiling NIOPosix System.swift
[1316/1368] Compiling NIOPosix Thread.swift
[1317/1368] Compiling NIOPosix ThreadPosix.swift
[1318/1368] Compiling NIOPosix ThreadWindows.swift
[1319/1368] Compiling NIOPosix UnsafeTransfer.swift
[1320/1368] Compiling NIOPosix Utilities.swift
[1321/1368] Compiling NIOPosix VsockAddress.swift
[1322/1368] Compiling NIOPosix VsockChannelEvents.swift
[1323/1368] Compiling NIOPosix IO.swift
[1324/1368] Compiling NIOPosix IntegerBitPacking.swift
[1325/1368] Compiling NIOPosix IntegerTypes.swift
[1326/1368] Compiling NIOPosix Linux.swift
[1327/1368] Compiling NIOPosix LinuxCPUSet.swift
[1328/1368] Compiling NIOPosix LinuxUring.swift
[1329/1368] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1330/1368] Compiling NIOPosix Bootstrap.swift
[1331/1368] Compiling NIOPosix ControlMessage.swift
[1332/1368] Compiling NIOPosix DatagramVectorReadManager.swift
[1333/1368] Compiling NIOPosix Errors+Any.swift
[1334/1368] Compiling NIOPosix FileDescriptor.swift
[1335/1368] Compiling NIOPosix GetaddrinfoResolver.swift
[1336/1368] Compiling NIOPosix HappyEyeballs.swift
[1337/1368] Compiling NIOPosix BSDSocketAPICommon.swift
[1338/1368] Compiling NIOPosix BSDSocketAPIPosix.swift
[1339/1368] Compiling NIOPosix BSDSocketAPIWindows.swift
[1340/1368] Compiling NIOPosix BaseSocket.swift
[1341/1368] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1342/1368] Compiling NIOPosix BaseSocketChannel.swift
[1343/1368] Compiling NIOPosix BaseStreamSocketChannel.swift
[1344/1368] Emitting module NIOPosix
[1345/1368] Compiling NIOPosix NIOThreadPool.swift
[1346/1368] Compiling NIOPosix NonBlockingFileIO.swift
[1347/1368] Compiling NIOPosix PendingDatagramWritesManager.swift
[1348/1368] Compiling NIOPosix PendingWritesManager.swift
[1349/1368] Compiling NIOPosix PipeChannel.swift
[1350/1368] Compiling NIOPosix PipePair.swift
[1351/1368] Compiling NIOPosix Pool.swift
[1352/1369] Wrapping AST for NIOPosix for debugging
[1354/1371] Compiling NIO Exports.swift
[1355/1371] Emitting module NIO
[1356/1372] Wrapping AST for NIO for debugging
[1358/1411] Compiling NIOTLS TLSEvents.swift
[1359/1411] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1360/1412] Compiling NIOSOCKS ClientStateMachine.swift
[1361/1412] Compiling NIOSOCKS SOCKSResponse.swift
[1362/1412] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1363/1412] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1364/1412] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1365/1412] Emitting module NIOSOCKS
[1366/1412] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1367/1412] Compiling NIOHTTP1 HTTPDecoder.swift
[1368/1412] Compiling NIOSOCKS ServerStateMachine.swift
[1369/1412] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1370/1412] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1371/1412] Compiling NIOHTTP1 HTTPEncoder.swift
[1372/1412] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1373/1412] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1374/1412] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1375/1413] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1376/1413] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1377/1413] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1378/1413] Emitting module NIOTLS
[1379/1413] Compiling NIOTLS SNIHandler.swift
[1382/1414] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1383/1414] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1383/1414] Wrapping AST for NIOSOCKS for debugging
[1384/1416] Wrapping AST for NIOTLS for debugging
[1386/1416] Emitting module NIOFoundationCompat
[1387/1416] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1389/1446] Compiling NIOSSL NIOSSLHandler.swift
[1390/1446] Compiling NIOSSL SSLCertificate.swift
[1391/1446] Compiling NIOSSL ObjectIdentifier.swift
[1392/1446] Compiling NIOSSL PosixPort.swift
[1393/1446] Compiling NIOSSL IdentityVerification.swift
[1394/1446] Compiling NIOSSL NIOSSLServerHandler.swift
[1394/1446] Wrapping AST for NIOFoundationCompat for debugging
[1396/1468] Compiling NIOTransportServices StateManagedChannel.swift
[1397/1468] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1398/1468] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1399/1468] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1400/1468] Compiling NIOTransportServices NIOTSSingletons.swift
[1401/1468] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1402/1470] Compiling NIOTransportServices NIOTSBootstraps.swift
[1403/1470] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1404/1470] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1405/1470] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1406/1470] Compiling NIOTransportServices NIOTSErrors.swift
[1407/1470] Compiling NIOTransportServices NIOTSEventLoop.swift
[1408/1470] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1409/1470] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1410/1470] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1411/1470] Compiling NIOTransportServices AcceptHandler.swift
[1412/1470] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1413/1470] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1414/1470] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1415/1470] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1416/1470] Emitting module NIOTransportServices
[1417/1470] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1418/1470] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1419/1470] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1426/1471] Wrapping AST for NIOTransportServices for debugging
[1431/1471] Emitting module NIOHTTP1
[1432/1472] Wrapping AST for NIOHTTP1 for debugging
[1434/1490] Emitting module NIOSSL
[1435/1493] Compiling NIOSSL SSLPublicKey.swift
[1436/1493] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1437/1493] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1438/1493] Compiling NIOSSL SubjectAlternativeName.swift
[1442/1493] Compiling NIOSSL Zeroization.swift
[1447/1493] Emitting module NIOHTTPCompression
[1448/1493] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1449/1493] Compiling NIOHPACK IntegerCoding.swift
[1450/1493] Compiling NIOHPACK IndexedHeaderTable.swift
[1451/1494] Compiling NIOHTTPCompression HTTPCompression.swift
[1452/1494] Compiling NIOHPACK HuffmanTables.swift
[1453/1494] Compiling NIOHPACK HPACKEncoder.swift
[1454/1494] Compiling NIOHPACK HPACKErrors.swift
[1455/1494] Compiling NIOHPACK HuffmanCoding.swift
[1456/1494] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1457/1494] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1458/1494] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1459/1494] Compiling NIOHTTPCompression HTTPDecompression.swift
[1460/1495] Emitting module NIOHPACK
[1461/1495] Compiling NIOHPACK StaticHeaderTable.swift
[1463/1495] Compiling NIOHPACK DynamicHeaderTable.swift
[1464/1495] Compiling NIOHPACK HPACKDecoder.swift
[1465/1495] Compiling NIOHPACK HPACKHeader.swift
[1466/1495] Compiling NIOHPACK HeaderTables.swift
[1466/1495] Wrapping AST for NIOHTTPCompression for debugging
[1468/1496] Wrapping AST for NIOHPACK for debugging
[1470/1554] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1471/1554] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1472/1554] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1473/1554] Compiling NIOHTTP2 HasLocalSettings.swift
[1474/1554] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1475/1554] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1476/1554] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1477/1554] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1478/1554] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1479/1554] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1480/1554] Compiling NIOHTTP2 MayReceiveFrames.swift
[1481/1554] Compiling NIOHTTP2 ReceivingDataState.swift
[1482/1554] Compiling NIOHTTP2 HasRemoteSettings.swift
[1483/1554] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1484/1554] Compiling NIOHTTP2 QuiescingState.swift
[1485/1554] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1486/1554] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1487/1554] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1488/1554] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1489/1555] Wrapping AST for NIOSSL for debugging
[1491/1555] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1492/1555] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1493/1555] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1494/1555] Compiling NIOHTTP2 HTTP2StreamID.swift
[1495/1555] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1496/1555] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1497/1555] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1498/1555] Compiling NIOHTTP2 InboundEventBuffer.swift
[1499/1563] Emitting module NIOHTTP2
[1509/1563] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1510/1563] Compiling NIOHTTP2 HTTP2Frame.swift
[1511/1563] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1512/1563] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1513/1563] Compiling NIOHTTP2 HTTP2PingData.swift
[1514/1563] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1515/1563] Compiling NIOHTTP2 HTTP2Settings.swift
[1516/1563] Compiling NIOHTTP2 HTTP2Stream.swift
[1517/1563] Compiling NIOHTTP2 InboundWindowManager.swift
[1518/1563] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1519/1563] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1520/1563] Compiling NIOHTTP2 StreamChannelList.swift
[1521/1563] Compiling NIOHTTP2 StreamMap.swift
[1522/1563] Compiling NIOHTTP2 StreamStateMachine.swift
[1523/1563] Compiling NIOHTTP2 UnsafeTransfer.swift
[1524/1563] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1525/1563] Compiling NIOHTTP2 StateMachineResult.swift
[1526/1563] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1527/1563] Compiling NIOHTTP2 DOSHeuristics.swift
[1528/1563] Compiling NIOHTTP2 Error+Any.swift
[1529/1563] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1530/1563] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1531/1563] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1532/1563] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1533/1563] Compiling NIOHTTP2 MaySendFrames.swift
[1534/1563] Compiling NIOHTTP2 SendingDataState.swift
[1535/1563] Compiling NIOHTTP2 SendingGoawayState.swift
[1536/1563] Compiling NIOHTTP2 SendingHeadersState.swift
[1537/1563] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1538/1563] Compiling NIOHTTP2 SendingRstStreamState.swift
[1539/1563] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1540/1563] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1548/1563] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1549/1563] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1550/1563] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1551/1563] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1555/1563] Compiling NIOHTTP2 HTTP2Error.swift
[1556/1563] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1557/1564] Wrapping AST for NIOHTTP2 for debugging
[1559/1623] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1560/1623] Compiling AsyncHTTPClient ConnectionTarget.swift
[1561/1623] Compiling AsyncHTTPClient DeconstructedURL.swift
[1562/1623] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1563/1623] Compiling AsyncHTTPClient FoundationExtensions.swift
[1564/1623] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1565/1623] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1566/1623] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1567/1631] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1568/1631] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1569/1631] Compiling AsyncHTTPClient Transaction.swift
[1570/1631] Compiling AsyncHTTPClient Base64.swift
[1571/1631] Compiling AsyncHTTPClient BasicAuth.swift
[1572/1631] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1573/1631] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1574/1631] Compiling AsyncHTTPClient ConnectionPool.swift
[1575/1631] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1576/1631] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1577/1631] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1578/1631] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1579/1631] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1580/1631] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1581/1631] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1582/1631] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1583/1631] Compiling AsyncHTTPClient RequestBodyLength.swift
[1584/1631] Emitting module AsyncHTTPClient
[1585/1631] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1586/1631] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1587/1631] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1588/1631] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1589/1631] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1590/1631] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1591/1631] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1592/1631] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1593/1631] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1594/1631] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1595/1631] Compiling AsyncHTTPClient RequestOptions.swift
[1596/1631] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1597/1631] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1598/1631] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1599/1631] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1600/1631] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1601/1631] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1602/1631] Compiling AsyncHTTPClient RequestBag.swift
[1603/1631] Compiling AsyncHTTPClient RequestValidation.swift
[1604/1631] Compiling AsyncHTTPClient SSLContextCache.swift
[1605/1631] Compiling AsyncHTTPClient Scheme.swift
[1606/1631] Compiling AsyncHTTPClient Singleton.swift
[1607/1631] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1608/1631] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1609/1631] Compiling AsyncHTTPClient Utils.swift
[1610/1631] Compiling AsyncHTTPClient HTTPClient.swift
[1611/1631] Compiling AsyncHTTPClient HTTPHandler.swift
[1612/1631] Compiling AsyncHTTPClient LRUCache.swift
[1613/1631] Compiling AsyncHTTPClient NWErrorHandler.swift
[1614/1631] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1615/1631] Compiling AsyncHTTPClient TLSConfiguration.swift
[1616/1631] Compiling AsyncHTTPClient RedirectState.swift
[1617/1631] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1618/1631] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1619/1631] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1620/1631] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1621/1631] Compiling AsyncHTTPClient HTTP1Connection.swift
[1622/1631] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1623/1631] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1624/1631] Compiling AsyncHTTPClient HTTP2Connection.swift
[1625/1631] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1626/1632] Wrapping AST for AsyncHTTPClient for debugging
[1628/1634] Emitting module OpenAPIAsyncHTTPClient
[1629/1634] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
[1630/1635] Wrapping AST for OpenAPIAsyncHTTPClient for debugging
[1632/1650] Compiling SwiftMistral ChatCompletionSequence.swift
[1633/1650] Compiling SwiftMistral Embedding.swift
[1634/1651] Compiling SwiftMistral Server.swift
[1635/1651] Emitting module SwiftMistral
[1636/1651] 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: [
[1637/1651] 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: [
[1638/1651] Compiling SwiftMistral Constants.swift
[1639/1651] Compiling SwiftMistral AuthMiddelware.swift
[1640/1651] Compiling SwiftMistral LoggingMiddleware.swift
[1641/1651] Compiling SwiftMistral RetryingClientMiddelware.swift
[1642/1651] Compiling SwiftMistral RolePayload.swift
[1643/1651] Compiling SwiftMistral resource_bundle_accessor.swift
[1644/1651] Compiling SwiftMistral MessagePayload.swift
[1645/1651] Compiling SwiftMistral Model.swift
[1646/1651] Compiling SwiftMistral Types.swift
[1647/1651] Compiling SwiftMistral Client.swift
[1648/1652] Wrapping AST for SwiftMistral for debugging
[1650/1654] Emitting module SwiftMistralCLI
[1651/1654] Compiling SwiftMistralCLI SwiftMistralCLI.swift
[1652/1655] Wrapping AST for SwiftMistralCLI for debugging
[1653/1655] Write Objects.LinkFileList
[1654/1655] Linking swift-mistral
Build complete! (495.93s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.