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