The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftkubeClient, reference 0.23.0 (b049bb), with Swift 6.1 for Linux on 1 May 2025 08:47:29 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
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.1
Building package at path:  $PWD
https://github.com/swiftkube/client.git
https://github.com/swiftkube/client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.80.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "model",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "0.18.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftkube/model.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "SwiftkubeClient",
  "name" : "SwiftkubeClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftkubeClient",
      "targets" : [
        "SwiftkubeClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftkubeClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftkubeClientTests",
      "path" : "Tests/SwiftkubeClientTests",
      "sources" : [
        "K8sCRDTests.swift",
        "K8sConfigMapTests.swift",
        "K8sNamespaceTests.swift",
        "K8sNodeTests.swift",
        "K8sServiceTests.swift",
        "K8sTestCase.swift",
        "RequestBuilderTests.swift",
        "RetryStrategyTests.swift"
      ],
      "target_dependencies" : [
        "SwiftkubeClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftkubeClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftkubeClient",
      "path" : "Sources/SwiftkubeClient",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Logging",
        "Metrics",
        "NIO",
        "NIOFoundationCompat",
        "SwiftkubeModel",
        "Yams"
      ],
      "product_memberships" : [
        "SwiftkubeClient"
      ],
      "sources" : [
        "API Groups/KubernetesClient+admissionregistration.v1.swift",
        "API Groups/KubernetesClient+admissionregistration.v1alpha1.swift",
        "API Groups/KubernetesClient+admissionregistration.v1beta1.swift",
        "API Groups/KubernetesClient+apiextensions.v1.swift",
        "API Groups/KubernetesClient+apiregistration.v1.swift",
        "API Groups/KubernetesClient+apps.v1.swift",
        "API Groups/KubernetesClient+authentication.v1.swift",
        "API Groups/KubernetesClient+authentication.v1beta1.swift",
        "API Groups/KubernetesClient+authorization.v1.swift",
        "API Groups/KubernetesClient+autoscaling.v1.swift",
        "API Groups/KubernetesClient+autoscaling.v2.swift",
        "API Groups/KubernetesClient+batch.v1.swift",
        "API Groups/KubernetesClient+certificates.v1.swift",
        "API Groups/KubernetesClient+certificates.v1alpha1.swift",
        "API Groups/KubernetesClient+coordination.v1.swift",
        "API Groups/KubernetesClient+coordination.v1alpha2.swift",
        "API Groups/KubernetesClient+discovery.v1.swift",
        "API Groups/KubernetesClient+events.v1.swift",
        "API Groups/KubernetesClient+flowcontrol.v1.swift",
        "API Groups/KubernetesClient+internal.v1alpha1.swift",
        "API Groups/KubernetesClient+networking.v1.swift",
        "API Groups/KubernetesClient+networking.v1beta1.swift",
        "API Groups/KubernetesClient+node.v1.swift",
        "API Groups/KubernetesClient+policy.v1.swift",
        "API Groups/KubernetesClient+rbac.v1.swift",
        "API Groups/KubernetesClient+resource.v1alpha3.swift",
        "API Groups/KubernetesClient+resource.v1beta1.swift",
        "API Groups/KubernetesClient+scheduling.v1.swift",
        "API Groups/KubernetesClient+storage.v1.swift",
        "API Groups/KubernetesClient+storage.v1alpha1.swift",
        "API Groups/KubernetesClient+storage.v1beta1.swift",
        "API Groups/KubernetesClient+storagemigration.v1alpha1.swift",
        "Client/ClusterScopedGenericKubernetesClient.swift",
        "Client/GenericKubernetesClient.swift",
        "Client/KubernetesClient.swift",
        "Client/KubernetesRequest.swift",
        "Client/NamespacedGenericKubernetesClient+Pod.swift",
        "Client/NamespacedGenericKubernetesClient.swift",
        "Client/RequestBuilder.swift",
        "Client/RequestHandlerType.swift",
        "Client/Selectors.swift",
        "Config/Authentication.swift",
        "Config/KubeConfig.swift",
        "Config/KubernetesClientConfig.swift",
        "Discovery/DiscoveryRequestBuilder.swift",
        "Discovery/KubernetesClient+Discovery.swift",
        "Metrics/KubernetesClient+Metrics.swift",
        "Model/UnstructuredResource+YAML.swift",
        "SwiftkubeClient.swift",
        "Watch/AnyDataStreamerTransformer.swift",
        "Watch/DataStreamer.swift",
        "Watch/IdentityTransfomer.swift",
        "Watch/ResourceEventTransformer.swift",
        "Watch/RetryStrategy.swift",
        "Watch/SwiftkubeClientTask.swift",
        "Watch/WatchEvent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swiftkube/model.git
[1/2206] Fetching swift-metrics
[2207/12655] Fetching swift-metrics, yams
[2312/26620] Fetching swift-metrics, yams, async-http-client
[2417/45519] Fetching swift-metrics, yams, async-http-client, model
Fetched https://github.com/apple/swift-metrics.git from cache (0.41s)
[4714/43313] Fetching yams, async-http-client, model
[6043/118890] Fetching yams, async-http-client, model, swift-nio
Fetched https://github.com/swiftkube/model.git from cache (1.42s)
[59438/99991] Fetching yams, async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (1.43s)
[46229/86026] Fetching yams, swift-nio
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/jpsim/Yams.git from cache (5.26s)
Fetched https://github.com/apple/swift-nio from cache (5.31s)
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
Computing version for https://github.com/swiftkube/model.git
Computed https://github.com/swiftkube/model.git at 0.17.0 (8.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.44s)
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.57s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2619] Fetching swift-nio-transport-services
[342/8537] Fetching swift-nio-transport-services, swift-algorithms
[579/14261] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-extras
[1087/15966] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-extras, swift-atomics
[1384/27470] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-extras, swift-atomics, swift-nio-http2
[12757/42279] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-extras, swift-atomics, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.61s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.61s)
[12310/33936] Fetching swift-algorithms, swift-atomics, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.66s)
[12184/32231] Fetching swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
[6381/26313] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.84s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.85s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (2.32s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.82.1 (0.71s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[351/20673] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.95s)
Fetched https://github.com/apple/swift-collections.git from cache (0.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.46s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.46s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.89s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.53s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.50s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[463/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.23s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.71s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.44s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.57s)
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-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-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/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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Building for debugging...
[0/450] Write sources
[26/450] Compiling _NumericsShims _NumericsShims.c
[27/450] Compiling _AtomicsShims.c
[28/450] Compiling writer.c
[29/450] Compiling reader.c
[30/450] Compiling CNIOWindows shim.c
[31/450] Compiling CNIOWASI CNIOWASI.c
[32/450] Compiling CNIOWindows WSAStartup.c
[33/450] Compiling CNIOLinux liburing_shims.c
[34/450] Compiling parser.c
[35/450] Compiling CNIOLLHTTP c_nio_http.c
[36/450] Compiling CNIOExtrasZlib empty.c
[37/450] Compiling api.c
[38/450] Compiling CNIOLinux shim.c
[39/450] Compiling CNIODarwin shim.c
[40/450] Compiling fiat_p256_adx_sqr.S
[41/450] Compiling scanner.c
[42/450] Compiling emitter.c
[43/450] Compiling CNIOLLHTTP c_nio_api.c
[44/450] Compiling fiat_p256_adx_mul.S
[45/450] Compiling fiat_curve25519_adx_mul.S
[46/450] Compiling fiat_curve25519_adx_square.S
[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_record.cc
[51/456] Compiling tls_method.cc
[52/475] Compiling tls13_enc.cc
[53/475] Compiling tls13_both.cc
[54/490] Compiling tls13_server.cc
[55/490] Compiling tls13_client.cc
[57/686] Emitting module Logging
[58/686] Emitting module RealModule
[59/687] Emitting module InternalCollectionsUtilities
[60/689] Compiling CoreMetrics Metrics.swift
[61/689] Emitting module _NIOBase64
[62/689] Compiling _NIOBase64 Base64.swift
[63/690] Compiling RealModule Real.swift
[65/690] Compiling RealModule Float80+Real.swift
[66/690] Compiling RealModule RealFunctions.swift
[67/690] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[68/690] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[69/690] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[70/690] Compiling InternalCollectionsUtilities Specialize.swift
[71/690] Compiling InternalCollectionsUtilities Debugging.swift
[72/690] Compiling InternalCollectionsUtilities Descriptions.swift
[73/690] Compiling InternalCollectionsUtilities _SortedCollection.swift
[74/690] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[75/690] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[76/690] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/690] Compiling _NIODataStructures _TinyArray.swift
[78/690] Compiling _NIODataStructures PriorityQueue.swift
[79/690] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[80/690] Compiling InternalCollectionsUtilities Integer rank.swift
[81/690] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[82/690] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[83/690] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[84/690] Compiling InternalCollectionsUtilities UInt+reversed.swift
[85/690] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[88/690] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[89/690] Compiling RealModule ElementaryFunctions.swift
[90/690] Compiling RealModule Float+Real.swift
[91/690] Compiling RealModule Float16+Real.swift
[98/709] Compiling DequeModule _DequeBuffer.swift
[99/709] Compiling DequeModule _DequeBufferHeader.swift
[100/711] Compiling DequeModule Deque+CustomReflectable.swift
[101/711] Compiling DequeModule Deque+Descriptions.swift
[102/711] Compiling Logging MetadataProvider.swift
[103/711] Emitting module CoreMetrics
[104/711] Compiling CoreMetrics Locks.swift
[105/711] Emitting module _NIODataStructures
[106/711] Compiling _NIODataStructures Heap.swift
[107/713] Compiling DequeModule Deque+Equatable.swift
[108/713] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[109/713] Compiling Logging Logging.swift
[110/713] Compiling Logging Locks.swift
[111/713] Compiling Logging LogHandler.swift
[115/714] Compiling DequeModule Deque+Extras.swift
[116/714] Compiling DequeModule Deque+Hashable.swift
[117/714] Compiling DequeModule Deque._UnsafeHandle.swift
[118/714] Compiling DequeModule Deque+Codable.swift
[119/714] Compiling DequeModule Deque+Collection.swift
[122/714] Compiling DequeModule Deque+Testing.swift
[123/714] Compiling DequeModule Deque._Storage.swift
[125/714] Compiling DequeModule Deque.swift
[126/716] Compiling DequeModule _DequeSlot.swift
[127/716] Compiling DequeModule _UnsafeWrappedBuffer.swift
[128/716] Emitting module DequeModule
[129/717] Compiling t1_enc.cc
[137/717] Compiling ssl_x509.cc
[139/717] Compiling Yams YamlError.swift
[140/717] Compiling Yams YamlTagProviding.swift
[144/717] Emitting module Yams
[148/718] Compiling ssl_transcript.cc
[149/718] Compiling ssl_versions.cc
[150/718] Compiling ssl_stat.cc
[152/718] Compiling Metrics Metrics.swift
[153/718] Emitting module Metrics
[154/719] Compiling ssl_session.cc
[156/719] Compiling SwiftkubeModel StatefulSetList+apps.v1.swift
[157/719] Compiling SwiftkubeModel StatefulSetOrdinals+apps.v1.swift
[158/719] Compiling SwiftkubeModel StatefulSetPersistentVolumeClaimRetentionPolicy+apps.v1.swift
[159/719] Compiling SwiftkubeModel StatefulSetSpec+apps.v1.swift
[160/719] Compiling SwiftkubeModel StatefulSetStatus+apps.v1.swift
[161/719] Compiling SwiftkubeModel StatefulSetUpdateStrategy+apps.v1.swift
[162/719] Compiling SwiftkubeModel apps+v1.swift
[163/719] Compiling SwiftkubeModel authentication.swift
[164/719] Compiling SwiftkubeModel BoundObjectReference+authentication.v1.swift
[165/719] Compiling SwiftkubeModel SelfSubjectReview+authentication.v1.swift
[166/719] Compiling SwiftkubeModel SelfSubjectReviewStatus+authentication.v1.swift
[167/719] Compiling SwiftkubeModel TokenRequest+authentication.v1.swift
[168/719] Compiling SwiftkubeModel TokenRequestSpec+authentication.v1.swift
[169/719] Compiling SwiftkubeModel TokenRequestStatus+authentication.v1.swift
[170/719] Compiling SwiftkubeModel TokenReview+authentication.v1.swift
[171/719] Compiling SwiftkubeModel TokenReviewSpec+authentication.v1.swift
[172/719] Compiling SwiftkubeModel TokenReviewStatus+authentication.v1.swift
[173/719] Compiling SwiftkubeModel UserInfo+authentication.v1.swift
[174/719] Compiling SwiftkubeModel authentication+v1.swift
[175/719] Compiling SwiftkubeModel SelfSubjectReview+authentication.v1beta1.swift
[176/719] Compiling SwiftkubeModel SelfSubjectReviewStatus+authentication.v1beta1.swift
[177/719] Compiling SwiftkubeModel authentication+v1beta1.swift
[178/719] Compiling SwiftkubeModel authorization.swift
[179/719] Compiling SwiftkubeModel FieldSelectorAttributes+authorization.v1.swift
[180/719] Compiling SwiftkubeModel LabelSelectorAttributes+authorization.v1.swift
[180/744] Compiling ssl_privkey.cc
[182/744] Compiling SwiftkubeModel CustomResourceDefinitionCondition+apiextensions.v1.swift
[183/744] Compiling SwiftkubeModel CustomResourceDefinitionList+apiextensions.v1.swift
[184/744] Compiling SwiftkubeModel CustomResourceDefinitionNames+apiextensions.v1.swift
[185/744] Compiling SwiftkubeModel CustomResourceDefinitionSpec+apiextensions.v1.swift
[186/744] Compiling SwiftkubeModel CustomResourceDefinitionStatus+apiextensions.v1.swift
[187/744] Compiling SwiftkubeModel CustomResourceDefinitionVersion+apiextensions.v1.swift
[188/744] Compiling SwiftkubeModel CustomResourceSubresourceScale+apiextensions.v1.swift
[189/744] Compiling SwiftkubeModel CustomResourceSubresourceStatus+apiextensions.v1.swift
[190/744] Compiling SwiftkubeModel CustomResourceSubresources+apiextensions.v1.swift
[191/744] Compiling SwiftkubeModel CustomResourceValidation+apiextensions.v1.swift
[192/744] Compiling SwiftkubeModel ExternalDocumentation+apiextensions.v1.swift
[193/744] Compiling SwiftkubeModel SelectableField+apiextensions.v1.swift
[194/744] Compiling SwiftkubeModel ServiceReference+apiextensions.v1.swift
[195/744] Compiling SwiftkubeModel ValidationRule+apiextensions.v1.swift
[196/744] Compiling SwiftkubeModel WebhookClientConfig+apiextensions.v1.swift
[197/744] Compiling SwiftkubeModel WebhookConversion+apiextensions.v1.swift
[198/744] Compiling SwiftkubeModel apiextensions+v1.swift
[199/744] Compiling SwiftkubeModel apiregistration.swift
[200/744] Compiling SwiftkubeModel APIService+apiregistration.v1.swift
[201/744] Compiling SwiftkubeModel APIServiceCondition+apiregistration.v1.swift
[202/744] Compiling SwiftkubeModel APIServiceList+apiregistration.v1.swift
[203/744] Compiling SwiftkubeModel APIServiceSpec+apiregistration.v1.swift
[204/744] Compiling SwiftkubeModel APIServiceStatus+apiregistration.v1.swift
[205/744] Compiling SwiftkubeModel ServiceReference+apiregistration.v1.swift
[206/744] Compiling SwiftkubeModel apiregistration+v1.swift
[207/744] Compiling SwiftkubeModel Builders.swift
[208/744] Compiling SwiftkubeModel appsV1+Deployment.swift
[209/744] Compiling SwiftkubeModel coreV1+ConfigMap.swift
[210/744] Compiling SwiftkubeModel coreV1+Container.swift
[211/744] Compiling SwiftkubeModel coreV1+Namespace.swift
[212/744] Compiling SwiftkubeModel coreV1+Node.swift
[213/744] Compiling SwiftkubeModel coreV1+ObjectReference.swift
[214/744] Compiling SwiftkubeModel coreV1+Pod.swift
[215/744] Compiling SwiftkubeModel coreV1+Secret.swift
[216/744] Compiling SwiftkubeModel coreV1+Service.swift
[217/744] Compiling SwiftkubeModel coreV1+ServiceAccount.swift
[218/744] Compiling SwiftkubeModel coreV1+Volume.swift
[219/744] Compiling SwiftkubeModel metaV1+Metadata.swift
[220/744] Compiling SwiftkubeModel metaV1+Selector.swift
[221/744] Compiling SwiftkubeModel metaV1+Status.swift
[222/744] Compiling SwiftkubeModel Any+Codable.swift
[223/744] Compiling SwiftkubeModel CronJobExtensions+batch.v1.swift
[224/744] Compiling SwiftkubeModel Hashes.swift
[225/744] Compiling SwiftkubeModel GroupVersionKind+DefaultResources.swift
[226/744] Compiling SwiftkubeModel GroupVersionKind+KubernetesAPIResource.swift
[227/744] Compiling SwiftkubeModel GroupVersionKind+Meta.swift
[228/744] Compiling SwiftkubeModel GroupVersionKind+ResourceName.swift
[229/744] Compiling SwiftkubeModel GroupVersionKind.swift
[230/744] Compiling SwiftkubeModel GroupVersionResource+DefaultResources.swift
[231/744] Compiling SwiftkubeModel GroupVersionResource+KubernetesAPIResource.swift
[232/794] Compiling SwiftkubeModel ParamRef+admissionregistration.v1alpha1.swift
[233/794] Compiling SwiftkubeModel Variable+admissionregistration.v1alpha1.swift
[234/794] Compiling SwiftkubeModel admissionregistration+v1alpha1.swift
[235/794] Compiling SwiftkubeModel AuditAnnotation+admissionregistration.v1beta1.swift
[236/794] Compiling SwiftkubeModel ExpressionWarning+admissionregistration.v1beta1.swift
[237/794] Compiling SwiftkubeModel MatchCondition+admissionregistration.v1beta1.swift
[238/794] Compiling SwiftkubeModel MatchResources+admissionregistration.v1beta1.swift
[239/794] Compiling SwiftkubeModel NamedRuleWithOperations+admissionregistration.v1beta1.swift
[240/794] Compiling SwiftkubeModel ParamKind+admissionregistration.v1beta1.swift
[241/794] Compiling SwiftkubeModel ParamRef+admissionregistration.v1beta1.swift
[242/794] Compiling SwiftkubeModel TypeChecking+admissionregistration.v1beta1.swift
[243/794] Compiling SwiftkubeModel ValidatingAdmissionPolicy+admissionregistration.v1beta1.swift
[244/794] Compiling SwiftkubeModel ValidatingAdmissionPolicyBinding+admissionregistration.v1beta1.swift
[245/794] Compiling SwiftkubeModel ValidatingAdmissionPolicyBindingList+admissionregistration.v1beta1.swift
[246/794] Compiling SwiftkubeModel ValidatingAdmissionPolicyBindingSpec+admissionregistration.v1beta1.swift
[247/794] Compiling SwiftkubeModel ValidatingAdmissionPolicyList+admissionregistration.v1beta1.swift
[248/794] Compiling SwiftkubeModel ValidatingAdmissionPolicySpec+admissionregistration.v1beta1.swift
[249/794] Compiling SwiftkubeModel ValidatingAdmissionPolicyStatus+admissionregistration.v1beta1.swift
[250/794] Compiling SwiftkubeModel Validation+admissionregistration.v1beta1.swift
[251/794] Compiling SwiftkubeModel Variable+admissionregistration.v1beta1.swift
[252/794] Compiling SwiftkubeModel admissionregistration+v1beta1.swift
[253/794] Compiling SwiftkubeModel apiextensions.swift
[254/794] Compiling SwiftkubeModel CustomResourceColumnDefinition+apiextensions.v1.swift
[255/794] Compiling SwiftkubeModel CustomResourceConversion+apiextensions.v1.swift
[256/794] Compiling SwiftkubeModel CustomResourceDefinition+apiextensions.v1.swift
[256/819] Compiling ssl_lib.cc
[257/819] Compiling ssl_key_share.cc
[279/819] Compiling SwiftkubeModel MutatingAdmissionPolicyList+admissionregistration.v1alpha1.swift
[280/819] Compiling SwiftkubeModel MutatingAdmissionPolicySpec+admissionregistration.v1alpha1.swift
[281/819] Compiling SwiftkubeModel Mutation+admissionregistration.v1alpha1.swift
[282/819] Compiling SwiftkubeModel NamedRuleWithOperations+admissionregistration.v1alpha1.swift
[283/819] Compiling SwiftkubeModel ParamKind+admissionregistration.v1alpha1.swift
[284/844] Compiling SwiftkubeModel GroupVersionResource+Meta.swift
[285/844] Compiling SwiftkubeModel GroupVersionResource+ResourceName.swift
[286/844] Compiling SwiftkubeModel GroupVersionResource.swift
[287/844] Compiling SwiftkubeModel IntOrString.swift
[288/844] Compiling SwiftkubeModel JSONObject.swift
[289/844] Compiling SwiftkubeModel KubernetesResource.swift
[290/844] Compiling SwiftkubeModel Quantity.swift
[291/844] Compiling SwiftkubeModel UnstructuredResource.swift
[292/844] Compiling SwiftkubeModel UnstructuredResourceList.swift
[293/844] Compiling SwiftkubeModel admissionregistration.swift
[294/844] Compiling SwiftkubeModel AuditAnnotation+admissionregistration.v1.swift
[295/844] Compiling SwiftkubeModel ExpressionWarning+admissionregistration.v1.swift
[296/844] Compiling SwiftkubeModel MatchCondition+admissionregistration.v1.swift
[297/844] Compiling SwiftkubeModel MatchResources+admissionregistration.v1.swift
[298/844] Compiling SwiftkubeModel MutatingWebhook+admissionregistration.v1.swift
[299/844] Compiling SwiftkubeModel MutatingWebhookConfiguration+admissionregistration.v1.swift
[300/844] Compiling SwiftkubeModel MutatingWebhookConfigurationList+admissionregistration.v1.swift
[301/844] Compiling SwiftkubeModel NamedRuleWithOperations+admissionregistration.v1.swift
[302/844] Compiling SwiftkubeModel ParamKind+admissionregistration.v1.swift
[303/844] Compiling SwiftkubeModel ParamRef+admissionregistration.v1.swift
[304/844] Compiling SwiftkubeModel RuleWithOperations+admissionregistration.v1.swift
[305/844] Compiling SwiftkubeModel ServiceReference+admissionregistration.v1.swift
[306/844] Compiling SwiftkubeModel TypeChecking+admissionregistration.v1.swift
[307/844] Compiling SwiftkubeModel ValidatingAdmissionPolicy+admissionregistration.v1.swift
[308/844] Compiling SwiftkubeModel ValidatingAdmissionPolicyBinding+admissionregistration.v1.swift
[308/869] Compiling ssl_file.cc
[309/869] Compiling ssl_credential.cc
[310/869] Compiling ssl_cipher.cc
[311/869] Compiling ssl_buffer.cc
[312/869] Compiling ssl_cert.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/869] 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
[345/894] Compiling SwiftkubeModel ClusterTrustBundle+certificates.v1alpha1.swift
[346/894] Compiling SwiftkubeModel ClusterTrustBundleList+certificates.v1alpha1.swift
[347/894] Compiling SwiftkubeModel ClusterTrustBundleSpec+certificates.v1alpha1.swift
[348/894] Compiling SwiftkubeModel certificates+v1alpha1.swift
[349/894] Compiling SwiftkubeModel coordination.swift
[350/894] Compiling SwiftkubeModel Lease+coordination.v1.swift
[351/894] Compiling SwiftkubeModel LeaseList+coordination.v1.swift
[352/894] Compiling SwiftkubeModel LeaseSpec+coordination.v1.swift
[353/894] Compiling SwiftkubeModel coordination+v1.swift
[354/894] Compiling SwiftkubeModel LeaseCandidate+coordination.v1alpha2.swift
[355/894] Compiling SwiftkubeModel LeaseCandidateList+coordination.v1alpha2.swift
[356/894] Compiling SwiftkubeModel LeaseCandidateSpec+coordination.v1alpha2.swift
[357/894] Compiling SwiftkubeModel coordination+v1alpha2.swift
[358/894] Compiling SwiftkubeModel core.swift
[359/894] Compiling SwiftkubeModel AWSElasticBlockStoreVolumeSource+core.v1.swift
[360/894] Compiling SwiftkubeModel Affinity+core.v1.swift
[361/894] Compiling SwiftkubeModel AppArmorProfile+core.v1.swift
[362/894] Compiling SwiftkubeModel AttachedVolume+core.v1.swift
[363/894] Compiling SwiftkubeModel AzureDiskVolumeSource+core.v1.swift
[364/894] Compiling SwiftkubeModel AzureFilePersistentVolumeSource+core.v1.swift
[365/894] Compiling SwiftkubeModel AzureFileVolumeSource+core.v1.swift
[366/894] Compiling SwiftkubeModel Binding+core.v1.swift
[367/894] Compiling SwiftkubeModel CSIPersistentVolumeSource+core.v1.swift
[368/894] Compiling SwiftkubeModel CSIVolumeSource+core.v1.swift
[369/894] Compiling SwiftkubeModel Capabilities+core.v1.swift
[369/894] Compiling handshake_client.cc
[370/919] Compiling handshake.cc
[372/919] Compiling SwiftkubeModel LocalSubjectAccessReview+authorization.v1.swift
[373/919] Compiling SwiftkubeModel NonResourceAttributes+authorization.v1.swift
[374/919] Compiling SwiftkubeModel NonResourceRule+authorization.v1.swift
[375/919] Compiling SwiftkubeModel ResourceAttributes+authorization.v1.swift
[376/919] Compiling SwiftkubeModel ResourceRule+authorization.v1.swift
[377/919] Compiling SwiftkubeModel SelfSubjectAccessReview+authorization.v1.swift
[378/919] Compiling SwiftkubeModel SelfSubjectAccessReviewSpec+authorization.v1.swift
[379/919] Compiling SwiftkubeModel SelfSubjectRulesReview+authorization.v1.swift
[380/919] Compiling SwiftkubeModel SelfSubjectRulesReviewSpec+authorization.v1.swift
[381/919] Compiling SwiftkubeModel SubjectAccessReview+authorization.v1.swift
[382/919] Compiling SwiftkubeModel SubjectAccessReviewSpec+authorization.v1.swift
[383/919] Compiling SwiftkubeModel SubjectAccessReviewStatus+authorization.v1.swift
[384/919] Compiling SwiftkubeModel SubjectRulesReviewStatus+authorization.v1.swift
[385/919] Compiling SwiftkubeModel authorization+v1.swift
[386/919] Compiling SwiftkubeModel autoscaling.swift
[387/919] Compiling SwiftkubeModel CrossVersionObjectReference+autoscaling.v1.swift
[388/919] Compiling SwiftkubeModel HorizontalPodAutoscaler+autoscaling.v1.swift
[389/919] Compiling SwiftkubeModel HorizontalPodAutoscalerList+autoscaling.v1.swift
[390/919] Compiling SwiftkubeModel HorizontalPodAutoscalerSpec+autoscaling.v1.swift
[391/919] Compiling SwiftkubeModel HorizontalPodAutoscalerStatus+autoscaling.v1.swift
[392/919] Compiling SwiftkubeModel Scale+autoscaling.v1.swift
[393/919] Compiling SwiftkubeModel ScaleSpec+autoscaling.v1.swift
[394/919] Compiling SwiftkubeModel ScaleStatus+autoscaling.v1.swift
[395/919] Compiling SwiftkubeModel autoscaling+v1.swift
[396/919] Compiling SwiftkubeModel ContainerResourceMetricSource+autoscaling.v2.swift
[396/919] Compiling handoff.cc
[397/944] Compiling encrypted_client_hello.cc
[398/944] Compiling dtls_record.cc
[399/944] Compiling extensions.cc
[400/944] Compiling md5-x86_64-linux.S
[401/944] Compiling dtls_method.cc
[402/944] Compiling md5-586-linux.S
[403/944] Compiling md5-x86_64-apple.S
[404/944] Compiling md5-586-apple.S
[405/944] Compiling chacha20_poly1305_x86_64-linux.S
[406/944] Compiling chacha20_poly1305_x86_64-apple.S
[407/944] Compiling chacha20_poly1305_armv8-win.S
[408/944] Compiling chacha20_poly1305_armv8-linux.S
[409/944] Compiling chacha20_poly1305_armv8-apple.S
[410/944] Compiling d1_srtp.cc
[411/944] Compiling err_data.cc
[412/944] Compiling chacha-x86_64-linux.S
[413/944] Compiling chacha-x86-linux.S
[414/944] Compiling chacha-x86_64-apple.S
[416/944] Compiling SwiftkubeModel ContainerResourceMetricStatus+autoscaling.v2.swift
[417/944] Compiling SwiftkubeModel CrossVersionObjectReference+autoscaling.v2.swift
[418/944] Compiling SwiftkubeModel ExternalMetricSource+autoscaling.v2.swift
[419/944] Compiling SwiftkubeModel ExternalMetricStatus+autoscaling.v2.swift
[420/944] Compiling SwiftkubeModel HPAScalingPolicy+autoscaling.v2.swift
[421/944] Compiling SwiftkubeModel HPAScalingRules+autoscaling.v2.swift
[422/944] Compiling SwiftkubeModel HorizontalPodAutoscaler+autoscaling.v2.swift
[423/944] Compiling SwiftkubeModel HorizontalPodAutoscalerBehavior+autoscaling.v2.swift
[424/944] Compiling SwiftkubeModel HorizontalPodAutoscalerCondition+autoscaling.v2.swift
[425/944] Compiling SwiftkubeModel HorizontalPodAutoscalerList+autoscaling.v2.swift
[426/944] Compiling SwiftkubeModel HorizontalPodAutoscalerSpec+autoscaling.v2.swift
[427/944] Compiling SwiftkubeModel HorizontalPodAutoscalerStatus+autoscaling.v2.swift
[428/944] Compiling SwiftkubeModel MetricIdentifier+autoscaling.v2.swift
[429/944] Compiling SwiftkubeModel MetricSpec+autoscaling.v2.swift
[430/944] Compiling SwiftkubeModel MetricStatus+autoscaling.v2.swift
[431/944] Compiling SwiftkubeModel MetricTarget+autoscaling.v2.swift
[432/944] Compiling SwiftkubeModel MetricValueStatus+autoscaling.v2.swift
[432/944] Compiling chacha-x86-apple.S
[434/944] Compiling SwiftkubeModel ObjectMetricSource+autoscaling.v2.swift
[435/944] Compiling SwiftkubeModel ObjectMetricStatus+autoscaling.v2.swift
[436/944] Compiling SwiftkubeModel PodsMetricSource+autoscaling.v2.swift
[437/944] Compiling SwiftkubeModel PodsMetricStatus+autoscaling.v2.swift
[438/944] Compiling SwiftkubeModel ResourceMetricSource+autoscaling.v2.swift
[439/944] Compiling SwiftkubeModel ResourceMetricStatus+autoscaling.v2.swift
[440/944] Compiling SwiftkubeModel autoscaling+v2.swift
[441/944] Compiling SwiftkubeModel batch.swift
[442/944] Compiling SwiftkubeModel CronJob+batch.v1.swift
[443/944] Compiling SwiftkubeModel CronJobList+batch.v1.swift
[444/944] Compiling SwiftkubeModel CronJobSpec+batch.v1.swift
[445/944] Compiling SwiftkubeModel CronJobStatus+batch.v1.swift
[446/944] Compiling SwiftkubeModel Job+batch.v1.swift
[447/944] Compiling SwiftkubeModel JobCondition+batch.v1.swift
[448/944] Compiling SwiftkubeModel JobList+batch.v1.swift
[449/944] Compiling SwiftkubeModel JobSpec+batch.v1.swift
[450/944] Compiling SwiftkubeModel JobStatus+batch.v1.swift
[451/944] Compiling SwiftkubeModel JobTemplateSpec+batch.v1.swift
[452/944] Compiling SwiftkubeModel PodFailurePolicy+batch.v1.swift
[453/944] Compiling SwiftkubeModel PodFailurePolicyOnExitCodesRequirement+batch.v1.swift
[454/944] Compiling SwiftkubeModel PodFailurePolicyOnPodConditionsPattern+batch.v1.swift
[455/944] Compiling SwiftkubeModel PodFailurePolicyRule+batch.v1.swift
[456/944] Compiling SwiftkubeModel SuccessPolicy+batch.v1.swift
[457/944] Compiling SwiftkubeModel SuccessPolicyRule+batch.v1.swift
[458/944] Compiling SwiftkubeModel UncountedTerminatedPods+batch.v1.swift
[459/944] Compiling SwiftkubeModel batch+v1.swift
[460/944] Compiling SwiftkubeModel certificates.swift
[461/944] Compiling SwiftkubeModel CertificateSigningRequest+certificates.v1.swift
[462/944] Compiling SwiftkubeModel CertificateSigningRequestCondition+certificates.v1.swift
[463/944] Compiling SwiftkubeModel CertificateSigningRequestList+certificates.v1.swift
[464/944] Compiling SwiftkubeModel CertificateSigningRequestSpec+certificates.v1.swift
[465/944] Compiling SwiftkubeModel CertificateSigningRequestStatus+certificates.v1.swift
[466/944] Compiling SwiftkubeModel certificates+v1.swift
[466/989] Compiling chacha-armv8-linux.S
[467/994] Compiling chacha-armv8-win.S
[468/994] Compiling chacha-armv8-apple.S
[469/994] Compiling chacha-armv4-linux.S
[470/994] Compiling aes128gcmsiv-x86_64-apple.S
[471/994] Compiling aes128gcmsiv-x86_64-linux.S
[472/994] Compiling x86_64-mont5-linux.S
[473/994] Compiling x86_64-mont5-apple.S
[474/994] Compiling x86_64-mont-apple.S
[475/994] Compiling x86_64-mont-linux.S
[476/994] Compiling x86-mont-apple.S
[477/994] Compiling x86-mont-linux.S
[478/994] Compiling vpaes-x86_64-linux.S
[479/994] Compiling vpaes-x86_64-apple.S
[480/994] Compiling vpaes-x86-linux.S
[481/994] Compiling d1_pkt.cc
[482/994] Compiling vpaes-x86-apple.S
[483/994] Compiling vpaes-armv7-linux.S
[485/994] Compiling SwiftkubeModel CephFSPersistentVolumeSource+core.v1.swift
[486/994] Compiling SwiftkubeModel CephFSVolumeSource+core.v1.swift
[487/994] Compiling SwiftkubeModel CinderPersistentVolumeSource+core.v1.swift
[488/994] Compiling SwiftkubeModel CinderVolumeSource+core.v1.swift
[489/994] Compiling SwiftkubeModel ClientIPConfig+core.v1.swift
[490/994] Compiling SwiftkubeModel ClusterTrustBundleProjection+core.v1.swift
[491/994] Compiling SwiftkubeModel ComponentCondition+core.v1.swift
[492/994] Compiling SwiftkubeModel ComponentStatus+core.v1.swift
[493/994] Compiling SwiftkubeModel ComponentStatusList+core.v1.swift
[494/994] Compiling SwiftkubeModel ConfigMap+core.v1.swift
[495/994] Compiling SwiftkubeModel ConfigMapEnvSource+core.v1.swift
[496/994] Compiling SwiftkubeModel ConfigMapKeySelector+core.v1.swift
[497/994] Compiling SwiftkubeModel ConfigMapList+core.v1.swift
[498/994] Compiling SwiftkubeModel ConfigMapNodeConfigSource+core.v1.swift
[499/994] Compiling SwiftkubeModel ConfigMapProjection+core.v1.swift
[500/994] Compiling SwiftkubeModel ConfigMapVolumeSource+core.v1.swift
[501/994] Compiling SwiftkubeModel Container+core.v1.swift
[502/994] Compiling SwiftkubeModel ContainerImage+core.v1.swift
[503/994] Compiling SwiftkubeModel ContainerPort+core.v1.swift
[504/994] Compiling SwiftkubeModel ContainerResizePolicy+core.v1.swift
[505/994] Compiling SwiftkubeModel ContainerState+core.v1.swift
[506/994] Compiling SwiftkubeModel ContainerStateRunning+core.v1.swift
[507/994] Compiling SwiftkubeModel ContainerStateTerminated+core.v1.swift
[508/994] Compiling SwiftkubeModel ContainerStateWaiting+core.v1.swift
[509/994] Compiling SwiftkubeModel ContainerStatus+core.v1.swift
[509/994] Compiling vpaes-armv8-win.S
[510/994] Compiling vpaes-armv8-apple.S
[511/1019] Compiling vpaes-armv8-linux.S
[512/1019] Compiling bio_ssl.cc
[513/1019] Compiling sha512-x86_64-linux.S
[514/1019] Compiling sha512-armv8-linux.S
[515/1019] Compiling sha512-x86_64-apple.S
[516/1019] Compiling sha512-armv8-win.S
[517/1019] Compiling sha512-586-linux.S
[518/1019] Compiling sha512-armv4-linux.S
[519/1019] Compiling sha512-armv8-apple.S
[520/1019] Compiling sha512-586-apple.S
[521/1019] Compiling sha256-armv8-win.S
[522/1019] Compiling sha256-x86_64-linux.S
[523/1019] Compiling sha256-armv8-apple.S
[524/1019] Compiling sha256-x86_64-apple.S
[525/1019] Compiling sha256-armv8-linux.S
[526/1019] Compiling sha256-586-apple.S
[527/1019] Compiling sha256-586-linux.S
[528/1019] Compiling sha256-armv4-linux.S
[529/1019] Compiling sha1-x86_64-apple.S
[530/1019] Compiling sha1-x86_64-linux.S
[531/1019] Compiling sha1-armv8-win.S
[532/1019] Compiling sha1-armv8-apple.S
[533/1019] Compiling sha1-586-linux.S
[534/1019] Compiling sha1-armv8-linux.S
[535/1019] Compiling sha1-armv4-large-linux.S
[536/1019] Compiling sha1-586-apple.S
[538/1019] Compiling SwiftkubeModel GCEPersistentDiskVolumeSource+core.v1.swift
[539/1019] Compiling SwiftkubeModel GRPCAction+core.v1.swift
[540/1019] Compiling SwiftkubeModel GitRepoVolumeSource+core.v1.swift
[541/1019] Compiling SwiftkubeModel GlusterfsPersistentVolumeSource+core.v1.swift
[542/1019] Compiling SwiftkubeModel GlusterfsVolumeSource+core.v1.swift
[543/1019] Compiling SwiftkubeModel HTTPGetAction+core.v1.swift
[544/1019] Compiling SwiftkubeModel HTTPHeader+core.v1.swift
[545/1019] Compiling SwiftkubeModel HostAlias+core.v1.swift
[546/1019] Compiling SwiftkubeModel HostIP+core.v1.swift
[547/1019] Compiling SwiftkubeModel HostPathVolumeSource+core.v1.swift
[548/1019] Compiling SwiftkubeModel ISCSIPersistentVolumeSource+core.v1.swift
[549/1019] Compiling SwiftkubeModel ISCSIVolumeSource+core.v1.swift
[550/1019] Compiling SwiftkubeModel ImageVolumeSource+core.v1.swift
[551/1019] Compiling SwiftkubeModel KeyToPath+core.v1.swift
[552/1019] Compiling SwiftkubeModel Lifecycle+core.v1.swift
[553/1019] Compiling SwiftkubeModel LifecycleHandler+core.v1.swift
[554/1019] Compiling SwiftkubeModel LimitRange+core.v1.swift
[555/1019] Compiling SwiftkubeModel LimitRangeItem+core.v1.swift
[556/1019] Compiling SwiftkubeModel LimitRangeList+core.v1.swift
[557/1019] Compiling SwiftkubeModel LimitRangeSpec+core.v1.swift
[558/1019] Compiling SwiftkubeModel LinuxContainerUser+core.v1.swift
[559/1019] Compiling SwiftkubeModel LoadBalancerIngress+core.v1.swift
[560/1019] Compiling SwiftkubeModel LoadBalancerStatus+core.v1.swift
[561/1019] Compiling SwiftkubeModel LocalObjectReference+core.v1.swift
[562/1019] Compiling SwiftkubeModel LocalVolumeSource+core.v1.swift
[562/1044] Compiling rsaz-avx2-linux.S
[563/1044] Compiling rdrand-x86_64-linux.S
[564/1044] Compiling rsaz-avx2-apple.S
[565/1044] Compiling p256_beeu-x86_64-asm-linux.S
[566/1044] Compiling rdrand-x86_64-apple.S
[568/1044] Compiling SwiftkubeModel ContainerUser+core.v1.swift
[569/1044] Compiling SwiftkubeModel DaemonEndpoint+core.v1.swift
[570/1044] Compiling SwiftkubeModel DownwardAPIProjection+core.v1.swift
[571/1044] Compiling SwiftkubeModel DownwardAPIVolumeFile+core.v1.swift
[572/1044] Compiling SwiftkubeModel DownwardAPIVolumeSource+core.v1.swift
[573/1044] Compiling SwiftkubeModel EmptyDirVolumeSource+core.v1.swift
[574/1044] Compiling SwiftkubeModel EndpointAddress+core.v1.swift
[575/1044] Compiling SwiftkubeModel EndpointPort+core.v1.swift
[576/1044] Compiling SwiftkubeModel EndpointSubset+core.v1.swift
[577/1044] Compiling SwiftkubeModel Endpoints+core.v1.swift
[578/1044] Compiling SwiftkubeModel EndpointsList+core.v1.swift
[579/1044] Compiling SwiftkubeModel EnvFromSource+core.v1.swift
[580/1044] Compiling SwiftkubeModel EnvVar+core.v1.swift
[581/1044] Compiling SwiftkubeModel EnvVarSource+core.v1.swift
[582/1044] Compiling SwiftkubeModel EphemeralContainer+core.v1.swift
[583/1044] Compiling SwiftkubeModel EphemeralVolumeSource+core.v1.swift
[584/1044] Compiling SwiftkubeModel Event+core.v1.swift
[585/1044] Compiling SwiftkubeModel EventList+core.v1.swift
[586/1044] Compiling SwiftkubeModel EventSeries+core.v1.swift
[587/1044] Compiling SwiftkubeModel EventSource+core.v1.swift
[588/1044] Compiling SwiftkubeModel ExecAction+core.v1.swift
[589/1044] Compiling SwiftkubeModel FCVolumeSource+core.v1.swift
[590/1044] Compiling SwiftkubeModel FlexPersistentVolumeSource+core.v1.swift
[591/1044] Compiling SwiftkubeModel FlexVolumeSource+core.v1.swift
[592/1044] Compiling SwiftkubeModel FlockerVolumeSource+core.v1.swift
[592/1069] Compiling d1_lib.cc
[593/1069] Compiling p256_beeu-armv8-asm-apple.S
[594/1069] Compiling p256_beeu-x86_64-asm-apple.S
[595/1069] Compiling p256_beeu-armv8-asm-linux.S
[596/1069] Compiling p256_beeu-armv8-asm-win.S
[597/1069] Compiling p256-x86_64-asm-linux.S
[598/1069] Compiling p256-x86_64-asm-apple.S
[599/1069] Compiling d1_both.cc
[600/1069] Compiling p256-armv8-asm-win.S
[601/1069] Compiling p256-armv8-asm-linux.S
[602/1069] Compiling p256-armv8-asm-apple.S
[603/1069] Compiling ghashv8-armv8-linux.S
[604/1069] Compiling ghashv8-armv8-win.S
[605/1069] Compiling ghashv8-armv7-linux.S
[606/1069] Compiling ghashv8-armv8-apple.S
[607/1069] Compiling ghash-x86_64-apple.S
[609/1069] Emitting module SwiftkubeModel
[609/1069] Compiling ghash-x86-apple.S
[610/1069] Compiling ghash-x86_64-linux.S
[611/1070] Compiling ghash-x86-linux.S
[612/1094] Compiling ghash-ssse3-x86_64-linux.S
[613/1094] Compiling ghash-ssse3-x86_64-apple.S
[614/1094] Compiling ghash-ssse3-x86-linux.S
[615/1094] Compiling ghash-ssse3-x86-apple.S
[616/1094] Compiling ghash-neon-armv8-linux.S
[617/1094] Compiling ghash-neon-armv8-win.S
[618/1094] Compiling ghash-neon-armv8-apple.S
[619/1094] Compiling ghash-armv4-linux.S
[620/1094] Compiling co-586-apple.S
[621/1094] Compiling co-586-linux.S
[622/1094] Compiling bsaes-armv7-linux.S
[623/1094] Compiling bn-armv8-linux.S
[623/1094] Compiling bn-armv8-apple.S
[625/1094] Compiling bn-armv8-win.S
[626/1094] Compiling bn-586-linux.S
[627/1094] Compiling armv8-mont-win.S
[628/1094] Compiling bn-586-apple.S
[629/1094] Compiling aesv8-gcm-armv8-win.S
[630/1094] Compiling armv4-mont-linux.S
[631/1094] Compiling armv8-mont-apple.S
[632/1094] Compiling armv8-mont-linux.S
[633/1094] Compiling aesv8-armv8-win.S
[634/1094] Compiling aesv8-gcm-armv8-apple.S
[635/1094] Compiling aesv8-gcm-armv8-linux.S
[636/1094] Compiling aesv8-armv8-linux.S
[637/1094] Compiling aesv8-armv8-apple.S
[638/1094] Compiling aesv8-armv7-linux.S
[639/1094] Compiling aesni-x86_64-apple.S
[640/1094] Compiling aesni-x86-linux.S
[641/1094] Compiling aesni-x86-apple.S
[642/1094] Compiling aesni-gcm-x86_64-linux.S
[643/1094] Compiling aesni-x86_64-linux.S
[644/1094] Compiling aesni-gcm-x86_64-apple.S
[645/1094] Compiling aes-gcm-avx2-x86_64-apple.S
[646/1094] Compiling aes-gcm-avx2-x86_64-linux.S
[647/1094] Compiling aes-gcm-avx10-x86_64-apple.S
[648/1094] Compiling aes-gcm-avx10-x86_64-linux.S
[650/1094] Compiling SwiftkubeModel ModifyVolumeStatus+core.v1.swift
[651/1094] Compiling SwiftkubeModel NFSVolumeSource+core.v1.swift
[652/1094] Compiling SwiftkubeModel Namespace+core.v1.swift
[653/1094] Compiling SwiftkubeModel NamespaceCondition+core.v1.swift
[654/1094] Compiling SwiftkubeModel NamespaceList+core.v1.swift
[655/1094] Compiling SwiftkubeModel NamespaceSpec+core.v1.swift
[656/1094] Compiling SwiftkubeModel NamespaceStatus+core.v1.swift
[657/1094] Compiling SwiftkubeModel Node+core.v1.swift
[658/1094] Compiling SwiftkubeModel NodeAddress+core.v1.swift
[659/1094] Compiling SwiftkubeModel NodeAffinity+core.v1.swift
[660/1094] Compiling SwiftkubeModel NodeCondition+core.v1.swift
[661/1094] Compiling SwiftkubeModel NodeConfigSource+core.v1.swift
[662/1094] Compiling SwiftkubeModel NodeConfigStatus+core.v1.swift
[663/1094] Compiling SwiftkubeModel NodeDaemonEndpoints+core.v1.swift
[664/1094] Compiling SwiftkubeModel NodeFeatures+core.v1.swift
[665/1094] Compiling SwiftkubeModel NodeList+core.v1.swift
[666/1094] Compiling SwiftkubeModel NodeRuntimeHandler+core.v1.swift
[667/1094] Compiling SwiftkubeModel NodeRuntimeHandlerFeatures+core.v1.swift
[668/1094] Compiling SwiftkubeModel NodeSelector+core.v1.swift
[669/1094] Compiling SwiftkubeModel NodeSelectorRequirement+core.v1.swift
[670/1094] Compiling SwiftkubeModel NodeSelectorTerm+core.v1.swift
[671/1094] Compiling SwiftkubeModel NodeSpec+core.v1.swift
[672/1094] Compiling SwiftkubeModel NodeStatus+core.v1.swift
[673/1094] Compiling SwiftkubeModel NodeSystemInfo+core.v1.swift
[674/1094] Compiling SwiftkubeModel ObjectFieldSelector+core.v1.swift
[674/1118] Compiling x_req.cc
[675/1118] Compiling x_spki.cc
[676/1118] Compiling x_sig.cc
[677/1118] Compiling x_val.cc
[678/1118] Compiling x_pubkey.cc
[679/1118] Compiling x_x509.cc
[680/1118] Compiling x_x509a.cc
[681/1118] Compiling x_algor.cc
[682/1118] Compiling x_name.cc
[683/1118] Compiling x_exten.cc
[684/1118] Compiling x_all.cc
[685/1118] Compiling x509spki.cc
[686/1118] Compiling x_attrib.cc
[687/1118] Compiling x_crl.cc
[689/1118] Compiling SwiftkubeModel core+v1.swift
[690/1118] Compiling SwiftkubeModel discovery.swift
[691/1118] Compiling SwiftkubeModel Endpoint+discovery.v1.swift
[692/1118] Compiling SwiftkubeModel EndpointConditions+discovery.v1.swift
[693/1118] Compiling SwiftkubeModel EndpointHints+discovery.v1.swift
[694/1118] Compiling SwiftkubeModel EndpointPort+discovery.v1.swift
[695/1118] Compiling SwiftkubeModel EndpointSlice+discovery.v1.swift
[696/1118] Compiling SwiftkubeModel EndpointSliceList+discovery.v1.swift
[697/1118] Compiling SwiftkubeModel ForZone+discovery.v1.swift
[698/1118] Compiling SwiftkubeModel discovery+v1.swift
[699/1118] Compiling SwiftkubeModel events.swift
[700/1118] Compiling SwiftkubeModel Event+events.v1.swift
[701/1118] Compiling SwiftkubeModel EventList+events.v1.swift
[702/1118] Compiling SwiftkubeModel EventSeries+events.v1.swift
[703/1118] Compiling SwiftkubeModel events+v1.swift
[704/1118] Compiling SwiftkubeModel flowcontrol.swift
[705/1118] Compiling SwiftkubeModel ExemptPriorityLevelConfiguration+flowcontrol.v1.swift
[706/1118] Compiling SwiftkubeModel FlowDistinguisherMethod+flowcontrol.v1.swift
[707/1118] Compiling SwiftkubeModel FlowSchema+flowcontrol.v1.swift
[708/1118] Compiling SwiftkubeModel FlowSchemaCondition+flowcontrol.v1.swift
[709/1118] Compiling SwiftkubeModel FlowSchemaList+flowcontrol.v1.swift
[710/1118] Compiling SwiftkubeModel FlowSchemaSpec+flowcontrol.v1.swift
[711/1118] Compiling SwiftkubeModel FlowSchemaStatus+flowcontrol.v1.swift
[712/1118] Compiling SwiftkubeModel GroupSubject+flowcontrol.v1.swift
[713/1118] Compiling SwiftkubeModel LimitResponse+flowcontrol.v1.swift
[714/1142] Compiling SwiftkubeModel LimitedPriorityLevelConfiguration+flowcontrol.v1.swift
[715/1142] Compiling SwiftkubeModel NonResourcePolicyRule+flowcontrol.v1.swift
[716/1142] Compiling SwiftkubeModel PolicyRulesWithSubjects+flowcontrol.v1.swift
[717/1142] Compiling SwiftkubeModel PriorityLevelConfiguration+flowcontrol.v1.swift
[718/1142] Compiling SwiftkubeModel PriorityLevelConfigurationCondition+flowcontrol.v1.swift
[719/1142] Compiling SwiftkubeModel PriorityLevelConfigurationList+flowcontrol.v1.swift
[720/1142] Compiling SwiftkubeModel PriorityLevelConfigurationReference+flowcontrol.v1.swift
[721/1142] Compiling SwiftkubeModel PriorityLevelConfigurationSpec+flowcontrol.v1.swift
[722/1142] Compiling SwiftkubeModel PriorityLevelConfigurationStatus+flowcontrol.v1.swift
[723/1142] Compiling SwiftkubeModel QueuingConfiguration+flowcontrol.v1.swift
[724/1142] Compiling SwiftkubeModel ResourcePolicyRule+flowcontrol.v1.swift
[725/1142] Compiling SwiftkubeModel ServiceAccountSubject+flowcontrol.v1.swift
[726/1142] Compiling SwiftkubeModel Subject+flowcontrol.v1.swift
[727/1142] Compiling SwiftkubeModel UserSubject+flowcontrol.v1.swift
[728/1142] Compiling SwiftkubeModel flowcontrol+v1.swift
[729/1142] Compiling SwiftkubeModel internal.swift
[730/1142] Compiling SwiftkubeModel ServerStorageVersion+internal.v1alpha1.swift
[731/1142] Compiling SwiftkubeModel StorageVersion+internal.v1alpha1.swift
[732/1142] Compiling SwiftkubeModel StorageVersionCondition+internal.v1alpha1.swift
[733/1142] Compiling SwiftkubeModel StorageVersionList+internal.v1alpha1.swift
[734/1142] Compiling SwiftkubeModel StorageVersionSpec+internal.v1alpha1.swift
[735/1142] Compiling SwiftkubeModel StorageVersionStatus+internal.v1alpha1.swift
[736/1142] Compiling SwiftkubeModel internal+v1alpha1.swift
[737/1142] Compiling SwiftkubeModel meta.swift
[738/1142] Compiling SwiftkubeModel APIGroup+meta.v1.swift
[738/1166] Compiling x509name.cc
[739/1166] Compiling x509rset.cc
[741/1166] Compiling SwiftkubeModel ResourceQuotaList+core.v1.swift
[742/1166] Compiling SwiftkubeModel ResourceQuotaSpec+core.v1.swift
[743/1166] Compiling SwiftkubeModel ResourceQuotaStatus+core.v1.swift
[744/1166] Compiling SwiftkubeModel ResourceRequirements+core.v1.swift
[745/1166] Compiling SwiftkubeModel ResourceStatus+core.v1.swift
[746/1166] Compiling SwiftkubeModel SELinuxOptions+core.v1.swift
[747/1166] Compiling SwiftkubeModel ScaleIOPersistentVolumeSource+core.v1.swift
[748/1166] Compiling SwiftkubeModel ScaleIOVolumeSource+core.v1.swift
[749/1166] Compiling SwiftkubeModel ScopeSelector+core.v1.swift
[750/1166] Compiling SwiftkubeModel ScopedResourceSelectorRequirement+core.v1.swift
[751/1166] Compiling SwiftkubeModel SeccompProfile+core.v1.swift
[752/1166] Compiling SwiftkubeModel Secret+core.v1.swift
[753/1166] Compiling SwiftkubeModel SecretEnvSource+core.v1.swift
[754/1166] Compiling SwiftkubeModel SecretKeySelector+core.v1.swift
[755/1166] Compiling SwiftkubeModel SecretList+core.v1.swift
[756/1166] Compiling SwiftkubeModel SecretProjection+core.v1.swift
[757/1166] Compiling SwiftkubeModel SecretReference+core.v1.swift
[758/1166] Compiling SwiftkubeModel SecretVolumeSource+core.v1.swift
[759/1166] Compiling SwiftkubeModel SecurityContext+core.v1.swift
[760/1166] Compiling SwiftkubeModel Service+core.v1.swift
[761/1166] Compiling SwiftkubeModel ServiceAccount+core.v1.swift
[762/1166] Compiling SwiftkubeModel ServiceAccountList+core.v1.swift
[763/1166] Compiling SwiftkubeModel ServiceAccountTokenProjection+core.v1.swift
[764/1166] Compiling SwiftkubeModel ServiceList+core.v1.swift
[765/1166] Compiling SwiftkubeModel ServicePort+core.v1.swift
[765/1190] Compiling x509cset.cc
[766/1190] Compiling x509_vpm.cc
[767/1190] Compiling x509_txt.cc
[768/1190] Compiling x509_v3.cc
[769/1190] Compiling x509_vfy.cc
[771/1190] Compiling SwiftkubeModel ObjectReference+core.v1.swift
[772/1190] Compiling SwiftkubeModel PersistentVolume+core.v1.swift
[773/1190] Compiling SwiftkubeModel PersistentVolumeClaim+core.v1.swift
[774/1190] Compiling SwiftkubeModel PersistentVolumeClaimCondition+core.v1.swift
[775/1190] Compiling SwiftkubeModel PersistentVolumeClaimList+core.v1.swift
[776/1190] Compiling SwiftkubeModel PersistentVolumeClaimSpec+core.v1.swift
[777/1190] Compiling SwiftkubeModel PersistentVolumeClaimStatus+core.v1.swift
[778/1190] Compiling SwiftkubeModel PersistentVolumeClaimTemplate+core.v1.swift
[779/1190] Compiling SwiftkubeModel PersistentVolumeClaimVolumeSource+core.v1.swift
[780/1190] Compiling SwiftkubeModel PersistentVolumeList+core.v1.swift
[781/1190] Compiling SwiftkubeModel PersistentVolumeSpec+core.v1.swift
[782/1190] Compiling SwiftkubeModel PersistentVolumeStatus+core.v1.swift
[783/1190] Compiling SwiftkubeModel PhotonPersistentDiskVolumeSource+core.v1.swift
[784/1190] Compiling SwiftkubeModel Pod+core.v1.swift
[785/1190] Compiling SwiftkubeModel PodAffinity+core.v1.swift
[786/1190] Compiling SwiftkubeModel PodAffinityTerm+core.v1.swift
[787/1190] Compiling SwiftkubeModel PodAntiAffinity+core.v1.swift
[788/1190] Compiling SwiftkubeModel PodCondition+core.v1.swift
[789/1190] Compiling SwiftkubeModel PodDNSConfig+core.v1.swift
[790/1190] Compiling SwiftkubeModel PodDNSConfigOption+core.v1.swift
[791/1190] Compiling SwiftkubeModel PodIP+core.v1.swift
[792/1190] Compiling SwiftkubeModel PodList+core.v1.swift
[793/1190] Compiling SwiftkubeModel PodOS+core.v1.swift
[794/1190] Compiling SwiftkubeModel PodReadinessGate+core.v1.swift
[795/1190] Compiling SwiftkubeModel PodResourceClaim+core.v1.swift
[796/1214] Compiling SwiftkubeModel APIGroupList+meta.v1.swift
[797/1214] Compiling SwiftkubeModel APIResource+meta.v1.swift
[798/1214] Compiling SwiftkubeModel APIResourceList+meta.v1.swift
[799/1214] Compiling SwiftkubeModel APIVersions+meta.v1.swift
[800/1214] Compiling SwiftkubeModel Condition+meta.v1.swift
[801/1214] Compiling SwiftkubeModel DeleteOptions+meta.v1.swift
[802/1214] Compiling SwiftkubeModel FieldSelectorRequirement+meta.v1.swift
[803/1214] Compiling SwiftkubeModel GroupVersionForDiscovery+meta.v1.swift
[804/1214] Compiling SwiftkubeModel LabelSelector+meta.v1.swift
[805/1214] Compiling SwiftkubeModel LabelSelectorRequirement+meta.v1.swift
[806/1214] Compiling SwiftkubeModel ListMeta+meta.v1.swift
[807/1214] Compiling SwiftkubeModel ManagedFieldsEntry+meta.v1.swift
[808/1214] Compiling SwiftkubeModel ObjectMeta+meta.v1.swift
[809/1214] Compiling SwiftkubeModel OwnerReference+meta.v1.swift
[810/1214] Compiling SwiftkubeModel Preconditions+meta.v1.swift
[811/1214] Compiling SwiftkubeModel ServerAddressByClientCIDR+meta.v1.swift
[812/1214] Compiling SwiftkubeModel Status+meta.v1.swift
[813/1214] Compiling SwiftkubeModel StatusCause+meta.v1.swift
[814/1214] Compiling SwiftkubeModel StatusDetails+meta.v1.swift
[815/1214] Compiling SwiftkubeModel WatchEvent+meta.v1.swift
[816/1214] Compiling SwiftkubeModel meta+v1.swift
[817/1214] Compiling SwiftkubeModel networking.swift
[818/1214] Compiling SwiftkubeModel HTTPIngressPath+networking.v1.swift
[819/1214] Compiling SwiftkubeModel HTTPIngressRuleValue+networking.v1.swift
[820/1214] Compiling SwiftkubeModel IPBlock+networking.v1.swift
[820/1238] Compiling x509_trs.cc
[821/1238] Compiling x509_set.cc
[823/1238] Compiling SwiftkubeModel ServiceSpec+core.v1.swift
[824/1238] Compiling SwiftkubeModel ServiceStatus+core.v1.swift
[825/1238] Compiling SwiftkubeModel SessionAffinityConfig+core.v1.swift
[826/1238] Compiling SwiftkubeModel SleepAction+core.v1.swift
[827/1238] Compiling SwiftkubeModel StorageOSPersistentVolumeSource+core.v1.swift
[828/1238] Compiling SwiftkubeModel StorageOSVolumeSource+core.v1.swift
[829/1238] Compiling SwiftkubeModel Sysctl+core.v1.swift
[830/1238] Compiling SwiftkubeModel TCPSocketAction+core.v1.swift
[831/1238] Compiling SwiftkubeModel Taint+core.v1.swift
[832/1238] Compiling SwiftkubeModel Toleration+core.v1.swift
[833/1238] Compiling SwiftkubeModel TopologySelectorLabelRequirement+core.v1.swift
[834/1238] Compiling SwiftkubeModel TopologySelectorTerm+core.v1.swift
[835/1238] Compiling SwiftkubeModel TopologySpreadConstraint+core.v1.swift
[836/1238] Compiling SwiftkubeModel TypedLocalObjectReference+core.v1.swift
[837/1238] Compiling SwiftkubeModel TypedObjectReference+core.v1.swift
[838/1238] Compiling SwiftkubeModel Volume+core.v1.swift
[839/1238] Compiling SwiftkubeModel VolumeDevice+core.v1.swift
[840/1238] Compiling SwiftkubeModel VolumeMount+core.v1.swift
[841/1238] Compiling SwiftkubeModel VolumeMountStatus+core.v1.swift
[842/1238] Compiling SwiftkubeModel VolumeNodeAffinity+core.v1.swift
[843/1238] Compiling SwiftkubeModel VolumeProjection+core.v1.swift
[844/1238] Compiling SwiftkubeModel VolumeResourceRequirements+core.v1.swift
[845/1238] Compiling SwiftkubeModel VsphereVirtualDiskVolumeSource+core.v1.swift
[846/1238] Compiling SwiftkubeModel WeightedPodAffinityTerm+core.v1.swift
[847/1238] Compiling SwiftkubeModel WindowsSecurityContextOptions+core.v1.swift
[847/1262] Compiling x509_req.cc
[848/1262] Compiling x509_def.cc
[849/1262] Compiling x509_obj.cc
[850/1262] Compiling x509_lu.cc
[851/1262] Compiling x509_ext.cc
[853/1262] Compiling SwiftkubeModel Ingress+networking.v1.swift
[854/1262] Compiling SwiftkubeModel IngressBackend+networking.v1.swift
[855/1262] Compiling SwiftkubeModel IngressClass+networking.v1.swift
[856/1262] Compiling SwiftkubeModel IngressClassList+networking.v1.swift
[857/1262] Compiling SwiftkubeModel IngressClassParametersReference+networking.v1.swift
[858/1262] Compiling SwiftkubeModel IngressClassSpec+networking.v1.swift
[859/1262] Compiling SwiftkubeModel IngressList+networking.v1.swift
[860/1262] Compiling SwiftkubeModel IngressLoadBalancerIngress+networking.v1.swift
[861/1262] Compiling SwiftkubeModel IngressLoadBalancerStatus+networking.v1.swift
[862/1262] Compiling SwiftkubeModel IngressPortStatus+networking.v1.swift
[863/1262] Compiling SwiftkubeModel IngressRule+networking.v1.swift
[864/1262] Compiling SwiftkubeModel IngressServiceBackend+networking.v1.swift
[865/1262] Compiling SwiftkubeModel IngressSpec+networking.v1.swift
[866/1262] Compiling SwiftkubeModel IngressStatus+networking.v1.swift
[867/1262] Compiling SwiftkubeModel IngressTLS+networking.v1.swift
[868/1262] Compiling SwiftkubeModel NetworkPolicy+networking.v1.swift
[869/1262] Compiling SwiftkubeModel NetworkPolicyEgressRule+networking.v1.swift
[870/1262] Compiling SwiftkubeModel NetworkPolicyIngressRule+networking.v1.swift
[871/1262] Compiling SwiftkubeModel NetworkPolicyList+networking.v1.swift
[872/1262] Compiling SwiftkubeModel NetworkPolicyPeer+networking.v1.swift
[873/1262] Compiling SwiftkubeModel NetworkPolicyPort+networking.v1.swift
[874/1262] Compiling SwiftkubeModel NetworkPolicySpec+networking.v1.swift
[875/1262] Compiling SwiftkubeModel ServiceBackendPort+networking.v1.swift
[876/1262] Compiling SwiftkubeModel networking+v1.swift
[877/1262] Compiling SwiftkubeModel PodResourceClaimStatus+core.v1.swift
[878/1262] Compiling SwiftkubeModel PodSchedulingGate+core.v1.swift
[879/1262] Compiling SwiftkubeModel PodSecurityContext+core.v1.swift
[880/1262] Compiling SwiftkubeModel PodSpec+core.v1.swift
[881/1262] Compiling SwiftkubeModel PodStatus+core.v1.swift
[882/1262] Compiling SwiftkubeModel PodTemplate+core.v1.swift
[883/1262] Compiling SwiftkubeModel PodTemplateList+core.v1.swift
[884/1262] Compiling SwiftkubeModel PodTemplateSpec+core.v1.swift
[885/1262] Compiling SwiftkubeModel PortStatus+core.v1.swift
[886/1262] Compiling SwiftkubeModel PortworxVolumeSource+core.v1.swift
[887/1262] Compiling SwiftkubeModel PreferredSchedulingTerm+core.v1.swift
[888/1262] Compiling SwiftkubeModel Probe+core.v1.swift
[889/1262] Compiling SwiftkubeModel ProjectedVolumeSource+core.v1.swift
[890/1262] Compiling SwiftkubeModel QuobyteVolumeSource+core.v1.swift
[891/1262] Compiling SwiftkubeModel RBDPersistentVolumeSource+core.v1.swift
[892/1262] Compiling SwiftkubeModel RBDVolumeSource+core.v1.swift
[893/1262] Compiling SwiftkubeModel ReplicationController+core.v1.swift
[894/1262] Compiling SwiftkubeModel ReplicationControllerCondition+core.v1.swift
[895/1262] Compiling SwiftkubeModel ReplicationControllerList+core.v1.swift
[896/1262] Compiling SwiftkubeModel ReplicationControllerSpec+core.v1.swift
[897/1262] Compiling SwiftkubeModel ReplicationControllerStatus+core.v1.swift
[898/1262] Compiling SwiftkubeModel ResourceClaim+core.v1.swift
[899/1262] Compiling SwiftkubeModel ResourceFieldSelector+core.v1.swift
[900/1262] Compiling SwiftkubeModel ResourceHealth+core.v1.swift
[901/1262] Compiling SwiftkubeModel ResourceQuota+core.v1.swift
[901/1262] Compiling x509_d2.cc
[902/1262] Compiling x509_cmp.cc
[903/1262] Compiling x509_att.cc
[904/1262] Compiling x509.cc
[905/1262] Compiling v3_skey.cc
[906/1262] Compiling v3_utl.cc
[907/1262] Compiling v3_purp.cc
[909/1262] Compiling SwiftkubeModel IPAddress+networking.v1beta1.swift
[910/1262] Compiling SwiftkubeModel IPAddressList+networking.v1beta1.swift
[911/1262] Compiling SwiftkubeModel IPAddressSpec+networking.v1beta1.swift
[912/1262] Compiling SwiftkubeModel ParentReference+networking.v1beta1.swift
[913/1262] Compiling SwiftkubeModel ServiceCIDR+networking.v1beta1.swift
[914/1262] Compiling SwiftkubeModel ServiceCIDRList+networking.v1beta1.swift
[915/1262] Compiling SwiftkubeModel ServiceCIDRSpec+networking.v1beta1.swift
[916/1262] Compiling SwiftkubeModel ServiceCIDRStatus+networking.v1beta1.swift
[917/1262] Compiling SwiftkubeModel networking+v1beta1.swift
[918/1262] Compiling SwiftkubeModel node.swift
[919/1262] Compiling SwiftkubeModel Overhead+node.v1.swift
[920/1262] Compiling SwiftkubeModel RuntimeClass+node.v1.swift
[921/1262] Compiling SwiftkubeModel RuntimeClassList+node.v1.swift
[922/1262] Compiling SwiftkubeModel Scheduling+node.v1.swift
[923/1262] Compiling SwiftkubeModel node+v1.swift
[924/1262] Compiling SwiftkubeModel policy.swift
[925/1262] Compiling SwiftkubeModel Eviction+policy.v1.swift
[926/1262] Compiling SwiftkubeModel PodDisruptionBudget+policy.v1.swift
[927/1262] Compiling SwiftkubeModel PodDisruptionBudgetList+policy.v1.swift
[928/1262] Compiling SwiftkubeModel PodDisruptionBudgetSpec+policy.v1.swift
[929/1262] Compiling SwiftkubeModel PodDisruptionBudgetStatus+policy.v1.swift
[930/1262] Compiling SwiftkubeModel policy+v1.swift
[931/1262] Compiling SwiftkubeModel rbac.swift
[932/1262] Compiling SwiftkubeModel AggregationRule+rbac.v1.swift
[932/1262] Compiling v3_prn.cc
[933/1262] Compiling v3_int.cc
[934/1262] Compiling v3_pmaps.cc
[935/1262] Compiling v3_pcons.cc
[936/1262] Compiling v3_ncons.cc
[937/1262] Compiling v3_ocsp.cc
[938/1262] Compiling v3_lib.cc
[940/1262] Compiling SwiftkubeModel ClusterRole+rbac.v1.swift
[941/1262] Compiling SwiftkubeModel ClusterRoleBinding+rbac.v1.swift
[942/1262] Compiling SwiftkubeModel ClusterRoleBindingList+rbac.v1.swift
[943/1262] Compiling SwiftkubeModel ClusterRoleList+rbac.v1.swift
[944/1262] Compiling SwiftkubeModel PolicyRule+rbac.v1.swift
[945/1262] Compiling SwiftkubeModel Role+rbac.v1.swift
[946/1262] Compiling SwiftkubeModel RoleBinding+rbac.v1.swift
[947/1262] Compiling SwiftkubeModel RoleBindingList+rbac.v1.swift
[948/1262] Compiling SwiftkubeModel RoleList+rbac.v1.swift
[949/1262] Compiling SwiftkubeModel RoleRef+rbac.v1.swift
[950/1262] Compiling SwiftkubeModel Subject+rbac.v1.swift
[951/1262] Compiling SwiftkubeModel rbac+v1.swift
[952/1262] Compiling SwiftkubeModel resource.swift
[953/1262] Compiling SwiftkubeModel AllocatedDeviceStatus+resource.v1alpha3.swift
[954/1262] Compiling SwiftkubeModel AllocationResult+resource.v1alpha3.swift
[955/1262] Compiling SwiftkubeModel BasicDevice+resource.v1alpha3.swift
[956/1262] Compiling SwiftkubeModel CELDeviceSelector+resource.v1alpha3.swift
[957/1262] Compiling SwiftkubeModel Device+resource.v1alpha3.swift
[958/1262] Compiling SwiftkubeModel DeviceAllocationConfiguration+resource.v1alpha3.swift
[959/1262] Compiling SwiftkubeModel DeviceAllocationResult+resource.v1alpha3.swift
[960/1262] Compiling SwiftkubeModel DeviceAttribute+resource.v1alpha3.swift
[961/1262] Compiling SwiftkubeModel DeviceClaim+resource.v1alpha3.swift
[962/1262] Compiling SwiftkubeModel DeviceClaimConfiguration+resource.v1alpha3.swift
[963/1262] Compiling SwiftkubeModel DeviceClass+resource.v1alpha3.swift
[963/1262] Compiling v3_ia5.cc
[965/1262] Compiling SwiftkubeModel DeviceClassConfiguration+resource.v1alpha3.swift
[966/1262] Compiling SwiftkubeModel DeviceClassList+resource.v1alpha3.swift
[967/1262] Compiling SwiftkubeModel DeviceClassSpec+resource.v1alpha3.swift
[968/1262] Compiling SwiftkubeModel DeviceConstraint+resource.v1alpha3.swift
[969/1262] Compiling SwiftkubeModel DeviceRequest+resource.v1alpha3.swift
[970/1262] Compiling SwiftkubeModel DeviceRequestAllocationResult+resource.v1alpha3.swift
[971/1262] Compiling SwiftkubeModel DeviceSelector+resource.v1alpha3.swift
[972/1262] Compiling SwiftkubeModel NetworkDeviceData+resource.v1alpha3.swift
[973/1262] Compiling SwiftkubeModel OpaqueDeviceConfiguration+resource.v1alpha3.swift
[974/1262] Compiling SwiftkubeModel ResourceClaim+resource.v1alpha3.swift
[975/1262] Compiling SwiftkubeModel ResourceClaimConsumerReference+resource.v1alpha3.swift
[976/1262] Compiling SwiftkubeModel ResourceClaimList+resource.v1alpha3.swift
[977/1262] Compiling SwiftkubeModel ResourceClaimSpec+resource.v1alpha3.swift
[978/1262] Compiling SwiftkubeModel ResourceClaimStatus+resource.v1alpha3.swift
[979/1262] Compiling SwiftkubeModel ResourceClaimTemplate+resource.v1alpha3.swift
[980/1262] Compiling SwiftkubeModel ResourceClaimTemplateList+resource.v1alpha3.swift
[981/1262] Compiling SwiftkubeModel ResourceClaimTemplateSpec+resource.v1alpha3.swift
[982/1262] Compiling SwiftkubeModel ResourcePool+resource.v1alpha3.swift
[983/1262] Compiling SwiftkubeModel ResourceSlice+resource.v1alpha3.swift
[984/1262] Compiling SwiftkubeModel ResourceSliceList+resource.v1alpha3.swift
[985/1262] Compiling SwiftkubeModel ResourceSliceSpec+resource.v1alpha3.swift
[986/1262] Compiling SwiftkubeModel resource+v1alpha3.swift
[987/1262] Compiling SwiftkubeModel AllocatedDeviceStatus+resource.v1beta1.swift
[988/1262] Compiling SwiftkubeModel AllocationResult+resource.v1beta1.swift
[988/1262] Compiling v3_extku.cc
[989/1262] Compiling v3_info.cc
[991/1262] Compiling SwiftkubeModel BasicDevice+resource.v1beta1.swift
[992/1262] Compiling SwiftkubeModel CELDeviceSelector+resource.v1beta1.swift
[993/1262] Compiling SwiftkubeModel Device+resource.v1beta1.swift
[994/1262] Compiling SwiftkubeModel DeviceAllocationConfiguration+resource.v1beta1.swift
[995/1262] Compiling SwiftkubeModel DeviceAllocationResult+resource.v1beta1.swift
[996/1262] Compiling SwiftkubeModel DeviceAttribute+resource.v1beta1.swift
[997/1262] Compiling SwiftkubeModel DeviceCapacity+resource.v1beta1.swift
[998/1262] Compiling SwiftkubeModel DeviceClaim+resource.v1beta1.swift
[999/1262] Compiling SwiftkubeModel DeviceClaimConfiguration+resource.v1beta1.swift
[1000/1262] Compiling SwiftkubeModel DeviceClass+resource.v1beta1.swift
[1001/1262] Compiling SwiftkubeModel DeviceClassConfiguration+resource.v1beta1.swift
[1002/1262] Compiling SwiftkubeModel DeviceClassList+resource.v1beta1.swift
[1003/1262] Compiling SwiftkubeModel DeviceClassSpec+resource.v1beta1.swift
[1004/1262] Compiling SwiftkubeModel DeviceConstraint+resource.v1beta1.swift
[1005/1262] Compiling SwiftkubeModel DeviceRequest+resource.v1beta1.swift
[1006/1262] Compiling SwiftkubeModel DeviceRequestAllocationResult+resource.v1beta1.swift
[1007/1262] Compiling SwiftkubeModel DeviceSelector+resource.v1beta1.swift
[1008/1262] Compiling SwiftkubeModel NetworkDeviceData+resource.v1beta1.swift
[1009/1262] Compiling SwiftkubeModel OpaqueDeviceConfiguration+resource.v1beta1.swift
[1010/1262] Compiling SwiftkubeModel ResourceClaim+resource.v1beta1.swift
[1011/1262] Compiling SwiftkubeModel ResourceClaimConsumerReference+resource.v1beta1.swift
[1012/1262] Compiling SwiftkubeModel ResourceClaimList+resource.v1beta1.swift
[1013/1262] Compiling SwiftkubeModel ResourceClaimSpec+resource.v1beta1.swift
[1014/1262] Compiling SwiftkubeModel ResourceClaimStatus+resource.v1beta1.swift
[1014/1262] Compiling v3_genn.cc
[1015/1262] Compiling v3_enum.cc
[1016/1262] Compiling v3_crld.cc
[1017/1262] Compiling v3_conf.cc
[1018/1262] Compiling v3_bcons.cc
[1019/1262] Compiling v3_cpols.cc
[1020/1262] Compiling v3_bitst.cc
[1021/1262] Compiling v3_akeya.cc
[1022/1262] Compiling v3_alt.cc
[1023/1262] Compiling v3_akey.cc
[1025/1262] Compiling SwiftkubeModel ResourceClaimTemplate+resource.v1beta1.swift
[1026/1262] Compiling SwiftkubeModel ResourceClaimTemplateList+resource.v1beta1.swift
[1027/1262] Compiling SwiftkubeModel ResourceClaimTemplateSpec+resource.v1beta1.swift
[1028/1262] Compiling SwiftkubeModel ResourcePool+resource.v1beta1.swift
[1029/1262] Compiling SwiftkubeModel ResourceSlice+resource.v1beta1.swift
[1030/1262] Compiling SwiftkubeModel ResourceSliceList+resource.v1beta1.swift
[1031/1262] Compiling SwiftkubeModel ResourceSliceSpec+resource.v1beta1.swift
[1032/1262] Compiling SwiftkubeModel resource+v1beta1.swift
[1033/1262] Compiling SwiftkubeModel scheduling.swift
[1034/1262] Compiling SwiftkubeModel PriorityClass+scheduling.v1.swift
[1035/1262] Compiling SwiftkubeModel PriorityClassList+scheduling.v1.swift
[1036/1262] Compiling SwiftkubeModel scheduling+v1.swift
[1037/1262] Compiling SwiftkubeModel storage.swift
[1038/1262] Compiling SwiftkubeModel CSIDriver+storage.v1.swift
[1039/1262] Compiling SwiftkubeModel CSIDriverList+storage.v1.swift
[1040/1262] Compiling SwiftkubeModel CSIDriverSpec+storage.v1.swift
[1041/1262] Compiling SwiftkubeModel CSINode+storage.v1.swift
[1042/1262] Compiling SwiftkubeModel CSINodeDriver+storage.v1.swift
[1043/1262] Compiling SwiftkubeModel CSINodeList+storage.v1.swift
[1044/1262] Compiling SwiftkubeModel CSINodeSpec+storage.v1.swift
[1045/1262] Compiling SwiftkubeModel CSIStorageCapacity+storage.v1.swift
[1046/1262] Compiling SwiftkubeModel CSIStorageCapacityList+storage.v1.swift
[1047/1262] Compiling SwiftkubeModel StorageClass+storage.v1.swift
[1048/1262] Compiling SwiftkubeModel StorageClassList+storage.v1.swift
[1049/1262] Compiling SwiftkubeModel TokenRequest+storage.v1.swift
[1050/1262] Compiling SwiftkubeModel VolumeAttachment+storage.v1.swift
[1051/1262] Compiling SwiftkubeModel VolumeAttachmentList+storage.v1.swift
[1052/1262] Compiling SwiftkubeModel VolumeAttachmentSource+storage.v1.swift
[1053/1262] Compiling SwiftkubeModel VolumeAttachmentSpec+storage.v1.swift
[1054/1262] Compiling SwiftkubeModel VolumeAttachmentStatus+storage.v1.swift
[1055/1262] Compiling SwiftkubeModel VolumeError+storage.v1.swift
[1056/1262] Compiling SwiftkubeModel VolumeNodeResources+storage.v1.swift
[1057/1262] Compiling SwiftkubeModel storage+v1.swift
[1058/1262] Compiling SwiftkubeModel VolumeAttributesClass+storage.v1alpha1.swift
[1059/1262] Compiling SwiftkubeModel VolumeAttributesClassList+storage.v1alpha1.swift
[1060/1262] Compiling SwiftkubeModel storage+v1alpha1.swift
[1061/1262] Compiling SwiftkubeModel VolumeAttributesClass+storage.v1beta1.swift
[1062/1262] Compiling SwiftkubeModel VolumeAttributesClassList+storage.v1beta1.swift
[1063/1262] Compiling SwiftkubeModel storage+v1beta1.swift
[1064/1262] Compiling SwiftkubeModel storagemigration.swift
[1065/1262] Compiling SwiftkubeModel GroupVersionResource+storagemigration.v1alpha1.swift
[1066/1262] Compiling SwiftkubeModel MigrationCondition+storagemigration.v1alpha1.swift
[1067/1262] Compiling SwiftkubeModel StorageVersionMigration+storagemigration.v1alpha1.swift
[1068/1262] Compiling SwiftkubeModel StorageVersionMigrationList+storagemigration.v1alpha1.swift
[1069/1262] Compiling SwiftkubeModel StorageVersionMigrationSpec+storagemigration.v1alpha1.swift
[1070/1262] Compiling SwiftkubeModel StorageVersionMigrationStatus+storagemigration.v1alpha1.swift
[1071/1262] Compiling SwiftkubeModel storagemigration+v1alpha1.swift
[1072/1262] Compiling SwiftkubeModel SwiftkubeModel.swift
[1073/1263] Compiling rsa_pss.cc
[1074/1263] Compiling t_crl.cc
[1075/1263] Compiling t_x509a.cc
[1076/1263] Compiling t_req.cc
[1077/1263] Compiling t_x509.cc
[1078/1263] Compiling name_print.cc
[1079/1263] Compiling policy.cc
[1080/1263] Compiling i2d_pr.cc
[1081/1263] Compiling by_file.cc
[1082/1263] Compiling by_dir.cc
[1083/1263] Compiling a_sign.cc
[1084/1263] Compiling algorithm.cc
[1085/1263] Compiling voprf.cc
[1086/1263] Compiling a_verify.cc
[1087/1263] Compiling asn1_gen.cc
[1088/1263] Compiling a_digest.cc
[1089/1263] Compiling thread_win.cc
[1090/1263] Compiling thread.cc
[1091/1263] Compiling thread_none.cc
[1092/1263] Compiling thread_pthread.cc
[1093/1263] Compiling stack.cc
[1094/1263] Compiling trust_token.cc
[1095/1263] Compiling slhdsa.cc
[1096/1263] Compiling spake2plus.cc
[1096/1263] Compiling siphash.cc
[1098/1263] Compiling pmbtoken.cc
[1099/1263] Compiling sha512.cc
[1100/1263] Compiling sha1.cc
[1101/1263] Compiling sha256.cc
[1102/1263] Compiling rsa_print.cc
[1103/1263] Compiling rsa_extra.cc
[1104/1263] Compiling refcount.cc
[1105/1263] Compiling rc4.cc
[1106/1263] Compiling rsa_crypt.cc
[1107/1263] Compiling urandom.cc
[1108/1263] Compiling trusty.cc
[1109/1263] Compiling rsa_asn1.cc
[1110/1263] Compiling windows.cc
[1111/1263] Compiling rand.cc
[1112/1263] Compiling ios.cc
[1113/1263] Compiling poly1305_arm_asm.S
[1114/1263] Compiling passive.cc
[1115/1263] Compiling getentropy.cc
[1116/1263] Compiling deterministic.cc
[1117/1263] Compiling forkunsafe.cc
[1118/1263] Compiling fork_detect.cc
[1119/1263] Compiling poly1305.cc
[1120/1263] Compiling poly1305_vec.cc
[1121/1263] Compiling poly1305_arm.cc
[1122/1263] Compiling pool.cc
[1123/1263] Compiling pkcs7.cc
[1124/1263] Compiling pkcs8.cc
[1125/1263] Compiling pkcs8_x509.cc
[1126/1263] Compiling p5_pbev2.cc
[1127/1263] Compiling pem_xaux.cc
[1128/1263] Compiling pkcs7_x509.cc
[1129/1263] Compiling pem_x509.cc
[1130/1263] Compiling pem_pkey.cc
[1131/1263] Compiling pem_oth.cc
[1132/1263] Compiling mlkem.cc
[1133/1263] Compiling obj_xref.cc
[1134/1263] Compiling pem_pk8.cc
[1135/1263] Compiling mldsa.cc
[1136/1263] Compiling pem_lib.cc
[1137/1263] Compiling mem.cc
[1138/1263] Compiling pem_info.cc
[1139/1263] Compiling obj.cc
[1140/1263] Compiling md5.cc
[1141/1263] Compiling fips_shared_support.cc
[1142/1263] Compiling pem_all.cc
[1143/1263] Compiling lhash.cc
[1144/1263] Compiling poly_rq_mul.S
[1145/1263] Compiling md4.cc
[1146/1263] Compiling sign.cc
[1147/1263] Compiling scrypt.cc
[1148/1263] Compiling kyber.cc
[1149/1263] Compiling ex_data.cc
[1150/1263] Compiling print.cc
[1151/1263] Compiling hrss.cc
[1152/1263] Compiling hpke.cc
[1153/1263] Compiling pbkdf.cc
[1154/1263] Compiling p_x25519.cc
[1155/1263] Compiling p_rsa.cc
[1156/1263] Compiling p_rsa_asn1.cc
[1157/1263] Compiling p_x25519_asn1.cc
[1158/1263] Compiling p_hkdf.cc
[1159/1263] Compiling p_ec.cc
[1160/1263] Compiling p_ed25519.cc
[1161/1263] Compiling p_ec_asn1.cc
[1162/1263] Compiling p_ed25519_asn1.cc
[1163/1263] Compiling p_dh_asn1.cc
[1164/1263] Compiling evp_ctx.cc
[1165/1263] Compiling p_dh.cc
[1166/1263] Compiling p_dsa_asn1.cc
[1167/1263] Compiling err.cc
[1168/1263] Compiling engine.cc
[1169/1263] Compiling evp.cc
[1170/1263] Compiling evp_asn1.cc
[1171/1263] Compiling ecdh.cc
[1172/1263] Compiling hash_to_curve.cc
[1173/1263] Compiling ec_derive.cc
[1174/1263] Compiling ecdsa_asn1.cc
[1175/1263] Compiling dsa.cc
[1176/1263] Compiling ec_asn1.cc
[1177/1263] Compiling params.cc
[1178/1263] Compiling des.cc
[1179/1263] Compiling dsa_asn1.cc
[1180/1263] Compiling digest_extra.cc
[1181/1263] Compiling dh_asn1.cc
[1182/1263] Compiling x25519-asm-arm.S
[1183/1263] Compiling cpu_arm_freebsd.cc
[1184/1263] Compiling cpu_arm_linux.cc
[1185/1263] Compiling crypto.cc
[1186/1263] Compiling spake25519.cc
[1187/1263] Compiling cpu_intel.cc
[1188/1263] Compiling curve25519.cc
[1189/1263] Compiling cpu_aarch64_linux.cc
[1190/1263] Compiling cpu_aarch64_win.cc
[1191/1263] Compiling cpu_aarch64_fuchsia.cc
[1192/1263] Compiling curve25519_64_adx.cc
[1193/1263] Compiling cpu_aarch64_sysreg.cc
[1194/1263] Compiling cpu_aarch64_openbsd.cc
[1195/1263] Compiling bcm.cc
[1196/1263] Compiling cpu_aarch64_apple.cc
[1197/1263] Compiling get_cipher.cc
[1198/1263] Compiling conf.cc
[1199/1263] Compiling e_null.cc
[1200/1263] Compiling tls_cbc.cc
[1201/1263] Compiling e_rc4.cc
[1202/1263] Compiling e_rc2.cc
[1203/1263] Compiling e_des.cc
[1204/1263] Compiling e_tls.cc
[1205/1263] Compiling derive_key.cc
[1206/1263] Compiling e_chacha20poly1305.cc
[1207/1263] Compiling e_aesctrhmac.cc
[1208/1263] Compiling e_aesgcmsiv.cc
[1209/1263] Compiling chacha.cc
[1210/1263] Compiling ber.cc
[1211/1263] Compiling unicode.cc
[1212/1263] Compiling cbb.cc
[1213/1263] Compiling buf.cc
[1214/1263] Compiling socket.cc
[1215/1263] Compiling printf.cc
[1216/1263] Compiling cbs.cc
[1217/1263] Compiling asn1_compat.cc
[1218/1263] Compiling bn_asn1.cc
[1219/1263] Compiling blake2.cc
[1220/1263] Compiling socket_helper.cc
[1221/1263] Compiling convert.cc
[1222/1263] Compiling hexdump.cc
[1223/1263] Compiling pair.cc
[1224/1263] Compiling fd.cc
[1225/1263] Compiling errno.cc
[1226/1263] Compiling file.cc
[1227/1263] Compiling bio_mem.cc
[1228/1263] Compiling connect.cc
[1229/1263] Compiling tasn_new.cc
[1230/1263] Compiling bio.cc
[1231/1263] Compiling base64.cc
[1232/1263] Compiling tasn_typ.cc
[1233/1263] Compiling tasn_fre.cc
[1234/1263] Compiling tasn_enc.cc
[1235/1263] Compiling f_int.cc
[1236/1263] Compiling f_string.cc
[1236/1263] Compiling tasn_utl.cc
[1238/1263] Compiling asn_pack.cc
[1239/1263] Compiling posix_time.cc
[1240/1263] Compiling asn1_par.cc
[1241/1263] Compiling tasn_dec.cc
[1242/1263] Compiling asn1_lib.cc
[1243/1263] Compiling a_utctm.cc
[1244/1263] Compiling a_octet.cc
[1245/1263] Compiling a_time.cc
[1246/1263] Compiling a_type.cc
[1247/1263] Compiling a_strnid.cc
[1248/1263] Compiling a_mbstr.cc
[1249/1263] Compiling a_strex.cc
[1250/1263] Compiling a_i2d_fp.cc
[1251/1263] Compiling a_dup.cc
[1252/1263] Compiling a_object.cc
[1253/1263] Compiling a_int.cc
[1254/1263] Write sources
[1256/1263] Compiling a_d2i_fp.cc
[1257/1263] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1258/1282] Compiling a_bitstr.cc
[1259/1307] Compiling a_bool.cc
[1260/1307] Compiling a_gentm.cc
[1262/1307] Compiling Algorithms Joined.swift
[1263/1307] Compiling Algorithms Keyed.swift
[1264/1307] Compiling Algorithms MinMax.swift
[1265/1307] Compiling Algorithms Partition.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 Chunked.swift
[1271/1309] Compiling Algorithms Combinations.swift
[1272/1309] Compiling Algorithms FlattenCollection.swift
[1273/1309] Compiling Algorithms Compacted.swift
[1274/1309] Compiling Algorithms Cycle.swift
[1275/1309] Compiling Algorithms EitherSequence.swift
[1276/1309] Compiling Algorithms Split.swift
[1277/1309] Compiling Algorithms Stride.swift
[1278/1309] Compiling Algorithms Suffix.swift
[1282/1312] Compiling Algorithms FirstNonNil.swift
[1285/1312] Compiling Algorithms Rotate.swift
[1293/1312] Compiling Algorithms Grouped.swift
[1294/1312] Compiling Algorithms Indexed.swift
[1295/1312] Compiling Algorithms Intersperse.swift
[1296/1312] Compiling Algorithms Trim.swift
[1297/1312] Compiling Algorithms Unique.swift
[1298/1312] Compiling Algorithms Windows.swift
[1299/1312] Compiling Algorithms AdjacentPairs.swift
[1300/1312] Compiling Algorithms Chain.swift
[1303/1312] Emitting module Atomics
[1310/1313] Emitting module Algorithms
[1311/1314] Compiling c-nioatomics.c
[1313/1314] Compiling c-atomics.c
[1315/1320] Compiling NIOConcurrencyHelpers NIOLock.swift
[1316/1320] Compiling NIOConcurrencyHelpers lock.swift
[1317/1320] Emitting module NIOConcurrencyHelpers
[1318/1320] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1319/1320] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1320/1320] Compiling NIOConcurrencyHelpers atomics.swift
[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 ChannelPipeline.swift
[1347/1388] Compiling NIOCore CircularBuffer.swift
[1348/1388] Compiling NIOCore Codec.swift
[1349/1388] Compiling NIOCore ConvenienceOptionSupport.swift
[1350/1388] Compiling NIOCore DeadChannel.swift
[1351/1388] Compiling NIOCore DispatchQueue+WithFuture.swift
[1352/1388] Compiling NIOCore EventLoop+Deprecated.swift
[1353/1388] Compiling NIOCore EventLoop+SerialExecutor.swift
[1354/1388] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1355/1388] Compiling NIOCore SocketAddresses.swift
[1356/1388] Compiling NIOCore SocketOptionProvider.swift
[1357/1388] Compiling NIOCore SystemCallHelpers.swift
[1358/1388] Compiling NIOCore TimeAmount+Duration.swift
[1359/1388] Compiling NIOCore TypeAssistedChannelHandler.swift
[1360/1388] Compiling NIOCore UniversalBootstrapSupport.swift
[1361/1388] Compiling NIOCore Utilities.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 AsyncTestingEventLoop.swift
[1391/1440] Emitting module NIOEmbedded
[1392/1440] Compiling NIOEmbedded AsyncTestingChannel.swift
[1393/1440] Compiling NIOEmbedded Embedded.swift
[1395/1441] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1396/1441] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1397/1441] Compiling NIOPosix PosixSingletons.swift
[1398/1441] Compiling NIOPosix RawSocketBootstrap.swift
[1399/1441] Compiling NIOPosix Resolver.swift
[1400/1441] Compiling NIOPosix Selectable.swift
[1401/1441] Compiling NIOPosix ServerSocket.swift
[1402/1441] Compiling NIOPosix Socket.swift
[1403/1441] Compiling NIOPosix SocketChannel.swift
[1404/1441] Compiling NIOPosix SocketProtocols.swift
[1405/1441] Compiling NIOPosix System.swift
[1406/1441] Compiling NIOPosix Thread.swift
[1407/1441] Compiling NIOPosix SelectableChannel.swift
[1408/1441] Compiling NIOPosix SelectableEventLoop.swift
[1409/1441] Compiling NIOPosix SelectorEpoll.swift
[1410/1441] Compiling NIOPosix SelectorGeneric.swift
[1411/1441] Compiling NIOPosix SelectorKqueue.swift
[1412/1441] Compiling NIOPosix SelectorUring.swift
[1413/1447] Compiling NIOPosix ThreadPosix.swift
[1414/1447] Compiling NIOPosix ThreadWindows.swift
[1415/1447] Compiling NIOPosix UnsafeTransfer.swift
[1416/1447] Compiling NIOPosix Utilities.swift
[1417/1447] Compiling NIOPosix VsockAddress.swift
[1418/1447] Compiling NIOPosix VsockChannelEvents.swift
[1419/1447] Compiling NIOPosix BSDSocketAPICommon.swift
[1420/1447] Compiling NIOPosix BSDSocketAPIPosix.swift
[1421/1447] Compiling NIOPosix BSDSocketAPIWindows.swift
[1422/1447] Compiling NIOPosix BaseSocket.swift
[1423/1447] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1424/1447] Compiling NIOPosix BaseSocketChannel.swift
[1425/1447] Compiling NIOPosix BaseStreamSocketChannel.swift
[1426/1447] Emitting module NIOPosix
[1427/1447] Compiling NIOPosix Bootstrap.swift
[1428/1447] Compiling NIOPosix ControlMessage.swift
[1429/1447] Compiling NIOPosix DatagramVectorReadManager.swift
[1430/1447] Compiling NIOPosix Errors+Any.swift
[1431/1447] Compiling NIOPosix FileDescriptor.swift
[1432/1447] Compiling NIOPosix GetaddrinfoResolver.swift
[1433/1447] Compiling NIOPosix HappyEyeballs.swift
[1434/1447] Compiling NIOPosix IO.swift
[1435/1447] Compiling NIOPosix IntegerBitPacking.swift
[1436/1447] Compiling NIOPosix IntegerTypes.swift
[1437/1447] Compiling NIOPosix Linux.swift
[1438/1447] Compiling NIOPosix LinuxCPUSet.swift
[1439/1447] Compiling NIOPosix LinuxUring.swift
[1440/1447] Compiling NIOPosix MultiThreadedEventLoopGroup.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 NIOTLS TLSEvents.swift
[1453/1490] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1454/1490] Compiling NIOSOCKS ClientStateMachine.swift
[1455/1490] Compiling NIOSOCKS SOCKSResponse.swift
[1456/1491] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1457/1491] Compiling NIOHTTP1 HTTPDecoder.swift
[1458/1491] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1459/1491] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1460/1491] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1461/1491] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1462/1491] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1463/1493] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1464/1493] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1465/1493] Emitting module NIOTLS
[1466/1493] Emitting module NIOFoundationCompat
[1467/1493] Compiling NIOHTTP1 HTTPEncoder.swift
[1469/1493] Emitting module NIOSOCKS
[1471/1493] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1472/1493] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1473/1493] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1474/1493] Compiling NIOSOCKS ServerStateMachine.swift
[1475/1494] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1476/1494] Compiling NIOTLS SNIHandler.swift
[1479/1495] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1480/1495] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1481/1495] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1482/1495] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1485/1495] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1487/1525] Compiling NIOSSL SSLPrivateKey.swift
[1488/1525] Compiling NIOSSL SSLPublicKey.swift
[1489/1547] Compiling NIOTransportServices NIOTSBootstraps.swift
[1490/1547] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1491/1547] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1492/1549] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1493/1549] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1494/1549] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1495/1549] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1496/1549] Compiling NIOTransportServices NIOTSErrors.swift
[1497/1549] Compiling NIOTransportServices NIOTSEventLoop.swift
[1498/1549] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1499/1549] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1500/1549] Compiling NIOTransportServices StateManagedChannel.swift
[1501/1549] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1502/1549] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1503/1549] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1504/1549] Compiling NIOTransportServices NIOTSSingletons.swift
[1505/1549] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1510/1549] Compiling NIOTransportServices AcceptHandler.swift
[1511/1549] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1512/1549] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1513/1549] Emitting module NIOTransportServices
[1514/1549] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1515/1549] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1516/1549] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1518/1550] Emitting module NIOHTTP1
[1523/1569] Compiling NIOSSL NIOSSLSecureBytes.swift
[1524/1569] Compiling NIOSSL RNG.swift
[1525/1569] Compiling NIOSSL SafeCompare.swift
[1526/1569] Compiling NIOSSL Zeroization.swift
[1531/1572] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1532/1572] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1533/1572] Compiling NIOHTTPCompression HTTPDecompression.swift
[1534/1572] Compiling NIOHPACK HPACKHeader.swift
[1535/1572] Compiling NIOHPACK HeaderTables.swift
[1538/1572] Compiling NIOHPACK IndexedHeaderTable.swift
[1539/1572] Compiling NIOHPACK IntegerCoding.swift
[1540/1573] Emitting module NIOHTTPCompression
[1541/1573] Compiling NIOHTTPCompression HTTPCompression.swift
[1542/1573] Compiling NIOHPACK DynamicHeaderTable.swift
[1543/1573] Compiling NIOHPACK HPACKDecoder.swift
[1548/1573] Emitting module NIOSSL
[1551/1573] Compiling NIOHPACK HPACKEncoder.swift
[1552/1573] Compiling NIOHPACK HPACKErrors.swift
[1553/1573] Compiling NIOHPACK HuffmanCoding.swift
[1554/1573] Compiling NIOHPACK HuffmanTables.swift
[1555/1573] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1556/1573] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1557/1574] Compiling NIOHPACK StaticHeaderTable.swift
[1559/1574] Emitting module NIOHPACK
[1572/1575] Compiling NIOSSL SSLContext.swift
[1573/1633] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1574/1633] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1575/1633] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1577/1634] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1578/1634] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1579/1634] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1580/1634] Compiling NIOHTTP2 HTTP2StreamID.swift
[1581/1634] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1582/1634] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1583/1634] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1584/1634] Compiling NIOHTTP2 InboundEventBuffer.swift
[1585/1642] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1586/1642] Compiling NIOHTTP2 HTTP2Frame.swift
[1587/1642] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1588/1642] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1589/1642] Compiling NIOHTTP2 HTTP2PingData.swift
[1590/1642] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1591/1642] Compiling NIOHTTP2 HTTP2Settings.swift
[1592/1642] Compiling NIOHTTP2 HTTP2Stream.swift
[1593/1642] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1594/1642] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1595/1642] Compiling NIOHTTP2 MayReceiveFrames.swift
[1596/1642] Compiling NIOHTTP2 ReceivingDataState.swift
[1600/1642] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1601/1642] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1602/1642] Compiling NIOHTTP2 InboundWindowManager.swift
[1603/1642] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1604/1642] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1605/1642] Compiling NIOHTTP2 StreamChannelList.swift
[1606/1642] Compiling NIOHTTP2 StreamMap.swift
[1607/1642] Compiling NIOHTTP2 StreamStateMachine.swift
[1608/1642] Compiling NIOHTTP2 UnsafeTransfer.swift
[1609/1642] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1610/1642] Compiling NIOHTTP2 StateMachineResult.swift
[1611/1642] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1612/1642] Compiling NIOHTTP2 DOSHeuristics.swift
[1613/1642] Compiling NIOHTTP2 Error+Any.swift
[1614/1642] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1615/1642] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1616/1642] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1617/1642] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1618/1642] Compiling NIOHTTP2 MaySendFrames.swift
[1619/1642] Compiling NIOHTTP2 SendingDataState.swift
[1620/1642] Compiling NIOHTTP2 SendingGoawayState.swift
[1621/1642] Compiling NIOHTTP2 SendingHeadersState.swift
[1622/1642] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1623/1642] Compiling NIOHTTP2 SendingRstStreamState.swift
[1624/1642] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1625/1642] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1626/1642] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1627/1642] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1628/1642] Compiling NIOHTTP2 HasLocalSettings.swift
[1629/1642] Compiling NIOHTTP2 HasRemoteSettings.swift
[1630/1642] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1631/1642] Compiling NIOHTTP2 QuiescingState.swift
[1632/1642] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1633/1642] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1634/1642] Emitting module NIOHTTP2
[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] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1645/1702] Compiling AsyncHTTPClient ConnectionTarget.swift
[1646/1702] Compiling AsyncHTTPClient DeconstructedURL.swift
[1647/1702] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1648/1702] Compiling AsyncHTTPClient FoundationExtensions.swift
[1649/1702] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1650/1702] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1651/1702] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1652/1710] Emitting module AsyncHTTPClient
[1653/1710] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1654/1710] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1655/1710] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1656/1710] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1657/1710] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1658/1710] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1659/1710] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1660/1710] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1661/1710] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1662/1710] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1663/1710] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1664/1710] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1665/1710] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1666/1710] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1667/1710] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1668/1710] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1669/1710] Compiling AsyncHTTPClient RequestBodyLength.swift
[1670/1710] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1671/1710] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1672/1710] Compiling AsyncHTTPClient Transaction.swift
[1673/1710] Compiling AsyncHTTPClient Base64.swift
[1674/1710] Compiling AsyncHTTPClient BasicAuth.swift
[1675/1710] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1676/1710] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1677/1710] Compiling AsyncHTTPClient ConnectionPool.swift
[1678/1710] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1679/1710] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1680/1710] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1681/1710] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1682/1710] Compiling AsyncHTTPClient HTTP1Connection.swift
[1683/1710] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1684/1710] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1685/1710] Compiling AsyncHTTPClient HTTP2Connection.swift
[1686/1710] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1687/1710] Compiling AsyncHTTPClient RequestBag.swift
[1688/1710] Compiling AsyncHTTPClient RequestValidation.swift
[1689/1710] Compiling AsyncHTTPClient SSLContextCache.swift
[1690/1710] Compiling AsyncHTTPClient Scheme.swift
[1691/1710] Compiling AsyncHTTPClient Singleton.swift
[1692/1710] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1693/1710] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1694/1710] Compiling AsyncHTTPClient Utils.swift
[1695/1710] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1696/1710] Compiling AsyncHTTPClient RequestOptions.swift
[1697/1710] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1698/1710] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1699/1710] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1700/1710] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1701/1710] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1702/1710] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.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+coordination.v1.swift
[1713/1761] Compiling SwiftkubeClient KubernetesClient+coordination.v1alpha2.swift
[1714/1761] Compiling SwiftkubeClient KubernetesClient+discovery.v1.swift
[1715/1761] Compiling SwiftkubeClient KubernetesClient+events.v1.swift
[1716/1761] Compiling SwiftkubeClient KubernetesClient+flowcontrol.v1.swift
[1717/1761] Compiling SwiftkubeClient KubernetesClient+internal.v1alpha1.swift
[1718/1761] Compiling SwiftkubeClient KubernetesClient+networking.v1.swift
[1719/1768] Compiling SwiftkubeClient KubernetesClient+networking.v1beta1.swift
[1720/1768] Compiling SwiftkubeClient KubernetesClient+node.v1.swift
[1721/1768] Compiling SwiftkubeClient KubernetesClient+policy.v1.swift
[1722/1768] Compiling SwiftkubeClient KubernetesClient+rbac.v1.swift
[1723/1768] Compiling SwiftkubeClient KubernetesClient+resource.v1alpha3.swift
[1724/1768] Compiling SwiftkubeClient KubernetesClient+resource.v1beta1.swift
[1725/1768] Compiling SwiftkubeClient KubernetesClient+scheduling.v1.swift
[1726/1768] Compiling SwiftkubeClient KubernetesClient+admissionregistration.v1.swift
[1727/1768] Compiling SwiftkubeClient KubernetesClient+admissionregistration.v1alpha1.swift
[1728/1768] Compiling SwiftkubeClient KubernetesClient+admissionregistration.v1beta1.swift
[1729/1768] Compiling SwiftkubeClient KubernetesClient+apiextensions.v1.swift
[1730/1768] Compiling SwiftkubeClient KubernetesClient+apiregistration.v1.swift
[1731/1768] Compiling SwiftkubeClient KubernetesClient+apps.v1.swift
[1732/1768] Compiling SwiftkubeClient KubernetesClient+authentication.v1.swift
[1733/1768] Emitting module SwiftkubeClient
[1734/1768] Compiling SwiftkubeClient KubernetesClient+authentication.v1beta1.swift
[1735/1768] Compiling SwiftkubeClient KubernetesClient+authorization.v1.swift
[1736/1768] Compiling SwiftkubeClient KubernetesClient+autoscaling.v1.swift
[1737/1768] Compiling SwiftkubeClient KubernetesClient+autoscaling.v2.swift
[1738/1768] Compiling SwiftkubeClient KubernetesClient+batch.v1.swift
[1739/1768] Compiling SwiftkubeClient KubernetesClient+certificates.v1.swift
[1740/1768] Compiling SwiftkubeClient KubernetesClient+certificates.v1alpha1.swift
[1741/1768] Compiling SwiftkubeClient AnyDataStreamerTransformer.swift
[1742/1768] Compiling SwiftkubeClient DataStreamer.swift
[1743/1768] Compiling SwiftkubeClient IdentityTransfomer.swift
[1744/1768] Compiling SwiftkubeClient ResourceEventTransformer.swift
[1745/1768] Compiling SwiftkubeClient RetryStrategy.swift
[1746/1768] Compiling SwiftkubeClient SwiftkubeClientTask.swift
[1747/1768] Compiling SwiftkubeClient WatchEvent.swift
[1748/1768] Compiling SwiftkubeClient KubernetesRequest.swift
[1749/1768] Compiling SwiftkubeClient NamespacedGenericKubernetesClient+Pod.swift
[1750/1768] Compiling SwiftkubeClient NamespacedGenericKubernetesClient.swift
[1751/1768] Compiling SwiftkubeClient RequestBuilder.swift
[1752/1768] Compiling SwiftkubeClient RequestHandlerType.swift
[1753/1768] Compiling SwiftkubeClient Selectors.swift
[1754/1768] Compiling SwiftkubeClient Authentication.swift
[1755/1768] Compiling SwiftkubeClient KubernetesClient+storage.v1.swift
[1756/1768] Compiling SwiftkubeClient KubernetesClient+storage.v1alpha1.swift
[1757/1768] Compiling SwiftkubeClient KubernetesClient+storage.v1beta1.swift
[1758/1768] Compiling SwiftkubeClient KubernetesClient+storagemigration.v1alpha1.swift
[1759/1768] Compiling SwiftkubeClient ClusterScopedGenericKubernetesClient.swift
[1760/1768] Compiling SwiftkubeClient GenericKubernetesClient.swift
[1761/1768] Compiling SwiftkubeClient KubernetesClient.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! (298.11s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.5.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.80.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "model",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "0.18.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftkube/model.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "SwiftkubeClient",
  "name" : "SwiftkubeClient",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftkubeClient",
      "targets" : [
        "SwiftkubeClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SwiftkubeClientTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftkubeClientTests",
      "path" : "Tests/SwiftkubeClientTests",
      "sources" : [
        "K8sCRDTests.swift",
        "K8sConfigMapTests.swift",
        "K8sNamespaceTests.swift",
        "K8sNodeTests.swift",
        "K8sServiceTests.swift",
        "K8sTestCase.swift",
        "RequestBuilderTests.swift",
        "RetryStrategyTests.swift"
      ],
      "target_dependencies" : [
        "SwiftkubeClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftkubeClient",
      "module_type" : "SwiftTarget",
      "name" : "SwiftkubeClient",
      "path" : "Sources/SwiftkubeClient",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Logging",
        "Metrics",
        "NIO",
        "NIOFoundationCompat",
        "SwiftkubeModel",
        "Yams"
      ],
      "product_memberships" : [
        "SwiftkubeClient"
      ],
      "sources" : [
        "API Groups/KubernetesClient+admissionregistration.v1.swift",
        "API Groups/KubernetesClient+admissionregistration.v1alpha1.swift",
        "API Groups/KubernetesClient+admissionregistration.v1beta1.swift",
        "API Groups/KubernetesClient+apiextensions.v1.swift",
        "API Groups/KubernetesClient+apiregistration.v1.swift",
        "API Groups/KubernetesClient+apps.v1.swift",
        "API Groups/KubernetesClient+authentication.v1.swift",
        "API Groups/KubernetesClient+authentication.v1beta1.swift",
        "API Groups/KubernetesClient+authorization.v1.swift",
        "API Groups/KubernetesClient+autoscaling.v1.swift",
        "API Groups/KubernetesClient+autoscaling.v2.swift",
        "API Groups/KubernetesClient+batch.v1.swift",
        "API Groups/KubernetesClient+certificates.v1.swift",
        "API Groups/KubernetesClient+certificates.v1alpha1.swift",
        "API Groups/KubernetesClient+coordination.v1.swift",
        "API Groups/KubernetesClient+coordination.v1alpha2.swift",
        "API Groups/KubernetesClient+discovery.v1.swift",
        "API Groups/KubernetesClient+events.v1.swift",
        "API Groups/KubernetesClient+flowcontrol.v1.swift",
        "API Groups/KubernetesClient+internal.v1alpha1.swift",
        "API Groups/KubernetesClient+networking.v1.swift",
        "API Groups/KubernetesClient+networking.v1beta1.swift",
        "API Groups/KubernetesClient+node.v1.swift",
        "API Groups/KubernetesClient+policy.v1.swift",
        "API Groups/KubernetesClient+rbac.v1.swift",
        "API Groups/KubernetesClient+resource.v1alpha3.swift",
        "API Groups/KubernetesClient+resource.v1beta1.swift",
        "API Groups/KubernetesClient+scheduling.v1.swift",
        "API Groups/KubernetesClient+storage.v1.swift",
        "API Groups/KubernetesClient+storage.v1alpha1.swift",
        "API Groups/KubernetesClient+storage.v1beta1.swift",
        "API Groups/KubernetesClient+storagemigration.v1alpha1.swift",
        "Client/ClusterScopedGenericKubernetesClient.swift",
        "Client/GenericKubernetesClient.swift",
        "Client/KubernetesClient.swift",
        "Client/KubernetesRequest.swift",
        "Client/NamespacedGenericKubernetesClient+Pod.swift",
        "Client/NamespacedGenericKubernetesClient.swift",
        "Client/RequestBuilder.swift",
        "Client/RequestHandlerType.swift",
        "Client/Selectors.swift",
        "Config/Authentication.swift",
        "Config/KubeConfig.swift",
        "Config/KubernetesClientConfig.swift",
        "Discovery/DiscoveryRequestBuilder.swift",
        "Discovery/KubernetesClient+Discovery.swift",
        "Metrics/KubernetesClient+Metrics.swift",
        "Model/UnstructuredResource+YAML.swift",
        "SwiftkubeClient.swift",
        "Watch/AnyDataStreamerTransformer.swift",
        "Watch/DataStreamer.swift",
        "Watch/IdentityTransfomer.swift",
        "Watch/ResourceEventTransformer.swift",
        "Watch/RetryStrategy.swift",
        "Watch/SwiftkubeClientTask.swift",
        "Watch/WatchEvent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.