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 (5a40aa), with Swift 6.1 for Linux on 7 Jun 2025 23:42:02 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.63.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 5a40aaa Add support for KUBECONFIG env variable (#44)
Cloned https://github.com/swiftkube/client.git
Revision (git rev-parse @):
5a40aaa6b862fe931fdf107e1bf09b94ffc5e296
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.17.0",
            "upper_bound" : "0.18.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+authentication.v1beta1.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+coordination.v1.swift",
        "API Groups/KubernetesClient+coordination.v1alpha2.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+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/Authentication.swift",
        "Config/KubeConfig.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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/swiftkube/model.git
Fetching https://github.com/swift-server/async-http-client.git
[1/10731] Fetching yams
[216/29630] Fetching yams, model
[998/43644] Fetching yams, model, async-http-client
[8526/119839] Fetching yams, model, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (2.30s)
Fetched https://github.com/swiftkube/model.git from cache (2.31s)
[28622/86926] Fetching yams, swift-nio
Fetched https://github.com/jpsim/Yams.git from cache (3.29s)
[49527/76195] Fetching swift-nio
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio from cache (9.57s)
[1/2206] Fetching swift-metrics
[377/6042] Fetching swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.58s)
Fetched https://github.com/apple/swift-log.git from cache (0.74s)
Computing version for https://github.com/swiftkube/model.git
Computed https://github.com/swiftkube/model.git at 0.17.0 (14.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.89s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.91s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.00s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (1.51s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[595/6225] Fetching swift-atomics, swift-system
[3204/22816] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
[8410/21019] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.84s)
[4148/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (3.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.88s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.93s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/11527] Fetching swift-nio-http2
[347/14194] Fetching swift-nio-http2, swift-nio-transport-services
[2160/20117] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio-extras
[2361/26076] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio-extras, swift-algorithms
[6122/40919] Fetching swift-nio-http2, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.94s)
[14164/34996] Fetching swift-nio-http2, swift-nio-transport-services, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.97s)
[11612/32329] Fetching swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.98s)
[5883/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.14s)
[13656/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.25s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (4.41s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.06s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.18s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.07s)
Fetching https://github.com/apple/swift-numerics.git
[1/5739] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (2.34s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1141] Fetching swift-http-structured-headers
[2/7296] Fetching swift-http-structured-headers, swift-certificates
[14/12281] Fetching swift-http-structured-headers, swift-certificates, swift-async-algorithms
[489/14707] Fetching swift-http-structured-headers, swift-certificates, swift-async-algorithms, swift-service-lifecycle
[1148/15611] Fetching swift-http-structured-headers, swift-certificates, swift-async-algorithms, swift-service-lifecycle, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.61s)
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.62s)
[13197/13566] Fetching swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.73s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.88s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.93s)
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.63s)
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.29s)
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.18s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.69s)
Fetching https://github.com/apple/swift-crypto.git
[1/14671] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.95s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.09s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.94s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.97s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (5.08s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.11s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.50s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/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-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.36.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.31.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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swiftkube/model.git
Working copy of https://github.com/swiftkube/model.git resolved at 0.17.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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.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.10.0
Building for debugging...
[0/450] Write sources
[26/450] Compiling _NumericsShims _NumericsShims.c
[26/450] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[28/450] Compiling _AtomicsShims.c
[29/450] Compiling CNIOWindows shim.c
[30/450] Compiling writer.c
[31/450] Compiling CNIOWindows WSAStartup.c
[32/450] Compiling reader.c
[33/450] Compiling CNIOWASI CNIOWASI.c
[34/450] Compiling CNIOLinux liburing_shims.c
[35/450] Compiling parser.c
[36/450] Compiling CNIOLLHTTP c_nio_http.c
[37/450] Compiling api.c
[38/450] Compiling CNIOLinux shim.c
[39/450] Compiling CNIOExtrasZlib empty.c
[40/450] Compiling CNIODarwin shim.c
[41/450] Compiling fiat_p256_adx_sqr.S
[42/450] Compiling CNIOLLHTTP c_nio_api.c
[43/450] Compiling fiat_p256_adx_mul.S
[44/450] Compiling emitter.c
[45/450] Write swift-version-24593BA9C3E375BF.txt
[46/450] Compiling scanner.c
[47/450] Compiling fiat_curve25519_adx_square.S
[48/450] Compiling fiat_curve25519_adx_mul.S
[49/450] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/476] Compiling CNIOBoringSSLShims shims.c
[51/536] Compiling tls_method.cc
[53/667] Emitting module _NIODataStructures
[54/667] Emitting module Logging
[54/667] Compiling tls_record.cc
[55/681] Compiling tls13_server.cc
[57/684] Emitting module Yams
[58/686] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/687] Emitting module InternalCollectionsUtilities
[60/687] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[61/687] Compiling InternalCollectionsUtilities Integer rank.swift
[62/687] Emitting module _NIOBase64
[63/687] Compiling _NIOBase64 Base64.swift
[64/687] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[65/687] Compiling InternalCollectionsUtilities Debugging.swift
[66/689] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/689] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[70/689] Compiling InternalCollectionsUtilities Descriptions.swift
[71/689] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[72/689] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/689] Compiling InternalCollectionsUtilities _SortedCollection.swift
[74/689] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/689] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/689] Compiling SwiftkubeModel MatchCondition+admissionregistration.v1.swift
[77/689] Compiling SwiftkubeModel MatchResources+admissionregistration.v1.swift
[79/689] Emitting module RealModule
[82/689] Compiling RealModule Float+Real.swift
[83/689] Compiling RealModule ElementaryFunctions.swift
[84/689] Compiling RealModule Float16+Real.swift
[85/689] Compiling RealModule Real.swift
[86/689] Compiling RealModule Float80+Real.swift
[87/689] Compiling Logging LogHandler.swift
[88/689] Compiling _NIODataStructures PriorityQueue.swift
[89/689] Compiling _NIODataStructures _TinyArray.swift
[90/689] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/690] Compiling RealModule RealFunctions.swift
[94/691] Compiling CoreMetrics Metrics.swift
[95/706] Compiling DequeModule Deque+CustomReflectable.swift
[96/706] Compiling DequeModule Deque+Descriptions.swift
[97/708] Compiling DequeModule _DequeBuffer.swift
[98/708] Compiling DequeModule _DequeBufferHeader.swift
[99/708] Compiling CoreMetrics Locks.swift
[100/708] Emitting module CoreMetrics
[101/709] Compiling Logging MetadataProvider.swift
[102/709] Compiling _NIODataStructures Heap.swift
[103/709] Compiling Logging Locks.swift
[104/710] Compiling Logging Logging.swift
[105/711] Compiling DequeModule Deque+Equatable.swift
[106/711] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[110/711] Compiling DequeModule _DequeSlot.swift
[111/711] Compiling DequeModule _UnsafeWrappedBuffer.swift
[112/711] Compiling SwiftkubeModel NamedRuleWithOperations+admissionregistration.v1.swift
[113/711] Compiling SwiftkubeModel ParamKind+admissionregistration.v1.swift
[114/711] Compiling DequeModule Deque+Codable.swift
[115/711] Compiling DequeModule Deque+Collection.swift
[117/713] Compiling DequeModule Deque+Testing.swift
[118/713] Compiling DequeModule Deque._Storage.swift
[119/713] Compiling DequeModule Deque+Extras.swift
[123/713] Compiling DequeModule Deque+Hashable.swift
[124/713] Compiling DequeModule Deque._UnsafeHandle.swift
[125/713] Compiling DequeModule Deque.swift
[128/713] Compiling SwiftkubeModel MutatingWebhookConfigurationList+admissionregistration.v1.swift
[135/713] Compiling Yams YamlError.swift
[136/713] Compiling Yams YamlTagProviding.swift
[140/714] Emitting module DequeModule
[141/715] Compiling tls13_enc.cc
[142/715] Compiling tls13_both.cc
[143/715] Compiling tls13_client.cc
[144/715] Compiling ssl_versions.cc
[145/715] Compiling t1_enc.cc
[146/715] Compiling ssl_x509.cc
[148/715] Compiling SwiftkubeModel StatefulSetList+apps.v1.swift
[149/715] Compiling SwiftkubeModel StatefulSetOrdinals+apps.v1.swift
[150/715] Compiling SwiftkubeModel StatefulSetPersistentVolumeClaimRetentionPolicy+apps.v1.swift
[151/715] Compiling SwiftkubeModel StatefulSetSpec+apps.v1.swift
[152/715] Compiling SwiftkubeModel StatefulSetStatus+apps.v1.swift
[153/715] Compiling SwiftkubeModel StatefulSetUpdateStrategy+apps.v1.swift
[154/715] Compiling SwiftkubeModel apps+v1.swift
[155/715] Compiling SwiftkubeModel authentication.swift
[156/715] Compiling SwiftkubeModel BoundObjectReference+authentication.v1.swift
[157/715] Compiling SwiftkubeModel SelfSubjectReview+authentication.v1.swift
[158/715] Compiling SwiftkubeModel SelfSubjectReviewStatus+authentication.v1.swift
[159/715] Compiling SwiftkubeModel TokenRequest+authentication.v1.swift
[160/715] Compiling SwiftkubeModel TokenRequestSpec+authentication.v1.swift
[161/715] Compiling SwiftkubeModel TokenRequestStatus+authentication.v1.swift
[162/715] Compiling SwiftkubeModel TokenReview+authentication.v1.swift
[163/715] Compiling SwiftkubeModel TokenReviewSpec+authentication.v1.swift
[164/715] Compiling SwiftkubeModel TokenReviewStatus+authentication.v1.swift
[165/715] Compiling SwiftkubeModel UserInfo+authentication.v1.swift
[166/715] Compiling SwiftkubeModel authentication+v1.swift
[167/715] Compiling SwiftkubeModel SelfSubjectReview+authentication.v1beta1.swift
[168/715] Compiling SwiftkubeModel SelfSubjectReviewStatus+authentication.v1beta1.swift
[169/715] Compiling SwiftkubeModel authentication+v1beta1.swift
[170/715] Compiling SwiftkubeModel authorization.swift
[171/715] Compiling SwiftkubeModel FieldSelectorAttributes+authorization.v1.swift
[172/715] Compiling SwiftkubeModel LabelSelectorAttributes+authorization.v1.swift
[173/740] Compiling SwiftkubeModel ParamRef+admissionregistration.v1alpha1.swift
[174/740] Compiling SwiftkubeModel Variable+admissionregistration.v1alpha1.swift
[175/740] Compiling SwiftkubeModel admissionregistration+v1alpha1.swift
[176/740] Compiling SwiftkubeModel AuditAnnotation+admissionregistration.v1beta1.swift
[177/740] Compiling SwiftkubeModel ExpressionWarning+admissionregistration.v1beta1.swift
[178/740] Compiling SwiftkubeModel MatchCondition+admissionregistration.v1beta1.swift
[179/740] Compiling SwiftkubeModel MatchResources+admissionregistration.v1beta1.swift
[180/740] Compiling SwiftkubeModel NamedRuleWithOperations+admissionregistration.v1beta1.swift
[181/740] Compiling SwiftkubeModel ParamKind+admissionregistration.v1beta1.swift
[182/740] Compiling SwiftkubeModel ParamRef+admissionregistration.v1beta1.swift
[183/740] Compiling SwiftkubeModel TypeChecking+admissionregistration.v1beta1.swift
[184/740] Compiling SwiftkubeModel ValidatingAdmissionPolicy+admissionregistration.v1beta1.swift
[185/740] Compiling SwiftkubeModel ValidatingAdmissionPolicyBinding+admissionregistration.v1beta1.swift
[186/740] Compiling SwiftkubeModel ValidatingAdmissionPolicyBindingList+admissionregistration.v1beta1.swift
[187/740] Compiling SwiftkubeModel ValidatingAdmissionPolicyBindingSpec+admissionregistration.v1beta1.swift
[188/740] Compiling SwiftkubeModel ValidatingAdmissionPolicyList+admissionregistration.v1beta1.swift
[189/740] Compiling SwiftkubeModel ValidatingAdmissionPolicySpec+admissionregistration.v1beta1.swift
[190/740] Compiling SwiftkubeModel ValidatingAdmissionPolicyStatus+admissionregistration.v1beta1.swift
[191/740] Compiling SwiftkubeModel Validation+admissionregistration.v1beta1.swift
[192/740] Compiling SwiftkubeModel Variable+admissionregistration.v1beta1.swift
[193/740] Compiling SwiftkubeModel admissionregistration+v1beta1.swift
[194/740] Compiling SwiftkubeModel apiextensions.swift
[195/740] Compiling SwiftkubeModel CustomResourceColumnDefinition+apiextensions.v1.swift
[196/740] Compiling SwiftkubeModel CustomResourceConversion+apiextensions.v1.swift
[197/740] Compiling SwiftkubeModel CustomResourceDefinition+apiextensions.v1.swift
[198/765] Emitting module Metrics
[199/765] Compiling Metrics Metrics.swift
[199/766] Compiling ssl_transcript.cc
[202/766] Compiling SwiftkubeModel ValidatingAdmissionPolicyBindingList+admissionregistration.v1.swift
[203/766] Compiling SwiftkubeModel ValidatingAdmissionPolicyBindingSpec+admissionregistration.v1.swift
[204/766] Compiling SwiftkubeModel ValidatingAdmissionPolicyList+admissionregistration.v1.swift
[205/766] Compiling SwiftkubeModel ValidatingAdmissionPolicySpec+admissionregistration.v1.swift
[206/766] Compiling SwiftkubeModel ValidatingAdmissionPolicyStatus+admissionregistration.v1.swift
[207/766] Compiling SwiftkubeModel ValidatingWebhook+admissionregistration.v1.swift
[208/766] Compiling SwiftkubeModel ValidatingWebhookConfiguration+admissionregistration.v1.swift
[209/766] Compiling SwiftkubeModel ValidatingWebhookConfigurationList+admissionregistration.v1.swift
[210/766] Compiling SwiftkubeModel Validation+admissionregistration.v1.swift
[211/766] Compiling SwiftkubeModel Variable+admissionregistration.v1.swift
[212/766] Compiling SwiftkubeModel WebhookClientConfig+admissionregistration.v1.swift
[213/766] Compiling SwiftkubeModel admissionregistration+v1.swift
[214/766] Compiling SwiftkubeModel ApplyConfiguration+admissionregistration.v1alpha1.swift
[215/766] Compiling SwiftkubeModel JSONPatch+admissionregistration.v1alpha1.swift
[216/766] Compiling SwiftkubeModel MatchCondition+admissionregistration.v1alpha1.swift
[217/766] Compiling SwiftkubeModel MatchResources+admissionregistration.v1alpha1.swift
[218/766] Compiling SwiftkubeModel MutatingAdmissionPolicy+admissionregistration.v1alpha1.swift
[219/766] Compiling SwiftkubeModel MutatingAdmissionPolicyBinding+admissionregistration.v1alpha1.swift
[220/766] Compiling SwiftkubeModel MutatingAdmissionPolicyBindingList+admissionregistration.v1alpha1.swift
[221/766] Compiling SwiftkubeModel MutatingAdmissionPolicyBindingSpec+admissionregistration.v1alpha1.swift
[222/766] Compiling SwiftkubeModel MutatingAdmissionPolicyList+admissionregistration.v1alpha1.swift
[223/766] Compiling SwiftkubeModel MutatingAdmissionPolicySpec+admissionregistration.v1alpha1.swift
[224/766] Compiling SwiftkubeModel Mutation+admissionregistration.v1alpha1.swift
[225/766] Compiling SwiftkubeModel NamedRuleWithOperations+admissionregistration.v1alpha1.swift
[226/766] Compiling SwiftkubeModel ParamKind+admissionregistration.v1alpha1.swift
[226/791] Compiling ssl_stat.cc
[228/791] Compiling SwiftkubeModel Builders.swift
[229/791] Compiling SwiftkubeModel appsV1+Deployment.swift
[230/791] Compiling SwiftkubeModel coreV1+ConfigMap.swift
[231/791] Compiling SwiftkubeModel coreV1+Container.swift
[232/791] Compiling SwiftkubeModel coreV1+Namespace.swift
[233/791] Compiling SwiftkubeModel coreV1+Node.swift
[234/791] Compiling SwiftkubeModel coreV1+ObjectReference.swift
[235/791] Compiling SwiftkubeModel coreV1+Pod.swift
[236/791] Compiling SwiftkubeModel coreV1+Secret.swift
[237/791] Compiling SwiftkubeModel coreV1+Service.swift
[238/791] Compiling SwiftkubeModel coreV1+ServiceAccount.swift
[239/791] Compiling SwiftkubeModel coreV1+Volume.swift
[240/791] Compiling SwiftkubeModel metaV1+Metadata.swift
[241/791] Compiling SwiftkubeModel metaV1+Selector.swift
[242/791] Compiling SwiftkubeModel metaV1+Status.swift
[243/791] Compiling SwiftkubeModel Any+Codable.swift
[244/791] Compiling SwiftkubeModel CronJobExtensions+batch.v1.swift
[245/791] Compiling SwiftkubeModel Hashes.swift
[246/791] Compiling SwiftkubeModel GroupVersionKind+DefaultResources.swift
[247/791] Compiling SwiftkubeModel GroupVersionKind+KubernetesAPIResource.swift
[248/791] Compiling SwiftkubeModel GroupVersionKind+Meta.swift
[249/791] Compiling SwiftkubeModel GroupVersionKind+ResourceName.swift
[250/791] Compiling SwiftkubeModel GroupVersionKind.swift
[251/791] Compiling SwiftkubeModel GroupVersionResource+DefaultResources.swift
[252/791] Compiling SwiftkubeModel GroupVersionResource+KubernetesAPIResource.swift
[274/791] Compiling SwiftkubeModel ServiceReference+admissionregistration.v1.swift
[275/791] Compiling SwiftkubeModel TypeChecking+admissionregistration.v1.swift
[276/791] Compiling SwiftkubeModel ValidatingAdmissionPolicy+admissionregistration.v1.swift
[277/791] Compiling SwiftkubeModel ValidatingAdmissionPolicyBinding+admissionregistration.v1.swift
[277/834] Compiling ssl_privkey.cc
[278/841] Compiling ssl_session.cc
[279/841] Compiling ssl_key_share.cc
[280/841] Compiling ssl_credential.cc
[282/841] Compiling SwiftkubeModel CustomResourceDefinitionCondition+apiextensions.v1.swift
[283/841] Compiling SwiftkubeModel CustomResourceDefinitionList+apiextensions.v1.swift
[284/841] Compiling SwiftkubeModel CustomResourceDefinitionNames+apiextensions.v1.swift
[285/841] Compiling SwiftkubeModel CustomResourceDefinitionSpec+apiextensions.v1.swift
[286/841] Compiling SwiftkubeModel CustomResourceDefinitionStatus+apiextensions.v1.swift
[287/841] Compiling SwiftkubeModel CustomResourceDefinitionVersion+apiextensions.v1.swift
[288/841] Compiling SwiftkubeModel CustomResourceSubresourceScale+apiextensions.v1.swift
[289/841] Compiling SwiftkubeModel CustomResourceSubresourceStatus+apiextensions.v1.swift
[290/841] Compiling SwiftkubeModel CustomResourceSubresources+apiextensions.v1.swift
[291/841] Compiling SwiftkubeModel CustomResourceValidation+apiextensions.v1.swift
[292/841] Compiling SwiftkubeModel ExternalDocumentation+apiextensions.v1.swift
[293/841] Compiling SwiftkubeModel SelectableField+apiextensions.v1.swift
[294/841] Compiling SwiftkubeModel ServiceReference+apiextensions.v1.swift
[295/841] Compiling SwiftkubeModel ValidationRule+apiextensions.v1.swift
[296/841] Compiling SwiftkubeModel WebhookClientConfig+apiextensions.v1.swift
[297/841] Compiling SwiftkubeModel WebhookConversion+apiextensions.v1.swift
[298/841] Compiling SwiftkubeModel apiextensions+v1.swift
[299/841] Compiling SwiftkubeModel apiregistration.swift
[300/841] Compiling SwiftkubeModel APIService+apiregistration.v1.swift
[301/841] Compiling SwiftkubeModel APIServiceCondition+apiregistration.v1.swift
[302/841] Compiling SwiftkubeModel APIServiceList+apiregistration.v1.swift
[303/841] Compiling SwiftkubeModel APIServiceSpec+apiregistration.v1.swift
[304/841] Compiling SwiftkubeModel APIServiceStatus+apiregistration.v1.swift
[305/841] Compiling SwiftkubeModel ServiceReference+apiregistration.v1.swift
[306/841] Compiling SwiftkubeModel apiregistration+v1.swift
[307/841] Compiling SwiftkubeModel apps.swift
[308/841] Compiling SwiftkubeModel ControllerRevision+apps.v1.swift
[309/841] Compiling SwiftkubeModel ControllerRevisionList+apps.v1.swift
[310/841] Compiling SwiftkubeModel DaemonSet+apps.v1.swift
[311/841] Compiling SwiftkubeModel DaemonSetCondition+apps.v1.swift
[312/841] Compiling SwiftkubeModel DaemonSetList+apps.v1.swift
[313/841] Compiling SwiftkubeModel DaemonSetSpec+apps.v1.swift
[314/841] Compiling SwiftkubeModel DaemonSetStatus+apps.v1.swift
[315/841] Compiling SwiftkubeModel DaemonSetUpdateStrategy+apps.v1.swift
[316/841] Compiling SwiftkubeModel Deployment+apps.v1.swift
[317/841] Compiling SwiftkubeModel DeploymentCondition+apps.v1.swift
[318/841] Compiling SwiftkubeModel DeploymentList+apps.v1.swift
[319/841] Compiling SwiftkubeModel DeploymentSpec+apps.v1.swift
[320/841] Compiling SwiftkubeModel DeploymentStatus+apps.v1.swift
[321/841] Compiling SwiftkubeModel DeploymentStrategy+apps.v1.swift
[322/841] Compiling SwiftkubeModel ReplicaSet+apps.v1.swift
[323/841] Compiling SwiftkubeModel ReplicaSetCondition+apps.v1.swift
[324/841] Compiling SwiftkubeModel ReplicaSetList+apps.v1.swift
[325/841] Compiling SwiftkubeModel ReplicaSetSpec+apps.v1.swift
[326/841] Compiling SwiftkubeModel ReplicaSetStatus+apps.v1.swift
[327/841] Compiling SwiftkubeModel RollingUpdateDaemonSet+apps.v1.swift
[328/841] Compiling SwiftkubeModel RollingUpdateDeployment+apps.v1.swift
[329/841] Compiling SwiftkubeModel RollingUpdateStatefulSetStrategy+apps.v1.swift
[330/841] Compiling SwiftkubeModel StatefulSet+apps.v1.swift
[331/841] Compiling SwiftkubeModel StatefulSetCondition+apps.v1.swift
[331/891] Compiling ssl_lib.cc
[332/891] Compiling ssl_file.cc
[333/891] Compiling ssl_cipher.cc
[334/891] Compiling ssl_cert.cc
[335/891] Compiling ssl_buffer.cc
[336/891] Compiling ssl_asn1.cc
[337/891] Compiling ssl_aead_ctx.cc
[338/891] Compiling s3_lib.cc
[339/891] Compiling s3_pkt.cc
[341/891] Compiling SwiftkubeModel LocalSubjectAccessReview+authorization.v1.swift
[342/891] Compiling SwiftkubeModel NonResourceAttributes+authorization.v1.swift
[343/891] Compiling SwiftkubeModel NonResourceRule+authorization.v1.swift
[344/891] Compiling SwiftkubeModel ResourceAttributes+authorization.v1.swift
[345/891] Compiling SwiftkubeModel ResourceRule+authorization.v1.swift
[346/891] Compiling SwiftkubeModel SelfSubjectAccessReview+authorization.v1.swift
[347/891] Compiling SwiftkubeModel SelfSubjectAccessReviewSpec+authorization.v1.swift
[348/891] Compiling SwiftkubeModel SelfSubjectRulesReview+authorization.v1.swift
[349/891] Compiling SwiftkubeModel SelfSubjectRulesReviewSpec+authorization.v1.swift
[350/891] Compiling SwiftkubeModel SubjectAccessReview+authorization.v1.swift
[351/891] Compiling SwiftkubeModel SubjectAccessReviewSpec+authorization.v1.swift
[352/891] Compiling SwiftkubeModel SubjectAccessReviewStatus+authorization.v1.swift
[353/891] Compiling SwiftkubeModel SubjectRulesReviewStatus+authorization.v1.swift
[354/891] Compiling SwiftkubeModel authorization+v1.swift
[355/891] Compiling SwiftkubeModel autoscaling.swift
[356/891] Compiling SwiftkubeModel CrossVersionObjectReference+autoscaling.v1.swift
[357/891] Compiling SwiftkubeModel HorizontalPodAutoscaler+autoscaling.v1.swift
[358/891] Compiling SwiftkubeModel HorizontalPodAutoscalerList+autoscaling.v1.swift
[359/891] Compiling SwiftkubeModel HorizontalPodAutoscalerSpec+autoscaling.v1.swift
[360/891] Compiling SwiftkubeModel HorizontalPodAutoscalerStatus+autoscaling.v1.swift
[361/891] Compiling SwiftkubeModel Scale+autoscaling.v1.swift
[362/891] Compiling SwiftkubeModel ScaleSpec+autoscaling.v1.swift
[363/891] Compiling SwiftkubeModel ScaleStatus+autoscaling.v1.swift
[364/891] Compiling SwiftkubeModel autoscaling+v1.swift
[365/891] Compiling SwiftkubeModel ContainerResourceMetricSource+autoscaling.v2.swift
[365/916] Compiling s3_both.cc
[367/916] Compiling SwiftkubeModel ClusterTrustBundle+certificates.v1alpha1.swift
[368/916] Compiling SwiftkubeModel ClusterTrustBundleList+certificates.v1alpha1.swift
[369/916] Compiling SwiftkubeModel ClusterTrustBundleSpec+certificates.v1alpha1.swift
[370/916] Compiling SwiftkubeModel certificates+v1alpha1.swift
[371/916] Compiling SwiftkubeModel coordination.swift
[372/916] Compiling SwiftkubeModel Lease+coordination.v1.swift
[373/916] Compiling SwiftkubeModel LeaseList+coordination.v1.swift
[374/916] Compiling SwiftkubeModel LeaseSpec+coordination.v1.swift
[375/916] Compiling SwiftkubeModel coordination+v1.swift
[376/916] Compiling SwiftkubeModel LeaseCandidate+coordination.v1alpha2.swift
[377/916] Compiling SwiftkubeModel LeaseCandidateList+coordination.v1alpha2.swift
[378/916] Compiling SwiftkubeModel LeaseCandidateSpec+coordination.v1alpha2.swift
[379/916] Compiling SwiftkubeModel coordination+v1alpha2.swift
[380/916] Compiling SwiftkubeModel core.swift
[381/916] Compiling SwiftkubeModel AWSElasticBlockStoreVolumeSource+core.v1.swift
[382/916] Compiling SwiftkubeModel Affinity+core.v1.swift
[383/916] Compiling SwiftkubeModel AppArmorProfile+core.v1.swift
[384/916] Compiling SwiftkubeModel AttachedVolume+core.v1.swift
[385/916] Compiling SwiftkubeModel AzureDiskVolumeSource+core.v1.swift
[386/916] Compiling SwiftkubeModel AzureFilePersistentVolumeSource+core.v1.swift
[387/916] Compiling SwiftkubeModel AzureFileVolumeSource+core.v1.swift
[388/916] Compiling SwiftkubeModel Binding+core.v1.swift
[389/916] Compiling SwiftkubeModel CSIPersistentVolumeSource+core.v1.swift
[390/916] Compiling SwiftkubeModel CSIVolumeSource+core.v1.swift
[391/916] Compiling SwiftkubeModel Capabilities+core.v1.swift
[392/941] Compiling SwiftkubeModel ContainerResourceMetricStatus+autoscaling.v2.swift
[393/941] Compiling SwiftkubeModel CrossVersionObjectReference+autoscaling.v2.swift
[394/941] Compiling SwiftkubeModel ExternalMetricSource+autoscaling.v2.swift
[395/941] Compiling SwiftkubeModel ExternalMetricStatus+autoscaling.v2.swift
[396/941] Compiling SwiftkubeModel HPAScalingPolicy+autoscaling.v2.swift
[397/941] Compiling SwiftkubeModel HPAScalingRules+autoscaling.v2.swift
[398/941] Compiling SwiftkubeModel HorizontalPodAutoscaler+autoscaling.v2.swift
[399/941] Compiling SwiftkubeModel HorizontalPodAutoscalerBehavior+autoscaling.v2.swift
[400/941] Compiling SwiftkubeModel HorizontalPodAutoscalerCondition+autoscaling.v2.swift
[401/941] Compiling SwiftkubeModel HorizontalPodAutoscalerList+autoscaling.v2.swift
[402/941] Compiling SwiftkubeModel HorizontalPodAutoscalerSpec+autoscaling.v2.swift
[403/941] Compiling SwiftkubeModel HorizontalPodAutoscalerStatus+autoscaling.v2.swift
[404/941] Compiling SwiftkubeModel MetricIdentifier+autoscaling.v2.swift
[405/941] Compiling SwiftkubeModel MetricSpec+autoscaling.v2.swift
[406/941] Compiling SwiftkubeModel MetricStatus+autoscaling.v2.swift
[407/941] Compiling SwiftkubeModel MetricTarget+autoscaling.v2.swift
[408/941] Compiling SwiftkubeModel MetricValueStatus+autoscaling.v2.swift
[409/941] Compiling SwiftkubeModel ObjectMetricSource+autoscaling.v2.swift
[410/941] Compiling SwiftkubeModel ObjectMetricStatus+autoscaling.v2.swift
[411/941] Compiling SwiftkubeModel PodsMetricSource+autoscaling.v2.swift
[412/941] Compiling SwiftkubeModel PodsMetricStatus+autoscaling.v2.swift
[413/941] Compiling SwiftkubeModel ResourceMetricSource+autoscaling.v2.swift
[414/941] Compiling SwiftkubeModel ResourceMetricStatus+autoscaling.v2.swift
[415/941] Compiling SwiftkubeModel autoscaling+v2.swift
[416/941] Compiling SwiftkubeModel batch.swift
[416/966] Compiling handshake_client.cc
[417/966] Compiling handshake_server.cc
[418/966] Compiling handshake.cc
[419/966] Compiling handoff.cc
[421/966] Emitting module SwiftkubeModel
[421/991] Compiling encrypted_client_hello.cc
[422/991] Compiling extensions.cc
[423/991] Compiling dtls_record.cc
[424/991] Compiling md5-x86_64-linux.S
[426/991] Compiling SwiftkubeModel GCEPersistentDiskVolumeSource+core.v1.swift
[427/991] Compiling SwiftkubeModel GRPCAction+core.v1.swift
[428/991] Compiling SwiftkubeModel GitRepoVolumeSource+core.v1.swift
[429/991] Compiling SwiftkubeModel GlusterfsPersistentVolumeSource+core.v1.swift
[430/991] Compiling SwiftkubeModel GlusterfsVolumeSource+core.v1.swift
[431/991] Compiling SwiftkubeModel HTTPGetAction+core.v1.swift
[432/991] Compiling SwiftkubeModel HTTPHeader+core.v1.swift
[433/991] Compiling SwiftkubeModel HostAlias+core.v1.swift
[434/991] Compiling SwiftkubeModel HostIP+core.v1.swift
[435/991] Compiling SwiftkubeModel HostPathVolumeSource+core.v1.swift
[436/991] Compiling SwiftkubeModel ISCSIPersistentVolumeSource+core.v1.swift
[437/991] Compiling SwiftkubeModel ISCSIVolumeSource+core.v1.swift
[438/991] Compiling SwiftkubeModel ImageVolumeSource+core.v1.swift
[439/991] Compiling SwiftkubeModel KeyToPath+core.v1.swift
[440/991] Compiling SwiftkubeModel Lifecycle+core.v1.swift
[441/991] Compiling SwiftkubeModel LifecycleHandler+core.v1.swift
[442/991] Compiling SwiftkubeModel LimitRange+core.v1.swift
[443/991] Compiling SwiftkubeModel LimitRangeItem+core.v1.swift
[444/991] Compiling SwiftkubeModel LimitRangeList+core.v1.swift
[445/991] Compiling SwiftkubeModel LimitRangeSpec+core.v1.swift
[446/991] Compiling SwiftkubeModel LinuxContainerUser+core.v1.swift
[447/991] Compiling SwiftkubeModel LoadBalancerIngress+core.v1.swift
[448/991] Compiling SwiftkubeModel LoadBalancerStatus+core.v1.swift
[449/991] Compiling SwiftkubeModel LocalObjectReference+core.v1.swift
[450/991] Compiling SwiftkubeModel LocalVolumeSource+core.v1.swift
[450/1016] Compiling md5-x86_64-apple.S
[452/1016] Compiling SwiftkubeModel CronJob+batch.v1.swift
[453/1016] Compiling SwiftkubeModel CronJobList+batch.v1.swift
[454/1016] Compiling SwiftkubeModel CronJobSpec+batch.v1.swift
[455/1016] Compiling SwiftkubeModel CronJobStatus+batch.v1.swift
[456/1016] Compiling SwiftkubeModel Job+batch.v1.swift
[457/1016] Compiling SwiftkubeModel JobCondition+batch.v1.swift
[458/1016] Compiling SwiftkubeModel JobList+batch.v1.swift
[459/1016] Compiling SwiftkubeModel JobSpec+batch.v1.swift
[460/1016] Compiling SwiftkubeModel JobStatus+batch.v1.swift
[461/1016] Compiling SwiftkubeModel JobTemplateSpec+batch.v1.swift
[462/1016] Compiling SwiftkubeModel PodFailurePolicy+batch.v1.swift
[463/1016] Compiling SwiftkubeModel PodFailurePolicyOnExitCodesRequirement+batch.v1.swift
[464/1016] Compiling SwiftkubeModel PodFailurePolicyOnPodConditionsPattern+batch.v1.swift
[465/1016] Compiling SwiftkubeModel PodFailurePolicyRule+batch.v1.swift
[466/1016] Compiling SwiftkubeModel SuccessPolicy+batch.v1.swift
[467/1016] Compiling SwiftkubeModel SuccessPolicyRule+batch.v1.swift
[468/1016] Compiling SwiftkubeModel UncountedTerminatedPods+batch.v1.swift
[469/1016] Compiling SwiftkubeModel batch+v1.swift
[470/1016] Compiling SwiftkubeModel certificates.swift
[471/1016] Compiling SwiftkubeModel CertificateSigningRequest+certificates.v1.swift
[472/1016] Compiling SwiftkubeModel CertificateSigningRequestCondition+certificates.v1.swift
[473/1016] Compiling SwiftkubeModel CertificateSigningRequestList+certificates.v1.swift
[474/1016] Compiling SwiftkubeModel CertificateSigningRequestSpec+certificates.v1.swift
[475/1016] Compiling SwiftkubeModel CertificateSigningRequestStatus+certificates.v1.swift
[476/1016] Compiling SwiftkubeModel certificates+v1.swift
[476/1041] Compiling md5-586-linux.S
[477/1041] Compiling md5-586-apple.S
[479/1041] Compiling SwiftkubeModel CephFSPersistentVolumeSource+core.v1.swift
[480/1041] Compiling SwiftkubeModel CephFSVolumeSource+core.v1.swift
[481/1041] Compiling SwiftkubeModel CinderPersistentVolumeSource+core.v1.swift
[482/1041] Compiling SwiftkubeModel CinderVolumeSource+core.v1.swift
[483/1041] Compiling SwiftkubeModel ClientIPConfig+core.v1.swift
[484/1041] Compiling SwiftkubeModel ClusterTrustBundleProjection+core.v1.swift
[485/1041] Compiling SwiftkubeModel ComponentCondition+core.v1.swift
[486/1041] Compiling SwiftkubeModel ComponentStatus+core.v1.swift
[487/1041] Compiling SwiftkubeModel ComponentStatusList+core.v1.swift
[488/1041] Compiling SwiftkubeModel ConfigMap+core.v1.swift
[489/1041] Compiling SwiftkubeModel ConfigMapEnvSource+core.v1.swift
[490/1041] Compiling SwiftkubeModel ConfigMapKeySelector+core.v1.swift
[491/1041] Compiling SwiftkubeModel ConfigMapList+core.v1.swift
[492/1041] Compiling SwiftkubeModel ConfigMapNodeConfigSource+core.v1.swift
[493/1041] Compiling SwiftkubeModel ConfigMapProjection+core.v1.swift
[494/1041] Compiling SwiftkubeModel ConfigMapVolumeSource+core.v1.swift
[495/1041] Compiling SwiftkubeModel Container+core.v1.swift
[496/1041] Compiling SwiftkubeModel ContainerImage+core.v1.swift
[497/1041] Compiling SwiftkubeModel ContainerPort+core.v1.swift
[498/1041] Compiling SwiftkubeModel ContainerResizePolicy+core.v1.swift
[499/1041] Compiling SwiftkubeModel ContainerState+core.v1.swift
[500/1041] Compiling SwiftkubeModel ContainerStateRunning+core.v1.swift
[501/1041] Compiling SwiftkubeModel ContainerStateTerminated+core.v1.swift
[502/1041] Compiling SwiftkubeModel ContainerStateWaiting+core.v1.swift
[503/1041] Compiling SwiftkubeModel ContainerStatus+core.v1.swift
[503/1066] Compiling dtls_method.cc
[504/1066] Compiling d1_pkt.cc
[505/1066] Compiling d1_srtp.cc
[506/1066] Compiling chacha20_poly1305_x86_64-apple.S
[507/1066] Compiling err_data.cc
[508/1066] Compiling chacha20_poly1305_armv8-win.S
[509/1066] Compiling chacha20_poly1305_x86_64-linux.S
[510/1066] Compiling chacha20_poly1305_armv8-linux.S
[511/1066] Compiling chacha20_poly1305_armv8-apple.S
[512/1066] Compiling chacha-x86_64-apple.S
[513/1066] Compiling chacha-x86-linux.S
[514/1066] Compiling chacha-x86_64-linux.S
[515/1066] Compiling chacha-x86-apple.S
[516/1066] Compiling chacha-armv8-win.S
[517/1066] Compiling chacha-armv8-apple.S
[518/1066] Compiling chacha-armv8-linux.S
[520/1066] Compiling SwiftkubeModel ContainerUser+core.v1.swift
[521/1066] Compiling SwiftkubeModel DaemonEndpoint+core.v1.swift
[522/1066] Compiling SwiftkubeModel DownwardAPIProjection+core.v1.swift
[523/1066] Compiling SwiftkubeModel DownwardAPIVolumeFile+core.v1.swift
[524/1066] Compiling SwiftkubeModel DownwardAPIVolumeSource+core.v1.swift
[525/1066] Compiling SwiftkubeModel EmptyDirVolumeSource+core.v1.swift
[526/1066] Compiling SwiftkubeModel EndpointAddress+core.v1.swift
[527/1066] Compiling SwiftkubeModel EndpointPort+core.v1.swift
[528/1066] Compiling SwiftkubeModel EndpointSubset+core.v1.swift
[529/1066] Compiling SwiftkubeModel Endpoints+core.v1.swift
[530/1066] Compiling SwiftkubeModel EndpointsList+core.v1.swift
[531/1066] Compiling SwiftkubeModel EnvFromSource+core.v1.swift
[532/1066] Compiling SwiftkubeModel EnvVar+core.v1.swift
[533/1066] Compiling SwiftkubeModel EnvVarSource+core.v1.swift
[534/1066] Compiling SwiftkubeModel EphemeralContainer+core.v1.swift
[535/1066] Compiling SwiftkubeModel EphemeralVolumeSource+core.v1.swift
[536/1066] Compiling SwiftkubeModel Event+core.v1.swift
[537/1066] Compiling SwiftkubeModel EventList+core.v1.swift
[538/1066] Compiling SwiftkubeModel EventSeries+core.v1.swift
[539/1066] Compiling SwiftkubeModel EventSource+core.v1.swift
[540/1066] Compiling SwiftkubeModel ExecAction+core.v1.swift
[541/1066] Compiling SwiftkubeModel FCVolumeSource+core.v1.swift
[542/1066] Compiling SwiftkubeModel FlexPersistentVolumeSource+core.v1.swift
[543/1066] Compiling SwiftkubeModel FlexVolumeSource+core.v1.swift
[544/1066] Compiling SwiftkubeModel FlockerVolumeSource+core.v1.swift
[544/1071] Compiling aes128gcmsiv-x86_64-linux.S
[545/1091] Compiling chacha-armv4-linux.S
[546/1091] Compiling aes128gcmsiv-x86_64-apple.S
[547/1091] Compiling x86_64-mont5-apple.S
[548/1091] Compiling x86_64-mont5-linux.S
[549/1091] Compiling x86_64-mont-apple.S
[550/1091] Compiling x86_64-mont-linux.S
[551/1091] Compiling x86-mont-apple.S
[552/1091] Compiling x86-mont-linux.S
[553/1091] Compiling vpaes-x86_64-apple.S
[554/1091] Compiling vpaes-x86_64-linux.S
[555/1091] Compiling d1_lib.cc
[556/1091] Compiling vpaes-x86-linux.S
[557/1091] Compiling vpaes-x86-apple.S
[558/1091] Compiling vpaes-armv8-win.S
[559/1091] Compiling vpaes-armv8-linux.S
[560/1091] Compiling vpaes-armv7-linux.S
[561/1091] Compiling vpaes-armv8-apple.S
[562/1091] Compiling bio_ssl.cc
[563/1091] Compiling sha512-x86_64-apple.S
[564/1091] Compiling sha512-x86_64-linux.S
[565/1091] Compiling sha512-armv8-linux.S
[566/1091] Compiling sha512-armv8-win.S
[567/1091] Compiling sha512-armv8-apple.S
[568/1091] Compiling sha512-armv4-linux.S
[569/1091] Compiling sha512-586-linux.S
[570/1091] Compiling sha512-586-apple.S
[571/1091] Compiling sha256-armv8-win.S
[572/1091] Compiling sha256-x86_64-apple.S
[573/1091] Compiling sha256-x86_64-linux.S
[574/1091] Compiling sha256-armv8-linux.S
[575/1091] Compiling sha256-armv4-linux.S
[576/1091] Compiling sha256-armv8-apple.S
[577/1091] Compiling sha256-586-linux.S
[578/1091] Compiling sha1-x86_64-apple.S
[579/1091] Compiling sha256-586-apple.S
[580/1091] Compiling sha1-x86_64-linux.S
[581/1091] Compiling sha1-armv8-win.S
[582/1091] Compiling sha1-armv4-large-linux.S
[583/1091] Compiling sha1-armv8-linux.S
[584/1091] Compiling sha1-armv8-apple.S
[585/1091] Compiling sha1-586-linux.S
[586/1091] Compiling sha1-586-apple.S
[587/1091] Compiling rsaz-avx2-apple.S
[588/1091] Compiling rdrand-x86_64-linux.S
[589/1091] Compiling rdrand-x86_64-apple.S
[590/1091] Compiling rsaz-avx2-linux.S
[591/1091] Compiling p256_beeu-x86_64-asm-linux.S
[592/1091] Compiling p256_beeu-x86_64-asm-apple.S
[593/1091] Compiling p256_beeu-armv8-asm-win.S
[594/1091] Compiling p256-x86_64-asm-apple.S
[595/1091] Compiling p256_beeu-armv8-asm-apple.S
[596/1091] Compiling p256_beeu-armv8-asm-linux.S
[597/1091] Compiling d1_both.cc
[598/1091] Compiling p256-armv8-asm-win.S
[599/1091] Compiling p256-x86_64-asm-linux.S
[600/1091] Compiling p256-armv8-asm-linux.S
[601/1091] Compiling p256-armv8-asm-apple.S
[602/1091] Compiling ghashv8-armv8-linux.S
[603/1091] Compiling ghashv8-armv8-win.S
[604/1091] Compiling ghashv8-armv8-apple.S
[605/1091] Compiling ghash-x86_64-linux.S
[606/1091] Compiling ghashv8-armv7-linux.S
[607/1091] Compiling ghash-x86_64-apple.S
[608/1091] Compiling ghash-x86-linux.S
[609/1091] Compiling ghash-x86-apple.S
[610/1091] Compiling ghash-ssse3-x86_64-apple.S
[611/1091] Compiling ghash-ssse3-x86_64-linux.S
[612/1091] Compiling ghash-ssse3-x86-linux.S
[613/1091] Compiling ghash-ssse3-x86-apple.S
[614/1091] Compiling ghash-neon-armv8-win.S
[615/1091] Compiling ghash-neon-armv8-apple.S
[616/1091] Compiling ghash-neon-armv8-linux.S
[617/1091] Compiling ghash-armv4-linux.S
[618/1091] Compiling co-586-linux.S
[619/1091] Compiling co-586-apple.S
[620/1091] Compiling bsaes-armv7-linux.S
[621/1091] Compiling bn-armv8-win.S
[622/1091] Compiling armv8-mont-win.S
[623/1091] Compiling bn-586-linux.S
[624/1091] Compiling bn-armv8-linux.S
[625/1091] Compiling bn-armv8-apple.S
[626/1091] Compiling bn-586-apple.S
[627/1091] Compiling armv8-mont-linux.S
[628/1091] Compiling armv8-mont-apple.S
[629/1091] Compiling aesv8-gcm-armv8-apple.S
[630/1091] Compiling armv4-mont-linux.S
[631/1091] Compiling aesv8-gcm-armv8-win.S
[632/1091] Compiling aesv8-armv7-linux.S
[633/1091] Compiling aesv8-gcm-armv8-linux.S
[634/1091] Compiling aesv8-armv8-apple.S
[635/1091] Compiling aesv8-armv8-win.S
[636/1091] Compiling aesv8-armv8-linux.S
[637/1091] Compiling aesni-x86_64-linux.S
[638/1091] Compiling aesni-x86_64-apple.S
[639/1091] Compiling aesni-x86-apple.S
[640/1091] Compiling aesni-x86-linux.S
[641/1091] Compiling aesni-gcm-x86_64-linux.S
[642/1091] Compiling aes-gcm-avx2-x86_64-apple.S
[643/1091] Compiling aes-gcm-avx2-x86_64-linux.S
[644/1091] Compiling aesni-gcm-x86_64-apple.S
[645/1091] Compiling aes-gcm-avx10-x86_64-linux.S
[646/1091] Compiling aes-gcm-avx10-x86_64-apple.S
[648/1091] Compiling SwiftkubeModel ModifyVolumeStatus+core.v1.swift
[649/1091] Compiling SwiftkubeModel NFSVolumeSource+core.v1.swift
[650/1091] Compiling SwiftkubeModel Namespace+core.v1.swift
[651/1091] Compiling SwiftkubeModel NamespaceCondition+core.v1.swift
[652/1091] Compiling SwiftkubeModel NamespaceList+core.v1.swift
[653/1091] Compiling SwiftkubeModel NamespaceSpec+core.v1.swift
[654/1091] Compiling SwiftkubeModel NamespaceStatus+core.v1.swift
[655/1091] Compiling SwiftkubeModel Node+core.v1.swift
[656/1091] Compiling SwiftkubeModel NodeAddress+core.v1.swift
[657/1091] Compiling SwiftkubeModel NodeAffinity+core.v1.swift
[658/1091] Compiling SwiftkubeModel NodeCondition+core.v1.swift
[659/1091] Compiling SwiftkubeModel NodeConfigSource+core.v1.swift
[660/1091] Compiling SwiftkubeModel NodeConfigStatus+core.v1.swift
[661/1091] Compiling SwiftkubeModel NodeDaemonEndpoints+core.v1.swift
[662/1091] Compiling SwiftkubeModel NodeFeatures+core.v1.swift
[663/1091] Compiling SwiftkubeModel NodeList+core.v1.swift
[664/1091] Compiling SwiftkubeModel NodeRuntimeHandler+core.v1.swift
[665/1091] Compiling SwiftkubeModel NodeRuntimeHandlerFeatures+core.v1.swift
[666/1091] Compiling SwiftkubeModel NodeSelector+core.v1.swift
[667/1091] Compiling SwiftkubeModel NodeSelectorRequirement+core.v1.swift
[668/1091] Compiling SwiftkubeModel NodeSelectorTerm+core.v1.swift
[669/1091] Compiling SwiftkubeModel NodeSpec+core.v1.swift
[670/1091] Compiling SwiftkubeModel NodeStatus+core.v1.swift
[671/1091] Compiling SwiftkubeModel NodeSystemInfo+core.v1.swift
[672/1091] Compiling SwiftkubeModel ObjectFieldSelector+core.v1.swift
[672/1115] Compiling x_val.cc
[673/1115] Compiling x_spki.cc
[674/1115] Compiling x_sig.cc
[675/1115] Compiling x_x509.cc
[676/1115] Compiling x_req.cc
[677/1115] Compiling x_pubkey.cc
[678/1115] Compiling x_x509a.cc
[680/1115] Compiling SwiftkubeModel LimitedPriorityLevelConfiguration+flowcontrol.v1.swift
[681/1115] Compiling SwiftkubeModel NonResourcePolicyRule+flowcontrol.v1.swift
[682/1115] Compiling SwiftkubeModel PolicyRulesWithSubjects+flowcontrol.v1.swift
[683/1115] Compiling SwiftkubeModel PriorityLevelConfiguration+flowcontrol.v1.swift
[684/1115] Compiling SwiftkubeModel PriorityLevelConfigurationCondition+flowcontrol.v1.swift
[685/1115] Compiling SwiftkubeModel PriorityLevelConfigurationList+flowcontrol.v1.swift
[686/1115] Compiling SwiftkubeModel PriorityLevelConfigurationReference+flowcontrol.v1.swift
[687/1115] Compiling SwiftkubeModel PriorityLevelConfigurationSpec+flowcontrol.v1.swift
[688/1115] Compiling SwiftkubeModel PriorityLevelConfigurationStatus+flowcontrol.v1.swift
[689/1115] Compiling SwiftkubeModel QueuingConfiguration+flowcontrol.v1.swift
[690/1115] Compiling SwiftkubeModel ResourcePolicyRule+flowcontrol.v1.swift
[691/1115] Compiling SwiftkubeModel ServiceAccountSubject+flowcontrol.v1.swift
[692/1115] Compiling SwiftkubeModel Subject+flowcontrol.v1.swift
[693/1115] Compiling SwiftkubeModel UserSubject+flowcontrol.v1.swift
[694/1115] Compiling SwiftkubeModel flowcontrol+v1.swift
[695/1115] Compiling SwiftkubeModel internal.swift
[696/1115] Compiling SwiftkubeModel ServerStorageVersion+internal.v1alpha1.swift
[697/1115] Compiling SwiftkubeModel StorageVersion+internal.v1alpha1.swift
[698/1115] Compiling SwiftkubeModel StorageVersionCondition+internal.v1alpha1.swift
[699/1115] Compiling SwiftkubeModel StorageVersionList+internal.v1alpha1.swift
[700/1115] Compiling SwiftkubeModel StorageVersionSpec+internal.v1alpha1.swift
[701/1115] Compiling SwiftkubeModel StorageVersionStatus+internal.v1alpha1.swift
[702/1115] Compiling SwiftkubeModel internal+v1alpha1.swift
[703/1115] Compiling SwiftkubeModel meta.swift
[704/1115] Compiling SwiftkubeModel APIGroup+meta.v1.swift
[705/1139] Compiling SwiftkubeModel core+v1.swift
[706/1139] Compiling SwiftkubeModel discovery.swift
[707/1139] Compiling SwiftkubeModel Endpoint+discovery.v1.swift
[708/1139] Compiling SwiftkubeModel EndpointConditions+discovery.v1.swift
[709/1139] Compiling SwiftkubeModel EndpointHints+discovery.v1.swift
[710/1139] Compiling SwiftkubeModel EndpointPort+discovery.v1.swift
[711/1139] Compiling SwiftkubeModel EndpointSlice+discovery.v1.swift
[712/1139] Compiling SwiftkubeModel EndpointSliceList+discovery.v1.swift
[713/1139] Compiling SwiftkubeModel ForZone+discovery.v1.swift
[714/1139] Compiling SwiftkubeModel discovery+v1.swift
[715/1139] Compiling SwiftkubeModel events.swift
[716/1139] Compiling SwiftkubeModel Event+events.v1.swift
[717/1139] Compiling SwiftkubeModel EventList+events.v1.swift
[718/1139] Compiling SwiftkubeModel EventSeries+events.v1.swift
[719/1139] Compiling SwiftkubeModel events+v1.swift
[720/1139] Compiling SwiftkubeModel flowcontrol.swift
[721/1139] Compiling SwiftkubeModel ExemptPriorityLevelConfiguration+flowcontrol.v1.swift
[722/1139] Compiling SwiftkubeModel FlowDistinguisherMethod+flowcontrol.v1.swift
[723/1139] Compiling SwiftkubeModel FlowSchema+flowcontrol.v1.swift
[724/1139] Compiling SwiftkubeModel FlowSchemaCondition+flowcontrol.v1.swift
[725/1139] Compiling SwiftkubeModel FlowSchemaList+flowcontrol.v1.swift
[726/1139] Compiling SwiftkubeModel FlowSchemaSpec+flowcontrol.v1.swift
[727/1139] Compiling SwiftkubeModel FlowSchemaStatus+flowcontrol.v1.swift
[728/1139] Compiling SwiftkubeModel GroupSubject+flowcontrol.v1.swift
[729/1139] Compiling SwiftkubeModel LimitResponse+flowcontrol.v1.swift
[729/1163] Compiling x_algor.cc
[731/1163] Compiling SwiftkubeModel ResourceQuotaList+core.v1.swift
[732/1163] Compiling SwiftkubeModel ResourceQuotaSpec+core.v1.swift
[733/1163] Compiling SwiftkubeModel ResourceQuotaStatus+core.v1.swift
[734/1163] Compiling SwiftkubeModel ResourceRequirements+core.v1.swift
[735/1163] Compiling SwiftkubeModel ResourceStatus+core.v1.swift
[736/1163] Compiling SwiftkubeModel SELinuxOptions+core.v1.swift
[737/1163] Compiling SwiftkubeModel ScaleIOPersistentVolumeSource+core.v1.swift
[738/1163] Compiling SwiftkubeModel ScaleIOVolumeSource+core.v1.swift
[739/1163] Compiling SwiftkubeModel ScopeSelector+core.v1.swift
[740/1163] Compiling SwiftkubeModel ScopedResourceSelectorRequirement+core.v1.swift
[741/1163] Compiling SwiftkubeModel SeccompProfile+core.v1.swift
[742/1163] Compiling SwiftkubeModel Secret+core.v1.swift
[743/1163] Compiling SwiftkubeModel SecretEnvSource+core.v1.swift
[744/1163] Compiling SwiftkubeModel SecretKeySelector+core.v1.swift
[745/1163] Compiling SwiftkubeModel SecretList+core.v1.swift
[746/1163] Compiling SwiftkubeModel SecretProjection+core.v1.swift
[747/1163] Compiling SwiftkubeModel SecretReference+core.v1.swift
[748/1163] Compiling SwiftkubeModel SecretVolumeSource+core.v1.swift
[749/1163] Compiling SwiftkubeModel SecurityContext+core.v1.swift
[750/1163] Compiling SwiftkubeModel Service+core.v1.swift
[751/1163] Compiling SwiftkubeModel ServiceAccount+core.v1.swift
[752/1163] Compiling SwiftkubeModel ServiceAccountList+core.v1.swift
[753/1163] Compiling SwiftkubeModel ServiceAccountTokenProjection+core.v1.swift
[754/1163] Compiling SwiftkubeModel ServiceList+core.v1.swift
[755/1163] Compiling SwiftkubeModel ServicePort+core.v1.swift
[756/1187] Compiling SwiftkubeModel ObjectReference+core.v1.swift
[757/1187] Compiling SwiftkubeModel PersistentVolume+core.v1.swift
[758/1187] Compiling SwiftkubeModel PersistentVolumeClaim+core.v1.swift
[759/1187] Compiling SwiftkubeModel PersistentVolumeClaimCondition+core.v1.swift
[760/1187] Compiling SwiftkubeModel PersistentVolumeClaimList+core.v1.swift
[761/1187] Compiling SwiftkubeModel PersistentVolumeClaimSpec+core.v1.swift
[762/1187] Compiling SwiftkubeModel PersistentVolumeClaimStatus+core.v1.swift
[763/1187] Compiling SwiftkubeModel PersistentVolumeClaimTemplate+core.v1.swift
[764/1187] Compiling SwiftkubeModel PersistentVolumeClaimVolumeSource+core.v1.swift
[765/1187] Compiling SwiftkubeModel PersistentVolumeList+core.v1.swift
[766/1187] Compiling SwiftkubeModel PersistentVolumeSpec+core.v1.swift
[767/1187] Compiling SwiftkubeModel PersistentVolumeStatus+core.v1.swift
[768/1187] Compiling SwiftkubeModel PhotonPersistentDiskVolumeSource+core.v1.swift
[769/1187] Compiling SwiftkubeModel Pod+core.v1.swift
[770/1187] Compiling SwiftkubeModel PodAffinity+core.v1.swift
[771/1187] Compiling SwiftkubeModel PodAffinityTerm+core.v1.swift
[772/1187] Compiling SwiftkubeModel PodAntiAffinity+core.v1.swift
[773/1187] Compiling SwiftkubeModel PodCondition+core.v1.swift
[774/1187] Compiling SwiftkubeModel PodDNSConfig+core.v1.swift
[775/1187] Compiling SwiftkubeModel PodDNSConfigOption+core.v1.swift
[776/1187] Compiling SwiftkubeModel PodIP+core.v1.swift
[777/1187] Compiling SwiftkubeModel PodList+core.v1.swift
[778/1187] Compiling SwiftkubeModel PodOS+core.v1.swift
[779/1187] Compiling SwiftkubeModel PodReadinessGate+core.v1.swift
[780/1187] Compiling SwiftkubeModel PodResourceClaim+core.v1.swift
[780/1211] Compiling x_crl.cc
[781/1211] Compiling x_name.cc
[782/1211] Compiling x_attrib.cc
[783/1211] Compiling x_exten.cc
[784/1211] Compiling x509spki.cc
[785/1211] Compiling x_all.cc
[787/1211] Compiling SwiftkubeModel APIGroupList+meta.v1.swift
[788/1211] Compiling SwiftkubeModel APIResource+meta.v1.swift
[789/1211] Compiling SwiftkubeModel APIResourceList+meta.v1.swift
[790/1211] Compiling SwiftkubeModel APIVersions+meta.v1.swift
[791/1211] Compiling SwiftkubeModel Condition+meta.v1.swift
[792/1211] Compiling SwiftkubeModel DeleteOptions+meta.v1.swift
[793/1211] Compiling SwiftkubeModel FieldSelectorRequirement+meta.v1.swift
[794/1211] Compiling SwiftkubeModel GroupVersionForDiscovery+meta.v1.swift
[795/1211] Compiling SwiftkubeModel LabelSelector+meta.v1.swift
[796/1211] Compiling SwiftkubeModel LabelSelectorRequirement+meta.v1.swift
[797/1211] Compiling SwiftkubeModel ListMeta+meta.v1.swift
[798/1211] Compiling SwiftkubeModel ManagedFieldsEntry+meta.v1.swift
[799/1211] Compiling SwiftkubeModel ObjectMeta+meta.v1.swift
[800/1211] Compiling SwiftkubeModel OwnerReference+meta.v1.swift
[801/1211] Compiling SwiftkubeModel Preconditions+meta.v1.swift
[802/1211] Compiling SwiftkubeModel ServerAddressByClientCIDR+meta.v1.swift
[803/1211] Compiling SwiftkubeModel Status+meta.v1.swift
[804/1211] Compiling SwiftkubeModel StatusCause+meta.v1.swift
[805/1211] Compiling SwiftkubeModel StatusDetails+meta.v1.swift
[806/1211] Compiling SwiftkubeModel WatchEvent+meta.v1.swift
[807/1211] Compiling SwiftkubeModel meta+v1.swift
[808/1211] Compiling SwiftkubeModel networking.swift
[809/1211] Compiling SwiftkubeModel HTTPIngressPath+networking.v1.swift
[810/1211] Compiling SwiftkubeModel HTTPIngressRuleValue+networking.v1.swift
[811/1211] Compiling SwiftkubeModel IPBlock+networking.v1.swift
[811/1235] Compiling x509rset.cc
[812/1235] Compiling x509name.cc
[813/1235] Compiling x509_vpm.cc
[815/1235] Compiling SwiftkubeModel ServiceSpec+core.v1.swift
[816/1235] Compiling SwiftkubeModel ServiceStatus+core.v1.swift
[817/1235] Compiling SwiftkubeModel SessionAffinityConfig+core.v1.swift
[818/1235] Compiling SwiftkubeModel SleepAction+core.v1.swift
[819/1235] Compiling SwiftkubeModel StorageOSPersistentVolumeSource+core.v1.swift
[820/1235] Compiling SwiftkubeModel StorageOSVolumeSource+core.v1.swift
[821/1235] Compiling SwiftkubeModel Sysctl+core.v1.swift
[822/1235] Compiling SwiftkubeModel TCPSocketAction+core.v1.swift
[823/1235] Compiling SwiftkubeModel Taint+core.v1.swift
[824/1235] Compiling SwiftkubeModel Toleration+core.v1.swift
[825/1235] Compiling SwiftkubeModel TopologySelectorLabelRequirement+core.v1.swift
[826/1235] Compiling SwiftkubeModel TopologySelectorTerm+core.v1.swift
[827/1235] Compiling SwiftkubeModel TopologySpreadConstraint+core.v1.swift
[828/1235] Compiling SwiftkubeModel TypedLocalObjectReference+core.v1.swift
[829/1235] Compiling SwiftkubeModel TypedObjectReference+core.v1.swift
[830/1235] Compiling SwiftkubeModel Volume+core.v1.swift
[831/1235] Compiling SwiftkubeModel VolumeDevice+core.v1.swift
[832/1235] Compiling SwiftkubeModel VolumeMount+core.v1.swift
[833/1235] Compiling SwiftkubeModel VolumeMountStatus+core.v1.swift
[834/1235] Compiling SwiftkubeModel VolumeNodeAffinity+core.v1.swift
[835/1235] Compiling SwiftkubeModel VolumeProjection+core.v1.swift
[836/1235] Compiling SwiftkubeModel VolumeResourceRequirements+core.v1.swift
[837/1235] Compiling SwiftkubeModel VsphereVirtualDiskVolumeSource+core.v1.swift
[838/1235] Compiling SwiftkubeModel WeightedPodAffinityTerm+core.v1.swift
[839/1235] Compiling SwiftkubeModel WindowsSecurityContextOptions+core.v1.swift
[839/1259] Compiling x509cset.cc
[841/1259] Compiling SwiftkubeModel PodResourceClaimStatus+core.v1.swift
[842/1259] Compiling SwiftkubeModel PodSchedulingGate+core.v1.swift
[843/1259] Compiling SwiftkubeModel PodSecurityContext+core.v1.swift
[844/1259] Compiling SwiftkubeModel PodSpec+core.v1.swift
[845/1259] Compiling SwiftkubeModel PodStatus+core.v1.swift
[846/1259] Compiling SwiftkubeModel PodTemplate+core.v1.swift
[847/1259] Compiling SwiftkubeModel PodTemplateList+core.v1.swift
[848/1259] Compiling SwiftkubeModel PodTemplateSpec+core.v1.swift
[849/1259] Compiling SwiftkubeModel PortStatus+core.v1.swift
[850/1259] Compiling SwiftkubeModel PortworxVolumeSource+core.v1.swift
[851/1259] Compiling SwiftkubeModel PreferredSchedulingTerm+core.v1.swift
[852/1259] Compiling SwiftkubeModel Probe+core.v1.swift
[853/1259] Compiling SwiftkubeModel ProjectedVolumeSource+core.v1.swift
[854/1259] Compiling SwiftkubeModel QuobyteVolumeSource+core.v1.swift
[855/1259] Compiling SwiftkubeModel RBDPersistentVolumeSource+core.v1.swift
[856/1259] Compiling SwiftkubeModel RBDVolumeSource+core.v1.swift
[857/1259] Compiling SwiftkubeModel ReplicationController+core.v1.swift
[858/1259] Compiling SwiftkubeModel ReplicationControllerCondition+core.v1.swift
[859/1259] Compiling SwiftkubeModel ReplicationControllerList+core.v1.swift
[860/1259] Compiling SwiftkubeModel ReplicationControllerSpec+core.v1.swift
[861/1259] Compiling SwiftkubeModel ReplicationControllerStatus+core.v1.swift
[862/1259] Compiling SwiftkubeModel ResourceClaim+core.v1.swift
[863/1259] Compiling SwiftkubeModel ResourceFieldSelector+core.v1.swift
[864/1259] Compiling SwiftkubeModel ResourceHealth+core.v1.swift
[865/1259] Compiling SwiftkubeModel ResourceQuota+core.v1.swift
[865/1259] Compiling x509_v3.cc
[866/1259] Compiling x509_vfy.cc
[867/1259] Compiling x509_txt.cc
[869/1259] Compiling SwiftkubeModel Ingress+networking.v1.swift
[870/1259] Compiling SwiftkubeModel IngressBackend+networking.v1.swift
[871/1259] Compiling SwiftkubeModel IngressClass+networking.v1.swift
[872/1259] Compiling SwiftkubeModel IngressClassList+networking.v1.swift
[873/1259] Compiling SwiftkubeModel IngressClassParametersReference+networking.v1.swift
[874/1259] Compiling SwiftkubeModel IngressClassSpec+networking.v1.swift
[875/1259] Compiling SwiftkubeModel IngressList+networking.v1.swift
[876/1259] Compiling SwiftkubeModel IngressLoadBalancerIngress+networking.v1.swift
[877/1259] Compiling SwiftkubeModel IngressLoadBalancerStatus+networking.v1.swift
[878/1259] Compiling SwiftkubeModel IngressPortStatus+networking.v1.swift
[879/1259] Compiling SwiftkubeModel IngressRule+networking.v1.swift
[880/1259] Compiling SwiftkubeModel IngressServiceBackend+networking.v1.swift
[881/1259] Compiling SwiftkubeModel IngressSpec+networking.v1.swift
[882/1259] Compiling SwiftkubeModel IngressStatus+networking.v1.swift
[883/1259] Compiling SwiftkubeModel IngressTLS+networking.v1.swift
[884/1259] Compiling SwiftkubeModel NetworkPolicy+networking.v1.swift
[885/1259] Compiling SwiftkubeModel NetworkPolicyEgressRule+networking.v1.swift
[886/1259] Compiling SwiftkubeModel NetworkPolicyIngressRule+networking.v1.swift
[887/1259] Compiling SwiftkubeModel NetworkPolicyList+networking.v1.swift
[888/1259] Compiling SwiftkubeModel NetworkPolicyPeer+networking.v1.swift
[889/1259] Compiling SwiftkubeModel NetworkPolicyPort+networking.v1.swift
[890/1259] Compiling SwiftkubeModel NetworkPolicySpec+networking.v1.swift
[891/1259] Compiling SwiftkubeModel ServiceBackendPort+networking.v1.swift
[892/1259] Compiling SwiftkubeModel networking+v1.swift
[892/1259] Compiling x509_trs.cc
[893/1259] Compiling x509_set.cc
[894/1259] Compiling x509_obj.cc
[895/1259] Compiling x509_req.cc
[896/1259] Compiling x509_lu.cc
[897/1259] Compiling x509_d2.cc
[898/1259] Compiling x509_def.cc
[899/1259] Compiling x509_ext.cc
[900/1259] Compiling x509_cmp.cc
[902/1259] Compiling SwiftkubeModel IPAddress+networking.v1beta1.swift
[903/1259] Compiling SwiftkubeModel IPAddressList+networking.v1beta1.swift
[904/1259] Compiling SwiftkubeModel IPAddressSpec+networking.v1beta1.swift
[905/1259] Compiling SwiftkubeModel ParentReference+networking.v1beta1.swift
[906/1259] Compiling SwiftkubeModel ServiceCIDR+networking.v1beta1.swift
[907/1259] Compiling SwiftkubeModel ServiceCIDRList+networking.v1beta1.swift
[908/1259] Compiling SwiftkubeModel ServiceCIDRSpec+networking.v1beta1.swift
[909/1259] Compiling SwiftkubeModel ServiceCIDRStatus+networking.v1beta1.swift
[910/1259] Compiling SwiftkubeModel networking+v1beta1.swift
[911/1259] Compiling SwiftkubeModel node.swift
[912/1259] Compiling SwiftkubeModel Overhead+node.v1.swift
[913/1259] Compiling SwiftkubeModel RuntimeClass+node.v1.swift
[914/1259] Compiling SwiftkubeModel RuntimeClassList+node.v1.swift
[915/1259] Compiling SwiftkubeModel Scheduling+node.v1.swift
[916/1259] Compiling SwiftkubeModel node+v1.swift
[917/1259] Compiling SwiftkubeModel policy.swift
[918/1259] Compiling SwiftkubeModel Eviction+policy.v1.swift
[919/1259] Compiling SwiftkubeModel PodDisruptionBudget+policy.v1.swift
[920/1259] Compiling SwiftkubeModel PodDisruptionBudgetList+policy.v1.swift
[921/1259] Compiling SwiftkubeModel PodDisruptionBudgetSpec+policy.v1.swift
[922/1259] Compiling SwiftkubeModel PodDisruptionBudgetStatus+policy.v1.swift
[923/1259] Compiling SwiftkubeModel policy+v1.swift
[924/1259] Compiling SwiftkubeModel rbac.swift
[925/1259] Compiling SwiftkubeModel AggregationRule+rbac.v1.swift
[925/1259] Compiling x509.cc
[926/1259] Compiling v3_skey.cc
[927/1259] Compiling x509_att.cc
[929/1259] Compiling SwiftkubeModel BasicDevice+resource.v1beta1.swift
[930/1259] Compiling SwiftkubeModel CELDeviceSelector+resource.v1beta1.swift
[931/1259] Compiling SwiftkubeModel Device+resource.v1beta1.swift
[932/1259] Compiling SwiftkubeModel DeviceAllocationConfiguration+resource.v1beta1.swift
[933/1259] Compiling SwiftkubeModel DeviceAllocationResult+resource.v1beta1.swift
[934/1259] Compiling SwiftkubeModel DeviceAttribute+resource.v1beta1.swift
[935/1259] Compiling SwiftkubeModel DeviceCapacity+resource.v1beta1.swift
[936/1259] Compiling SwiftkubeModel DeviceClaim+resource.v1beta1.swift
[937/1259] Compiling SwiftkubeModel DeviceClaimConfiguration+resource.v1beta1.swift
[938/1259] Compiling SwiftkubeModel DeviceClass+resource.v1beta1.swift
[939/1259] Compiling SwiftkubeModel DeviceClassConfiguration+resource.v1beta1.swift
[940/1259] Compiling SwiftkubeModel DeviceClassList+resource.v1beta1.swift
[941/1259] Compiling SwiftkubeModel DeviceClassSpec+resource.v1beta1.swift
[942/1259] Compiling SwiftkubeModel DeviceConstraint+resource.v1beta1.swift
[943/1259] Compiling SwiftkubeModel DeviceRequest+resource.v1beta1.swift
[944/1259] Compiling SwiftkubeModel DeviceRequestAllocationResult+resource.v1beta1.swift
[945/1259] Compiling SwiftkubeModel DeviceSelector+resource.v1beta1.swift
[946/1259] Compiling SwiftkubeModel NetworkDeviceData+resource.v1beta1.swift
[947/1259] Compiling SwiftkubeModel OpaqueDeviceConfiguration+resource.v1beta1.swift
[948/1259] Compiling SwiftkubeModel ResourceClaim+resource.v1beta1.swift
[949/1259] Compiling SwiftkubeModel ResourceClaimConsumerReference+resource.v1beta1.swift
[950/1259] Compiling SwiftkubeModel ResourceClaimList+resource.v1beta1.swift
[951/1259] Compiling SwiftkubeModel ResourceClaimSpec+resource.v1beta1.swift
[952/1259] Compiling SwiftkubeModel ResourceClaimStatus+resource.v1beta1.swift
[952/1259] Compiling v3_purp.cc
[953/1259] Compiling v3_utl.cc
[954/1259] Compiling v3_prn.cc
[956/1259] Compiling SwiftkubeModel ClusterRole+rbac.v1.swift
[957/1259] Compiling SwiftkubeModel ClusterRoleBinding+rbac.v1.swift
[958/1259] Compiling SwiftkubeModel ClusterRoleBindingList+rbac.v1.swift
[959/1259] Compiling SwiftkubeModel ClusterRoleList+rbac.v1.swift
[960/1259] Compiling SwiftkubeModel PolicyRule+rbac.v1.swift
[961/1259] Compiling SwiftkubeModel Role+rbac.v1.swift
[962/1259] Compiling SwiftkubeModel RoleBinding+rbac.v1.swift
[963/1259] Compiling SwiftkubeModel RoleBindingList+rbac.v1.swift
[964/1259] Compiling SwiftkubeModel RoleList+rbac.v1.swift
[965/1259] Compiling SwiftkubeModel RoleRef+rbac.v1.swift
[966/1259] Compiling SwiftkubeModel Subject+rbac.v1.swift
[967/1259] Compiling SwiftkubeModel rbac+v1.swift
[968/1259] Compiling SwiftkubeModel resource.swift
[969/1259] Compiling SwiftkubeModel AllocatedDeviceStatus+resource.v1alpha3.swift
[970/1259] Compiling SwiftkubeModel AllocationResult+resource.v1alpha3.swift
[971/1259] Compiling SwiftkubeModel BasicDevice+resource.v1alpha3.swift
[972/1259] Compiling SwiftkubeModel CELDeviceSelector+resource.v1alpha3.swift
[973/1259] Compiling SwiftkubeModel Device+resource.v1alpha3.swift
[974/1259] Compiling SwiftkubeModel DeviceAllocationConfiguration+resource.v1alpha3.swift
[975/1259] Compiling SwiftkubeModel DeviceAllocationResult+resource.v1alpha3.swift
[976/1259] Compiling SwiftkubeModel DeviceAttribute+resource.v1alpha3.swift
[977/1259] Compiling SwiftkubeModel DeviceClaim+resource.v1alpha3.swift
[978/1259] Compiling SwiftkubeModel DeviceClaimConfiguration+resource.v1alpha3.swift
[979/1259] Compiling SwiftkubeModel DeviceClass+resource.v1alpha3.swift
[979/1259] Compiling v3_pmaps.cc
[980/1259] Compiling v3_pcons.cc
[981/1259] Compiling v3_ocsp.cc
[982/1259] Compiling v3_ncons.cc
[984/1259] Compiling SwiftkubeModel DeviceClassConfiguration+resource.v1alpha3.swift
[985/1259] Compiling SwiftkubeModel DeviceClassList+resource.v1alpha3.swift
[986/1259] Compiling SwiftkubeModel DeviceClassSpec+resource.v1alpha3.swift
[987/1259] Compiling SwiftkubeModel DeviceConstraint+resource.v1alpha3.swift
[988/1259] Compiling SwiftkubeModel DeviceRequest+resource.v1alpha3.swift
[989/1259] Compiling SwiftkubeModel DeviceRequestAllocationResult+resource.v1alpha3.swift
[990/1259] Compiling SwiftkubeModel DeviceSelector+resource.v1alpha3.swift
[991/1259] Compiling SwiftkubeModel NetworkDeviceData+resource.v1alpha3.swift
[992/1259] Compiling SwiftkubeModel OpaqueDeviceConfiguration+resource.v1alpha3.swift
[993/1259] Compiling SwiftkubeModel ResourceClaim+resource.v1alpha3.swift
[994/1259] Compiling SwiftkubeModel ResourceClaimConsumerReference+resource.v1alpha3.swift
[995/1259] Compiling SwiftkubeModel ResourceClaimList+resource.v1alpha3.swift
[996/1259] Compiling SwiftkubeModel ResourceClaimSpec+resource.v1alpha3.swift
[997/1259] Compiling SwiftkubeModel ResourceClaimStatus+resource.v1alpha3.swift
[998/1259] Compiling SwiftkubeModel ResourceClaimTemplate+resource.v1alpha3.swift
[999/1259] Compiling SwiftkubeModel ResourceClaimTemplateList+resource.v1alpha3.swift
[1000/1259] Compiling SwiftkubeModel ResourceClaimTemplateSpec+resource.v1alpha3.swift
[1001/1259] Compiling SwiftkubeModel ResourcePool+resource.v1alpha3.swift
[1002/1259] Compiling SwiftkubeModel ResourceSlice+resource.v1alpha3.swift
[1003/1259] Compiling SwiftkubeModel ResourceSliceList+resource.v1alpha3.swift
[1004/1259] Compiling SwiftkubeModel ResourceSliceSpec+resource.v1alpha3.swift
[1005/1259] Compiling SwiftkubeModel resource+v1alpha3.swift
[1006/1259] Compiling SwiftkubeModel AllocatedDeviceStatus+resource.v1beta1.swift
[1007/1259] Compiling SwiftkubeModel AllocationResult+resource.v1beta1.swift
[1007/1259] Compiling v3_lib.cc
[1008/1259] Compiling v3_int.cc
[1009/1259] Compiling v3_info.cc
[1010/1259] Compiling v3_ia5.cc
[1011/1259] Compiling v3_extku.cc
[1012/1259] Compiling v3_enum.cc
[1013/1259] Compiling v3_genn.cc
[1015/1259] Compiling SwiftkubeModel ResourceClaimTemplate+resource.v1beta1.swift
[1016/1259] Compiling SwiftkubeModel ResourceClaimTemplateList+resource.v1beta1.swift
[1017/1259] Compiling SwiftkubeModel ResourceClaimTemplateSpec+resource.v1beta1.swift
[1018/1259] Compiling SwiftkubeModel ResourcePool+resource.v1beta1.swift
[1019/1259] Compiling SwiftkubeModel ResourceSlice+resource.v1beta1.swift
[1020/1259] Compiling SwiftkubeModel ResourceSliceList+resource.v1beta1.swift
[1021/1259] Compiling SwiftkubeModel ResourceSliceSpec+resource.v1beta1.swift
[1022/1259] Compiling SwiftkubeModel resource+v1beta1.swift
[1023/1259] Compiling SwiftkubeModel scheduling.swift
[1024/1259] Compiling SwiftkubeModel PriorityClass+scheduling.v1.swift
[1025/1259] Compiling SwiftkubeModel PriorityClassList+scheduling.v1.swift
[1026/1259] Compiling SwiftkubeModel scheduling+v1.swift
[1027/1259] Compiling SwiftkubeModel storage.swift
[1028/1259] Compiling SwiftkubeModel CSIDriver+storage.v1.swift
[1029/1259] Compiling SwiftkubeModel CSIDriverList+storage.v1.swift
[1030/1259] Compiling SwiftkubeModel CSIDriverSpec+storage.v1.swift
[1031/1259] Compiling SwiftkubeModel CSINode+storage.v1.swift
[1032/1259] Compiling SwiftkubeModel CSINodeDriver+storage.v1.swift
[1033/1259] Compiling SwiftkubeModel CSINodeList+storage.v1.swift
[1034/1259] Compiling SwiftkubeModel CSINodeSpec+storage.v1.swift
[1035/1259] Compiling SwiftkubeModel CSIStorageCapacity+storage.v1.swift
[1036/1259] Compiling SwiftkubeModel CSIStorageCapacityList+storage.v1.swift
[1037/1259] Compiling SwiftkubeModel StorageClass+storage.v1.swift
[1038/1259] Compiling SwiftkubeModel StorageClassList+storage.v1.swift
[1038/1259] Compiling v3_cpols.cc
[1039/1259] Compiling v3_conf.cc
[1041/1259] Compiling SwiftkubeModel TokenRequest+storage.v1.swift
[1042/1259] Compiling SwiftkubeModel VolumeAttachment+storage.v1.swift
[1043/1259] Compiling SwiftkubeModel VolumeAttachmentList+storage.v1.swift
[1044/1259] Compiling SwiftkubeModel VolumeAttachmentSource+storage.v1.swift
[1045/1259] Compiling SwiftkubeModel VolumeAttachmentSpec+storage.v1.swift
[1046/1259] Compiling SwiftkubeModel VolumeAttachmentStatus+storage.v1.swift
[1047/1259] Compiling SwiftkubeModel VolumeError+storage.v1.swift
[1048/1259] Compiling SwiftkubeModel VolumeNodeResources+storage.v1.swift
[1049/1259] Compiling SwiftkubeModel storage+v1.swift
[1050/1259] Compiling SwiftkubeModel VolumeAttributesClass+storage.v1alpha1.swift
[1051/1259] Compiling SwiftkubeModel VolumeAttributesClassList+storage.v1alpha1.swift
[1052/1259] Compiling SwiftkubeModel storage+v1alpha1.swift
[1053/1259] Compiling SwiftkubeModel VolumeAttributesClass+storage.v1beta1.swift
[1054/1259] Compiling SwiftkubeModel VolumeAttributesClassList+storage.v1beta1.swift
[1055/1259] Compiling SwiftkubeModel storage+v1beta1.swift
[1056/1259] Compiling SwiftkubeModel storagemigration.swift
[1057/1259] Compiling SwiftkubeModel GroupVersionResource+storagemigration.v1alpha1.swift
[1058/1259] Compiling SwiftkubeModel MigrationCondition+storagemigration.v1alpha1.swift
[1059/1259] Compiling SwiftkubeModel StorageVersionMigration+storagemigration.v1alpha1.swift
[1060/1259] Compiling SwiftkubeModel StorageVersionMigrationList+storagemigration.v1alpha1.swift
[1061/1259] Compiling SwiftkubeModel StorageVersionMigrationSpec+storagemigration.v1alpha1.swift
[1062/1259] Compiling SwiftkubeModel StorageVersionMigrationStatus+storagemigration.v1alpha1.swift
[1063/1259] Compiling SwiftkubeModel storagemigration+v1alpha1.swift
[1064/1259] Compiling SwiftkubeModel SwiftkubeModel.swift
[1064/1259] Compiling v3_crld.cc
[1065/1259] Compiling v3_bitst.cc
[1066/1260] Compiling v3_bcons.cc
[1068/1260] Compiling v3_akeya.cc
[1069/1260] Compiling v3_alt.cc
[1070/1260] Compiling v3_akey.cc
[1071/1260] Compiling t_x509a.cc
[1072/1260] Compiling t_x509.cc
[1073/1260] Compiling t_crl.cc
[1074/1260] Compiling i2d_pr.cc
[1075/1260] Compiling t_req.cc
[1076/1260] Compiling policy.cc
[1077/1260] Compiling rsa_pss.cc
[1078/1260] Compiling name_print.cc
[1079/1260] Compiling by_file.cc
[1080/1260] Compiling asn1_gen.cc
[1081/1260] Compiling by_dir.cc
[1082/1260] Compiling a_digest.cc
[1083/1260] Compiling a_verify.cc
[1084/1260] Compiling a_sign.cc
[1085/1260] Compiling voprf.cc
[1086/1260] Compiling algorithm.cc
[1087/1260] Compiling thread_win.cc
[1088/1260] Compiling thread_pthread.cc
[1089/1260] Compiling thread.cc
[1090/1260] Compiling thread_none.cc
[1091/1260] Compiling trust_token.cc
[1092/1260] Compiling pmbtoken.cc
[1093/1260] Compiling stack.cc
[1094/1260] Compiling siphash.cc
[1095/1260] Compiling sha512.cc
[1096/1260] Compiling sha256.cc
[1097/1260] Compiling sha1.cc
[1098/1260] Compiling slhdsa.cc
[1099/1260] Compiling rsa_print.cc
[1100/1260] Compiling spake2plus.cc
[1101/1260] Compiling rsa_extra.cc
[1102/1260] Compiling rc4.cc
[1103/1260] Compiling refcount.cc
[1104/1260] Compiling rsa_crypt.cc
[1105/1260] Compiling windows.cc
[1106/1260] Compiling trusty.cc
[1107/1260] Compiling urandom.cc
[1108/1260] Compiling rand.cc
[1109/1260] Compiling rsa_asn1.cc
[1110/1260] Compiling ios.cc
[1111/1260] Compiling getentropy.cc
[1112/1260] Compiling poly1305_arm_asm.S
[1113/1260] Compiling passive.cc
[1114/1260] Compiling deterministic.cc
[1115/1260] Compiling forkunsafe.cc
[1116/1260] Compiling fork_detect.cc
[1117/1260] Compiling poly1305_arm.cc
[1118/1260] Compiling poly1305.cc
[1119/1260] Compiling poly1305_vec.cc
[1120/1260] Compiling pool.cc
[1121/1260] Compiling pkcs7.cc
[1122/1260] Compiling p5_pbev2.cc
[1123/1260] Compiling pkcs8.cc
[1124/1260] Compiling pkcs8_x509.cc
[1125/1260] Compiling pkcs7_x509.cc
[1126/1260] Compiling pem_xaux.cc
[1127/1260] Compiling pem_x509.cc
[1128/1260] Compiling pem_pkey.cc
[1129/1260] Compiling mlkem.cc
[1130/1260] Compiling obj_xref.cc
[1131/1260] Compiling pem_pk8.cc
[1132/1260] Compiling pem_oth.cc
[1133/1260] Compiling pem_info.cc
[1134/1260] Compiling mldsa.cc
[1135/1260] Compiling pem_lib.cc
[1136/1260] Compiling pem_all.cc
[1137/1260] Compiling obj.cc
[1138/1260] Compiling poly_rq_mul.S
[1139/1260] Compiling fips_shared_support.cc
[1140/1260] Compiling md5.cc
[1141/1260] Compiling mem.cc
[1142/1260] Compiling md4.cc
[1143/1260] Compiling lhash.cc
[1144/1260] Compiling hrss.cc
[1145/1260] Compiling ex_data.cc
[1146/1260] Compiling sign.cc
[1147/1260] Compiling kyber.cc
[1148/1260] Compiling scrypt.cc
[1149/1260] Compiling print.cc
[1150/1260] Compiling hpke.cc
[1151/1260] Compiling pbkdf.cc
[1152/1260] Compiling p_x25519.cc
[1153/1260] Compiling p_rsa_asn1.cc
[1153/1260] Compiling p_x25519_asn1.cc
[1155/1260] Compiling p_ed25519.cc
[1156/1260] Compiling p_rsa.cc
[1157/1260] Compiling p_hkdf.cc
[1158/1260] Compiling p_ed25519_asn1.cc
[1159/1260] Compiling p_ec_asn1.cc
[1160/1260] Compiling p_ec.cc
[1161/1260] Compiling p_dh.cc
[1162/1260] Compiling p_dh_asn1.cc
[1163/1260] Compiling evp_ctx.cc
[1164/1260] Compiling p_dsa_asn1.cc
[1165/1260] Compiling evp.cc
[1166/1260] Compiling err.cc
[1167/1260] Compiling engine.cc
[1168/1260] Compiling evp_asn1.cc
[1169/1260] Compiling ecdh.cc
[1170/1260] Compiling ecdsa_asn1.cc
[1171/1260] Compiling hash_to_curve.cc
[1172/1260] Compiling ec_derive.cc
[1173/1260] Compiling dsa.cc
[1174/1260] Compiling dsa_asn1.cc
[1175/1260] Compiling ec_asn1.cc
[1176/1260] Compiling params.cc
[1177/1260] Compiling x25519-asm-arm.S
[1178/1260] Compiling des.cc
[1179/1260] Compiling digest_extra.cc
[1180/1260] Compiling dh_asn1.cc
[1181/1260] Compiling crypto.cc
[1182/1260] Compiling cpu_intel.cc
[1183/1260] Compiling cpu_arm_linux.cc
[1184/1260] Compiling spake25519.cc
[1185/1260] Compiling curve25519.cc
[1186/1260] Compiling cpu_arm_freebsd.cc
[1187/1260] Compiling cpu_aarch64_win.cc
[1188/1260] Compiling cpu_aarch64_openbsd.cc
[1189/1260] Compiling cpu_aarch64_sysreg.cc
[1190/1260] Compiling bcm.cc
[1191/1260] Compiling cpu_aarch64_linux.cc
[1192/1260] Compiling curve25519_64_adx.cc
[1193/1260] Compiling cpu_aarch64_fuchsia.cc
[1194/1260] Compiling cpu_aarch64_apple.cc
[1195/1260] Compiling get_cipher.cc
[1196/1260] Compiling tls_cbc.cc
[1197/1260] Compiling conf.cc
[1198/1260] Compiling e_tls.cc
[1199/1260] Compiling e_rc4.cc
[1200/1260] Compiling e_rc2.cc
[1201/1260] Compiling e_null.cc
[1202/1260] Compiling e_des.cc
[1203/1260] Compiling derive_key.cc
[1204/1260] Compiling e_chacha20poly1305.cc
[1205/1260] Compiling e_aesctrhmac.cc
[1206/1260] Compiling chacha.cc
[1206/1260] Compiling e_aesgcmsiv.cc
[1208/1260] Compiling unicode.cc
[1209/1260] Compiling buf.cc
[1210/1260] Compiling cbs.cc
[1211/1260] Compiling cbb.cc
[1212/1260] Compiling ber.cc
[1213/1260] Compiling asn1_compat.cc
[1214/1260] Compiling bn_asn1.cc
[1215/1260] Compiling blake2.cc
[1216/1260] Compiling convert.cc
[1217/1260] Compiling printf.cc
[1218/1260] Compiling socket.cc
[1219/1260] Compiling socket_helper.cc
[1220/1260] Compiling pair.cc
[1221/1260] Compiling hexdump.cc
[1222/1260] Compiling file.cc
[1223/1260] Compiling fd.cc
[1224/1260] Compiling errno.cc
[1225/1260] Compiling bio_mem.cc
[1226/1260] Compiling connect.cc
[1227/1260] Compiling base64.cc
[1228/1260] Compiling bio.cc
[1229/1260] Compiling tasn_typ.cc
[1230/1260] Compiling tasn_fre.cc
[1231/1260] Compiling tasn_enc.cc
[1232/1260] Compiling tasn_utl.cc
[1233/1260] Compiling f_string.cc
[1234/1260] Compiling posix_time.cc
[1235/1260] Compiling tasn_new.cc
[1236/1260] Compiling f_int.cc
[1237/1260] Compiling asn_pack.cc
[1238/1260] Compiling tasn_dec.cc
[1239/1260] Compiling asn1_par.cc
[1240/1260] Compiling a_utctm.cc
[1241/1260] Compiling a_type.cc
[1242/1260] Compiling a_octet.cc
[1243/1260] Compiling a_time.cc
[1244/1260] Compiling asn1_lib.cc
[1245/1260] Compiling a_strnid.cc
[1246/1260] Compiling a_strex.cc
[1247/1260] Compiling a_i2d_fp.cc
[1248/1260] Compiling a_object.cc
[1249/1260] Compiling a_dup.cc
[1250/1260] Compiling a_d2i_fp.cc
[1251/1260] Write sources
[1252/1260] Compiling a_mbstr.cc
[1253/1260] Write sources
[1254/1260] Compiling a_gentm.cc
[1255/1260] Compiling a_int.cc
[1256/1278] Compiling a_bool.cc
[1257/1290] Compiling a_bitstr.cc
[1259/1303] Compiling Algorithms AdjacentPairs.swift
[1260/1303] Compiling Algorithms Chain.swift
[1261/1303] Compiling Algorithms Chunked.swift
[1262/1305] Compiling Algorithms Indexed.swift
[1263/1305] Compiling Algorithms Intersperse.swift
[1264/1305] Compiling Algorithms RandomSample.swift
[1265/1305] Compiling Algorithms Reductions.swift
[1266/1305] Compiling Algorithms Combinations.swift
[1267/1305] Compiling Algorithms Compacted.swift
[1268/1305] Compiling Algorithms Cycle.swift
[1269/1305] Compiling Algorithms EitherSequence.swift
[1270/1305] Compiling Algorithms FirstNonNil.swift
[1271/1305] Compiling Atomics IntegerOperations.swift
[1272/1305] Compiling Atomics Unmanaged extensions.swift
[1273/1305] Compiling Algorithms Split.swift
[1274/1305] Compiling Algorithms Stride.swift
[1275/1305] Compiling Algorithms Suffix.swift
[1280/1308] Compiling Algorithms Permutations.swift
[1281/1308] Compiling Algorithms Product.swift
[1282/1308] Compiling Algorithms Joined.swift
[1283/1308] Compiling Algorithms Keyed.swift
[1284/1308] Compiling Algorithms MinMax.swift
[1285/1308] Compiling Algorithms Trim.swift
[1286/1308] Compiling Algorithms Unique.swift
[1287/1308] Compiling Algorithms Windows.swift
[1292/1308] Compiling Algorithms FlattenCollection.swift
[1293/1308] Compiling Algorithms Grouped.swift
[1295/1308] Compiling c-nioatomics.c
[1301/1308] Emitting module Atomics
[1301/1308] Compiling c-atomics.c
[1309/1315] Emitting module Algorithms
[1310/1316] Compiling NIOConcurrencyHelpers NIOLock.swift
[1311/1316] Compiling NIOConcurrencyHelpers lock.swift
[1312/1316] Emitting module NIOConcurrencyHelpers
[1313/1316] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1315/1316] Compiling NIOConcurrencyHelpers atomics.swift
[1316/1316] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1318/1377] Compiling NIOCore MulticastChannel.swift
[1319/1377] Compiling NIOCore NIOAny.swift
[1320/1377] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1321/1377] Compiling NIOCore NIOLoopBound.swift
[1322/1377] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1323/1377] Compiling NIOCore NIOScheduledCallback.swift
[1324/1377] Compiling NIOCore NIOSendable.swift
[1325/1377] Compiling NIOCore RecvByteBufferAllocator.swift
[1326/1377] Compiling NIOCore IO.swift
[1327/1377] Compiling NIOCore IOData.swift
[1328/1377] Compiling NIOCore IPProtocol.swift
[1329/1377] Compiling NIOCore IntegerBitPacking.swift
[1330/1377] Compiling NIOCore IntegerTypes.swift
[1331/1377] Compiling NIOCore Interfaces.swift
[1332/1377] Compiling NIOCore Linux.swift
[1333/1377] Compiling NIOCore MarkedCircularBuffer.swift
[1334/1385] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1335/1385] Compiling NIOCore BSDSocketAPI.swift
[1336/1385] Compiling NIOCore ByteBuffer-aux.swift
[1337/1385] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1338/1385] Compiling NIOCore ByteBuffer-conversions.swift
[1339/1385] Compiling NIOCore ByteBuffer-core.swift
[1340/1385] Compiling NIOCore ByteBuffer-hex.swift
[1341/1385] Compiling NIOCore ByteBuffer-int.swift
[1342/1385] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1343/1385] Compiling NIOCore AddressedEnvelope.swift
[1344/1385] Compiling NIOCore AsyncAwaitSupport.swift
[1345/1385] Compiling NIOCore AsyncChannel.swift
[1346/1385] Compiling NIOCore AsyncChannelHandler.swift
[1347/1385] Compiling NIOCore AsyncChannelInboundStream.swift
[1348/1385] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1349/1385] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1350/1385] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1351/1385] Compiling NIOCore NIOAsyncWriter.swift
[1352/1385] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1353/1385] Compiling NIOCore SocketAddresses.swift
[1354/1385] Compiling NIOCore SocketOptionProvider.swift
[1355/1385] Compiling NIOCore SystemCallHelpers.swift
[1356/1385] Compiling NIOCore TimeAmount+Duration.swift
[1357/1385] Compiling NIOCore TypeAssistedChannelHandler.swift
[1358/1385] Compiling NIOCore UniversalBootstrapSupport.swift
[1359/1385] Compiling NIOCore Utilities.swift
[1360/1385] Emitting module NIOCore
[1361/1385] Compiling NIOCore CircularBuffer.swift
[1362/1385] Compiling NIOCore Codec.swift
[1363/1385] Compiling NIOCore ConvenienceOptionSupport.swift
[1364/1385] Compiling NIOCore DeadChannel.swift
[1365/1385] Compiling NIOCore DispatchQueue+WithFuture.swift
[1366/1385] Compiling NIOCore EventLoop+Deprecated.swift
[1367/1385] Compiling NIOCore EventLoop+SerialExecutor.swift
[1368/1385] Compiling NIOCore EventLoop.swift
[1369/1385] Compiling NIOCore ByteBuffer-multi-int.swift
[1370/1385] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1371/1385] Compiling NIOCore ByteBuffer-views.swift
[1372/1385] Compiling NIOCore Channel.swift
[1373/1385] Compiling NIOCore ChannelHandler.swift
[1374/1385] Compiling NIOCore ChannelHandlers.swift
[1375/1385] Compiling NIOCore ChannelInvoker.swift
[1376/1385] Compiling NIOCore ChannelOption.swift
[1377/1385] Compiling NIOCore ChannelPipeline.swift
[1378/1385] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1379/1385] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1380/1385] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1381/1385] Compiling NIOCore EventLoopFuture.swift
[1382/1385] Compiling NIOCore FileDescriptor.swift
[1383/1385] Compiling NIOCore FileHandle.swift
[1384/1385] Compiling NIOCore FileRegion.swift
[1385/1385] Compiling NIOCore GlobalSingletons.swift
[1387/1436] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1388/1436] Emitting module NIOEmbedded
[1389/1436] Compiling NIOEmbedded Embedded.swift
[1390/1436] Compiling NIOEmbedded AsyncTestingChannel.swift
[1392/1437] Compiling NIOPosix IO.swift
[1393/1437] Compiling NIOPosix IntegerBitPacking.swift
[1394/1437] Compiling NIOPosix IntegerTypes.swift
[1395/1437] Compiling NIOPosix Linux.swift
[1396/1437] Compiling NIOPosix LinuxCPUSet.swift
[1397/1437] Compiling NIOPosix LinuxUring.swift
[1398/1437] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1399/1443] Compiling NIOPosix Bootstrap.swift
[1400/1443] Compiling NIOPosix ControlMessage.swift
[1401/1443] Compiling NIOPosix DatagramVectorReadManager.swift
[1402/1443] Compiling NIOPosix Errors+Any.swift
[1403/1443] Compiling NIOPosix FileDescriptor.swift
[1404/1443] Compiling NIOPosix GetaddrinfoResolver.swift
[1405/1443] Compiling NIOPosix HappyEyeballs.swift
[1406/1443] Emitting module NIOPosix
[1407/1443] Compiling NIOPosix BSDSocketAPICommon.swift
[1408/1443] Compiling NIOPosix BSDSocketAPIPosix.swift
[1409/1443] Compiling NIOPosix BSDSocketAPIWindows.swift
[1410/1443] Compiling NIOPosix BaseSocket.swift
[1411/1443] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1412/1443] Compiling NIOPosix BaseSocketChannel.swift
[1413/1443] Compiling NIOPosix BaseStreamSocketChannel.swift
[1414/1443] Compiling NIOPosix ThreadPosix.swift
[1415/1443] Compiling NIOPosix ThreadWindows.swift
[1416/1443] Compiling NIOPosix UnsafeTransfer.swift
[1417/1443] Compiling NIOPosix Utilities.swift
[1418/1443] Compiling NIOPosix VsockAddress.swift
[1419/1443] Compiling NIOPosix VsockChannelEvents.swift
[1420/1443] Compiling NIOPosix SelectableChannel.swift
[1421/1443] Compiling NIOPosix SelectableEventLoop.swift
[1422/1443] Compiling NIOPosix SelectorEpoll.swift
[1423/1443] Compiling NIOPosix SelectorGeneric.swift
[1424/1443] Compiling NIOPosix SelectorKqueue.swift
[1425/1443] Compiling NIOPosix SelectorUring.swift
[1426/1443] Compiling NIOPosix ServerSocket.swift
[1427/1443] Compiling NIOPosix Socket.swift
[1428/1443] Compiling NIOPosix SocketChannel.swift
[1429/1443] Compiling NIOPosix SocketProtocols.swift
[1430/1443] Compiling NIOPosix System.swift
[1431/1443] Compiling NIOPosix Thread.swift
[1432/1443] Compiling NIOPosix Pool.swift
[1433/1443] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1434/1443] Compiling NIOPosix PosixSingletons.swift
[1435/1443] Compiling NIOPosix RawSocketBootstrap.swift
[1436/1443] Compiling NIOPosix Resolver.swift
[1437/1443] Compiling NIOPosix Selectable.swift
[1438/1443] Compiling NIOPosix NIOThreadPool.swift
[1439/1443] Compiling NIOPosix NonBlockingFileIO.swift
[1440/1443] Compiling NIOPosix PendingDatagramWritesManager.swift
[1441/1443] Compiling NIOPosix PendingWritesManager.swift
[1442/1443] Compiling NIOPosix PipeChannel.swift
[1443/1443] Compiling NIOPosix PipePair.swift
[1445/1446] Emitting module NIO
[1446/1446] Compiling NIO Exports.swift
[1448/1486] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1449/1486] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1450/1486] Compiling NIOTLS TLSEvents.swift
[1451/1486] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1452/1486] Emitting module NIOTLS
[1453/1486] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1454/1486] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1455/1486] Compiling NIOSOCKS SOCKSResponse.swift
[1456/1486] Compiling NIOSOCKS ClientStateMachine.swift
[1457/1487] Emitting module NIOFoundationCompat
[1458/1487] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1460/1488] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1461/1488] Compiling NIOTLS SNIHandler.swift
[1462/1488] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1463/1489] Compiling NIOSOCKS AuthenticationMethod.swift
[1464/1489] Compiling NIOSOCKS ClientGreeting.swift
[1465/1489] Compiling NIOSOCKS Errors.swift
[1466/1489] Compiling NIOSOCKS Helpers.swift
[1467/1489] Compiling NIOSOCKS SOCKSClientHandler.swift
[1468/1489] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1469/1489] Emitting module NIOSOCKS
[1470/1489] Compiling NIOSOCKS Messages.swift
[1471/1489] Compiling NIOSOCKS SOCKSRequest.swift
[1472/1489] Compiling NIOSOCKS ServerStateMachine.swift
[1474/1490] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1475/1490] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1477/1511] Compiling NIOTransportServices NIOTSSingletons.swift
[1478/1511] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1479/1543] Compiling NIOSSL PosixPort.swift
[1480/1543] Compiling NIOSSL SSLCallbacks.swift
[1481/1543] Compiling NIOSSL AndroidCABundle.swift
[1482/1545] Emitting module NIOTransportServices
[1483/1545] Compiling NIOSSL NIOSSLHandler.swift
[1484/1545] Compiling NIOSSL NIOSSLServerHandler.swift
[1485/1545] Compiling NIOSSL ObjectIdentifier.swift
[1486/1545] Compiling NIOSSL LinuxCABundle.swift
[1487/1545] Compiling NIOSSL NIOSSLClientHandler.swift
[1488/1545] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1489/1545] Compiling NIOSSL ByteBufferBIO.swift
[1490/1545] Compiling NIOSSL CustomPrivateKey.swift
[1491/1545] Compiling NIOSSL IdentityVerification.swift
[1492/1545] Compiling NIOTransportServices StateManagedChannel.swift
[1493/1545] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1494/1545] Compiling NIOSSL SSLPrivateKey.swift
[1495/1545] Compiling NIOSSL SSLPKCS12Bundle.swift
[1496/1545] Compiling NIOSSL SSLCertificate.swift
[1497/1545] Compiling NIOSSL SSLCertificateExtensions.swift
[1498/1545] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1499/1545] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1500/1545] Compiling NIOSSL SSLContext.swift
[1501/1545] Compiling NIOSSL SSLErrors.swift
[1502/1545] Compiling NIOSSL SSLInit.swift
[1514/1546] Emitting module NIOHTTP1
[1519/1565] Emitting module NIOSSL
[1520/1569] Compiling NIOHPACK IndexedHeaderTable.swift
[1521/1569] Compiling NIOHPACK IntegerCoding.swift
[1522/1570] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1523/1570] Compiling NIOHPACK HuffmanTables.swift
[1527/1570] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1528/1570] Compiling NIOSSL SubjectAlternativeName.swift
[1529/1570] Compiling NIOSSL NIOSSLSecureBytes.swift
[1530/1570] Compiling NIOSSL RNG.swift
[1531/1570] Compiling NIOSSL SafeCompare.swift
[1532/1570] Emitting module NIOHPACK
[1533/1570] Compiling NIOHTTPCompression HTTPDecompression.swift
[1534/1570] Emitting module NIOHTTPCompression
[1535/1570] Compiling NIOHTTPCompression HTTPCompression.swift
[1536/1570] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1537/1570] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1538/1570] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1539/1571] Compiling NIOHPACK HuffmanCoding.swift
[1540/1571] Compiling NIOHPACK DynamicHeaderTable.swift
[1541/1571] Compiling NIOHPACK HPACKDecoder.swift
[1542/1571] Compiling NIOHPACK StaticHeaderTable.swift
[1546/1571] Compiling NIOHPACK HPACKEncoder.swift
[1547/1571] Compiling NIOHPACK HPACKErrors.swift
[1556/1571] Compiling NIOHPACK HPACKHeader.swift
[1557/1571] Compiling NIOHPACK HeaderTables.swift
[1569/1630] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1570/1630] Compiling NIOHTTP2 HTTP2PingData.swift
[1571/1630] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1572/1630] Compiling NIOHTTP2 HTTP2Settings.swift
[1574/1631] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1575/1631] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1576/1631] Compiling NIOHTTP2 HasLocalSettings.swift
[1577/1631] Compiling NIOHTTP2 HasRemoteSettings.swift
[1578/1631] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1579/1631] Compiling NIOHTTP2 QuiescingState.swift
[1580/1631] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1581/1631] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1582/1631] Compiling NIOHTTP2 StateMachineResult.swift
[1583/1631] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1584/1631] Compiling NIOHTTP2 DOSHeuristics.swift
[1585/1631] Compiling NIOHTTP2 Error+Any.swift
[1586/1631] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1587/1631] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1588/1631] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1589/1631] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1590/1639] Emitting module NIOHTTP2
[1591/1639] Compiling NIOHTTP2 InboundWindowManager.swift
[1592/1639] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1593/1639] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1594/1639] Compiling NIOHTTP2 StreamChannelList.swift
[1595/1639] Compiling NIOHTTP2 StreamMap.swift
[1596/1639] Compiling NIOHTTP2 StreamStateMachine.swift
[1597/1639] Compiling NIOHTTP2 UnsafeTransfer.swift
[1598/1639] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1599/1639] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1600/1639] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1601/1639] Compiling NIOHTTP2 MayReceiveFrames.swift
[1602/1639] Compiling NIOHTTP2 ReceivingDataState.swift
[1603/1639] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1604/1639] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1605/1639] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1606/1639] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1607/1639] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1608/1639] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1609/1639] Compiling NIOHTTP2 HTTP2Frame.swift
[1610/1639] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1615/1639] Compiling NIOHTTP2 HTTP2Stream.swift
[1616/1639] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1617/1639] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1618/1639] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1619/1639] Compiling NIOHTTP2 HTTP2StreamID.swift
[1620/1639] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1621/1639] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1622/1639] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1623/1639] Compiling NIOHTTP2 InboundEventBuffer.swift
[1624/1639] Compiling NIOHTTP2 MaySendFrames.swift
[1625/1639] Compiling NIOHTTP2 SendingDataState.swift
[1626/1639] Compiling NIOHTTP2 SendingGoawayState.swift
[1627/1639] Compiling NIOHTTP2 SendingHeadersState.swift
[1628/1639] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1629/1639] Compiling NIOHTTP2 SendingRstStreamState.swift
[1630/1639] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1631/1639] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1632/1639] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1633/1639] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1634/1639] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1635/1639] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1636/1639] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1637/1639] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1638/1639] Compiling NIOHTTP2 HTTP2Error.swift
[1639/1639] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1641/1700] Emitting module AsyncHTTPClient
[1642/1708] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1643/1708] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1644/1708] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1645/1708] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1646/1708] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1647/1708] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1648/1708] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1649/1708] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1650/1708] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1651/1708] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1652/1708] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1653/1708] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1654/1708] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1655/1708] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1656/1708] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1657/1708] Compiling AsyncHTTPClient RequestBodyLength.swift
[1658/1708] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1659/1708] Compiling AsyncHTTPClient HTTPHandler.swift
[1660/1708] Compiling AsyncHTTPClient LRUCache.swift
[1661/1708] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1662/1708] Compiling AsyncHTTPClient NWErrorHandler.swift
[1663/1708] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1664/1708] Compiling AsyncHTTPClient TLSConfiguration.swift
[1665/1708] Compiling AsyncHTTPClient RedirectState.swift
[1666/1708] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1667/1708] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1668/1708] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1669/1708] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1670/1708] Compiling AsyncHTTPClient HTTP1Connection.swift
[1671/1708] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1672/1708] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1673/1708] Compiling AsyncHTTPClient HTTP2Connection.swift
[1674/1708] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1675/1708] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1676/1708] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1677/1708] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1678/1708] Compiling AsyncHTTPClient Transaction.swift
[1679/1708] Compiling AsyncHTTPClient Base64.swift
[1680/1708] Compiling AsyncHTTPClient BasicAuth.swift
[1681/1708] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1682/1708] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1683/1708] Compiling AsyncHTTPClient ConnectionPool.swift
[1684/1708] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1685/1708] Compiling AsyncHTTPClient ConnectionTarget.swift
[1686/1708] Compiling AsyncHTTPClient DeconstructedURL.swift
[1687/1708] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1688/1708] Compiling AsyncHTTPClient FoundationExtensions.swift
[1689/1708] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1690/1708] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1691/1708] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1692/1708] Compiling AsyncHTTPClient HTTPClient.swift
[1693/1708] Compiling AsyncHTTPClient RequestBag.swift
[1694/1708] Compiling AsyncHTTPClient RequestValidation.swift
[1695/1708] Compiling AsyncHTTPClient SSLContextCache.swift
[1696/1708] Compiling AsyncHTTPClient Scheme.swift
[1697/1708] Compiling AsyncHTTPClient Singleton.swift
[1698/1708] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1699/1708] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1700/1708] Compiling AsyncHTTPClient Utils.swift
[1701/1708] Compiling AsyncHTTPClient RequestOptions.swift
[1702/1708] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1703/1708] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1704/1708] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1705/1708] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1706/1708] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1707/1708] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1708/1708] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1710/1759] Compiling SwiftkubeClient KubernetesClient+authentication.v1beta1.swift
[1711/1759] Compiling SwiftkubeClient KubernetesClient+authorization.v1.swift
[1712/1759] Compiling SwiftkubeClient KubernetesClient+autoscaling.v1.swift
[1713/1759] Compiling SwiftkubeClient KubernetesClient+autoscaling.v2.swift
[1714/1759] Compiling SwiftkubeClient KubernetesClient+batch.v1.swift
[1715/1759] Compiling SwiftkubeClient KubernetesClient+certificates.v1.swift
[1716/1759] Compiling SwiftkubeClient KubernetesClient+certificates.v1alpha1.swift
[1717/1766] Compiling SwiftkubeClient KubernetesClient+networking.v1beta1.swift
[1718/1766] Compiling SwiftkubeClient KubernetesClient+node.v1.swift
[1719/1766] Compiling SwiftkubeClient KubernetesClient+policy.v1.swift
[1720/1766] Compiling SwiftkubeClient KubernetesClient+rbac.v1.swift
[1721/1766] Compiling SwiftkubeClient KubernetesClient+resource.v1alpha3.swift
[1722/1766] Compiling SwiftkubeClient KubernetesClient+resource.v1beta1.swift
[1723/1766] Compiling SwiftkubeClient KubernetesClient+scheduling.v1.swift
[1724/1766] Compiling SwiftkubeClient KubernetesClient+coordination.v1.swift
[1725/1766] Compiling SwiftkubeClient KubernetesClient+coordination.v1alpha2.swift
[1726/1766] Compiling SwiftkubeClient KubernetesClient+discovery.v1.swift
[1727/1766] Compiling SwiftkubeClient KubernetesClient+events.v1.swift
[1728/1766] Compiling SwiftkubeClient KubernetesClient+flowcontrol.v1.swift
[1729/1766] Compiling SwiftkubeClient KubernetesClient+internal.v1alpha1.swift
[1730/1766] Compiling SwiftkubeClient KubernetesClient+networking.v1.swift
[1731/1766] Emitting module SwiftkubeClient
[1732/1766] Compiling SwiftkubeClient KubernetesClient+storage.v1.swift
[1733/1766] Compiling SwiftkubeClient KubernetesClient+storage.v1alpha1.swift
[1734/1766] Compiling SwiftkubeClient KubernetesClient+storage.v1beta1.swift
[1735/1766] Compiling SwiftkubeClient KubernetesClient+storagemigration.v1alpha1.swift
[1736/1766] Compiling SwiftkubeClient ClusterScopedGenericKubernetesClient.swift
[1737/1766] Compiling SwiftkubeClient GenericKubernetesClient.swift
[1738/1766] Compiling SwiftkubeClient KubernetesClient.swift
[1739/1766] Compiling SwiftkubeClient AnyDataStreamerTransformer.swift
[1740/1766] Compiling SwiftkubeClient DataStreamer.swift
[1741/1766] Compiling SwiftkubeClient IdentityTransfomer.swift
[1742/1766] Compiling SwiftkubeClient ResourceEventTransformer.swift
[1743/1766] Compiling SwiftkubeClient RetryStrategy.swift
[1744/1766] Compiling SwiftkubeClient SwiftkubeClientTask.swift
[1745/1766] Compiling SwiftkubeClient WatchEvent.swift
[1746/1766] Compiling SwiftkubeClient KubernetesClient+admissionregistration.v1.swift
[1747/1766] Compiling SwiftkubeClient KubernetesClient+admissionregistration.v1alpha1.swift
[1748/1766] Compiling SwiftkubeClient KubernetesClient+admissionregistration.v1beta1.swift
[1749/1766] Compiling SwiftkubeClient KubernetesClient+apiextensions.v1.swift
[1750/1766] Compiling SwiftkubeClient KubernetesClient+apiregistration.v1.swift
[1751/1766] Compiling SwiftkubeClient KubernetesClient+apps.v1.swift
[1752/1766] Compiling SwiftkubeClient KubernetesClient+authentication.v1.swift
[1753/1766] Compiling SwiftkubeClient KubernetesRequest.swift
[1754/1766] Compiling SwiftkubeClient NamespacedGenericKubernetesClient+Pod.swift
[1755/1766] Compiling SwiftkubeClient NamespacedGenericKubernetesClient.swift
[1756/1766] Compiling SwiftkubeClient RequestBuilder.swift
[1757/1766] Compiling SwiftkubeClient RequestHandlerType.swift
[1758/1766] Compiling SwiftkubeClient Selectors.swift
[1759/1766] Compiling SwiftkubeClient Authentication.swift
[1760/1766] Compiling SwiftkubeClient KubeConfig.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 | 	}
[1761/1766] 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 | 	}
[1762/1766] 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 | 	}
[1763/1766] 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 | 	}
[1764/1766] 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 | 	}
[1765/1766] 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 | 	}
[1766/1766] 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 | 	}
Build complete! (249.07s)
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.17.0",
            "upper_bound" : "0.18.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+authentication.v1beta1.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+coordination.v1.swift",
        "API Groups/KubernetesClient+coordination.v1alpha2.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+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/Authentication.swift",
        "Config/KubeConfig.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:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.