The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftkubeClient, reference main (7fb2b5), with Swift 6.1 for Linux on 16 Aug 2025 13:13:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.66.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftkube/client.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/swiftkube/client
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7fb2b50 Use macOS-14 runner for iOS build
Cloned https://github.com/swiftkube/client.git
Revision (git rev-parse @):
7fb2b5092b94761fe0212419f302b4ee93ba3616
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftkube/client.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftkube/client.git
https://github.com/swiftkube/client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.80.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "model",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.18.0",
            "upper_bound" : "0.19.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftkube/model.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "SwiftkubeClient",
  "name" : "SwiftkubeClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftkubeClient",
      "targets" : [
        "SwiftkubeClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftkubeClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftkubeClientTests",
      "path" : "Tests/SwiftkubeClientTests",
      "sources" : [
        "K8sCRDTests.swift",
        "K8sConfigMapTests.swift",
        "K8sNamespaceTests.swift",
        "K8sNodeTests.swift",
        "K8sServiceTests.swift",
        "K8sTestCase.swift",
        "RequestBuilderTests.swift",
        "RetryStrategyTests.swift"
      ],
      "target_dependencies" : [
        "SwiftkubeClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftkubeClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftkubeClient",
      "path" : "Sources/SwiftkubeClient",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Logging",
        "Metrics",
        "NIO",
        "NIOFoundationCompat",
        "SwiftkubeModel",
        "Yams"
      ],
      "product_memberships" : [
        "SwiftkubeClient"
      ],
      "sources" : [
        "API Groups/KubernetesClient+admissionregistration.v1.swift",
        "API Groups/KubernetesClient+admissionregistration.v1alpha1.swift",
        "API Groups/KubernetesClient+admissionregistration.v1beta1.swift",
        "API Groups/KubernetesClient+apiextensions.v1.swift",
        "API Groups/KubernetesClient+apiregistration.v1.swift",
        "API Groups/KubernetesClient+apps.v1.swift",
        "API Groups/KubernetesClient+authentication.v1.swift",
        "API Groups/KubernetesClient+authorization.v1.swift",
        "API Groups/KubernetesClient+autoscaling.v1.swift",
        "API Groups/KubernetesClient+autoscaling.v2.swift",
        "API Groups/KubernetesClient+batch.v1.swift",
        "API Groups/KubernetesClient+certificates.v1.swift",
        "API Groups/KubernetesClient+certificates.v1alpha1.swift",
        "API Groups/KubernetesClient+certificates.v1beta1.swift",
        "API Groups/KubernetesClient+coordination.v1.swift",
        "API Groups/KubernetesClient+coordination.v1alpha2.swift",
        "API Groups/KubernetesClient+coordination.v1beta1.swift",
        "API Groups/KubernetesClient+discovery.v1.swift",
        "API Groups/KubernetesClient+events.v1.swift",
        "API Groups/KubernetesClient+flowcontrol.v1.swift",
        "API Groups/KubernetesClient+internal.v1alpha1.swift",
        "API Groups/KubernetesClient+networking.v1.swift",
        "API Groups/KubernetesClient+networking.v1beta1.swift",
        "API Groups/KubernetesClient+node.v1.swift",
        "API Groups/KubernetesClient+policy.v1.swift",
        "API Groups/KubernetesClient+rbac.v1.swift",
        "API Groups/KubernetesClient+resource.v1alpha3.swift",
        "API Groups/KubernetesClient+resource.v1beta1.swift",
        "API Groups/KubernetesClient+resource.v1beta2.swift",
        "API Groups/KubernetesClient+scheduling.v1.swift",
        "API Groups/KubernetesClient+storage.v1.swift",
        "API Groups/KubernetesClient+storage.v1alpha1.swift",
        "API Groups/KubernetesClient+storage.v1beta1.swift",
        "API Groups/KubernetesClient+storagemigration.v1alpha1.swift",
        "Client/ClusterScopedGenericKubernetesClient.swift",
        "Client/GenericKubernetesClient.swift",
        "Client/KubernetesClient.swift",
        "Client/KubernetesRequest.swift",
        "Client/NamespacedGenericKubernetesClient+Pod.swift",
        "Client/NamespacedGenericKubernetesClient.swift",
        "Client/RequestBuilder.swift",
        "Client/RequestHandlerType.swift",
        "Client/Selectors.swift",
        "Config/AuthInfo+Authentication.swift",
        "Config/Cluster+TLS.swift",
        "Config/KubeConfig+Loaders.swift",
        "Config/KubeConfig.swift",
        "Config/KubernetesClientConfig+Init.swift",
        "Config/KubernetesClientConfig.swift",
        "Discovery/DiscoveryRequestBuilder.swift",
        "Discovery/KubernetesClient+Discovery.swift",
        "Metrics/KubernetesClient+Metrics.swift",
        "Model/UnstructuredResource+YAML.swift",
        "SwiftkubeClient.swift",
        "Watch/AnyDataStreamerTransformer.swift",
        "Watch/DataStreamer.swift",
        "Watch/IdentityTransfomer.swift",
        "Watch/ResourceEventTransformer.swift",
        "Watch/RetryStrategy.swift",
        "Watch/SwiftkubeClientTask.swift",
        "Watch/WatchEvent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/swiftkube/model.git
Fetching https://github.com/apple/swift-metrics.git
[1/3886] Fetching swift-log
[662/6105] Fetching swift-log, swift-metrics
[1156/20212] Fetching swift-log, swift-metrics, async-http-client
[1241/39948] Fetching swift-log, swift-metrics, async-http-client, model
[8633/51079] Fetching swift-log, swift-metrics, async-http-client, model, yams
[10703/128576] Fetching swift-log, swift-metrics, async-http-client, model, yams, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (2.49s)
[59463/126357] Fetching swift-log, async-http-client, model, yams, swift-nio
Fetched https://github.com/swiftkube/model.git from cache (2.51s)
[40502/106621] Fetching swift-log, async-http-client, yams, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.23s)
[76387/102735] Fetching async-http-client, yams, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (11.81s)
Fetched https://github.com/jpsim/Yams.git from cache (11.86s)
Fetched https://github.com/apple/swift-nio from cache (12.06s)
Computing version for https://github.com/swiftkube/model.git
Computed https://github.com/swiftkube/model.git at 0.18.0 (16.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.98s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.95s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.26s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.01s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2701] Fetching swift-nio-transport-services
[2702/17744] Fetching swift-nio-transport-services, swift-nio-ssl
[4508/23871] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio-extras
[5149/25679] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio-extras, swift-atomics
[6144/31647] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio-extras, swift-atomics, swift-algorithms
[8497/43308] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.30s)
[18163/40607] Fetching swift-nio-ssl, swift-nio-extras, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.69s)
[14530/34639] Fetching swift-nio-ssl, swift-nio-extras, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (4.19s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.19s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.21s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.24s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (5.38s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.10s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.86.0 (1.38s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4878] Fetching swift-system
[2/21855] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (21.74s)
Fetched https://github.com/apple/swift-collections.git from cache (21.77s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (24.63s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.06s)
Fetching https://github.com/apple/swift-numerics.git
[1/6335] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.98s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (2.26s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.10s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.15s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1629] Fetching swift-asn1
[1468/2546] Fetching swift-asn1, swift-http-types
[2236/4979] Fetching swift-asn1, swift-http-types, swift-service-lifecycle
[3448/10071] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms
[4138/16531] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
[4799/17707] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.55s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.65s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.67s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.67s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.68s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.68s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.37s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.12s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.14s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.09s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (1.15s)
Fetching https://github.com/apple/swift-crypto.git
[1/16263] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.06s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (4.13s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.01s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (3.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.74s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.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.4.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.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.33.0
Creating working copy for https://github.com/swiftkube/model.git
Working copy of https://github.com/swiftkube/model.git resolved at 0.18.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Building for debugging...
[0/451] Write sources
[26/451] Compiling _NumericsShims _NumericsShims.c
[27/451] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[28/451] Write sources
[30/451] Compiling writer.c
[31/451] Compiling reader.c
[32/451] Compiling CNIOWindows shim.c
[33/451] Compiling _AtomicsShims.c
[34/451] Compiling CNIOWindows WSAStartup.c
[35/451] Compiling CNIOWASI CNIOWASI.c
[35/451] Compiling CNIOPosix event_loop_id.c
[37/451] Compiling parser.c
[38/451] Compiling CNIOLinux liburing_shims.c
[39/451] Compiling CNIOLLHTTP c_nio_http.c
[40/451] Compiling emitter.c
[41/451] Compiling api.c
[42/451] Compiling CNIODarwin shim.c
[43/451] Compiling CNIOExtrasZlib empty.c
[44/451] Write swift-version-24593BA9C3E375BF.txt
[45/451] Compiling scanner.c
[46/451] Compiling CNIOLLHTTP c_nio_api.c
[47/451] Compiling CNIOLinux shim.c
[48/451] Compiling fiat_p256_adx_sqr.S
[49/451] Compiling fiat_p256_adx_mul.S
[50/451] Compiling fiat_curve25519_adx_square.S
[51/457] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/506] Compiling CNIOBoringSSLShims shims.c
[54/506] Emitting module _NIOBase64
[55/685] Compiling RealModule ElementaryFunctions.swift
[56/686] Emitting module InternalCollectionsUtilities
[57/687] Compiling SwiftkubeModel Builders.swift
[58/687] Compiling SwiftkubeModel appsV1+Deployment.swift
[59/687] Compiling _NIODataStructures PriorityQueue.swift
[60/687] Compiling SwiftkubeModel coreV1+ServiceAccount.swift
[61/687] Compiling SwiftkubeModel coreV1+Volume.swift
[62/687] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/687] Compiling RealModule Real.swift
[64/687] Compiling _NIOBase64 Base64.swift
[65/688] Compiling _NIODataStructures _TinyArray.swift
[68/688] Emitting module RealModule
[69/688] Compiling SwiftkubeModel coreV1+ConfigMap.swift
[70/688] Compiling SwiftkubeModel coreV1+Container.swift
[73/688] Compiling SwiftkubeModel coreV1+Namespace.swift
[74/688] Compiling SwiftkubeModel coreV1+Node.swift
[75/688] Compiling CoreMetrics Metrics.swift
[76/688] Compiling RealModule Float+Real.swift
[77/688] Compiling SwiftkubeModel coreV1+Secret.swift
[78/688] Compiling SwiftkubeModel coreV1+Service.swift
[79/688] Compiling SwiftkubeModel coreV1+ObjectReference.swift
[80/688] Compiling SwiftkubeModel coreV1+Pod.swift
[81/688] Compiling RealModule Float16+Real.swift
[82/688] Compiling RealModule Float80+Real.swift
[83/688] Compiling RealModule RealFunctions.swift
[85/689] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[87/690] Compiling SwiftkubeModel CronJobExtensions+batch.v1.swift
[88/690] Compiling SwiftkubeModel Hashes.swift
[90/692] Emitting module CoreMetrics
[91/692] Compiling CoreMetrics Locks.swift
[92/693] Compiling Logging MetadataProvider.swift
[93/693] Emitting module _NIODataStructures
[94/693] Compiling _NIODataStructures Heap.swift
[96/694] Emitting module Logging
[97/694] Compiling Logging LogHandler.swift
[98/694] Compiling Logging Logging.swift
[99/694] Compiling Logging Locks.swift
[102/695] Compiling SwiftkubeModel Any+Codable.swift
[103/695] Compiling SwiftkubeModel NullWrapper.swift
[110/695] Compiling Yams YamlError.swift
[111/695] Compiling Yams YamlTagProviding.swift
[112/695] Emitting module Yams
[113/695] Compiling SwiftkubeModel metaV1+Metadata.swift
[114/695] Compiling SwiftkubeModel metaV1+Selector.swift
[115/695] Compiling SwiftkubeModel metaV1+Status.swift
[121/714] Compiling fiat_curve25519_adx_mul.S
[124/731] Compiling DequeModule Deque.swift
[125/731] Compiling Atomics ManagedAtomicLazyReference.swift
[126/731] Compiling Atomics UnsafeAtomic.swift
[127/731] Compiling Atomics UnsafeAtomicLazyReference.swift
[128/733] Compiling DequeModule Deque._Storage.swift
[129/733] Compiling DequeModule _DequeBuffer.swift
[130/733] Compiling DequeModule _DequeBufferHeader.swift
[131/733] Compiling DequeModule Deque._UnsafeHandle.swift
[132/758] Compiling Algorithms Chunked.swift
[133/758] Compiling Algorithms Combinations.swift
[134/760] Compiling Algorithms EitherSequence.swift
[135/760] Compiling Algorithms FirstNonNil.swift
[136/760] Compiling Algorithms FlattenCollection.swift
[137/760] Compiling Algorithms Grouped.swift
[138/760] Compiling Algorithms Indexed.swift
[139/760] Compiling Algorithms Intersperse.swift
[140/760] Compiling Algorithms AdjacentPairs.swift
[141/760] Compiling Algorithms Chain.swift
[145/760] Compiling Algorithms Product.swift
[146/760] Compiling Algorithms RandomSample.swift
[147/760] Compiling Algorithms Joined.swift
[148/760] Compiling Algorithms Keyed.swift
[149/760] Compiling DequeModule _DequeSlot.swift
[150/760] Compiling DequeModule _UnsafeWrappedBuffer.swift
[151/760] Compiling Algorithms Split.swift
[152/760] Compiling Algorithms Stride.swift
[153/760] Compiling Algorithms Suffix.swift
[154/763] Emitting module DequeModule
[155/763] Compiling Algorithms Compacted.swift
[156/763] Compiling Algorithms Cycle.swift
[158/764] Compiling SwiftkubeModel StatefulSetCondition+apps.v1.swift
[159/764] Compiling SwiftkubeModel StatefulSetList+apps.v1.swift
[160/764] Compiling SwiftkubeModel StatefulSetOrdinals+apps.v1.swift
[161/764] Compiling SwiftkubeModel StatefulSetPersistentVolumeClaimRetentionPolicy+apps.v1.swift
[162/764] Compiling SwiftkubeModel StatefulSetSpec+apps.v1.swift
[163/764] Compiling SwiftkubeModel StatefulSetStatus+apps.v1.swift
[164/764] Compiling SwiftkubeModel StatefulSetUpdateStrategy+apps.v1.swift
[165/764] Compiling SwiftkubeModel apps+v1.swift
[166/764] Compiling SwiftkubeModel authentication.swift
[167/764] Compiling SwiftkubeModel BoundObjectReference+authentication.v1.swift
[168/764] Compiling SwiftkubeModel SelfSubjectReview+authentication.v1.swift
[169/764] Compiling SwiftkubeModel SelfSubjectReviewStatus+authentication.v1.swift
[170/764] Compiling SwiftkubeModel TokenRequest+authentication.v1.swift
[171/764] Compiling SwiftkubeModel TokenRequestSpec+authentication.v1.swift
[172/764] Compiling SwiftkubeModel TokenRequestStatus+authentication.v1.swift
[173/764] Compiling SwiftkubeModel TokenReview+authentication.v1.swift
[174/764] Compiling SwiftkubeModel TokenReviewSpec+authentication.v1.swift
[175/764] Compiling SwiftkubeModel TokenReviewStatus+authentication.v1.swift
[176/764] Compiling SwiftkubeModel UserInfo+authentication.v1.swift
[177/764] Compiling SwiftkubeModel authentication+v1.swift
[178/764] Compiling SwiftkubeModel authorization.swift
[179/764] Compiling SwiftkubeModel FieldSelectorAttributes+authorization.v1.swift
[180/764] Compiling SwiftkubeModel LabelSelectorAttributes+authorization.v1.swift
[181/764] Compiling SwiftkubeModel LocalSubjectAccessReview+authorization.v1.swift
[182/764] Compiling SwiftkubeModel NonResourceAttributes+authorization.v1.swift
[184/789] Compiling Algorithms Reductions.swift
[185/789] Compiling Algorithms Rotate.swift
[186/789] Compiling Algorithms Trim.swift
[187/789] Compiling Algorithms Unique.swift
[188/789] Compiling Algorithms Windows.swift
[193/789] Compiling Algorithms Permutations.swift
[199/789] Compiling Metrics Metrics.swift
[200/789] Emitting module Metrics
[200/790] Compiling tls_record.cc
[227/815] Compiling tls13_server.cc
[228/815] Compiling tls_method.cc
[229/815] Compiling tls13_enc.cc
[241/815] Compiling SwiftkubeModel GroupVersionResource+ResourceName.swift
[242/815] Compiling SwiftkubeModel GroupVersionResource.swift
[243/815] Compiling SwiftkubeModel IntOrString.swift
[244/815] Compiling SwiftkubeModel JSONObject.swift
[245/815] Compiling SwiftkubeModel KubernetesResource.swift
[246/815] Compiling SwiftkubeModel Quantity.swift
[247/815] Compiling SwiftkubeModel UnstructuredResource.swift
[248/815] Compiling SwiftkubeModel UnstructuredResourceList.swift
[249/815] Compiling SwiftkubeModel admissionregistration.swift
[250/815] Compiling SwiftkubeModel AuditAnnotation+admissionregistration.v1.swift
[251/815] Compiling SwiftkubeModel ExpressionWarning+admissionregistration.v1.swift
[252/815] Compiling SwiftkubeModel MatchCondition+admissionregistration.v1.swift
[253/815] Compiling SwiftkubeModel MatchResources+admissionregistration.v1.swift
[254/815] Compiling SwiftkubeModel MutatingWebhook+admissionregistration.v1.swift
[255/815] Compiling SwiftkubeModel MutatingWebhookConfiguration+admissionregistration.v1.swift
[256/815] Compiling SwiftkubeModel MutatingWebhookConfigurationList+admissionregistration.v1.swift
[257/815] Compiling SwiftkubeModel NamedRuleWithOperations+admissionregistration.v1.swift
[258/815] Compiling SwiftkubeModel ParamKind+admissionregistration.v1.swift
[259/815] Compiling SwiftkubeModel ParamRef+admissionregistration.v1.swift
[260/815] Compiling SwiftkubeModel RuleWithOperations+admissionregistration.v1.swift
[261/815] Compiling SwiftkubeModel ServiceReference+admissionregistration.v1.swift
[262/815] Compiling SwiftkubeModel TypeChecking+admissionregistration.v1.swift
[263/815] Compiling SwiftkubeModel ValidatingAdmissionPolicy+admissionregistration.v1.swift
[264/815] Compiling SwiftkubeModel ValidatingAdmissionPolicyBinding+admissionregistration.v1.swift
[265/815] Compiling SwiftkubeModel ValidatingAdmissionPolicyBindingList+admissionregistration.v1.swift
[266/815] Compiling SwiftkubeModel ValidatingAdmissionPolicyBindingSpec+admissionregistration.v1.swift
[267/815] Compiling SwiftkubeModel ValidatingAdmissionPolicyList+admissionregistration.v1.swift
[268/815] Compiling SwiftkubeModel ValidatingAdmissionPolicySpec+admissionregistration.v1.swift
[269/815] Compiling SwiftkubeModel ValidatingAdmissionPolicyStatus+admissionregistration.v1.swift
[270/815] Compiling SwiftkubeModel ValidatingWebhook+admissionregistration.v1.swift
[271/815] Compiling SwiftkubeModel ValidatingWebhookConfiguration+admissionregistration.v1.swift
[272/815] Compiling SwiftkubeModel ValidatingWebhookConfigurationList+admissionregistration.v1.swift
[273/815] Compiling SwiftkubeModel Validation+admissionregistration.v1.swift
[274/815] Compiling SwiftkubeModel Variable+admissionregistration.v1.swift
[275/815] Compiling SwiftkubeModel WebhookClientConfig+admissionregistration.v1.swift
[276/815] Compiling SwiftkubeModel admissionregistration+v1.swift
[277/815] Compiling SwiftkubeModel ApplyConfiguration+admissionregistration.v1alpha1.swift
[278/815] Compiling SwiftkubeModel JSONPatch+admissionregistration.v1alpha1.swift
[279/815] Compiling SwiftkubeModel MatchCondition+admissionregistration.v1alpha1.swift
[280/815] Compiling SwiftkubeModel MatchResources+admissionregistration.v1alpha1.swift
[281/815] Compiling SwiftkubeModel MutatingAdmissionPolicy+admissionregistration.v1alpha1.swift
[282/815] Compiling SwiftkubeModel MutatingAdmissionPolicyBinding+admissionregistration.v1alpha1.swift
[283/815] Compiling SwiftkubeModel MutatingAdmissionPolicyBindingList+admissionregistration.v1alpha1.swift
[284/815] Compiling SwiftkubeModel MutatingAdmissionPolicyBindingSpec+admissionregistration.v1alpha1.swift
[285/815] Compiling SwiftkubeModel MutatingAdmissionPolicyList+admissionregistration.v1alpha1.swift
[286/815] Compiling SwiftkubeModel MutatingAdmissionPolicySpec+admissionregistration.v1alpha1.swift
[287/815] Compiling SwiftkubeModel Mutation+admissionregistration.v1alpha1.swift
[288/815] Compiling SwiftkubeModel NamedRuleWithOperations+admissionregistration.v1alpha1.swift
[292/865] Emitting module Atomics
[297/866] Emitting module Algorithms
[297/867] Compiling tls13_both.cc
[299/867] Compiling SwiftkubeModel CustomResourceDefinition+apiextensions.v1.swift
[300/867] Compiling SwiftkubeModel CustomResourceDefinitionCondition+apiextensions.v1.swift
[301/867] Compiling SwiftkubeModel CustomResourceDefinitionList+apiextensions.v1.swift
[302/867] Compiling SwiftkubeModel CustomResourceDefinitionNames+apiextensions.v1.swift
[303/867] Compiling SwiftkubeModel CustomResourceDefinitionSpec+apiextensions.v1.swift
[304/867] Compiling SwiftkubeModel CustomResourceDefinitionStatus+apiextensions.v1.swift
[305/867] Compiling SwiftkubeModel CustomResourceDefinitionVersion+apiextensions.v1.swift
[306/867] Compiling SwiftkubeModel CustomResourceSubresourceScale+apiextensions.v1.swift
[307/867] Compiling SwiftkubeModel CustomResourceSubresourceStatus+apiextensions.v1.swift
[308/867] Compiling SwiftkubeModel CustomResourceSubresources+apiextensions.v1.swift
[309/867] Compiling SwiftkubeModel CustomResourceValidation+apiextensions.v1.swift
[310/867] Compiling SwiftkubeModel ExternalDocumentation+apiextensions.v1.swift
[311/867] Compiling SwiftkubeModel SelectableField+apiextensions.v1.swift
[312/867] Compiling SwiftkubeModel ServiceReference+apiextensions.v1.swift
[313/867] Compiling SwiftkubeModel ValidationRule+apiextensions.v1.swift
[314/867] Compiling SwiftkubeModel WebhookClientConfig+apiextensions.v1.swift
[315/867] Compiling SwiftkubeModel WebhookConversion+apiextensions.v1.swift
[316/867] Compiling SwiftkubeModel apiextensions+v1.swift
[317/867] Compiling SwiftkubeModel apiregistration.swift
[318/867] Compiling SwiftkubeModel APIService+apiregistration.v1.swift
[319/867] Compiling SwiftkubeModel APIServiceCondition+apiregistration.v1.swift
[320/867] Compiling SwiftkubeModel APIServiceList+apiregistration.v1.swift
[321/867] Compiling SwiftkubeModel APIServiceSpec+apiregistration.v1.swift
[322/867] Compiling SwiftkubeModel APIServiceStatus+apiregistration.v1.swift
[323/867] Compiling SwiftkubeModel ServiceReference+apiregistration.v1.swift
[325/867] Compiling SwiftkubeModel ParamKind+admissionregistration.v1alpha1.swift
[326/867] Compiling SwiftkubeModel ParamRef+admissionregistration.v1alpha1.swift
[327/867] Compiling SwiftkubeModel Variable+admissionregistration.v1alpha1.swift
[328/867] Compiling SwiftkubeModel admissionregistration+v1alpha1.swift
[329/867] Compiling SwiftkubeModel AuditAnnotation+admissionregistration.v1beta1.swift
[330/867] Compiling SwiftkubeModel ExpressionWarning+admissionregistration.v1beta1.swift
[331/867] Compiling SwiftkubeModel MatchCondition+admissionregistration.v1beta1.swift
[332/867] Compiling SwiftkubeModel MatchResources+admissionregistration.v1beta1.swift
[333/867] Compiling SwiftkubeModel NamedRuleWithOperations+admissionregistration.v1beta1.swift
[334/867] Compiling SwiftkubeModel ParamKind+admissionregistration.v1beta1.swift
[335/867] Compiling SwiftkubeModel ParamRef+admissionregistration.v1beta1.swift
[336/867] Compiling SwiftkubeModel TypeChecking+admissionregistration.v1beta1.swift
[337/867] Compiling SwiftkubeModel ValidatingAdmissionPolicy+admissionregistration.v1beta1.swift
[338/867] Compiling SwiftkubeModel ValidatingAdmissionPolicyBinding+admissionregistration.v1beta1.swift
[339/867] Compiling SwiftkubeModel ValidatingAdmissionPolicyBindingList+admissionregistration.v1beta1.swift
[340/867] Compiling SwiftkubeModel ValidatingAdmissionPolicyBindingSpec+admissionregistration.v1beta1.swift
[341/867] Compiling SwiftkubeModel ValidatingAdmissionPolicyList+admissionregistration.v1beta1.swift
[342/867] Compiling SwiftkubeModel ValidatingAdmissionPolicySpec+admissionregistration.v1beta1.swift
[343/867] Compiling SwiftkubeModel ValidatingAdmissionPolicyStatus+admissionregistration.v1beta1.swift
[344/867] Compiling SwiftkubeModel Validation+admissionregistration.v1beta1.swift
[345/867] Compiling SwiftkubeModel Variable+admissionregistration.v1beta1.swift
[346/867] Compiling SwiftkubeModel admissionregistration+v1beta1.swift
[347/867] Compiling SwiftkubeModel apiextensions.swift
[348/867] Compiling SwiftkubeModel CustomResourceColumnDefinition+apiextensions.v1.swift
[349/867] Compiling SwiftkubeModel CustomResourceConversion+apiextensions.v1.swift
[349/867] Compiling ssl_versions.cc
[351/867] Compiling SwiftkubeModel apiregistration+v1.swift
[352/867] Compiling SwiftkubeModel apps.swift
[353/867] Compiling SwiftkubeModel ControllerRevision+apps.v1.swift
[354/867] Compiling SwiftkubeModel ControllerRevisionList+apps.v1.swift
[355/867] Compiling SwiftkubeModel DaemonSet+apps.v1.swift
[356/867] Compiling SwiftkubeModel DaemonSetCondition+apps.v1.swift
[357/867] Compiling SwiftkubeModel DaemonSetList+apps.v1.swift
[358/867] Compiling SwiftkubeModel DaemonSetSpec+apps.v1.swift
[359/867] Compiling SwiftkubeModel DaemonSetStatus+apps.v1.swift
[360/867] Compiling SwiftkubeModel DaemonSetUpdateStrategy+apps.v1.swift
[361/867] Compiling SwiftkubeModel Deployment+apps.v1.swift
[362/867] Compiling SwiftkubeModel DeploymentCondition+apps.v1.swift
[363/867] Compiling SwiftkubeModel DeploymentList+apps.v1.swift
[364/867] Compiling SwiftkubeModel DeploymentSpec+apps.v1.swift
[365/867] Compiling SwiftkubeModel DeploymentStatus+apps.v1.swift
[366/867] Compiling SwiftkubeModel DeploymentStrategy+apps.v1.swift
[367/867] Compiling SwiftkubeModel ReplicaSet+apps.v1.swift
[368/867] Compiling SwiftkubeModel ReplicaSetCondition+apps.v1.swift
[369/867] Compiling SwiftkubeModel ReplicaSetList+apps.v1.swift
[370/867] Compiling SwiftkubeModel ReplicaSetSpec+apps.v1.swift
[371/867] Compiling SwiftkubeModel ReplicaSetStatus+apps.v1.swift
[372/867] Compiling SwiftkubeModel RollingUpdateDaemonSet+apps.v1.swift
[373/867] Compiling SwiftkubeModel RollingUpdateDeployment+apps.v1.swift
[374/867] Compiling SwiftkubeModel RollingUpdateStatefulSetStrategy+apps.v1.swift
[375/867] Compiling SwiftkubeModel StatefulSet+apps.v1.swift
[375/942] Compiling ssl_x509.cc
[376/942] Compiling t1_enc.cc
[377/942] Compiling tls13_client.cc
[378/942] Compiling ssl_privkey.cc
[379/942] Compiling ssl_transcript.cc
[380/942] Compiling ssl_session.cc
[381/942] Compiling ssl_file.cc
[382/942] Compiling ssl_stat.cc
[383/942] Compiling ssl_key_share.cc
[385/942] Compiling SwiftkubeModel NonResourceRule+authorization.v1.swift
[386/942] Compiling SwiftkubeModel ResourceAttributes+authorization.v1.swift
[387/942] Compiling SwiftkubeModel ResourceRule+authorization.v1.swift
[388/942] Compiling SwiftkubeModel SelfSubjectAccessReview+authorization.v1.swift
[389/942] Compiling SwiftkubeModel SelfSubjectAccessReviewSpec+authorization.v1.swift
[390/942] Compiling SwiftkubeModel SelfSubjectRulesReview+authorization.v1.swift
[391/942] Compiling SwiftkubeModel SelfSubjectRulesReviewSpec+authorization.v1.swift
[392/942] Compiling SwiftkubeModel SubjectAccessReview+authorization.v1.swift
[393/942] Compiling SwiftkubeModel SubjectAccessReviewSpec+authorization.v1.swift
[394/942] Compiling SwiftkubeModel SubjectAccessReviewStatus+authorization.v1.swift
[395/942] Compiling SwiftkubeModel SubjectRulesReviewStatus+authorization.v1.swift
[396/942] Compiling SwiftkubeModel authorization+v1.swift
[397/942] Compiling SwiftkubeModel autoscaling.swift
[398/942] Compiling SwiftkubeModel CrossVersionObjectReference+autoscaling.v1.swift
[399/942] Compiling SwiftkubeModel HorizontalPodAutoscaler+autoscaling.v1.swift
[400/942] Compiling SwiftkubeModel HorizontalPodAutoscalerList+autoscaling.v1.swift
[401/942] Compiling SwiftkubeModel HorizontalPodAutoscalerSpec+autoscaling.v1.swift
[402/942] Compiling SwiftkubeModel HorizontalPodAutoscalerStatus+autoscaling.v1.swift
[403/942] Compiling SwiftkubeModel Scale+autoscaling.v1.swift
[404/942] Compiling SwiftkubeModel ScaleSpec+autoscaling.v1.swift
[405/942] Compiling SwiftkubeModel ScaleStatus+autoscaling.v1.swift
[406/942] Compiling SwiftkubeModel autoscaling+v1.swift
[407/942] Compiling SwiftkubeModel ContainerResourceMetricSource+autoscaling.v2.swift
[408/942] Compiling SwiftkubeModel ContainerResourceMetricStatus+autoscaling.v2.swift
[409/942] Compiling SwiftkubeModel CrossVersionObjectReference+autoscaling.v2.swift
[409/967] Compiling ssl_lib.cc
[410/967] Compiling ssl_credential.cc
[411/967] Compiling ssl_cipher.cc
[412/967] Compiling ssl_cert.cc
[413/967] Compiling ssl_buffer.cc
[414/967] Compiling ssl_aead_ctx.cc
[415/967] Compiling ssl_asn1.cc
[417/967] Compiling SwiftkubeModel ExternalMetricSource+autoscaling.v2.swift
[418/967] Compiling SwiftkubeModel ExternalMetricStatus+autoscaling.v2.swift
[419/967] Compiling SwiftkubeModel HPAScalingPolicy+autoscaling.v2.swift
[420/967] Compiling SwiftkubeModel HPAScalingRules+autoscaling.v2.swift
[421/967] Compiling SwiftkubeModel HorizontalPodAutoscaler+autoscaling.v2.swift
[422/967] Compiling SwiftkubeModel HorizontalPodAutoscalerBehavior+autoscaling.v2.swift
[423/967] Compiling SwiftkubeModel HorizontalPodAutoscalerCondition+autoscaling.v2.swift
[424/967] Compiling SwiftkubeModel HorizontalPodAutoscalerList+autoscaling.v2.swift
[425/967] Compiling SwiftkubeModel HorizontalPodAutoscalerSpec+autoscaling.v2.swift
[426/967] Compiling SwiftkubeModel HorizontalPodAutoscalerStatus+autoscaling.v2.swift
[427/967] Compiling SwiftkubeModel MetricIdentifier+autoscaling.v2.swift
[428/967] Compiling SwiftkubeModel MetricSpec+autoscaling.v2.swift
[429/967] Compiling SwiftkubeModel MetricStatus+autoscaling.v2.swift
[430/967] Compiling SwiftkubeModel MetricTarget+autoscaling.v2.swift
[431/967] Compiling SwiftkubeModel MetricValueStatus+autoscaling.v2.swift
[432/967] Compiling SwiftkubeModel ObjectMetricSource+autoscaling.v2.swift
[433/967] Compiling SwiftkubeModel ObjectMetricStatus+autoscaling.v2.swift
[434/967] Compiling SwiftkubeModel PodsMetricSource+autoscaling.v2.swift
[435/967] Compiling SwiftkubeModel PodsMetricStatus+autoscaling.v2.swift
[436/967] Compiling SwiftkubeModel ResourceMetricSource+autoscaling.v2.swift
[437/967] Compiling SwiftkubeModel ResourceMetricStatus+autoscaling.v2.swift
[438/967] Compiling SwiftkubeModel autoscaling+v2.swift
[439/967] Compiling SwiftkubeModel batch.swift
[440/967] Compiling SwiftkubeModel CronJob+batch.v1.swift
[441/967] Compiling SwiftkubeModel CronJobList+batch.v1.swift
[441/992] Compiling s3_both.cc
[442/992] Compiling s3_pkt.cc
[444/992] Compiling SwiftkubeModel ClusterTrustBundleSpec+certificates.v1alpha1.swift
[445/992] Compiling SwiftkubeModel certificates+v1alpha1.swift
[446/992] Compiling SwiftkubeModel ClusterTrustBundle+certificates.v1beta1.swift
[447/992] Compiling SwiftkubeModel ClusterTrustBundleList+certificates.v1beta1.swift
[448/992] Compiling SwiftkubeModel ClusterTrustBundleSpec+certificates.v1beta1.swift
[449/992] Compiling SwiftkubeModel certificates+v1beta1.swift
[450/992] Compiling SwiftkubeModel coordination.swift
[451/992] Compiling SwiftkubeModel Lease+coordination.v1.swift
[452/992] Compiling SwiftkubeModel LeaseList+coordination.v1.swift
[453/992] Compiling SwiftkubeModel LeaseSpec+coordination.v1.swift
[454/992] Compiling SwiftkubeModel coordination+v1.swift
[455/992] Compiling SwiftkubeModel LeaseCandidate+coordination.v1alpha2.swift
[456/992] Compiling SwiftkubeModel LeaseCandidateList+coordination.v1alpha2.swift
[457/992] Compiling SwiftkubeModel LeaseCandidateSpec+coordination.v1alpha2.swift
[458/992] Compiling SwiftkubeModel coordination+v1alpha2.swift
[459/992] Compiling SwiftkubeModel LeaseCandidate+coordination.v1beta1.swift
[460/992] Compiling SwiftkubeModel LeaseCandidateList+coordination.v1beta1.swift
[461/992] Compiling SwiftkubeModel LeaseCandidateSpec+coordination.v1beta1.swift
[462/992] Compiling SwiftkubeModel coordination+v1beta1.swift
[463/992] Compiling SwiftkubeModel core.swift
[464/992] Compiling SwiftkubeModel AWSElasticBlockStoreVolumeSource+core.v1.swift
[465/992] Compiling SwiftkubeModel Affinity+core.v1.swift
[466/992] Compiling SwiftkubeModel AppArmorProfile+core.v1.swift
[467/992] Compiling SwiftkubeModel AttachedVolume+core.v1.swift
[468/992] Compiling SwiftkubeModel AzureDiskVolumeSource+core.v1.swift
[469/992] Compiling SwiftkubeModel CronJobSpec+batch.v1.swift
[470/992] Compiling SwiftkubeModel CronJobStatus+batch.v1.swift
[471/992] Compiling SwiftkubeModel Job+batch.v1.swift
[472/992] Compiling SwiftkubeModel JobCondition+batch.v1.swift
[473/992] Compiling SwiftkubeModel JobList+batch.v1.swift
[474/992] Compiling SwiftkubeModel JobSpec+batch.v1.swift
[475/992] Compiling SwiftkubeModel JobStatus+batch.v1.swift
[476/992] Compiling SwiftkubeModel JobTemplateSpec+batch.v1.swift
[477/992] Compiling SwiftkubeModel PodFailurePolicy+batch.v1.swift
[478/992] Compiling SwiftkubeModel PodFailurePolicyOnExitCodesRequirement+batch.v1.swift
[479/992] Compiling SwiftkubeModel PodFailurePolicyOnPodConditionsPattern+batch.v1.swift
[480/992] Compiling SwiftkubeModel PodFailurePolicyRule+batch.v1.swift
[481/992] Compiling SwiftkubeModel SuccessPolicy+batch.v1.swift
[482/992] Compiling SwiftkubeModel SuccessPolicyRule+batch.v1.swift
[483/992] Compiling SwiftkubeModel UncountedTerminatedPods+batch.v1.swift
[484/992] Compiling SwiftkubeModel batch+v1.swift
[485/992] Compiling SwiftkubeModel certificates.swift
[486/992] Compiling SwiftkubeModel CertificateSigningRequest+certificates.v1.swift
[487/992] Compiling SwiftkubeModel CertificateSigningRequestCondition+certificates.v1.swift
[488/992] Compiling SwiftkubeModel CertificateSigningRequestList+certificates.v1.swift
[489/992] Compiling SwiftkubeModel CertificateSigningRequestSpec+certificates.v1.swift
[490/992] Compiling SwiftkubeModel CertificateSigningRequestStatus+certificates.v1.swift
[491/992] Compiling SwiftkubeModel certificates+v1.swift
[492/992] Compiling SwiftkubeModel ClusterTrustBundle+certificates.v1alpha1.swift
[493/992] Compiling SwiftkubeModel ClusterTrustBundleList+certificates.v1alpha1.swift
[493/1042] Compiling s3_lib.cc
[494/1042] Compiling handshake_server.cc
[496/1042] Compiling SwiftkubeModel EventSource+core.v1.swift
[497/1042] Compiling SwiftkubeModel ExecAction+core.v1.swift
[498/1042] Compiling SwiftkubeModel FCVolumeSource+core.v1.swift
[499/1042] Compiling SwiftkubeModel FlexPersistentVolumeSource+core.v1.swift
[500/1042] Compiling SwiftkubeModel FlexVolumeSource+core.v1.swift
[501/1042] Compiling SwiftkubeModel FlockerVolumeSource+core.v1.swift
[502/1042] Compiling SwiftkubeModel GCEPersistentDiskVolumeSource+core.v1.swift
[503/1042] Compiling SwiftkubeModel GRPCAction+core.v1.swift
[504/1042] Compiling SwiftkubeModel GitRepoVolumeSource+core.v1.swift
[505/1042] Compiling SwiftkubeModel GlusterfsPersistentVolumeSource+core.v1.swift
[506/1042] Compiling SwiftkubeModel GlusterfsVolumeSource+core.v1.swift
[507/1042] Compiling SwiftkubeModel HTTPGetAction+core.v1.swift
[508/1042] Compiling SwiftkubeModel HTTPHeader+core.v1.swift
[509/1042] Compiling SwiftkubeModel HostAlias+core.v1.swift
[510/1042] Compiling SwiftkubeModel HostIP+core.v1.swift
[511/1042] Compiling SwiftkubeModel HostPathVolumeSource+core.v1.swift
[512/1042] Compiling SwiftkubeModel ISCSIPersistentVolumeSource+core.v1.swift
[513/1042] Compiling SwiftkubeModel ISCSIVolumeSource+core.v1.swift
[514/1042] Compiling SwiftkubeModel ImageVolumeSource+core.v1.swift
[515/1042] Compiling SwiftkubeModel KeyToPath+core.v1.swift
[516/1042] Compiling SwiftkubeModel Lifecycle+core.v1.swift
[517/1042] Compiling SwiftkubeModel LifecycleHandler+core.v1.swift
[518/1042] Compiling SwiftkubeModel LimitRange+core.v1.swift
[519/1042] Compiling SwiftkubeModel LimitRangeItem+core.v1.swift
[520/1042] Compiling SwiftkubeModel LimitRangeList+core.v1.swift
[520/1067] Compiling handoff.cc
[522/1067] Emitting module SwiftkubeModel
[522/1092] Compiling handshake.cc
[524/1092] Compiling SwiftkubeModel ContainerResizePolicy+core.v1.swift
[525/1092] Compiling SwiftkubeModel ContainerState+core.v1.swift
[526/1092] Compiling SwiftkubeModel ContainerStateRunning+core.v1.swift
[527/1092] Compiling SwiftkubeModel ContainerStateTerminated+core.v1.swift
[528/1092] Compiling SwiftkubeModel ContainerStateWaiting+core.v1.swift
[529/1092] Compiling SwiftkubeModel ContainerStatus+core.v1.swift
[530/1092] Compiling SwiftkubeModel ContainerUser+core.v1.swift
[531/1092] Compiling SwiftkubeModel DaemonEndpoint+core.v1.swift
[532/1092] Compiling SwiftkubeModel DownwardAPIProjection+core.v1.swift
[533/1092] Compiling SwiftkubeModel DownwardAPIVolumeFile+core.v1.swift
[534/1092] Compiling SwiftkubeModel DownwardAPIVolumeSource+core.v1.swift
[535/1092] Compiling SwiftkubeModel EmptyDirVolumeSource+core.v1.swift
[536/1092] Compiling SwiftkubeModel EndpointAddress+core.v1.swift
[537/1092] Compiling SwiftkubeModel EndpointPort+core.v1.swift
[538/1092] Compiling SwiftkubeModel EndpointSubset+core.v1.swift
[539/1092] Compiling SwiftkubeModel Endpoints+core.v1.swift
[540/1092] Compiling SwiftkubeModel EndpointsList+core.v1.swift
[541/1092] Compiling SwiftkubeModel EnvFromSource+core.v1.swift
[542/1092] Compiling SwiftkubeModel EnvVar+core.v1.swift
[543/1092] Compiling SwiftkubeModel EnvVarSource+core.v1.swift
[544/1092] Compiling SwiftkubeModel EphemeralContainer+core.v1.swift
[545/1092] Compiling SwiftkubeModel EphemeralVolumeSource+core.v1.swift
[546/1092] Compiling SwiftkubeModel Event+core.v1.swift
[547/1092] Compiling SwiftkubeModel EventList+core.v1.swift
[548/1092] Compiling SwiftkubeModel EventSeries+core.v1.swift
[549/1117] Compiling SwiftkubeModel AzureFilePersistentVolumeSource+core.v1.swift
[550/1117] Compiling SwiftkubeModel AzureFileVolumeSource+core.v1.swift
[551/1117] Compiling SwiftkubeModel Binding+core.v1.swift
[552/1117] Compiling SwiftkubeModel CSIPersistentVolumeSource+core.v1.swift
[553/1117] Compiling SwiftkubeModel CSIVolumeSource+core.v1.swift
[554/1117] Compiling SwiftkubeModel Capabilities+core.v1.swift
[555/1117] Compiling SwiftkubeModel CephFSPersistentVolumeSource+core.v1.swift
[556/1117] Compiling SwiftkubeModel CephFSVolumeSource+core.v1.swift
[557/1117] Compiling SwiftkubeModel CinderPersistentVolumeSource+core.v1.swift
[558/1117] Compiling SwiftkubeModel CinderVolumeSource+core.v1.swift
[559/1117] Compiling SwiftkubeModel ClientIPConfig+core.v1.swift
[560/1117] Compiling SwiftkubeModel ClusterTrustBundleProjection+core.v1.swift
[561/1117] Compiling SwiftkubeModel ComponentCondition+core.v1.swift
[562/1117] Compiling SwiftkubeModel ComponentStatus+core.v1.swift
[563/1117] Compiling SwiftkubeModel ComponentStatusList+core.v1.swift
[564/1117] Compiling SwiftkubeModel ConfigMap+core.v1.swift
[565/1117] Compiling SwiftkubeModel ConfigMapEnvSource+core.v1.swift
[566/1117] Compiling SwiftkubeModel ConfigMapKeySelector+core.v1.swift
[567/1117] Compiling SwiftkubeModel ConfigMapList+core.v1.swift
[568/1117] Compiling SwiftkubeModel ConfigMapNodeConfigSource+core.v1.swift
[569/1117] Compiling SwiftkubeModel ConfigMapProjection+core.v1.swift
[570/1117] Compiling SwiftkubeModel ConfigMapVolumeSource+core.v1.swift
[571/1117] Compiling SwiftkubeModel Container+core.v1.swift
[572/1117] Compiling SwiftkubeModel ContainerImage+core.v1.swift
[573/1117] Compiling SwiftkubeModel ContainerPort+core.v1.swift
[573/1142] Compiling handshake_client.cc
[575/1142] Compiling SwiftkubeModel LimitRangeSpec+core.v1.swift
[576/1142] Compiling SwiftkubeModel LinuxContainerUser+core.v1.swift
[577/1142] Compiling SwiftkubeModel LoadBalancerIngress+core.v1.swift
[578/1142] Compiling SwiftkubeModel LoadBalancerStatus+core.v1.swift
[579/1142] Compiling SwiftkubeModel LocalObjectReference+core.v1.swift
[580/1142] Compiling SwiftkubeModel LocalVolumeSource+core.v1.swift
[581/1142] Compiling SwiftkubeModel ModifyVolumeStatus+core.v1.swift
[582/1142] Compiling SwiftkubeModel NFSVolumeSource+core.v1.swift
[583/1142] Compiling SwiftkubeModel Namespace+core.v1.swift
[584/1142] Compiling SwiftkubeModel NamespaceCondition+core.v1.swift
[585/1142] Compiling SwiftkubeModel NamespaceList+core.v1.swift
[586/1142] Compiling SwiftkubeModel NamespaceSpec+core.v1.swift
[587/1142] Compiling SwiftkubeModel NamespaceStatus+core.v1.swift
[588/1142] Compiling SwiftkubeModel Node+core.v1.swift
[589/1142] Compiling SwiftkubeModel NodeAddress+core.v1.swift
[590/1142] Compiling SwiftkubeModel NodeAffinity+core.v1.swift
[591/1142] Compiling SwiftkubeModel NodeCondition+core.v1.swift
[592/1142] Compiling SwiftkubeModel NodeConfigSource+core.v1.swift
[593/1142] Compiling SwiftkubeModel NodeConfigStatus+core.v1.swift
[594/1142] Compiling SwiftkubeModel NodeDaemonEndpoints+core.v1.swift
[595/1142] Compiling SwiftkubeModel NodeFeatures+core.v1.swift
[596/1142] Compiling SwiftkubeModel NodeList+core.v1.swift
[597/1142] Compiling SwiftkubeModel NodeRuntimeHandler+core.v1.swift
[598/1142] Compiling SwiftkubeModel NodeRuntimeHandlerFeatures+core.v1.swift
[599/1142] Compiling SwiftkubeModel NodeSelector+core.v1.swift
[599/1166] Compiling encrypted_client_hello.cc
[600/1166] Compiling dtls_record.cc
[601/1166] Compiling dtls_method.cc
[602/1166] Compiling md5-x86_64-linux.S
[603/1166] Compiling md5-x86_64-apple.S
[604/1166] Compiling md5-586-linux.S
[605/1166] Compiling extensions.cc
[606/1166] Compiling md5-586-apple.S
[607/1166] Compiling chacha20_poly1305_x86_64-linux.S
[608/1166] Compiling chacha20_poly1305_x86_64-apple.S
[609/1166] Compiling err_data.cc
[610/1166] Compiling chacha20_poly1305_armv8-linux.S
[611/1166] Compiling chacha20_poly1305_armv8-win.S
[612/1166] Compiling chacha20_poly1305_armv8-apple.S
[613/1166] Compiling chacha-x86_64-linux.S
[614/1166] Compiling chacha-x86_64-apple.S
[615/1166] Compiling chacha-x86-linux.S
[616/1166] Compiling d1_srtp.cc
[617/1166] Compiling chacha-x86-apple.S
[618/1166] Compiling d1_pkt.cc
[619/1166] Compiling chacha-armv8-win.S
[620/1166] Compiling chacha-armv8-linux.S
[621/1166] Compiling chacha-armv4-linux.S
[622/1166] Compiling chacha-armv8-apple.S
[623/1166] Compiling aes128gcmsiv-x86_64-apple.S
[624/1166] Compiling aes128gcmsiv-x86_64-linux.S
[625/1166] Compiling x86_64-mont5-apple.S
[626/1166] Compiling x86_64-mont5-linux.S
[627/1166] Compiling x86_64-mont-apple.S
[628/1166] Compiling x86_64-mont-linux.S
[629/1166] Compiling vpaes-x86_64-linux.S
[630/1166] Compiling x86-mont-apple.S
[631/1166] Compiling vpaes-x86_64-apple.S
[632/1166] Compiling x86-mont-linux.S
[633/1166] Compiling bio_ssl.cc
[634/1166] Compiling vpaes-armv8-win.S
[635/1166] Compiling vpaes-x86-apple.S
[636/1166] Compiling vpaes-x86-linux.S
[637/1166] Compiling vpaes-armv8-linux.S
[638/1166] Compiling vpaes-armv8-apple.S
[639/1166] Compiling sha512-armv8-win.S
[640/1166] Compiling sha512-x86_64-linux.S
[641/1166] Compiling vpaes-armv7-linux.S
[642/1166] Compiling sha512-x86_64-apple.S
[643/1166] Compiling sha512-armv8-linux.S
[644/1166] Compiling d1_lib.cc
[645/1166] Compiling sha512-armv8-apple.S
[646/1166] Compiling sha512-armv4-linux.S
[647/1166] Compiling sha512-586-linux.S
[648/1166] Compiling sha512-586-apple.S
[649/1166] Compiling sha256-armv8-linux.S
[650/1166] Compiling sha256-armv8-win.S
[651/1166] Compiling sha256-x86_64-linux.S
[652/1166] Compiling sha256-armv8-apple.S
[653/1166] Compiling sha256-armv4-linux.S
[654/1166] Compiling sha256-x86_64-apple.S
[655/1166] Compiling sha256-586-linux.S
[656/1166] Compiling sha256-586-apple.S
[657/1166] Compiling sha1-armv8-linux.S
[658/1166] Compiling d1_both.cc
[659/1166] Compiling sha1-x86_64-apple.S
[660/1166] Compiling sha1-x86_64-linux.S
[661/1166] Compiling sha1-armv8-win.S
[662/1166] Compiling sha1-armv4-large-linux.S
[663/1166] Compiling sha1-armv8-apple.S
[664/1166] Compiling sha1-586-linux.S
[665/1166] Compiling rsaz-avx2-linux.S
[666/1166] Compiling sha1-586-apple.S
[667/1166] Compiling rdrand-x86_64-linux.S
[668/1166] Compiling p256_beeu-x86_64-asm-linux.S
[669/1166] Compiling rdrand-x86_64-apple.S
[670/1166] Compiling rsaz-avx2-apple.S
[671/1166] Compiling p256_beeu-armv8-asm-win.S
[672/1166] Compiling p256_beeu-x86_64-asm-apple.S
[673/1166] Compiling p256_beeu-armv8-asm-linux.S
[674/1166] Compiling p256_beeu-armv8-asm-apple.S
[675/1166] Compiling p256-x86_64-asm-apple.S
[676/1166] Compiling p256-x86_64-asm-linux.S
[677/1166] Compiling p256-armv8-asm-win.S
[678/1166] Compiling ghashv8-armv8-linux.S
[679/1166] Compiling p256-armv8-asm-apple.S
[680/1166] Compiling p256-armv8-asm-linux.S
[681/1166] Compiling ghashv8-armv8-win.S
[682/1166] Compiling ghashv8-armv8-apple.S
[683/1166] Compiling ghash-x86_64-linux.S
[684/1166] Compiling ghashv8-armv7-linux.S
[685/1166] Compiling ghash-x86_64-apple.S
[686/1166] Compiling ghash-x86-apple.S
[687/1166] Compiling ghash-x86-linux.S
[688/1166] Compiling ghash-ssse3-x86_64-linux.S
[689/1166] Compiling ghash-ssse3-x86_64-apple.S
[690/1166] Compiling ghash-ssse3-x86-apple.S
[691/1166] Compiling ghash-ssse3-x86-linux.S
[692/1166] Compiling ghash-neon-armv8-win.S
[693/1166] Compiling ghash-neon-armv8-apple.S
[694/1166] Compiling ghash-armv4-linux.S
[695/1166] Compiling co-586-apple.S
[695/1166] Compiling co-586-linux.S
[697/1166] Compiling bsaes-armv7-linux.S
[698/1166] Compiling ghash-neon-armv8-linux.S
[699/1166] Compiling bn-armv8-win.S
[700/1166] Compiling bn-armv8-linux.S
[701/1166] Compiling bn-armv8-apple.S
[702/1166] Compiling bn-586-linux.S
[703/1166] Compiling armv8-mont-linux.S
[704/1166] Compiling armv8-mont-win.S
[705/1166] Compiling armv8-mont-apple.S
[706/1166] Compiling bn-586-apple.S
[707/1166] Compiling armv4-mont-linux.S
[708/1166] Compiling aesv8-armv8-win.S
[709/1166] Compiling aesv8-gcm-armv8-win.S
[710/1166] Compiling aesv8-gcm-armv8-linux.S
[711/1166] Compiling aesv8-gcm-armv8-apple.S
[712/1166] Compiling aesv8-armv8-linux.S
[713/1166] Compiling aesv8-armv8-apple.S
[714/1166] Compiling aesv8-armv7-linux.S
[715/1166] Compiling aesni-x86_64-apple.S
[716/1166] Compiling aesni-x86-linux.S
[717/1166] Compiling aesni-x86_64-linux.S
[718/1166] Compiling aesni-gcm-x86_64-apple.S
[719/1166] Compiling aesni-x86-apple.S
[720/1166] Compiling aesni-gcm-x86_64-linux.S
[721/1166] Compiling aes-gcm-avx2-x86_64-linux.S
[722/1166] Compiling aes-gcm-avx10-x86_64-apple.S
[723/1166] Compiling aes-gcm-avx2-x86_64-apple.S
[724/1166] Compiling aes-gcm-avx10-x86_64-linux.S
[726/1166] Compiling SwiftkubeModel VolumeMountStatus+core.v1.swift
[727/1166] Compiling SwiftkubeModel VolumeNodeAffinity+core.v1.swift
[728/1166] Compiling SwiftkubeModel VolumeProjection+core.v1.swift
[729/1166] Compiling SwiftkubeModel VolumeResourceRequirements+core.v1.swift
[730/1166] Compiling SwiftkubeModel VsphereVirtualDiskVolumeSource+core.v1.swift
[731/1166] Compiling SwiftkubeModel WeightedPodAffinityTerm+core.v1.swift
[732/1166] Compiling SwiftkubeModel WindowsSecurityContextOptions+core.v1.swift
[733/1166] Compiling SwiftkubeModel core+v1.swift
[734/1166] Compiling SwiftkubeModel discovery.swift
[735/1166] Compiling SwiftkubeModel Endpoint+discovery.v1.swift
[736/1166] Compiling SwiftkubeModel EndpointConditions+discovery.v1.swift
[737/1166] Compiling SwiftkubeModel EndpointHints+discovery.v1.swift
[738/1166] Compiling SwiftkubeModel EndpointPort+discovery.v1.swift
[739/1166] Compiling SwiftkubeModel EndpointSlice+discovery.v1.swift
[740/1166] Compiling SwiftkubeModel EndpointSliceList+discovery.v1.swift
[741/1166] Compiling SwiftkubeModel ForNode+discovery.v1.swift
[742/1166] Compiling SwiftkubeModel ForZone+discovery.v1.swift
[743/1166] Compiling SwiftkubeModel discovery+v1.swift
[744/1166] Compiling SwiftkubeModel events.swift
[745/1166] Compiling SwiftkubeModel Event+events.v1.swift
[746/1166] Compiling SwiftkubeModel EventList+events.v1.swift
[747/1166] Compiling SwiftkubeModel EventSeries+events.v1.swift
[748/1166] Compiling SwiftkubeModel events+v1.swift
[749/1166] Compiling SwiftkubeModel flowcontrol.swift
[750/1166] Compiling SwiftkubeModel ExemptPriorityLevelConfiguration+flowcontrol.v1.swift
[751/1190] Compiling SwiftkubeModel ReplicationControllerList+core.v1.swift
[752/1190] Compiling SwiftkubeModel ReplicationControllerSpec+core.v1.swift
[753/1190] Compiling SwiftkubeModel ReplicationControllerStatus+core.v1.swift
[754/1190] Compiling SwiftkubeModel ResourceClaim+core.v1.swift
[755/1190] Compiling SwiftkubeModel ResourceFieldSelector+core.v1.swift
[756/1190] Compiling SwiftkubeModel ResourceHealth+core.v1.swift
[757/1190] Compiling SwiftkubeModel ResourceQuota+core.v1.swift
[758/1190] Compiling SwiftkubeModel ResourceQuotaList+core.v1.swift
[759/1190] Compiling SwiftkubeModel ResourceQuotaSpec+core.v1.swift
[760/1190] Compiling SwiftkubeModel ResourceQuotaStatus+core.v1.swift
[761/1190] Compiling SwiftkubeModel ResourceRequirements+core.v1.swift
[762/1190] Compiling SwiftkubeModel ResourceStatus+core.v1.swift
[763/1190] Compiling SwiftkubeModel SELinuxOptions+core.v1.swift
[764/1190] Compiling SwiftkubeModel ScaleIOPersistentVolumeSource+core.v1.swift
[765/1190] Compiling SwiftkubeModel ScaleIOVolumeSource+core.v1.swift
[766/1190] Compiling SwiftkubeModel ScopeSelector+core.v1.swift
[767/1190] Compiling SwiftkubeModel ScopedResourceSelectorRequirement+core.v1.swift
[768/1190] Compiling SwiftkubeModel SeccompProfile+core.v1.swift
[769/1190] Compiling SwiftkubeModel Secret+core.v1.swift
[770/1190] Compiling SwiftkubeModel SecretEnvSource+core.v1.swift
[771/1190] Compiling SwiftkubeModel SecretKeySelector+core.v1.swift
[772/1190] Compiling SwiftkubeModel SecretList+core.v1.swift
[773/1190] Compiling SwiftkubeModel SecretProjection+core.v1.swift
[774/1190] Compiling SwiftkubeModel SecretReference+core.v1.swift
[775/1190] Compiling SwiftkubeModel SecretVolumeSource+core.v1.swift
[776/1214] Compiling SwiftkubeModel FlowDistinguisherMethod+flowcontrol.v1.swift
[777/1214] Compiling SwiftkubeModel FlowSchema+flowcontrol.v1.swift
[778/1214] Compiling SwiftkubeModel FlowSchemaCondition+flowcontrol.v1.swift
[779/1214] Compiling SwiftkubeModel FlowSchemaList+flowcontrol.v1.swift
[780/1214] Compiling SwiftkubeModel FlowSchemaSpec+flowcontrol.v1.swift
[781/1214] Compiling SwiftkubeModel FlowSchemaStatus+flowcontrol.v1.swift
[782/1214] Compiling SwiftkubeModel GroupSubject+flowcontrol.v1.swift
[783/1214] Compiling SwiftkubeModel LimitResponse+flowcontrol.v1.swift
[784/1214] Compiling SwiftkubeModel LimitedPriorityLevelConfiguration+flowcontrol.v1.swift
[785/1214] Compiling SwiftkubeModel NonResourcePolicyRule+flowcontrol.v1.swift
[786/1214] Compiling SwiftkubeModel PolicyRulesWithSubjects+flowcontrol.v1.swift
[787/1214] Compiling SwiftkubeModel PriorityLevelConfiguration+flowcontrol.v1.swift
[788/1214] Compiling SwiftkubeModel PriorityLevelConfigurationCondition+flowcontrol.v1.swift
[789/1214] Compiling SwiftkubeModel PriorityLevelConfigurationList+flowcontrol.v1.swift
[790/1214] Compiling SwiftkubeModel PriorityLevelConfigurationReference+flowcontrol.v1.swift
[791/1214] Compiling SwiftkubeModel PriorityLevelConfigurationSpec+flowcontrol.v1.swift
[792/1214] Compiling SwiftkubeModel PriorityLevelConfigurationStatus+flowcontrol.v1.swift
[793/1214] Compiling SwiftkubeModel QueuingConfiguration+flowcontrol.v1.swift
[794/1214] Compiling SwiftkubeModel ResourcePolicyRule+flowcontrol.v1.swift
[795/1214] Compiling SwiftkubeModel ServiceAccountSubject+flowcontrol.v1.swift
[796/1214] Compiling SwiftkubeModel Subject+flowcontrol.v1.swift
[797/1214] Compiling SwiftkubeModel UserSubject+flowcontrol.v1.swift
[798/1214] Compiling SwiftkubeModel flowcontrol+v1.swift
[799/1214] Compiling SwiftkubeModel internal.swift
[800/1214] Compiling SwiftkubeModel ServerStorageVersion+internal.v1alpha1.swift
[800/1238] Compiling x_val.cc
[801/1238] Compiling x_sig.cc
[802/1238] Compiling x_x509.cc
[803/1238] Compiling x_req.cc
[804/1238] Compiling x_x509a.cc
[805/1238] Compiling x_pubkey.cc
[806/1238] Compiling x_spki.cc
[808/1238] Compiling SwiftkubeModel StatusCause+meta.v1.swift
[809/1238] Compiling SwiftkubeModel StatusDetails+meta.v1.swift
[810/1238] Compiling SwiftkubeModel WatchEvent+meta.v1.swift
[811/1238] Compiling SwiftkubeModel meta+v1.swift
[812/1238] Compiling SwiftkubeModel networking.swift
[813/1238] Compiling SwiftkubeModel HTTPIngressPath+networking.v1.swift
[814/1238] Compiling SwiftkubeModel HTTPIngressRuleValue+networking.v1.swift
[815/1238] Compiling SwiftkubeModel IPAddress+networking.v1.swift
[816/1238] Compiling SwiftkubeModel IPAddressList+networking.v1.swift
[817/1238] Compiling SwiftkubeModel IPAddressSpec+networking.v1.swift
[818/1238] Compiling SwiftkubeModel IPBlock+networking.v1.swift
[819/1238] Compiling SwiftkubeModel Ingress+networking.v1.swift
[820/1238] Compiling SwiftkubeModel IngressBackend+networking.v1.swift
[821/1238] Compiling SwiftkubeModel IngressClass+networking.v1.swift
[822/1238] Compiling SwiftkubeModel IngressClassList+networking.v1.swift
[823/1238] Compiling SwiftkubeModel IngressClassParametersReference+networking.v1.swift
[824/1238] Compiling SwiftkubeModel IngressClassSpec+networking.v1.swift
[825/1238] Compiling SwiftkubeModel IngressList+networking.v1.swift
[826/1238] Compiling SwiftkubeModel IngressLoadBalancerIngress+networking.v1.swift
[827/1238] Compiling SwiftkubeModel IngressLoadBalancerStatus+networking.v1.swift
[828/1238] Compiling SwiftkubeModel IngressPortStatus+networking.v1.swift
[829/1238] Compiling SwiftkubeModel IngressRule+networking.v1.swift
[830/1238] Compiling SwiftkubeModel IngressServiceBackend+networking.v1.swift
[831/1238] Compiling SwiftkubeModel IngressSpec+networking.v1.swift
[832/1262] Compiling SwiftkubeModel StorageVersion+internal.v1alpha1.swift
[833/1262] Compiling SwiftkubeModel StorageVersionCondition+internal.v1alpha1.swift
[834/1262] Compiling SwiftkubeModel StorageVersionList+internal.v1alpha1.swift
[835/1262] Compiling SwiftkubeModel StorageVersionSpec+internal.v1alpha1.swift
[836/1262] Compiling SwiftkubeModel StorageVersionStatus+internal.v1alpha1.swift
[837/1262] Compiling SwiftkubeModel internal+v1alpha1.swift
[838/1262] Compiling SwiftkubeModel meta.swift
[839/1262] Compiling SwiftkubeModel APIGroup+meta.v1.swift
[840/1262] Compiling SwiftkubeModel APIGroupList+meta.v1.swift
[841/1262] Compiling SwiftkubeModel APIResource+meta.v1.swift
[842/1262] Compiling SwiftkubeModel APIResourceList+meta.v1.swift
[843/1262] Compiling SwiftkubeModel APIVersions+meta.v1.swift
[844/1262] Compiling SwiftkubeModel Condition+meta.v1.swift
[845/1262] Compiling SwiftkubeModel DeleteOptions+meta.v1.swift
[846/1262] Compiling SwiftkubeModel FieldSelectorRequirement+meta.v1.swift
[847/1262] Compiling SwiftkubeModel GroupVersionForDiscovery+meta.v1.swift
[848/1262] Compiling SwiftkubeModel LabelSelector+meta.v1.swift
[849/1262] Compiling SwiftkubeModel LabelSelectorRequirement+meta.v1.swift
[850/1262] Compiling SwiftkubeModel ListMeta+meta.v1.swift
[851/1262] Compiling SwiftkubeModel ManagedFieldsEntry+meta.v1.swift
[852/1262] Compiling SwiftkubeModel ObjectMeta+meta.v1.swift
[853/1262] Compiling SwiftkubeModel OwnerReference+meta.v1.swift
[854/1262] Compiling SwiftkubeModel Preconditions+meta.v1.swift
[855/1262] Compiling SwiftkubeModel ServerAddressByClientCIDR+meta.v1.swift
[856/1262] Compiling SwiftkubeModel Status+meta.v1.swift
[857/1286] Compiling SwiftkubeModel PodDNSConfig+core.v1.swift
[858/1286] Compiling SwiftkubeModel PodDNSConfigOption+core.v1.swift
[859/1286] Compiling SwiftkubeModel PodIP+core.v1.swift
[860/1286] Compiling SwiftkubeModel PodList+core.v1.swift
[861/1286] Compiling SwiftkubeModel PodOS+core.v1.swift
[862/1286] Compiling SwiftkubeModel PodReadinessGate+core.v1.swift
[863/1286] Compiling SwiftkubeModel PodResourceClaim+core.v1.swift
[864/1286] Compiling SwiftkubeModel PodResourceClaimStatus+core.v1.swift
[865/1286] Compiling SwiftkubeModel PodSchedulingGate+core.v1.swift
[866/1286] Compiling SwiftkubeModel PodSecurityContext+core.v1.swift
[867/1286] Compiling SwiftkubeModel PodSpec+core.v1.swift
[868/1286] Compiling SwiftkubeModel PodStatus+core.v1.swift
[869/1286] Compiling SwiftkubeModel PodTemplate+core.v1.swift
[870/1286] Compiling SwiftkubeModel PodTemplateList+core.v1.swift
[871/1286] Compiling SwiftkubeModel PodTemplateSpec+core.v1.swift
[872/1286] Compiling SwiftkubeModel PortStatus+core.v1.swift
[873/1286] Compiling SwiftkubeModel PortworxVolumeSource+core.v1.swift
[874/1286] Compiling SwiftkubeModel PreferredSchedulingTerm+core.v1.swift
[875/1286] Compiling SwiftkubeModel Probe+core.v1.swift
[876/1286] Compiling SwiftkubeModel ProjectedVolumeSource+core.v1.swift
[877/1286] Compiling SwiftkubeModel QuobyteVolumeSource+core.v1.swift
[878/1286] Compiling SwiftkubeModel RBDPersistentVolumeSource+core.v1.swift
[879/1286] Compiling SwiftkubeModel RBDVolumeSource+core.v1.swift
[880/1286] Compiling SwiftkubeModel ReplicationController+core.v1.swift
[881/1286] Compiling SwiftkubeModel ReplicationControllerCondition+core.v1.swift
[882/1310] Compiling SwiftkubeModel NodeSelectorRequirement+core.v1.swift
[883/1310] Compiling SwiftkubeModel NodeSelectorTerm+core.v1.swift
[884/1310] Compiling SwiftkubeModel NodeSpec+core.v1.swift
[885/1310] Compiling SwiftkubeModel NodeStatus+core.v1.swift
[886/1310] Compiling SwiftkubeModel NodeSwapStatus+core.v1.swift
[887/1310] Compiling SwiftkubeModel NodeSystemInfo+core.v1.swift
[888/1310] Compiling SwiftkubeModel ObjectFieldSelector+core.v1.swift
[889/1310] Compiling SwiftkubeModel ObjectReference+core.v1.swift
[890/1310] Compiling SwiftkubeModel PersistentVolume+core.v1.swift
[891/1310] Compiling SwiftkubeModel PersistentVolumeClaim+core.v1.swift
[892/1310] Compiling SwiftkubeModel PersistentVolumeClaimCondition+core.v1.swift
[893/1310] Compiling SwiftkubeModel PersistentVolumeClaimList+core.v1.swift
[894/1310] Compiling SwiftkubeModel PersistentVolumeClaimSpec+core.v1.swift
[895/1310] Compiling SwiftkubeModel PersistentVolumeClaimStatus+core.v1.swift
[896/1310] Compiling SwiftkubeModel PersistentVolumeClaimTemplate+core.v1.swift
[897/1310] Compiling SwiftkubeModel PersistentVolumeClaimVolumeSource+core.v1.swift
[898/1310] Compiling SwiftkubeModel PersistentVolumeList+core.v1.swift
[899/1310] Compiling SwiftkubeModel PersistentVolumeSpec+core.v1.swift
[900/1310] Compiling SwiftkubeModel PersistentVolumeStatus+core.v1.swift
[901/1310] Compiling SwiftkubeModel PhotonPersistentDiskVolumeSource+core.v1.swift
[902/1310] Compiling SwiftkubeModel Pod+core.v1.swift
[903/1310] Compiling SwiftkubeModel PodAffinity+core.v1.swift
[904/1310] Compiling SwiftkubeModel PodAffinityTerm+core.v1.swift
[905/1310] Compiling SwiftkubeModel PodAntiAffinity+core.v1.swift
[906/1310] Compiling SwiftkubeModel PodCondition+core.v1.swift
[906/1334] Compiling x_name.cc
[907/1334] Compiling x_crl.cc
[908/1334] Compiling x_exten.cc
[909/1334] Compiling x509spki.cc
[910/1334] Compiling x_algor.cc
[911/1334] Compiling x_attrib.cc
[912/1334] Compiling x_all.cc
[914/1334] Compiling SwiftkubeModel SecurityContext+core.v1.swift
[915/1334] Compiling SwiftkubeModel Service+core.v1.swift
[916/1334] Compiling SwiftkubeModel ServiceAccount+core.v1.swift
[917/1334] Compiling SwiftkubeModel ServiceAccountList+core.v1.swift
[918/1334] Compiling SwiftkubeModel ServiceAccountTokenProjection+core.v1.swift
[919/1334] Compiling SwiftkubeModel ServiceList+core.v1.swift
[920/1334] Compiling SwiftkubeModel ServicePort+core.v1.swift
[921/1334] Compiling SwiftkubeModel ServiceSpec+core.v1.swift
[922/1334] Compiling SwiftkubeModel ServiceStatus+core.v1.swift
[923/1334] Compiling SwiftkubeModel SessionAffinityConfig+core.v1.swift
[924/1334] Compiling SwiftkubeModel SleepAction+core.v1.swift
[925/1334] Compiling SwiftkubeModel StorageOSPersistentVolumeSource+core.v1.swift
[926/1334] Compiling SwiftkubeModel StorageOSVolumeSource+core.v1.swift
[927/1334] Compiling SwiftkubeModel Sysctl+core.v1.swift
[928/1334] Compiling SwiftkubeModel TCPSocketAction+core.v1.swift
[929/1334] Compiling SwiftkubeModel Taint+core.v1.swift
[930/1334] Compiling SwiftkubeModel Toleration+core.v1.swift
[931/1334] Compiling SwiftkubeModel TopologySelectorLabelRequirement+core.v1.swift
[932/1334] Compiling SwiftkubeModel TopologySelectorTerm+core.v1.swift
[933/1334] Compiling SwiftkubeModel TopologySpreadConstraint+core.v1.swift
[934/1334] Compiling SwiftkubeModel TypedLocalObjectReference+core.v1.swift
[935/1334] Compiling SwiftkubeModel TypedObjectReference+core.v1.swift
[936/1334] Compiling SwiftkubeModel Volume+core.v1.swift
[937/1334] Compiling SwiftkubeModel VolumeDevice+core.v1.swift
[938/1334] Compiling SwiftkubeModel VolumeMount+core.v1.swift
[938/1358] Compiling x509rset.cc
[939/1358] Compiling x509cset.cc
[940/1358] Compiling x509name.cc
[941/1358] Compiling x509_v3.cc
[942/1358] Compiling x509_vfy.cc
[943/1358] Compiling x509_vpm.cc
[944/1358] Compiling x509_txt.cc
[945/1358] Compiling x509_req.cc
[946/1358] Compiling x509_trs.cc
[947/1358] Compiling x509_set.cc
[948/1358] Compiling x509_def.cc
[949/1358] Compiling x509_lu.cc
[950/1358] Compiling x509_ext.cc
[952/1358] Compiling SwiftkubeModel IngressStatus+networking.v1.swift
[953/1358] Compiling SwiftkubeModel IngressTLS+networking.v1.swift
[954/1358] Compiling SwiftkubeModel NetworkPolicy+networking.v1.swift
[955/1358] Compiling SwiftkubeModel NetworkPolicyEgressRule+networking.v1.swift
[956/1358] Compiling SwiftkubeModel NetworkPolicyIngressRule+networking.v1.swift
[957/1358] Compiling SwiftkubeModel NetworkPolicyList+networking.v1.swift
[958/1358] Compiling SwiftkubeModel NetworkPolicyPeer+networking.v1.swift
[959/1358] Compiling SwiftkubeModel NetworkPolicyPort+networking.v1.swift
[960/1358] Compiling SwiftkubeModel NetworkPolicySpec+networking.v1.swift
[961/1358] Compiling SwiftkubeModel ParentReference+networking.v1.swift
[962/1358] Compiling SwiftkubeModel ServiceBackendPort+networking.v1.swift
[963/1358] Compiling SwiftkubeModel ServiceCIDR+networking.v1.swift
[964/1358] Compiling SwiftkubeModel ServiceCIDRList+networking.v1.swift
[965/1358] Compiling SwiftkubeModel ServiceCIDRSpec+networking.v1.swift
[966/1358] Compiling SwiftkubeModel ServiceCIDRStatus+networking.v1.swift
[967/1358] Compiling SwiftkubeModel networking+v1.swift
[968/1358] Compiling SwiftkubeModel IPAddress+networking.v1beta1.swift
[969/1358] Compiling SwiftkubeModel IPAddressList+networking.v1beta1.swift
[970/1358] Compiling SwiftkubeModel IPAddressSpec+networking.v1beta1.swift
[971/1358] Compiling SwiftkubeModel ParentReference+networking.v1beta1.swift
[972/1358] Compiling SwiftkubeModel ServiceCIDR+networking.v1beta1.swift
[973/1358] Compiling SwiftkubeModel ServiceCIDRList+networking.v1beta1.swift
[974/1358] Compiling SwiftkubeModel ServiceCIDRSpec+networking.v1beta1.swift
[975/1358] Compiling SwiftkubeModel ServiceCIDRStatus+networking.v1beta1.swift
[976/1382] Compiling SwiftkubeModel networking+v1beta1.swift
[977/1382] Compiling SwiftkubeModel node.swift
[978/1382] Compiling SwiftkubeModel Overhead+node.v1.swift
[979/1382] Compiling SwiftkubeModel RuntimeClass+node.v1.swift
[980/1382] Compiling SwiftkubeModel RuntimeClassList+node.v1.swift
[981/1382] Compiling SwiftkubeModel Scheduling+node.v1.swift
[982/1382] Compiling SwiftkubeModel node+v1.swift
[983/1382] Compiling SwiftkubeModel policy.swift
[984/1382] Compiling SwiftkubeModel Eviction+policy.v1.swift
[985/1382] Compiling SwiftkubeModel PodDisruptionBudget+policy.v1.swift
[986/1382] Compiling SwiftkubeModel PodDisruptionBudgetList+policy.v1.swift
[987/1382] Compiling SwiftkubeModel PodDisruptionBudgetSpec+policy.v1.swift
[988/1382] Compiling SwiftkubeModel PodDisruptionBudgetStatus+policy.v1.swift
[989/1382] Compiling SwiftkubeModel policy+v1.swift
[990/1382] Compiling SwiftkubeModel rbac.swift
[991/1382] Compiling SwiftkubeModel AggregationRule+rbac.v1.swift
[992/1382] Compiling SwiftkubeModel ClusterRole+rbac.v1.swift
[993/1382] Compiling SwiftkubeModel ClusterRoleBinding+rbac.v1.swift
[994/1382] Compiling SwiftkubeModel ClusterRoleBindingList+rbac.v1.swift
[995/1382] Compiling SwiftkubeModel ClusterRoleList+rbac.v1.swift
[996/1382] Compiling SwiftkubeModel PolicyRule+rbac.v1.swift
[997/1382] Compiling SwiftkubeModel Role+rbac.v1.swift
[998/1382] Compiling SwiftkubeModel RoleBinding+rbac.v1.swift
[999/1382] Compiling SwiftkubeModel RoleBindingList+rbac.v1.swift
[999/1382] Compiling x509_obj.cc
[1001/1382] Compiling SwiftkubeModel RoleList+rbac.v1.swift
[1002/1382] Compiling SwiftkubeModel RoleRef+rbac.v1.swift
[1003/1382] Compiling SwiftkubeModel Subject+rbac.v1.swift
[1004/1382] Compiling SwiftkubeModel rbac+v1.swift
[1005/1382] Compiling SwiftkubeModel resource.swift
[1006/1382] Compiling SwiftkubeModel AllocatedDeviceStatus+resource.v1alpha3.swift
[1007/1382] Compiling SwiftkubeModel AllocationResult+resource.v1alpha3.swift
[1008/1382] Compiling SwiftkubeModel BasicDevice+resource.v1alpha3.swift
[1009/1382] Compiling SwiftkubeModel CELDeviceSelector+resource.v1alpha3.swift
[1010/1382] Compiling SwiftkubeModel Counter+resource.v1alpha3.swift
[1011/1382] Compiling SwiftkubeModel CounterSet+resource.v1alpha3.swift
[1012/1382] Compiling SwiftkubeModel Device+resource.v1alpha3.swift
[1013/1382] Compiling SwiftkubeModel DeviceAllocationConfiguration+resource.v1alpha3.swift
[1014/1382] Compiling SwiftkubeModel DeviceAllocationResult+resource.v1alpha3.swift
[1015/1382] Compiling SwiftkubeModel DeviceAttribute+resource.v1alpha3.swift
[1016/1382] Compiling SwiftkubeModel DeviceClaim+resource.v1alpha3.swift
[1017/1382] Compiling SwiftkubeModel DeviceClaimConfiguration+resource.v1alpha3.swift
[1018/1382] Compiling SwiftkubeModel DeviceClass+resource.v1alpha3.swift
[1019/1382] Compiling SwiftkubeModel DeviceClassConfiguration+resource.v1alpha3.swift
[1020/1382] Compiling SwiftkubeModel DeviceClassList+resource.v1alpha3.swift
[1021/1382] Compiling SwiftkubeModel DeviceClassSpec+resource.v1alpha3.swift
[1022/1382] Compiling SwiftkubeModel DeviceConstraint+resource.v1alpha3.swift
[1023/1382] Compiling SwiftkubeModel DeviceCounterConsumption+resource.v1alpha3.swift
[1024/1382] Compiling SwiftkubeModel DeviceRequest+resource.v1alpha3.swift
[1024/1382] Compiling x509_d2.cc
[1025/1382] Compiling v3_utl.cc
[1026/1382] Compiling x509_cmp.cc
[1027/1382] Compiling x509.cc
[1028/1382] Compiling x509_att.cc
[1029/1382] Compiling v3_skey.cc
[1030/1382] Compiling v3_pmaps.cc
[1031/1382] Compiling v3_purp.cc
[1033/1382] Compiling SwiftkubeModel DeviceAttribute+resource.v1beta2.swift
[1034/1382] Compiling SwiftkubeModel DeviceCapacity+resource.v1beta2.swift
[1035/1382] Compiling SwiftkubeModel DeviceClaim+resource.v1beta2.swift
[1036/1382] Compiling SwiftkubeModel DeviceClaimConfiguration+resource.v1beta2.swift
[1037/1382] Compiling SwiftkubeModel DeviceClass+resource.v1beta2.swift
[1038/1382] Compiling SwiftkubeModel DeviceClassConfiguration+resource.v1beta2.swift
[1039/1382] Compiling SwiftkubeModel DeviceClassList+resource.v1beta2.swift
[1040/1382] Compiling SwiftkubeModel DeviceClassSpec+resource.v1beta2.swift
[1041/1382] Compiling SwiftkubeModel DeviceConstraint+resource.v1beta2.swift
[1042/1382] Compiling SwiftkubeModel DeviceCounterConsumption+resource.v1beta2.swift
[1043/1382] Compiling SwiftkubeModel DeviceRequest+resource.v1beta2.swift
[1044/1382] Compiling SwiftkubeModel DeviceRequestAllocationResult+resource.v1beta2.swift
[1045/1382] Compiling SwiftkubeModel DeviceSelector+resource.v1beta2.swift
[1046/1382] Compiling SwiftkubeModel DeviceSubRequest+resource.v1beta2.swift
[1047/1382] Compiling SwiftkubeModel DeviceTaint+resource.v1beta2.swift
[1048/1382] Compiling SwiftkubeModel DeviceToleration+resource.v1beta2.swift
[1049/1382] Compiling SwiftkubeModel ExactDeviceRequest+resource.v1beta2.swift
[1050/1382] Compiling SwiftkubeModel NetworkDeviceData+resource.v1beta2.swift
[1051/1382] Compiling SwiftkubeModel OpaqueDeviceConfiguration+resource.v1beta2.swift
[1052/1382] Compiling SwiftkubeModel ResourceClaim+resource.v1beta2.swift
[1053/1382] Compiling SwiftkubeModel ResourceClaimConsumerReference+resource.v1beta2.swift
[1054/1382] Compiling SwiftkubeModel ResourceClaimList+resource.v1beta2.swift
[1055/1382] Compiling SwiftkubeModel ResourceClaimSpec+resource.v1beta2.swift
[1056/1382] Compiling SwiftkubeModel ResourceClaimStatus+resource.v1beta2.swift
[1056/1382] Compiling v3_prn.cc
[1058/1382] Compiling SwiftkubeModel AllocatedDeviceStatus+resource.v1beta1.swift
[1059/1382] Compiling SwiftkubeModel AllocationResult+resource.v1beta1.swift
[1060/1382] Compiling SwiftkubeModel BasicDevice+resource.v1beta1.swift
[1061/1382] Compiling SwiftkubeModel CELDeviceSelector+resource.v1beta1.swift
[1062/1382] Compiling SwiftkubeModel Counter+resource.v1beta1.swift
[1063/1382] Compiling SwiftkubeModel CounterSet+resource.v1beta1.swift
[1064/1382] Compiling SwiftkubeModel Device+resource.v1beta1.swift
[1065/1382] Compiling SwiftkubeModel DeviceAllocationConfiguration+resource.v1beta1.swift
[1066/1382] Compiling SwiftkubeModel DeviceAllocationResult+resource.v1beta1.swift
[1067/1382] Compiling SwiftkubeModel DeviceAttribute+resource.v1beta1.swift
[1068/1382] Compiling SwiftkubeModel DeviceCapacity+resource.v1beta1.swift
[1069/1382] Compiling SwiftkubeModel DeviceClaim+resource.v1beta1.swift
[1070/1382] Compiling SwiftkubeModel DeviceClaimConfiguration+resource.v1beta1.swift
[1071/1382] Compiling SwiftkubeModel DeviceClass+resource.v1beta1.swift
[1072/1382] Compiling SwiftkubeModel DeviceClassConfiguration+resource.v1beta1.swift
[1073/1382] Compiling SwiftkubeModel DeviceClassList+resource.v1beta1.swift
[1074/1382] Compiling SwiftkubeModel DeviceClassSpec+resource.v1beta1.swift
[1075/1382] Compiling SwiftkubeModel DeviceConstraint+resource.v1beta1.swift
[1076/1382] Compiling SwiftkubeModel DeviceCounterConsumption+resource.v1beta1.swift
[1077/1382] Compiling SwiftkubeModel DeviceRequest+resource.v1beta1.swift
[1078/1382] Compiling SwiftkubeModel DeviceRequestAllocationResult+resource.v1beta1.swift
[1079/1382] Compiling SwiftkubeModel DeviceSelector+resource.v1beta1.swift
[1080/1382] Compiling SwiftkubeModel DeviceSubRequest+resource.v1beta1.swift
[1081/1382] Compiling SwiftkubeModel DeviceTaint+resource.v1beta1.swift
[1082/1382] Compiling SwiftkubeModel DeviceRequestAllocationResult+resource.v1alpha3.swift
[1083/1382] Compiling SwiftkubeModel DeviceSelector+resource.v1alpha3.swift
[1084/1382] Compiling SwiftkubeModel DeviceSubRequest+resource.v1alpha3.swift
[1085/1382] Compiling SwiftkubeModel DeviceTaint+resource.v1alpha3.swift
[1086/1382] Compiling SwiftkubeModel DeviceTaintRule+resource.v1alpha3.swift
[1087/1382] Compiling SwiftkubeModel DeviceTaintRuleList+resource.v1alpha3.swift
[1088/1382] Compiling SwiftkubeModel DeviceTaintRuleSpec+resource.v1alpha3.swift
[1089/1382] Compiling SwiftkubeModel DeviceTaintSelector+resource.v1alpha3.swift
[1090/1382] Compiling SwiftkubeModel DeviceToleration+resource.v1alpha3.swift
[1091/1382] Compiling SwiftkubeModel NetworkDeviceData+resource.v1alpha3.swift
[1092/1382] Compiling SwiftkubeModel OpaqueDeviceConfiguration+resource.v1alpha3.swift
[1093/1382] Compiling SwiftkubeModel ResourceClaim+resource.v1alpha3.swift
[1094/1382] Compiling SwiftkubeModel ResourceClaimConsumerReference+resource.v1alpha3.swift
[1095/1382] Compiling SwiftkubeModel ResourceClaimList+resource.v1alpha3.swift
[1096/1382] Compiling SwiftkubeModel ResourceClaimSpec+resource.v1alpha3.swift
[1097/1382] Compiling SwiftkubeModel ResourceClaimStatus+resource.v1alpha3.swift
[1098/1382] Compiling SwiftkubeModel ResourceClaimTemplate+resource.v1alpha3.swift
[1099/1382] Compiling SwiftkubeModel ResourceClaimTemplateList+resource.v1alpha3.swift
[1100/1382] Compiling SwiftkubeModel ResourceClaimTemplateSpec+resource.v1alpha3.swift
[1101/1382] Compiling SwiftkubeModel ResourcePool+resource.v1alpha3.swift
[1102/1382] Compiling SwiftkubeModel ResourceSlice+resource.v1alpha3.swift
[1103/1382] Compiling SwiftkubeModel ResourceSliceList+resource.v1alpha3.swift
[1104/1382] Compiling SwiftkubeModel ResourceSliceSpec+resource.v1alpha3.swift
[1105/1382] Compiling SwiftkubeModel resource+v1alpha3.swift
[1105/1382] Compiling v3_pcons.cc
[1106/1382] Compiling v3_int.cc
[1107/1382] Compiling v3_ncons.cc
[1108/1382] Compiling v3_ocsp.cc
[1109/1382] Compiling v3_lib.cc
[1110/1382] Compiling v3_info.cc
[1112/1382] Compiling SwiftkubeModel DeviceToleration+resource.v1beta1.swift
[1113/1382] Compiling SwiftkubeModel NetworkDeviceData+resource.v1beta1.swift
[1114/1382] Compiling SwiftkubeModel OpaqueDeviceConfiguration+resource.v1beta1.swift
[1115/1382] Compiling SwiftkubeModel ResourceClaim+resource.v1beta1.swift
[1116/1382] Compiling SwiftkubeModel ResourceClaimConsumerReference+resource.v1beta1.swift
[1117/1382] Compiling SwiftkubeModel ResourceClaimList+resource.v1beta1.swift
[1118/1382] Compiling SwiftkubeModel ResourceClaimSpec+resource.v1beta1.swift
[1119/1382] Compiling SwiftkubeModel ResourceClaimStatus+resource.v1beta1.swift
[1120/1382] Compiling SwiftkubeModel ResourceClaimTemplate+resource.v1beta1.swift
[1121/1382] Compiling SwiftkubeModel ResourceClaimTemplateList+resource.v1beta1.swift
[1122/1382] Compiling SwiftkubeModel ResourceClaimTemplateSpec+resource.v1beta1.swift
[1123/1382] Compiling SwiftkubeModel ResourcePool+resource.v1beta1.swift
[1124/1382] Compiling SwiftkubeModel ResourceSlice+resource.v1beta1.swift
[1125/1382] Compiling SwiftkubeModel ResourceSliceList+resource.v1beta1.swift
[1126/1382] Compiling SwiftkubeModel ResourceSliceSpec+resource.v1beta1.swift
[1127/1382] Compiling SwiftkubeModel resource+v1beta1.swift
[1128/1382] Compiling SwiftkubeModel AllocatedDeviceStatus+resource.v1beta2.swift
[1129/1382] Compiling SwiftkubeModel AllocationResult+resource.v1beta2.swift
[1130/1382] Compiling SwiftkubeModel CELDeviceSelector+resource.v1beta2.swift
[1131/1382] Compiling SwiftkubeModel Counter+resource.v1beta2.swift
[1132/1382] Compiling SwiftkubeModel CounterSet+resource.v1beta2.swift
[1133/1382] Compiling SwiftkubeModel Device+resource.v1beta2.swift
[1134/1382] Compiling SwiftkubeModel DeviceAllocationConfiguration+resource.v1beta2.swift
[1135/1382] Compiling SwiftkubeModel DeviceAllocationResult+resource.v1beta2.swift
[1136/1382] Compiling SwiftkubeModel ResourceClaimTemplate+resource.v1beta2.swift
[1137/1382] Compiling SwiftkubeModel ResourceClaimTemplateList+resource.v1beta2.swift
[1138/1382] Compiling SwiftkubeModel ResourceClaimTemplateSpec+resource.v1beta2.swift
[1139/1382] Compiling SwiftkubeModel ResourcePool+resource.v1beta2.swift
[1140/1382] Compiling SwiftkubeModel ResourceSlice+resource.v1beta2.swift
[1141/1382] Compiling SwiftkubeModel ResourceSliceList+resource.v1beta2.swift
[1142/1382] Compiling SwiftkubeModel ResourceSliceSpec+resource.v1beta2.swift
[1143/1382] Compiling SwiftkubeModel resource+v1beta2.swift
[1144/1382] Compiling SwiftkubeModel scheduling.swift
[1145/1382] Compiling SwiftkubeModel PriorityClass+scheduling.v1.swift
[1146/1382] Compiling SwiftkubeModel PriorityClassList+scheduling.v1.swift
[1147/1382] Compiling SwiftkubeModel scheduling+v1.swift
[1148/1382] Compiling SwiftkubeModel storage.swift
[1149/1382] Compiling SwiftkubeModel CSIDriver+storage.v1.swift
[1150/1382] Compiling SwiftkubeModel CSIDriverList+storage.v1.swift
[1151/1382] Compiling SwiftkubeModel CSIDriverSpec+storage.v1.swift
[1152/1382] Compiling SwiftkubeModel CSINode+storage.v1.swift
[1153/1382] Compiling SwiftkubeModel CSINodeDriver+storage.v1.swift
[1154/1382] Compiling SwiftkubeModel CSINodeList+storage.v1.swift
[1155/1382] Compiling SwiftkubeModel CSINodeSpec+storage.v1.swift
[1156/1382] Compiling SwiftkubeModel CSIStorageCapacity+storage.v1.swift
[1157/1382] Compiling SwiftkubeModel CSIStorageCapacityList+storage.v1.swift
[1158/1382] Compiling SwiftkubeModel StorageClass+storage.v1.swift
[1159/1382] Compiling SwiftkubeModel StorageClassList+storage.v1.swift
[1159/1382] Compiling v3_ia5.cc
[1160/1382] Compiling v3_genn.cc
[1161/1382] Compiling v3_extku.cc
[1162/1382] Compiling v3_conf.cc
[1163/1382] Compiling v3_enum.cc
[1164/1382] Compiling v3_crld.cc
[1165/1382] Compiling v3_cpols.cc
[1166/1382] Compiling v3_bitst.cc
[1167/1382] Compiling v3_bcons.cc
[1168/1382] Compiling v3_alt.cc
[1169/1382] Compiling v3_akeya.cc
[1170/1382] Compiling t_x509.cc
[1171/1382] Compiling t_x509a.cc
[1172/1382] Compiling v3_akey.cc
[1174/1382] Compiling SwiftkubeModel TokenRequest+storage.v1.swift
[1175/1382] Compiling SwiftkubeModel VolumeAttachment+storage.v1.swift
[1176/1382] Compiling SwiftkubeModel VolumeAttachmentList+storage.v1.swift
[1177/1382] Compiling SwiftkubeModel VolumeAttachmentSource+storage.v1.swift
[1178/1382] Compiling SwiftkubeModel VolumeAttachmentSpec+storage.v1.swift
[1179/1382] Compiling SwiftkubeModel VolumeAttachmentStatus+storage.v1.swift
[1180/1382] Compiling SwiftkubeModel VolumeError+storage.v1.swift
[1181/1382] Compiling SwiftkubeModel VolumeNodeResources+storage.v1.swift
[1182/1382] Compiling SwiftkubeModel storage+v1.swift
[1183/1382] Compiling SwiftkubeModel VolumeAttributesClass+storage.v1alpha1.swift
[1184/1382] Compiling SwiftkubeModel VolumeAttributesClassList+storage.v1alpha1.swift
[1185/1382] Compiling SwiftkubeModel storage+v1alpha1.swift
[1186/1382] Compiling SwiftkubeModel VolumeAttributesClass+storage.v1beta1.swift
[1187/1382] Compiling SwiftkubeModel VolumeAttributesClassList+storage.v1beta1.swift
[1188/1382] Compiling SwiftkubeModel storage+v1beta1.swift
[1189/1382] Compiling SwiftkubeModel storagemigration.swift
[1190/1382] Compiling SwiftkubeModel GroupVersionResource+storagemigration.v1alpha1.swift
[1191/1382] Compiling SwiftkubeModel MigrationCondition+storagemigration.v1alpha1.swift
[1192/1382] Compiling SwiftkubeModel StorageVersionMigration+storagemigration.v1alpha1.swift
[1193/1382] Compiling SwiftkubeModel StorageVersionMigrationList+storagemigration.v1alpha1.swift
[1194/1382] Compiling SwiftkubeModel StorageVersionMigrationSpec+storagemigration.v1alpha1.swift
[1195/1382] Compiling SwiftkubeModel StorageVersionMigrationStatus+storagemigration.v1alpha1.swift
[1196/1382] Compiling SwiftkubeModel storagemigration+v1alpha1.swift
[1197/1382] Compiling SwiftkubeModel SwiftkubeModel.swift
[1197/1383] Compiling t_req.cc
[1199/1383] Compiling i2d_pr.cc
[1200/1383] Compiling t_crl.cc
[1201/1383] Compiling rsa_pss.cc
[1201/1383] Compiling name_print.cc
[1203/1383] Compiling by_file.cc
[1204/1383] Compiling policy.cc
[1205/1383] Compiling by_dir.cc
[1206/1383] Compiling asn1_gen.cc
[1207/1383] Compiling a_verify.cc
[1208/1383] Compiling voprf.cc
[1209/1383] Compiling algorithm.cc
[1210/1383] Compiling a_digest.cc
[1211/1383] Compiling a_sign.cc
[1212/1383] Compiling pmbtoken.cc
[1213/1383] Compiling trust_token.cc
[1214/1383] Compiling thread.cc
[1215/1383] Compiling thread_win.cc
[1216/1383] Compiling thread_pthread.cc
[1217/1383] Compiling thread_none.cc
[1218/1383] Compiling stack.cc
[1219/1383] Compiling siphash.cc
[1220/1383] Compiling sha1.cc
[1221/1383] Compiling sha512.cc
[1222/1383] Compiling sha256.cc
[1223/1383] Compiling rsa_print.cc
[1224/1383] Compiling slhdsa.cc
[1225/1383] Compiling rsa_extra.cc
[1226/1383] Compiling spake2plus.cc
[1227/1383] Compiling rc4.cc
[1228/1383] Compiling rsa_crypt.cc
[1229/1383] Compiling trusty.cc
[1230/1383] Compiling refcount.cc
[1231/1383] Compiling urandom.cc
[1232/1383] Compiling windows.cc
[1233/1383] Compiling rand.cc
[1234/1383] Compiling getentropy.cc
[1235/1383] Compiling rsa_asn1.cc
[1236/1383] Compiling passive.cc
[1237/1383] Compiling poly1305_arm_asm.S
[1238/1383] Compiling ios.cc
[1239/1383] Compiling deterministic.cc
[1240/1383] Compiling fork_detect.cc
[1241/1383] Compiling forkunsafe.cc
[1242/1383] Compiling pool.cc
[1243/1383] Compiling poly1305.cc
[1244/1383] Compiling poly1305_arm.cc
[1245/1383] Compiling poly1305_vec.cc
[1246/1383] Compiling pkcs7.cc
[1247/1383] Compiling pkcs8_x509.cc
[1248/1383] Compiling pkcs8.cc
[1249/1383] Compiling p5_pbev2.cc
[1250/1383] Compiling pkcs7_x509.cc
[1251/1383] Compiling pem_xaux.cc
[1252/1383] Compiling pem_x509.cc
[1253/1383] Compiling pem_pkey.cc
[1254/1383] Compiling mlkem.cc
[1255/1383] Compiling pem_oth.cc
[1256/1383] Compiling pem_all.cc
[1257/1383] Compiling obj_xref.cc
[1258/1383] Compiling pem_lib.cc
[1259/1383] Compiling pem_pk8.cc
[1260/1383] Compiling mldsa.cc
[1261/1383] Compiling obj.cc
[1262/1383] Compiling pem_info.cc
[1263/1383] Compiling md5.cc
[1264/1383] Compiling mem.cc
[1265/1383] Compiling poly_rq_mul.S
[1266/1383] Compiling fips_shared_support.cc
[1267/1383] Compiling md4.cc
[1268/1383] Compiling lhash.cc
[1269/1383] Compiling kyber.cc
[1270/1383] Compiling hrss.cc
[1271/1383] Compiling ex_data.cc
[1272/1383] Compiling sign.cc
[1273/1383] Compiling hpke.cc
[1274/1383] Compiling scrypt.cc
[1275/1383] Compiling print.cc
[1276/1383] Compiling pbkdf.cc
[1277/1383] Compiling p_x25519.cc
[1278/1383] Compiling p_x25519_asn1.cc
[1279/1383] Compiling p_ed25519.cc
[1280/1383] Compiling p_rsa.cc
[1281/1383] Compiling p_hkdf.cc
[1282/1383] Compiling p_rsa_asn1.cc
[1283/1383] Compiling p_ed25519_asn1.cc
[1284/1383] Compiling p_dh.cc
[1285/1383] Compiling p_dh_asn1.cc
[1286/1383] Compiling p_ec_asn1.cc
[1287/1383] Compiling p_ec.cc
[1288/1383] Compiling evp_ctx.cc
[1289/1383] Compiling engine.cc
[1290/1383] Compiling err.cc
[1291/1383] Compiling evp.cc
[1292/1383] Compiling p_dsa_asn1.cc
[1293/1383] Compiling evp_asn1.cc
[1294/1383] Compiling ecdh.cc
[1295/1383] Compiling hash_to_curve.cc
[1296/1383] Compiling ec_derive.cc
[1297/1383] Compiling ecdsa_asn1.cc
[1298/1383] Compiling dsa.cc
[1299/1383] Compiling params.cc
[1300/1383] Compiling dh_asn1.cc
[1301/1383] Compiling dsa_asn1.cc
[1302/1383] Compiling ec_asn1.cc
[1303/1383] Compiling des.cc
[1304/1383] Compiling x25519-asm-arm.S
[1305/1383] Compiling digest_extra.cc
[1306/1383] Compiling spake25519.cc
[1307/1383] Compiling crypto.cc
[1308/1383] Compiling cpu_arm_linux.cc
[1309/1383] Compiling cpu_intel.cc
[1310/1383] Compiling cpu_arm_freebsd.cc
[1311/1383] Compiling curve25519.cc
[1312/1383] Compiling cpu_aarch64_win.cc
[1313/1383] Compiling cpu_aarch64_openbsd.cc
[1314/1383] Compiling cpu_aarch64_linux.cc
[1315/1383] Compiling bcm.cc
[1316/1383] Compiling cpu_aarch64_sysreg.cc
[1317/1383] Compiling cpu_aarch64_apple.cc
[1318/1383] Compiling cpu_aarch64_fuchsia.cc
[1319/1383] Compiling curve25519_64_adx.cc
[1320/1383] Compiling conf.cc
[1321/1383] Compiling tls_cbc.cc
[1322/1383] Compiling get_cipher.cc
[1323/1383] Compiling e_tls.cc
[1324/1383] Compiling e_rc4.cc
[1325/1383] Compiling e_rc2.cc
[1326/1383] Compiling e_des.cc
[1327/1383] Compiling e_null.cc
[1328/1383] Compiling e_aesgcmsiv.cc
[1329/1383] Compiling derive_key.cc
[1330/1383] Compiling chacha.cc
[1331/1383] Compiling e_aesctrhmac.cc
[1332/1383] Compiling e_chacha20poly1305.cc
[1333/1383] Compiling unicode.cc
[1334/1383] Compiling buf.cc
[1335/1383] Compiling ber.cc
[1336/1383] Compiling asn1_compat.cc
[1337/1383] Compiling cbb.cc
[1338/1383] Compiling cbs.cc
[1339/1383] Compiling bn_asn1.cc
[1340/1383] Compiling convert.cc
[1341/1383] Compiling blake2.cc
[1342/1383] Compiling socket_helper.cc
[1343/1383] Compiling printf.cc
[1344/1383] Compiling socket.cc
[1345/1383] Compiling hexdump.cc
[1346/1383] Compiling pair.cc
[1347/1383] Compiling connect.cc
[1348/1383] Compiling file.cc
[1349/1383] Compiling errno.cc
[1350/1383] Compiling bio_mem.cc
[1351/1383] Compiling bio.cc
[1352/1383] Compiling fd.cc
[1353/1383] Compiling base64.cc
[1354/1383] Compiling tasn_typ.cc
[1355/1383] Compiling tasn_fre.cc
[1356/1383] Compiling tasn_new.cc
[1357/1383] Compiling tasn_enc.cc
[1358/1383] Compiling posix_time.cc
[1359/1383] Compiling tasn_utl.cc
[1360/1383] Compiling f_string.cc
[1361/1383] Compiling f_int.cc
[1362/1383] Compiling asn_pack.cc
[1363/1383] Compiling asn1_par.cc
[1364/1383] Compiling tasn_dec.cc
[1365/1383] Compiling a_utctm.cc
[1366/1383] Compiling asn1_lib.cc
[1367/1383] Compiling a_time.cc
[1368/1383] Compiling a_octet.cc
[1369/1383] Compiling a_type.cc
[1370/1383] Compiling a_object.cc
[1371/1383] Compiling a_strnid.cc
[1372/1383] Compiling a_d2i_fp.cc
[1373/1383] Compiling a_strex.cc
[1374/1383] Compiling a_mbstr.cc
[1375/1383] Compiling a_i2d_fp.cc
[1376/1383] Compiling a_dup.cc
[1377/1383] Compiling a_bitstr.cc
[1378/1383] Compiling a_gentm.cc
[1379/1383] Compiling a_int.cc
[1380/1383] Compiling a_bool.cc
[1381/1383] Compiling c-nioatomics.c
[1382/1383] Compiling c-atomics.c
[1384/1389] Compiling NIOConcurrencyHelpers NIOLock.swift
[1385/1389] Compiling NIOConcurrencyHelpers lock.swift
[1386/1389] Emitting module NIOConcurrencyHelpers
[1387/1389] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1388/1389] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1389/1389] Compiling NIOConcurrencyHelpers atomics.swift
[1391/1451] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1392/1451] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1393/1451] Compiling NIOCore EventLoopFuture.swift
[1394/1451] Compiling NIOCore FileDescriptor.swift
[1395/1451] Compiling NIOCore FileHandle.swift
[1396/1451] Compiling NIOCore FileRegion.swift
[1397/1451] Compiling NIOCore GlobalSingletons.swift
[1398/1451] Compiling NIOCore IO.swift
[1399/1459] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1400/1459] Compiling NIOCore BSDSocketAPI.swift
[1401/1459] Compiling NIOCore ByteBuffer-aux.swift
[1402/1459] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1403/1459] Compiling NIOCore ByteBuffer-conversions.swift
[1404/1459] Compiling NIOCore ByteBuffer-core.swift
[1405/1459] Compiling NIOCore ByteBuffer-hex.swift
[1406/1459] Compiling NIOCore ByteBuffer-int.swift
[1407/1459] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1408/1459] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1409/1459] Compiling NIOCore SocketAddresses.swift
[1410/1459] Compiling NIOCore SocketOptionProvider.swift
[1411/1459] Compiling NIOCore SystemCallHelpers.swift
[1412/1459] Compiling NIOCore TimeAmount+Duration.swift
[1413/1459] Compiling NIOCore TypeAssistedChannelHandler.swift
[1414/1459] Compiling NIOCore UniversalBootstrapSupport.swift
[1415/1459] Compiling NIOCore Utilities.swift
[1416/1459] Emitting module NIOCore
[1417/1459] Compiling NIOCore IOData.swift
[1418/1459] Compiling NIOCore IPProtocol.swift
[1419/1459] Compiling NIOCore IntegerBitPacking.swift
[1420/1459] Compiling NIOCore IntegerTypes.swift
[1421/1459] Compiling NIOCore Interfaces.swift
[1422/1459] Compiling NIOCore Linux.swift
[1423/1459] Compiling NIOCore MarkedCircularBuffer.swift
[1424/1459] Compiling NIOCore MulticastChannel.swift
[1425/1459] Compiling NIOCore CircularBuffer.swift
[1426/1459] Compiling NIOCore Codec.swift
[1427/1459] Compiling NIOCore ConvenienceOptionSupport.swift
[1428/1459] Compiling NIOCore DeadChannel.swift
[1429/1459] Compiling NIOCore DispatchQueue+WithFuture.swift
[1430/1459] Compiling NIOCore EventLoop+Deprecated.swift
[1431/1459] Compiling NIOCore EventLoop+SerialExecutor.swift
[1432/1459] Compiling NIOCore EventLoop.swift
[1433/1459] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1434/1459] Compiling NIOCore NIOAny.swift
[1435/1459] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1436/1459] Compiling NIOCore NIOCoreSendableMetatype.swift
[1437/1459] Compiling NIOCore NIOLoopBound.swift
[1438/1459] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1439/1459] Compiling NIOCore NIOScheduledCallback.swift
[1440/1459] Compiling NIOCore NIOSendable.swift
[1441/1459] Compiling NIOCore RecvByteBufferAllocator.swift
[1442/1459] Compiling NIOCore AddressedEnvelope.swift
[1443/1459] Compiling NIOCore AsyncAwaitSupport.swift
[1444/1459] Compiling NIOCore AsyncChannel.swift
[1445/1459] Compiling NIOCore AsyncChannelHandler.swift
[1446/1459] Compiling NIOCore AsyncChannelInboundStream.swift
[1447/1459] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1448/1459] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1449/1459] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1450/1459] Compiling NIOCore NIOAsyncWriter.swift
[1451/1459] Compiling NIOCore ByteBuffer-multi-int.swift
[1452/1459] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1453/1459] Compiling NIOCore ByteBuffer-views.swift
[1454/1459] Compiling NIOCore Channel.swift
[1455/1459] Compiling NIOCore ChannelHandler.swift
[1456/1459] Compiling NIOCore ChannelHandlers.swift
[1457/1459] Compiling NIOCore ChannelInvoker.swift
[1458/1459] Compiling NIOCore ChannelOption.swift
[1459/1459] Compiling NIOCore ChannelPipeline.swift
[1461/1512] Compiling NIOEmbedded AsyncTestingChannel.swift
[1462/1512] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1463/1512] Emitting module NIOEmbedded
[1464/1512] Compiling NIOEmbedded Embedded.swift
[1466/1513] Compiling NIOPosix SelectableEventLoop.swift
[1467/1513] Compiling NIOPosix SelectorEpoll.swift
[1468/1513] Compiling NIOPosix SelectorGeneric.swift
[1469/1513] Compiling NIOPosix SelectorKqueue.swift
[1470/1513] Compiling NIOPosix SelectorUring.swift
[1471/1513] Compiling NIOPosix ServerSocket.swift
[1472/1519] Compiling NIOPosix Socket.swift
[1473/1519] Compiling NIOPosix SocketChannel.swift
[1474/1519] Compiling NIOPosix SocketProtocols.swift
[1475/1519] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1476/1519] Compiling NIOPosix System.swift
[1477/1519] Compiling NIOPosix Thread.swift
[1478/1519] Compiling NIOPosix Pool.swift
[1479/1519] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1480/1519] Compiling NIOPosix PosixSingletons.swift
[1481/1519] Compiling NIOPosix RawSocketBootstrap.swift
[1482/1519] Compiling NIOPosix Resolver.swift
[1483/1519] Compiling NIOPosix Selectable.swift
[1484/1519] Compiling NIOPosix SelectableChannel.swift
[1485/1519] Emitting module NIOPosix
[1486/1519] Compiling NIOPosix BSDSocketAPICommon.swift
[1487/1519] Compiling NIOPosix BSDSocketAPIPosix.swift
[1488/1519] Compiling NIOPosix BSDSocketAPIWindows.swift
[1489/1519] Compiling NIOPosix BaseSocket.swift
[1490/1519] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1491/1519] Compiling NIOPosix BaseSocketChannel.swift
[1492/1519] Compiling NIOPosix BaseStreamSocketChannel.swift
[1493/1519] Compiling NIOPosix IO.swift
[1494/1519] Compiling NIOPosix IntegerBitPacking.swift
[1495/1519] Compiling NIOPosix IntegerTypes.swift
[1496/1519] Compiling NIOPosix Linux.swift
[1497/1519] Compiling NIOPosix LinuxCPUSet.swift
[1498/1519] Compiling NIOPosix LinuxUring.swift
[1499/1519] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1500/1519] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1501/1519] Compiling NIOPosix NIOThreadPool.swift
[1502/1519] Compiling NIOPosix NonBlockingFileIO.swift
[1503/1519] Compiling NIOPosix PendingDatagramWritesManager.swift
[1504/1519] Compiling NIOPosix PendingWritesManager.swift
[1505/1519] Compiling NIOPosix PipeChannel.swift
[1506/1519] Compiling NIOPosix PipePair.swift
[1507/1519] Compiling NIOPosix Bootstrap.swift
[1508/1519] Compiling NIOPosix ControlMessage.swift
[1509/1519] Compiling NIOPosix DatagramVectorReadManager.swift
[1510/1519] Compiling NIOPosix Errors+Any.swift
[1511/1519] Compiling NIOPosix FileDescriptor.swift
[1512/1519] Compiling NIOPosix GetaddrinfoResolver.swift
[1513/1519] Compiling NIOPosix HappyEyeballs.swift
[1514/1519] Compiling NIOPosix ThreadPosix.swift
[1515/1519] Compiling NIOPosix ThreadWindows.swift
[1516/1519] Compiling NIOPosix UnsafeTransfer.swift
[1517/1519] Compiling NIOPosix Utilities.swift
[1518/1519] Compiling NIOPosix VsockAddress.swift
[1519/1519] Compiling NIOPosix VsockChannelEvents.swift
[1521/1522] Compiling NIO Exports.swift
[1522/1522] Emitting module NIO
[1524/1562] Compiling NIOTLS TLSEvents.swift
[1525/1562] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1526/1562] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1527/1562] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1528/1562] Emitting module NIOTLS
[1529/1562] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1530/1562] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1531/1562] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1532/1563] Compiling NIOSOCKS ClientStateMachine.swift
[1533/1563] Compiling NIOSOCKS SOCKSResponse.swift
[1534/1563] Compiling NIOSOCKS ServerStateMachine.swift
[1535/1563] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1536/1563] Compiling NIOHTTP1 HTTPDecoder.swift
[1537/1563] Compiling NIOHTTP1 HTTPEncoder.swift
[1538/1563] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1539/1563] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1540/1563] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1541/1563] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1542/1563] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1543/1563] Emitting module NIOSOCKS
[1544/1564] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1545/1564] Compiling NIOTLS SNIHandler.swift
[1546/1565] Emitting module NIOHTTP1
[1549/1567] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1550/1567] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1551/1567] Emitting module NIOFoundationCompat
[1552/1567] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1554/1597] Compiling NIOSSL NIOSSLHandler.swift
[1555/1597] Compiling NIOSSL AndroidCABundle.swift
[1556/1597] Compiling NIOSSL ByteBufferBIO.swift
[1557/1597] Compiling NIOSSL CustomPrivateKey.swift
[1558/1597] Compiling NIOSSL ObjectIdentifier.swift
[1559/1597] Compiling NIOSSL PosixPort.swift
[1560/1619] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1561/1619] Compiling NIOTransportServices NIOTSSingletons.swift
[1562/1619] Compiling NIOTransportServices NIOTSBootstraps.swift
[1563/1619] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1564/1619] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1565/1621] Compiling NIOTransportServices NIOTSEventLoop.swift
[1566/1621] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1567/1621] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1568/1621] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1569/1621] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1570/1621] Compiling NIOTransportServices NIOTSErrors.swift
[1574/1621] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1575/1621] Compiling NIOTransportServices StateManagedChannel.swift
[1576/1621] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1577/1621] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1579/1621] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1580/1621] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1581/1621] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1582/1621] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1583/1621] Compiling NIOTransportServices AcceptHandler.swift
[1584/1621] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1585/1621] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1586/1621] Emitting module NIOTransportServices
[1587/1621] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1595/1641] Emitting module NIOSSL
[1596/1645] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1597/1645] Emitting module NIOHTTPCompression
[1598/1645] Compiling NIOHTTPCompression HTTPDecompression.swift
[1599/1645] Compiling NIOHPACK IntegerCoding.swift
[1600/1645] Compiling NIOHTTPCompression HTTPCompression.swift
[1601/1645] Compiling NIOHPACK IndexedHeaderTable.swift
[1602/1646] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1603/1646] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1604/1646] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1605/1647] Compiling NIOHPACK HuffmanTables.swift
[1606/1647] Emitting module NIOHPACK
[1608/1647] Compiling NIOHPACK StaticHeaderTable.swift
[1609/1647] Compiling NIOHPACK HuffmanCoding.swift
[1613/1647] Compiling NIOSSL SafeCompare.swift
[1614/1647] Compiling NIOSSL SSLPrivateKey.swift
[1615/1647] Compiling NIOSSL SSLPublicKey.swift
[1616/1647] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1617/1647] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1618/1647] Compiling NIOHPACK DynamicHeaderTable.swift
[1619/1647] Compiling NIOHPACK HPACKDecoder.swift
[1620/1647] Compiling NIOHPACK HPACKEncoder.swift
[1621/1647] Compiling NIOHPACK HPACKErrors.swift
[1622/1647] Compiling NIOHPACK HPACKHeader.swift
[1623/1647] Compiling NIOHPACK HeaderTables.swift
[1645/1648] Compiling NIOSSL Zeroization.swift
[1646/1648] Compiling NIOSSL TLSConfiguration.swift
[1647/1648] Compiling NIOSSL UniversalBootstrapSupport.swift
[1648/1648] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1650/1709] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1651/1709] Compiling NIOHTTP2 HasLocalSettings.swift
[1652/1709] Compiling NIOHTTP2 HasRemoteSettings.swift
[1653/1709] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1654/1709] Compiling NIOHTTP2 QuiescingState.swift
[1655/1709] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1656/1709] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1657/1709] Compiling NIOHTTP2 StateMachineResult.swift
[1658/1709] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1659/1717] Emitting module NIOHTTP2
[1660/1717] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1661/1717] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1662/1717] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1663/1717] Compiling NIOHTTP2 StreamChannelList.swift
[1664/1717] Compiling NIOHTTP2 StreamMap.swift
[1665/1717] Compiling NIOHTTP2 StreamStateMachine.swift
[1666/1717] Compiling NIOHTTP2 UnsafeTransfer.swift
[1667/1717] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1668/1717] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1669/1717] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1670/1717] Compiling NIOHTTP2 HTTP2StreamID.swift
[1671/1717] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1672/1717] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1673/1717] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1674/1717] Compiling NIOHTTP2 InboundEventBuffer.swift
[1675/1717] Compiling NIOHTTP2 InboundWindowManager.swift
[1676/1717] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1677/1717] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1678/1717] Compiling NIOHTTP2 MayReceiveFrames.swift
[1679/1717] Compiling NIOHTTP2 ReceivingDataState.swift
[1680/1717] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1681/1717] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1682/1717] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1683/1717] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1684/1717] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1685/1717] Compiling NIOHTTP2 HTTP2Frame.swift
[1686/1717] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1687/1717] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1688/1717] Compiling NIOHTTP2 HTTP2PingData.swift
[1689/1717] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1690/1717] Compiling NIOHTTP2 HTTP2Settings.swift
[1691/1717] Compiling NIOHTTP2 HTTP2Stream.swift
[1692/1717] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1693/1717] Compiling NIOHTTP2 MaySendFrames.swift
[1694/1717] Compiling NIOHTTP2 SendingDataState.swift
[1695/1717] Compiling NIOHTTP2 SendingGoawayState.swift
[1696/1717] Compiling NIOHTTP2 SendingHeadersState.swift
[1697/1717] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1698/1717] Compiling NIOHTTP2 SendingRstStreamState.swift
[1699/1717] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1700/1717] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1701/1717] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1702/1717] Compiling NIOHTTP2 DOSHeuristics.swift
[1703/1717] Compiling NIOHTTP2 Error+Any.swift
[1704/1717] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1705/1717] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1706/1717] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1707/1717] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1708/1717] Compiling NIOHTTP2 GlitchesMonitor.swift
[1709/1717] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1710/1717] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1711/1717] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1712/1717] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1713/1717] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1714/1717] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1715/1717] Compiling NIOHTTP2 HTTP2Error.swift
[1716/1717] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1717/1717] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1719/1778] Emitting module AsyncHTTPClient
[1720/1786] Compiling AsyncHTTPClient HTTPHandler.swift
[1721/1786] Compiling AsyncHTTPClient LRUCache.swift
[1722/1786] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1723/1786] Compiling AsyncHTTPClient NWErrorHandler.swift
[1724/1786] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1725/1786] Compiling AsyncHTTPClient TLSConfiguration.swift
[1726/1786] Compiling AsyncHTTPClient RedirectState.swift
[1727/1786] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1728/1786] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1729/1786] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1730/1786] Compiling AsyncHTTPClient Transaction.swift
[1731/1786] Compiling AsyncHTTPClient Base64.swift
[1732/1786] Compiling AsyncHTTPClient BasicAuth.swift
[1733/1786] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1734/1786] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1735/1786] Compiling AsyncHTTPClient ConnectionPool.swift
[1736/1786] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1737/1786] Compiling AsyncHTTPClient ConnectionTarget.swift
[1738/1786] Compiling AsyncHTTPClient DeconstructedURL.swift
[1739/1786] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1740/1786] Compiling AsyncHTTPClient FoundationExtensions.swift
[1741/1786] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1742/1786] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1743/1786] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1744/1786] Compiling AsyncHTTPClient HTTPClient.swift
[1745/1786] Compiling AsyncHTTPClient RequestBag.swift
[1746/1786] Compiling AsyncHTTPClient RequestValidation.swift
[1747/1786] Compiling AsyncHTTPClient SSLContextCache.swift
[1748/1786] Compiling AsyncHTTPClient Scheme.swift
[1749/1786] Compiling AsyncHTTPClient Singleton.swift
[1750/1786] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1751/1786] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1752/1786] Compiling AsyncHTTPClient Utils.swift
[1753/1786] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1754/1786] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1755/1786] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1756/1786] Compiling AsyncHTTPClient HTTP1Connection.swift
[1757/1786] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1758/1786] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1759/1786] Compiling AsyncHTTPClient HTTP2Connection.swift
[1760/1786] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1761/1786] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1762/1786] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1763/1786] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1764/1786] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1765/1786] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1766/1786] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1767/1786] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1768/1786] Compiling AsyncHTTPClient RequestBodyLength.swift
[1769/1786] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1770/1786] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1771/1786] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1772/1786] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1773/1786] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1774/1786] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1775/1786] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1776/1786] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1777/1786] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1778/1786] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1779/1786] Compiling AsyncHTTPClient RequestOptions.swift
[1780/1786] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1781/1786] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1782/1786] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1783/1786] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1784/1786] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1785/1786] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1786/1786] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1788/1842] Compiling SwiftkubeClient KubernetesClient+policy.v1.swift
[1789/1842] Compiling SwiftkubeClient KubernetesClient+rbac.v1.swift
[1790/1842] Compiling SwiftkubeClient KubernetesClient+resource.v1alpha3.swift
[1791/1842] Compiling SwiftkubeClient KubernetesClient+resource.v1beta1.swift
[1792/1842] Compiling SwiftkubeClient KubernetesClient+resource.v1beta2.swift
[1793/1842] Compiling SwiftkubeClient KubernetesClient+scheduling.v1.swift
[1794/1842] Compiling SwiftkubeClient KubernetesClient+storage.v1.swift
[1795/1842] Compiling SwiftkubeClient KubernetesClient+storage.v1alpha1.swift
[1796/1842] Compiling SwiftkubeClient KubernetesClient+coordination.v1beta1.swift
[1797/1842] Compiling SwiftkubeClient KubernetesClient+discovery.v1.swift
[1798/1842] Compiling SwiftkubeClient KubernetesClient+events.v1.swift
[1799/1842] Compiling SwiftkubeClient KubernetesClient+flowcontrol.v1.swift
[1800/1842] Compiling SwiftkubeClient KubernetesClient+internal.v1alpha1.swift
[1801/1842] Compiling SwiftkubeClient KubernetesClient+networking.v1.swift
[1802/1842] Compiling SwiftkubeClient KubernetesClient+networking.v1beta1.swift
[1803/1842] Compiling SwiftkubeClient KubernetesClient+node.v1.swift
[1804/1849] Compiling SwiftkubeClient KubernetesClient+admissionregistration.v1.swift
[1805/1849] Compiling SwiftkubeClient KubernetesClient+admissionregistration.v1alpha1.swift
[1806/1849] Compiling SwiftkubeClient KubernetesClient+admissionregistration.v1beta1.swift
[1807/1849] Compiling SwiftkubeClient KubernetesClient+apiextensions.v1.swift
[1808/1849] Compiling SwiftkubeClient KubernetesClient+apiregistration.v1.swift
[1809/1849] Compiling SwiftkubeClient KubernetesClient+apps.v1.swift
[1810/1849] Compiling SwiftkubeClient KubernetesClient+authentication.v1.swift
[1811/1849] Compiling SwiftkubeClient KubernetesClient+authorization.v1.swift
[1812/1849] Emitting module SwiftkubeClient
[1813/1849] Compiling SwiftkubeClient KubernetesClientConfig+Init.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Model/UnstructuredResource+YAML.swift:46:18: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
44 |
45 | 	static func load(contentsOf url: URL) throws -> [UnstructuredResource] {
46 | 		let yaml = try String(contentsOf: url)
   |                  `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
47 | 		return try load(yaml: yaml)
48 | 	}
[1814/1849] Compiling SwiftkubeClient KubernetesClientConfig.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Model/UnstructuredResource+YAML.swift:46:18: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
44 |
45 | 	static func load(contentsOf url: URL) throws -> [UnstructuredResource] {
46 | 		let yaml = try String(contentsOf: url)
   |                  `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
47 | 		return try load(yaml: yaml)
48 | 	}
[1815/1849] Compiling SwiftkubeClient DiscoveryRequestBuilder.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Model/UnstructuredResource+YAML.swift:46:18: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
44 |
45 | 	static func load(contentsOf url: URL) throws -> [UnstructuredResource] {
46 | 		let yaml = try String(contentsOf: url)
   |                  `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
47 | 		return try load(yaml: yaml)
48 | 	}
[1816/1849] Compiling SwiftkubeClient KubernetesClient+Discovery.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Model/UnstructuredResource+YAML.swift:46:18: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
44 |
45 | 	static func load(contentsOf url: URL) throws -> [UnstructuredResource] {
46 | 		let yaml = try String(contentsOf: url)
   |                  `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
47 | 		return try load(yaml: yaml)
48 | 	}
[1817/1849] Compiling SwiftkubeClient KubernetesClient+Metrics.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Model/UnstructuredResource+YAML.swift:46:18: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
44 |
45 | 	static func load(contentsOf url: URL) throws -> [UnstructuredResource] {
46 | 		let yaml = try String(contentsOf: url)
   |                  `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
47 | 		return try load(yaml: yaml)
48 | 	}
[1818/1849] Compiling SwiftkubeClient UnstructuredResource+YAML.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Model/UnstructuredResource+YAML.swift:46:18: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
44 |
45 | 	static func load(contentsOf url: URL) throws -> [UnstructuredResource] {
46 | 		let yaml = try String(contentsOf: url)
   |                  `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
47 | 		return try load(yaml: yaml)
48 | 	}
[1819/1849] Compiling SwiftkubeClient SwiftkubeClient.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Model/UnstructuredResource+YAML.swift:46:18: warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
44 |
45 | 	static func load(contentsOf url: URL) throws -> [UnstructuredResource] {
46 | 		let yaml = try String(contentsOf: url)
   |                  `- warning: 'init(contentsOf:)' is deprecated: Use `init(contentsOf:encoding:)` instead
47 | 		return try load(yaml: yaml)
48 | 	}
[1820/1849] Compiling SwiftkubeClient AnyDataStreamerTransformer.swift
[1821/1849] Compiling SwiftkubeClient DataStreamer.swift
[1822/1849] Compiling SwiftkubeClient IdentityTransfomer.swift
[1823/1849] Compiling SwiftkubeClient ResourceEventTransformer.swift
[1824/1849] Compiling SwiftkubeClient RetryStrategy.swift
[1825/1849] Compiling SwiftkubeClient SwiftkubeClientTask.swift
[1826/1849] Compiling SwiftkubeClient WatchEvent.swift
[1827/1849] Compiling SwiftkubeClient RequestBuilder.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:61:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 59 | 		do {
 60 | 			if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
 61 | 				let clientCertificate = try NIOSSLCertificate(
    |                                 `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 62 | 					file: clientCertificateFile,
 63 | 					format: .pem
[1828/1849] Compiling SwiftkubeClient RequestHandlerType.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:61:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 59 | 		do {
 60 | 			if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
 61 | 				let clientCertificate = try NIOSSLCertificate(
    |                                 `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 62 | 					file: clientCertificateFile,
 63 | 					format: .pem
[1829/1849] Compiling SwiftkubeClient Selectors.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:61:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 59 | 		do {
 60 | 			if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
 61 | 				let clientCertificate = try NIOSSLCertificate(
    |                                 `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 62 | 					file: clientCertificateFile,
 63 | 					format: .pem
[1830/1849] Compiling SwiftkubeClient AuthInfo+Authentication.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:61:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 59 | 		do {
 60 | 			if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
 61 | 				let clientCertificate = try NIOSSLCertificate(
    |                                 `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 62 | 					file: clientCertificateFile,
 63 | 					format: .pem
[1831/1849] Compiling SwiftkubeClient Cluster+TLS.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:61:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 59 | 		do {
 60 | 			if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
 61 | 				let clientCertificate = try NIOSSLCertificate(
    |                                 `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 62 | 					file: clientCertificateFile,
 63 | 					format: .pem
[1832/1849] Compiling SwiftkubeClient KubeConfig+Loaders.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:61:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 59 | 		do {
 60 | 			if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
 61 | 				let clientCertificate = try NIOSSLCertificate(
    |                                 `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 62 | 					file: clientCertificateFile,
 63 | 					format: .pem
[1833/1849] Compiling SwiftkubeClient KubeConfig.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:61:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 59 | 		do {
 60 | 			if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
 61 | 				let clientCertificate = try NIOSSLCertificate(
    |                                 `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
 62 | 					file: clientCertificateFile,
 63 | 					format: .pem
[1834/1849] Compiling SwiftkubeClient KubernetesClient+storage.v1beta1.swift
[1835/1849] Compiling SwiftkubeClient KubernetesClient+storagemigration.v1alpha1.swift
[1836/1849] Compiling SwiftkubeClient ClusterScopedGenericKubernetesClient.swift
[1837/1849] Compiling SwiftkubeClient GenericKubernetesClient.swift
[1838/1849] Compiling SwiftkubeClient KubernetesClient.swift
[1839/1849] Compiling SwiftkubeClient KubernetesRequest.swift
[1840/1849] Compiling SwiftkubeClient NamespacedGenericKubernetesClient+Pod.swift
[1841/1849] Compiling SwiftkubeClient NamespacedGenericKubernetesClient.swift
[1842/1849] Compiling SwiftkubeClient KubernetesClient+autoscaling.v1.swift
[1843/1849] Compiling SwiftkubeClient KubernetesClient+autoscaling.v2.swift
[1844/1849] Compiling SwiftkubeClient KubernetesClient+batch.v1.swift
[1845/1849] Compiling SwiftkubeClient KubernetesClient+certificates.v1.swift
[1846/1849] Compiling SwiftkubeClient KubernetesClient+certificates.v1alpha1.swift
[1847/1849] Compiling SwiftkubeClient KubernetesClient+certificates.v1beta1.swift
[1848/1849] Compiling SwiftkubeClient KubernetesClient+coordination.v1.swift
[1849/1849] Compiling SwiftkubeClient KubernetesClient+coordination.v1alpha2.swift
Build complete! (364.88s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.80.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "model",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.18.0",
            "upper_bound" : "0.19.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftkube/model.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "SwiftkubeClient",
  "name" : "SwiftkubeClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftkubeClient",
      "targets" : [
        "SwiftkubeClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftkubeClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftkubeClientTests",
      "path" : "Tests/SwiftkubeClientTests",
      "sources" : [
        "K8sCRDTests.swift",
        "K8sConfigMapTests.swift",
        "K8sNamespaceTests.swift",
        "K8sNodeTests.swift",
        "K8sServiceTests.swift",
        "K8sTestCase.swift",
        "RequestBuilderTests.swift",
        "RetryStrategyTests.swift"
      ],
      "target_dependencies" : [
        "SwiftkubeClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftkubeClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftkubeClient",
      "path" : "Sources/SwiftkubeClient",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Logging",
        "Metrics",
        "NIO",
        "NIOFoundationCompat",
        "SwiftkubeModel",
        "Yams"
      ],
      "product_memberships" : [
        "SwiftkubeClient"
      ],
      "sources" : [
        "API Groups/KubernetesClient+admissionregistration.v1.swift",
        "API Groups/KubernetesClient+admissionregistration.v1alpha1.swift",
        "API Groups/KubernetesClient+admissionregistration.v1beta1.swift",
        "API Groups/KubernetesClient+apiextensions.v1.swift",
        "API Groups/KubernetesClient+apiregistration.v1.swift",
        "API Groups/KubernetesClient+apps.v1.swift",
        "API Groups/KubernetesClient+authentication.v1.swift",
        "API Groups/KubernetesClient+authorization.v1.swift",
        "API Groups/KubernetesClient+autoscaling.v1.swift",
        "API Groups/KubernetesClient+autoscaling.v2.swift",
        "API Groups/KubernetesClient+batch.v1.swift",
        "API Groups/KubernetesClient+certificates.v1.swift",
        "API Groups/KubernetesClient+certificates.v1alpha1.swift",
        "API Groups/KubernetesClient+certificates.v1beta1.swift",
        "API Groups/KubernetesClient+coordination.v1.swift",
        "API Groups/KubernetesClient+coordination.v1alpha2.swift",
        "API Groups/KubernetesClient+coordination.v1beta1.swift",
        "API Groups/KubernetesClient+discovery.v1.swift",
        "API Groups/KubernetesClient+events.v1.swift",
        "API Groups/KubernetesClient+flowcontrol.v1.swift",
        "API Groups/KubernetesClient+internal.v1alpha1.swift",
        "API Groups/KubernetesClient+networking.v1.swift",
        "API Groups/KubernetesClient+networking.v1beta1.swift",
        "API Groups/KubernetesClient+node.v1.swift",
        "API Groups/KubernetesClient+policy.v1.swift",
        "API Groups/KubernetesClient+rbac.v1.swift",
        "API Groups/KubernetesClient+resource.v1alpha3.swift",
        "API Groups/KubernetesClient+resource.v1beta1.swift",
        "API Groups/KubernetesClient+resource.v1beta2.swift",
        "API Groups/KubernetesClient+scheduling.v1.swift",
        "API Groups/KubernetesClient+storage.v1.swift",
        "API Groups/KubernetesClient+storage.v1alpha1.swift",
        "API Groups/KubernetesClient+storage.v1beta1.swift",
        "API Groups/KubernetesClient+storagemigration.v1alpha1.swift",
        "Client/ClusterScopedGenericKubernetesClient.swift",
        "Client/GenericKubernetesClient.swift",
        "Client/KubernetesClient.swift",
        "Client/KubernetesRequest.swift",
        "Client/NamespacedGenericKubernetesClient+Pod.swift",
        "Client/NamespacedGenericKubernetesClient.swift",
        "Client/RequestBuilder.swift",
        "Client/RequestHandlerType.swift",
        "Client/Selectors.swift",
        "Config/AuthInfo+Authentication.swift",
        "Config/Cluster+TLS.swift",
        "Config/KubeConfig+Loaders.swift",
        "Config/KubeConfig.swift",
        "Config/KubernetesClientConfig+Init.swift",
        "Config/KubernetesClientConfig.swift",
        "Discovery/DiscoveryRequestBuilder.swift",
        "Discovery/KubernetesClient+Discovery.swift",
        "Metrics/KubernetesClient+Metrics.swift",
        "Model/UnstructuredResource+YAML.swift",
        "SwiftkubeClient.swift",
        "Watch/AnyDataStreamerTransformer.swift",
        "Watch/DataStreamer.swift",
        "Watch/IdentityTransfomer.swift",
        "Watch/ResourceEventTransformer.swift",
        "Watch/RetryStrategy.swift",
        "Watch/SwiftkubeClientTask.swift",
        "Watch/WatchEvent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.