The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftkubeClient, reference 0.23.0 (b049bb), with Swift 6.0 for Linux on 14 Apr 2025 19:40:06 UTC.

Swift 6 data race errors: 0

Build Command

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