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