Build Information
Successful build of SwiftkubeClient, reference main (0dcdb1), with Swift 6.1 for Linux on 30 Mar 2026 00:58:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftkube/client.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swiftkube/client
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0dcdb1f Update CHANGELOG
Cloned https://github.com/swiftkube/client.git
Revision (git rev-parse @):
0dcdb1fdc849222bda33021dcc0a8c5300e6aaa4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftkube/client.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftkube/client.git
https://github.com/swiftkube/client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.86.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.4.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "model",
"requirement" : {
"range" : [
{
"lower_bound" : "0.19.0",
"upper_bound" : "0.20.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftkube/model.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.29.1",
"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+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+certificates.v1beta1.swift",
"API Groups/KubernetesClient+coordination.v1.swift",
"API Groups/KubernetesClient+coordination.v1alpha2.swift",
"API Groups/KubernetesClient+coordination.v1beta1.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.v1.swift",
"API Groups/KubernetesClient+resource.v1alpha3.swift",
"API Groups/KubernetesClient+resource.v1beta1.swift",
"API Groups/KubernetesClient+resource.v1beta2.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/AuthInfo+Authentication.swift",
"Config/Cluster+TLS.swift",
"Config/KubeConfig+Loaders.swift",
"Config/KubeConfig.swift",
"Config/KubernetesClientConfig+Init.swift",
"Config/KubernetesClientConfig.swift",
"Discovery/DiscoveryRequestBuilder.swift",
"Discovery/KubernetesClient+Discovery.swift",
"Metrics/KubernetesClient+Metrics.swift",
"Model/UnstructuredResource+YAML.swift",
"SwiftkubeClient.swift",
"Watch/AnyDataStreamerTransformer.swift",
"Watch/DataStreamer.swift",
"Watch/IdentityTransfomer.swift",
"Watch/ResourceEventTransformer.swift",
"Watch/RetryStrategy.swift",
"Watch/SwiftkubeClientTask.swift",
"Watch/WatchEvent.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swiftkube/model.git
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-log.git
[1/2974] Fetching swift-metrics
[210/24467] Fetching swift-metrics, model
[2973/30755] Fetching swift-metrics, model, swift-log
[5332/42290] Fetching swift-metrics, model, swift-log, yams
[5333/57957] Fetching swift-metrics, model, swift-log, yams, async-http-client
Fetched https://github.com/apple/swift-metrics.git from cache (1.06s)
[17494/54983] Fetching model, swift-log, yams, async-http-client
[18667/137930] Fetching model, swift-log, yams, async-http-client, swift-nio
Fetched https://github.com/swiftkube/model.git from cache (3.14s)
[57403/116437] Fetching swift-log, yams, async-http-client, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.34s)
Fetched https://github.com/jpsim/Yams.git from cache (4.45s)
[52164/98614] Fetching async-http-client, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (12.08s)
Fetched https://github.com/apple/swift-nio from cache (12.28s)
Computing version for https://github.com/swiftkube/model.git
Computed https://github.com/swiftkube/model.git at 0.19.0 (16.17s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.09s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (1.18s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.97s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (1.05s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/6058] Fetching swift-algorithms
[1940/7878] Fetching swift-algorithms, swift-atomics
[2765/10699] Fetching swift-algorithms, swift-atomics, swift-nio-transport-services
[4273/16390] Fetching swift-algorithms, swift-atomics, swift-nio-transport-services, swift-distributed-tracing
[5186/22881] Fetching swift-algorithms, swift-atomics, swift-nio-transport-services, swift-distributed-tracing, swift-nio-extras
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.00s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.06s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.28s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.31s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.39s)
[1/15360] Fetching swift-nio-ssl
[1537/27430] Fetching swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.62s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.93s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (5.94s)
Fetching https://github.com/apple/swift-service-context.git
[1/1210] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.65s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.66s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.92s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.08s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.15s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.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.36.1 (1.02s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (1.18s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.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-certificates.git
[1/1769] Fetching swift-asn1
[798/2720] Fetching swift-asn1, swift-http-types
[1167/3939] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[2862/6625] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-service-lifecycle
[3561/13750] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-certificates
[4880/19974] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.64s)
[9889/19023] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.89s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.89s)
[13052/15118] Fetching swift-asn1, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.96s)
[8681/8894] Fetching swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.97s)
[7054/7125] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.22s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (2.50s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.26s)
Fetching https://github.com/apple/swift-collections.git
[1/23248] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.37s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (3.38s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.97.1 (1.82s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (4.85s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.20s)
Fetching https://github.com/apple/swift-crypto.git
[1/17276] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.28s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (4.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.0 (3.39s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
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.1.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.10.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.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.18.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.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.36.1
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.26.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.33.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.4.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.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.42.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.97.1
Creating working copy for https://github.com/swiftkube/model.git
Working copy of https://github.com/swiftkube/model.git resolved at 0.19.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.1.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.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
Building for debugging...
[0/463] Write sources
[30/463] Compiling _AtomicsShims.c
[31/463] Compiling _NumericsShims _NumericsShims.c
[32/463] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[33/463] Compiling CNIOWindows shim.c
[34/463] Compiling writer.c
[35/463] Compiling CNIOWindows WSAStartup.c
[36/463] Compiling CNIOWASI CNIOWASI.c
[36/463] Compiling reader.c
[38/463] Compiling parser.c
[39/463] Compiling CNIOPosix event_loop_id.c
[40/463] Compiling CNIOOpenBSD shim.c
[41/463] Compiling CNIOLinux liburing_shims.c
[42/463] Compiling CNIOLLHTTP c_nio_http.c
[43/463] Compiling api.c
[44/463] Compiling CNIOExtrasZlib zutil.c
[45/463] Compiling CNIOLinux shim.c
[46/463] Compiling emitter.c
[47/463] Compiling CNIOLLHTTP c_nio_api.c
[48/463] Compiling CNIOExtrasZlib inftrees.c
[49/463] Write swift-version-24593BA9C3E375BF.txt
[50/463] Compiling CNIOExtrasZlib trees.c
[51/463] Compiling scanner.c
[52/463] Compiling CNIOExtrasZlib adler32.c
[53/463] Compiling CNIOExtrasZlib inflate.c
[54/463] Compiling CNIOExtrasZlib inffast.c
[55/463] Compiling CNIOExtrasZlib deflate.c
[56/463] Compiling CNIOExtrasZlib crc32.c
[57/463] Compiling CNIOLLHTTP c_nio_llhttp.c
[59/702] Emitting module InternalCollectionsUtilities
[60/704] Compiling InternalCollectionsUtilities _SortedCollection.swift
[61/704] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/704] Compiling SwiftkubeModel MutatingWebhook+admissionregistration.v1.swift
[63/704] Compiling SwiftkubeModel MutatingWebhookConfiguration+admissionregistration.v1.swift
[64/704] Compiling _NIODataStructures _TinyArray.swift
[65/704] Emitting module ServiceContextModule
[66/704] Compiling _NIODataStructures PriorityQueue.swift
[67/704] Compiling SwiftkubeModel GroupVersionResource+KubernetesAPIResource.swift
[68/704] Compiling SwiftkubeModel GroupVersionResource+Meta.swift
[69/704] Compiling ServiceContextModule ServiceContext.swift
[70/704] Compiling ServiceContextModule ServiceContextKey.swift
[73/704] Compiling RealModule Real.swift
[74/704] Compiling SwiftkubeModel MatchCondition+admissionregistration.v1.swift
[75/704] Compiling SwiftkubeModel MatchResources+admissionregistration.v1.swift
[76/705] Compiling SwiftkubeModel AuditAnnotation+admissionregistration.v1.swift
[77/705] Compiling SwiftkubeModel ExpressionWarning+admissionregistration.v1.swift
[78/705] Compiling RealModule RealFunctions.swift
[79/705] Compiling SwiftkubeModel JSONObject.swift
[80/705] Compiling SwiftkubeModel KubernetesResource.swift
[81/705] Compiling SwiftkubeModel Quantity.swift
[82/707] Compiling SwiftkubeModel GroupVersionResource+ResourceName.swift
[83/707] Compiling SwiftkubeModel GroupVersionResource.swift
[84/707] Compiling SwiftkubeModel IntOrString.swift
[85/708] Compiling SwiftkubeModel UnstructuredResource.swift
[86/708] Compiling SwiftkubeModel UnstructuredResourceList.swift
[87/708] Compiling SwiftkubeModel admissionregistration.swift
[94/708] Emitting module RealModule
[95/708] Compiling RealModule Float16+Real.swift
[96/708] Compiling RealModule Float80+Real.swift
[97/708] Emitting module _NIOBase64
[98/708] Compiling _NIOBase64 Base64.swift
[99/708] Compiling Logging LogHandler.swift
[100/710] Emitting module Yams
[104/710] Compiling RealModule RelaxedArithmetic.swift
[105/717] Compiling CNIODarwin shim.c
[110/753] Compiling Instrumentation NoOpInstrument.swift
[111/753] Emitting module Instrumentation
[112/753] Compiling ContainersPreview Drain+Reduce.swift
[113/753] Compiling ContainersPreview Drain.swift
[114/753] Compiling ContainersPreview Producer+Collect.swift
[115/753] Compiling ContainersPreview Producer+Filter.swift
[116/753] Compiling ContainersPreview RandomAccessContainer.swift
[117/753] Compiling ContainersPreview RangeExpression2.swift
[118/753] Compiling ContainersPreview RangeReplaceableContainer.swift
[119/753] Compiling ContainersPreview Drain+Map.swift
[120/753] Compiling ContainersPreview Producer+Map.swift
[121/753] Compiling ContainersPreview Producer+Reduce.swift
[122/753] Compiling ContainersPreview Producer.swift
[123/753] Compiling ContainersPreview Borrow.swift
[124/753] Compiling Instrumentation MultiplexInstrument.swift
[125/757] Emitting module ContainersPreview
[126/757] Compiling ContainersPreview OutputSpan+Extras.swift
[127/757] Compiling ContainersPreview TemporaryAllocation.swift
[128/757] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[129/757] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[130/757] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[131/757] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[132/757] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[133/757] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[134/757] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[135/757] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[136/757] Compiling ContainersPreview Container.swift
[137/757] Compiling ContainersPreview ContainerIterator.swift
[138/757] Compiling ContainersPreview DynamicContainer.swift
[139/757] Compiling ContainersPreview MutableContainer.swift
[140/757] Compiling ContainersPreview PermutableContainer.swift
[141/757] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[142/757] Compiling ContainersPreview BorrowingSequence.swift
[143/757] Compiling ContainersPreview BidirectionalContainer.swift
[144/757] Compiling ContainersPreview Container+Filter.swift
[145/757] Compiling ContainersPreview Container+SpanwiseZip.swift
[146/757] Compiling ContainersPreview Box.swift
[147/757] Compiling ContainersPreview Inout.swift
[148/757] Compiling ContainersPreview InputSpan.swift
[149/757] Compiling ContainersPreview Shared.swift
[151/758] Compiling Instrumentation InstrumentationSystem.swift
[152/758] Compiling Instrumentation Instrument.swift
[153/758] Compiling Instrumentation Locks.swift
[153/759] Compiling CNIOBoringSSLShims shims.c
[155/759] Emitting module _NIODataStructures
[156/759] Compiling _NIODataStructures Heap.swift
[156/760] Compiling fiat_p256_adx_sqr.S
[159/760] Compiling Logging Locks.swift
[160/760] Emitting module Logging
[161/760] Compiling Logging Logging.swift
[162/760] Compiling Logging MetadataProvider.swift
[162/769] Compiling fiat_p256_adx_mul.S
[164/769] Emitting module CoreMetrics
[165/769] Compiling fiat_curve25519_adx_square.S
[167/769] Compiling fiat_curve25519_adx_mul.S
[169/809] Compiling Tracing TracingTime.swift
[170/809] Compiling DequeModule UniqueDeque+Consumption.swift
[171/809] Compiling DequeModule UniqueDeque+Container.swift
[172/809] Compiling DequeModule UniqueDeque+Descriptions.swift
[173/809] Compiling DequeModule UniqueDeque+Equatable.swift
[174/809] Compiling DequeModule UniqueDeque+Experimental.swift
[175/809] Compiling DequeModule UniqueDeque+Hashable.swift
[176/809] Compiling DequeModule UniqueDeque+Initializers.swift
[177/809] Compiling DequeModule UniqueDeque+Insertions.swift
[178/809] Compiling DequeModule UniqueDeque+Prepend.swift
[179/809] Compiling DequeModule UniqueDeque+Removals.swift
[180/814] Compiling DequeModule RigidDeque+Removals.swift
[181/814] Compiling DequeModule RigidDeque+Replacements.swift
[182/814] Compiling DequeModule RigidDeque+Testing.swift
[183/814] Compiling DequeModule RigidDeque.swift
[184/814] Compiling DequeModule UniqueDeque+Append.swift
[185/814] Compiling DequeModule RigidDeque+Equatable.swift
[186/814] Compiling DequeModule RigidDeque+Experimental.swift
[187/814] Compiling DequeModule RigidDeque+Hashable.swift
[188/814] Compiling DequeModule RigidDeque+Initializers.swift
[189/814] Compiling DequeModule RigidDeque+Insertions.swift
[190/814] Compiling DequeModule RigidDeque+Prepend.swift
[191/814] Compiling Tracing TracerProtocol.swift
[194/814] Compiling DequeModule RigidDeque+Append.swift
[195/814] Compiling DequeModule RigidDeque+Consumption.swift
[196/814] Compiling DequeModule RigidDeque+Container.swift
[197/814] Compiling DequeModule _DequeBuffer.swift
[198/814] Compiling DequeModule _DequeBufferHeader.swift
[199/814] Compiling DequeModule Deque._Storage.swift
[200/814] Compiling DequeModule Deque._UnsafeHandle.swift
[201/814] Compiling DequeModule Deque.swift
[207/814] Compiling DequeModule RigidDeque+Descriptions.swift
[208/814] Emitting module Tracing
[209/814] Compiling Tracing Tracer.swift
[210/814] Compiling Tracing TracerProtocol+Legacy.swift
[211/814] Compiling Tracing NoOpTracer.swift
[212/814] Compiling Tracing SpanProtocol.swift
[213/814] Compiling Tracing InstrumentationSystem+Tracing.swift
[214/815] Compiling CoreMetrics Locks.swift
[215/815] Compiling CoreMetrics Metrics.swift
[218/816] Compiling DequeModule Deque+Extras.swift
[219/816] Compiling DequeModule Deque+Hashable.swift
[220/816] Compiling DequeModule Deque+Testing.swift
[221/816] Compiling DequeModule Deque+Descriptions.swift
[222/816] Compiling DequeModule Deque+Equatable.swift
[223/816] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[225/819] Emitting module Metrics
[226/819] Compiling Metrics Metrics.swift
[227/820] Compiling DequeModule Deque+Codable.swift
[228/820] Compiling DequeModule Deque+Collection.swift
[229/820] Compiling DequeModule Deque+CustomReflectable.swift
[239/820] Compiling tls_method.cc
[240/820] Compiling tls13_server.cc
[241/820] Compiling tls_record.cc
[243/820] Compiling DequeModule UniqueDeque+Replacements.swift
[244/820] Compiling DequeModule UniqueDeque.swift
[245/820] Compiling DequeModule _DequeSlot.swift
[246/820] Compiling DequeModule _UnsafeDequeHandle.swift
[247/820] Compiling DequeModule _UnsafeDequeSegments.swift
[248/820] Compiling SwiftkubeModel Builders.swift
[249/820] Compiling SwiftkubeModel appsV1+Deployment.swift
[250/820] Compiling SwiftkubeModel coreV1+ConfigMap.swift
[251/820] Compiling SwiftkubeModel coreV1+Container.swift
[252/820] Compiling SwiftkubeModel coreV1+Namespace.swift
[253/820] Compiling SwiftkubeModel coreV1+Node.swift
[254/820] Compiling SwiftkubeModel coreV1+ObjectReference.swift
[255/820] Compiling SwiftkubeModel coreV1+Pod.swift
[256/820] Compiling SwiftkubeModel coreV1+Secret.swift
[257/820] Compiling SwiftkubeModel coreV1+Service.swift
[258/820] Compiling SwiftkubeModel coreV1+ServiceAccount.swift
[259/820] Compiling SwiftkubeModel coreV1+Volume.swift
[260/820] Compiling SwiftkubeModel metaV1+Metadata.swift
[261/820] Compiling SwiftkubeModel metaV1+Selector.swift
[262/820] Compiling SwiftkubeModel metaV1+Status.swift
[263/820] Compiling SwiftkubeModel Any+Codable.swift
[264/820] Compiling SwiftkubeModel NullWrapper.swift
[265/820] Compiling SwiftkubeModel CronJobExtensions+batch.v1.swift
[266/820] Compiling SwiftkubeModel Hashes.swift
[267/820] Compiling SwiftkubeModel GroupVersionKind+DefaultResources.swift
[268/820] Compiling SwiftkubeModel GroupVersionKind+KubernetesAPIResource.swift
[269/820] Compiling SwiftkubeModel GroupVersionKind+Meta.swift
[270/820] Compiling SwiftkubeModel GroupVersionKind+ResourceName.swift
[271/820] Compiling SwiftkubeModel GroupVersionKind.swift
[272/820] Compiling SwiftkubeModel GroupVersionResource+DefaultResources.swift
[273/845] Emitting module DequeModule
[275/846] Compiling SwiftkubeModel StatefulSetOrdinals+apps.v1.swift
[276/846] Compiling SwiftkubeModel StatefulSetPersistentVolumeClaimRetentionPolicy+apps.v1.swift
[277/846] Compiling SwiftkubeModel StatefulSetSpec+apps.v1.swift
[278/846] Compiling SwiftkubeModel StatefulSetStatus+apps.v1.swift
[279/846] Compiling SwiftkubeModel StatefulSetUpdateStrategy+apps.v1.swift
[280/846] Compiling SwiftkubeModel apps+v1.swift
[281/846] Compiling SwiftkubeModel authentication.swift
[282/846] Compiling SwiftkubeModel BoundObjectReference+authentication.v1.swift
[283/846] Compiling SwiftkubeModel SelfSubjectReview+authentication.v1.swift
[284/846] Compiling SwiftkubeModel SelfSubjectReviewStatus+authentication.v1.swift
[285/846] Compiling SwiftkubeModel TokenRequest+authentication.v1.swift
[286/846] Compiling SwiftkubeModel TokenRequestSpec+authentication.v1.swift
[287/846] Compiling SwiftkubeModel TokenRequestStatus+authentication.v1.swift
[288/846] Compiling SwiftkubeModel TokenReview+authentication.v1.swift
[289/846] Compiling SwiftkubeModel TokenReviewSpec+authentication.v1.swift
[290/846] Compiling SwiftkubeModel TokenReviewStatus+authentication.v1.swift
[291/846] Compiling SwiftkubeModel UserInfo+authentication.v1.swift
[292/846] Compiling SwiftkubeModel authentication+v1.swift
[293/846] Compiling SwiftkubeModel authorization.swift
[294/846] Compiling SwiftkubeModel FieldSelectorAttributes+authorization.v1.swift
[295/846] Compiling SwiftkubeModel LabelSelectorAttributes+authorization.v1.swift
[296/846] Compiling SwiftkubeModel LocalSubjectAccessReview+authorization.v1.swift
[297/846] Compiling SwiftkubeModel NonResourceAttributes+authorization.v1.swift
[298/846] Compiling SwiftkubeModel NonResourceRule+authorization.v1.swift
[299/846] Compiling SwiftkubeModel ResourceAttributes+authorization.v1.swift
[299/871] Compiling tls13_enc.cc
[300/871] Compiling tls13_client.cc
[301/871] Compiling tls13_both.cc
[302/871] Compiling t1_enc.cc
[303/871] Compiling ssl_versions.cc
[304/871] Compiling ssl_x509.cc
[305/871] Compiling ssl_transcript.cc
[306/871] Compiling ssl_stat.cc
[307/871] Compiling ssl_privkey.cc
[308/871] Compiling ssl_session.cc
[309/871] Compiling ssl_file.cc
[310/871] Compiling ssl_key_share.cc
[312/871] Compiling SwiftkubeModel CustomResourceDefinitionList+apiextensions.v1.swift
[313/871] Compiling SwiftkubeModel CustomResourceDefinitionNames+apiextensions.v1.swift
[314/871] Compiling SwiftkubeModel CustomResourceDefinitionSpec+apiextensions.v1.swift
[315/871] Compiling SwiftkubeModel CustomResourceDefinitionStatus+apiextensions.v1.swift
[316/871] Compiling SwiftkubeModel CustomResourceDefinitionVersion+apiextensions.v1.swift
[317/871] Compiling SwiftkubeModel CustomResourceSubresourceScale+apiextensions.v1.swift
[318/871] Compiling SwiftkubeModel CustomResourceSubresourceStatus+apiextensions.v1.swift
[319/871] Compiling SwiftkubeModel CustomResourceSubresources+apiextensions.v1.swift
[320/871] Compiling SwiftkubeModel CustomResourceValidation+apiextensions.v1.swift
[321/871] Compiling SwiftkubeModel ExternalDocumentation+apiextensions.v1.swift
[322/871] Compiling SwiftkubeModel SelectableField+apiextensions.v1.swift
[323/871] Compiling SwiftkubeModel ServiceReference+apiextensions.v1.swift
[324/871] Compiling SwiftkubeModel ValidationRule+apiextensions.v1.swift
[325/871] Compiling SwiftkubeModel WebhookClientConfig+apiextensions.v1.swift
[326/871] Compiling SwiftkubeModel WebhookConversion+apiextensions.v1.swift
[327/871] Compiling SwiftkubeModel apiextensions+v1.swift
[328/871] Compiling SwiftkubeModel apiregistration.swift
[329/871] Compiling SwiftkubeModel APIService+apiregistration.v1.swift
[330/871] Compiling SwiftkubeModel APIServiceCondition+apiregistration.v1.swift
[331/871] Compiling SwiftkubeModel APIServiceList+apiregistration.v1.swift
[332/871] Compiling SwiftkubeModel APIServiceSpec+apiregistration.v1.swift
[333/871] Compiling SwiftkubeModel APIServiceStatus+apiregistration.v1.swift
[334/871] Compiling SwiftkubeModel ServiceReference+apiregistration.v1.swift
[335/871] Compiling SwiftkubeModel apiregistration+v1.swift
[336/871] Compiling SwiftkubeModel apps.swift
[362/871] Compiling SwiftkubeModel ValidatingAdmissionPolicyBinding+admissionregistration.v1.swift
[363/871] Compiling SwiftkubeModel ValidatingAdmissionPolicyBindingList+admissionregistration.v1.swift
[364/871] Compiling SwiftkubeModel ValidatingAdmissionPolicyBindingSpec+admissionregistration.v1.swift
[365/871] Compiling SwiftkubeModel ValidatingAdmissionPolicyList+admissionregistration.v1.swift
[366/871] Compiling SwiftkubeModel ValidatingAdmissionPolicySpec+admissionregistration.v1.swift
[367/871] Compiling SwiftkubeModel ValidatingAdmissionPolicyStatus+admissionregistration.v1.swift
[368/871] Compiling SwiftkubeModel ValidatingWebhook+admissionregistration.v1.swift
[369/871] Compiling SwiftkubeModel ValidatingWebhookConfiguration+admissionregistration.v1.swift
[370/871] Compiling SwiftkubeModel ValidatingWebhookConfigurationList+admissionregistration.v1.swift
[371/871] Compiling SwiftkubeModel Validation+admissionregistration.v1.swift
[372/871] Compiling SwiftkubeModel Variable+admissionregistration.v1.swift
[373/871] Compiling SwiftkubeModel WebhookClientConfig+admissionregistration.v1.swift
[374/871] Compiling SwiftkubeModel admissionregistration+v1.swift
[375/871] Compiling SwiftkubeModel ApplyConfiguration+admissionregistration.v1alpha1.swift
[376/871] Compiling SwiftkubeModel JSONPatch+admissionregistration.v1alpha1.swift
[377/871] Compiling SwiftkubeModel MatchCondition+admissionregistration.v1alpha1.swift
[378/871] Compiling SwiftkubeModel MatchResources+admissionregistration.v1alpha1.swift
[379/871] Compiling SwiftkubeModel MutatingAdmissionPolicy+admissionregistration.v1alpha1.swift
[380/871] Compiling SwiftkubeModel MutatingAdmissionPolicyBinding+admissionregistration.v1alpha1.swift
[381/871] Compiling SwiftkubeModel MutatingAdmissionPolicyBindingList+admissionregistration.v1alpha1.swift
[382/871] Compiling SwiftkubeModel MutatingAdmissionPolicyBindingSpec+admissionregistration.v1alpha1.swift
[383/871] Compiling SwiftkubeModel MutatingAdmissionPolicyList+admissionregistration.v1alpha1.swift
[384/871] Compiling SwiftkubeModel MutatingAdmissionPolicySpec+admissionregistration.v1alpha1.swift
[385/871] Compiling SwiftkubeModel Mutation+admissionregistration.v1alpha1.swift
[386/871] Compiling SwiftkubeModel NamedRuleWithOperations+admissionregistration.v1alpha1.swift
[406/871] Compiling SwiftkubeModel admissionregistration+v1beta1.swift
[407/871] Compiling SwiftkubeModel apiextensions.swift
[408/871] Compiling SwiftkubeModel CustomResourceColumnDefinition+apiextensions.v1.swift
[409/871] Compiling SwiftkubeModel CustomResourceConversion+apiextensions.v1.swift
[410/871] Compiling SwiftkubeModel CustomResourceDefinition+apiextensions.v1.swift
[411/871] Compiling SwiftkubeModel CustomResourceDefinitionCondition+apiextensions.v1.swift
[412/871] Compiling SwiftkubeModel ControllerRevision+apps.v1.swift
[413/871] Compiling SwiftkubeModel ControllerRevisionList+apps.v1.swift
[414/871] Compiling SwiftkubeModel DaemonSet+apps.v1.swift
[415/871] Compiling SwiftkubeModel DaemonSetCondition+apps.v1.swift
[416/871] Compiling SwiftkubeModel DaemonSetList+apps.v1.swift
[417/871] Compiling SwiftkubeModel DaemonSetSpec+apps.v1.swift
[418/871] Compiling SwiftkubeModel DaemonSetStatus+apps.v1.swift
[419/871] Compiling SwiftkubeModel DaemonSetUpdateStrategy+apps.v1.swift
[420/871] Compiling SwiftkubeModel Deployment+apps.v1.swift
[421/871] Compiling SwiftkubeModel DeploymentCondition+apps.v1.swift
[422/871] Compiling SwiftkubeModel DeploymentList+apps.v1.swift
[423/871] Compiling SwiftkubeModel DeploymentSpec+apps.v1.swift
[424/871] Compiling SwiftkubeModel DeploymentStatus+apps.v1.swift
[425/871] Compiling SwiftkubeModel DeploymentStrategy+apps.v1.swift
[426/871] Compiling SwiftkubeModel ReplicaSet+apps.v1.swift
[427/871] Compiling SwiftkubeModel ReplicaSetCondition+apps.v1.swift
[428/871] Compiling SwiftkubeModel ReplicaSetList+apps.v1.swift
[429/871] Compiling SwiftkubeModel ReplicaSetSpec+apps.v1.swift
[430/871] Compiling SwiftkubeModel ReplicaSetStatus+apps.v1.swift
[431/871] Compiling SwiftkubeModel RollingUpdateDaemonSet+apps.v1.swift
[432/871] Compiling SwiftkubeModel RollingUpdateDeployment+apps.v1.swift
[433/871] Compiling SwiftkubeModel RollingUpdateStatefulSetStrategy+apps.v1.swift
[434/871] Compiling SwiftkubeModel StatefulSet+apps.v1.swift
[435/871] Compiling SwiftkubeModel StatefulSetCondition+apps.v1.swift
[436/871] Compiling SwiftkubeModel StatefulSetList+apps.v1.swift
[436/996] Compiling ssl_lib.cc
[437/996] Compiling ssl_cipher.cc
[439/996] Compiling SwiftkubeModel ResourceRule+authorization.v1.swift
[440/996] Compiling SwiftkubeModel SelfSubjectAccessReview+authorization.v1.swift
[441/996] Compiling SwiftkubeModel SelfSubjectAccessReviewSpec+authorization.v1.swift
[442/996] Compiling SwiftkubeModel SelfSubjectRulesReview+authorization.v1.swift
[443/996] Compiling SwiftkubeModel SelfSubjectRulesReviewSpec+authorization.v1.swift
[444/996] Compiling SwiftkubeModel SubjectAccessReview+authorization.v1.swift
[445/996] Compiling SwiftkubeModel SubjectAccessReviewSpec+authorization.v1.swift
[446/996] Compiling SwiftkubeModel SubjectAccessReviewStatus+authorization.v1.swift
[447/996] Compiling SwiftkubeModel SubjectRulesReviewStatus+authorization.v1.swift
[448/996] Compiling SwiftkubeModel authorization+v1.swift
[449/996] Compiling SwiftkubeModel autoscaling.swift
[450/996] Compiling SwiftkubeModel CrossVersionObjectReference+autoscaling.v1.swift
[451/996] Compiling SwiftkubeModel HorizontalPodAutoscaler+autoscaling.v1.swift
[452/996] Compiling SwiftkubeModel HorizontalPodAutoscalerList+autoscaling.v1.swift
[453/996] Compiling SwiftkubeModel HorizontalPodAutoscalerSpec+autoscaling.v1.swift
[454/996] Compiling SwiftkubeModel HorizontalPodAutoscalerStatus+autoscaling.v1.swift
[455/996] Compiling SwiftkubeModel Scale+autoscaling.v1.swift
[456/996] Compiling SwiftkubeModel ScaleSpec+autoscaling.v1.swift
[457/996] Compiling SwiftkubeModel ScaleStatus+autoscaling.v1.swift
[458/996] Compiling SwiftkubeModel autoscaling+v1.swift
[459/996] Compiling SwiftkubeModel ContainerResourceMetricSource+autoscaling.v2.swift
[460/996] Compiling SwiftkubeModel ContainerResourceMetricStatus+autoscaling.v2.swift
[461/996] Compiling SwiftkubeModel CrossVersionObjectReference+autoscaling.v2.swift
[462/996] Compiling SwiftkubeModel ExternalMetricSource+autoscaling.v2.swift
[463/996] Compiling SwiftkubeModel ExternalMetricStatus+autoscaling.v2.swift
[463/1021] Compiling ssl_buffer.cc
[464/1021] Compiling ssl_credential.cc
[465/1021] Compiling ssl_cert.cc
[466/1021] Compiling ssl_asn1.cc
[467/1021] Compiling ssl_aead_ctx.cc
[468/1021] Compiling s3_pkt.cc
[469/1021] Compiling s3_both.cc
[470/1021] Compiling s3_lib.cc
[472/1021] Compiling SwiftkubeModel HPAScalingPolicy+autoscaling.v2.swift
[473/1021] Compiling SwiftkubeModel HPAScalingRules+autoscaling.v2.swift
[474/1021] Compiling SwiftkubeModel HorizontalPodAutoscaler+autoscaling.v2.swift
[475/1021] Compiling SwiftkubeModel HorizontalPodAutoscalerBehavior+autoscaling.v2.swift
[476/1021] Compiling SwiftkubeModel HorizontalPodAutoscalerCondition+autoscaling.v2.swift
[477/1021] Compiling SwiftkubeModel HorizontalPodAutoscalerList+autoscaling.v2.swift
[478/1021] Compiling SwiftkubeModel HorizontalPodAutoscalerSpec+autoscaling.v2.swift
[479/1021] Compiling SwiftkubeModel HorizontalPodAutoscalerStatus+autoscaling.v2.swift
[480/1021] Compiling SwiftkubeModel MetricIdentifier+autoscaling.v2.swift
[481/1021] Compiling SwiftkubeModel MetricSpec+autoscaling.v2.swift
[482/1021] Compiling SwiftkubeModel MetricStatus+autoscaling.v2.swift
[483/1021] Compiling SwiftkubeModel MetricTarget+autoscaling.v2.swift
[484/1021] Compiling SwiftkubeModel MetricValueStatus+autoscaling.v2.swift
[485/1021] Compiling SwiftkubeModel ObjectMetricSource+autoscaling.v2.swift
[486/1021] Compiling SwiftkubeModel ObjectMetricStatus+autoscaling.v2.swift
[487/1021] Compiling SwiftkubeModel PodsMetricSource+autoscaling.v2.swift
[488/1021] Compiling SwiftkubeModel PodsMetricStatus+autoscaling.v2.swift
[489/1021] Compiling SwiftkubeModel ResourceMetricSource+autoscaling.v2.swift
[490/1021] Compiling SwiftkubeModel ResourceMetricStatus+autoscaling.v2.swift
[491/1021] Compiling SwiftkubeModel autoscaling+v2.swift
[492/1021] Compiling SwiftkubeModel batch.swift
[493/1021] Compiling SwiftkubeModel CronJob+batch.v1.swift
[494/1021] Compiling SwiftkubeModel CronJobList+batch.v1.swift
[495/1021] Compiling SwiftkubeModel CronJobSpec+batch.v1.swift
[496/1021] Compiling SwiftkubeModel CronJobStatus+batch.v1.swift
[496/1046] Compiling handshake_client.cc
[497/1046] Compiling handshake_server.cc
[498/1046] Compiling handshake.cc
[499/1046] Compiling handoff.cc
[500/1046] Compiling extensions.cc
[501/1046] Compiling dtls_record.cc
[502/1046] Compiling encrypted_client_hello.cc
[503/1046] Compiling dtls_method.cc
[504/1046] Compiling md5-x86_64-linux.S
[505/1046] Compiling md5-x86_64-apple.S
[506/1046] Compiling md5-586-linux.S
[507/1046] Compiling d1_srtp.cc
[508/1046] Compiling md5-586-apple.S
[509/1046] Compiling d1_pkt.cc
[510/1046] Compiling chacha20_poly1305_x86_64-linux.S
[511/1046] Compiling chacha20_poly1305_x86_64-apple.S
[513/1046] Compiling SwiftkubeModel Job+batch.v1.swift
[514/1046] Compiling SwiftkubeModel JobCondition+batch.v1.swift
[515/1046] Compiling SwiftkubeModel JobList+batch.v1.swift
[516/1046] Compiling SwiftkubeModel JobSpec+batch.v1.swift
[517/1046] Compiling SwiftkubeModel JobStatus+batch.v1.swift
[518/1046] Compiling SwiftkubeModel JobTemplateSpec+batch.v1.swift
[519/1046] Compiling SwiftkubeModel PodFailurePolicy+batch.v1.swift
[520/1046] Compiling SwiftkubeModel PodFailurePolicyOnExitCodesRequirement+batch.v1.swift
[521/1046] Compiling SwiftkubeModel PodFailurePolicyOnPodConditionsPattern+batch.v1.swift
[522/1046] Compiling SwiftkubeModel PodFailurePolicyRule+batch.v1.swift
[523/1046] Compiling SwiftkubeModel SuccessPolicy+batch.v1.swift
[524/1046] Compiling SwiftkubeModel SuccessPolicyRule+batch.v1.swift
[525/1046] Compiling SwiftkubeModel UncountedTerminatedPods+batch.v1.swift
[526/1046] Compiling SwiftkubeModel batch+v1.swift
[527/1046] Compiling SwiftkubeModel certificates.swift
[528/1046] Compiling SwiftkubeModel CertificateSigningRequest+certificates.v1.swift
[529/1046] Compiling SwiftkubeModel CertificateSigningRequestCondition+certificates.v1.swift
[530/1046] Compiling SwiftkubeModel CertificateSigningRequestList+certificates.v1.swift
[531/1046] Compiling SwiftkubeModel CertificateSigningRequestSpec+certificates.v1.swift
[532/1046] Compiling SwiftkubeModel CertificateSigningRequestStatus+certificates.v1.swift
[533/1046] Compiling SwiftkubeModel certificates+v1.swift
[534/1046] Compiling SwiftkubeModel ClusterTrustBundle+certificates.v1alpha1.swift
[535/1046] Compiling SwiftkubeModel ClusterTrustBundleList+certificates.v1alpha1.swift
[536/1046] Compiling SwiftkubeModel ClusterTrustBundleSpec+certificates.v1alpha1.swift
[537/1046] Compiling SwiftkubeModel PodCertificateRequest+certificates.v1alpha1.swift
[537/1049] Compiling chacha20_poly1305_armv8-win.S
[538/1071] Compiling chacha20_poly1305_armv8-linux.S
[539/1071] Compiling chacha20_poly1305_armv8-apple.S
[540/1071] Compiling chacha-x86-linux.S
[541/1071] Compiling chacha-x86_64-linux.S
[542/1071] Compiling d1_lib.cc
[543/1071] Compiling chacha-x86_64-apple.S
[544/1071] Compiling err_data.cc
[545/1071] Compiling chacha-x86-apple.S
[546/1071] Compiling chacha-armv8-win.S
[548/1071] Emitting module SwiftkubeModel
[548/1079] Compiling chacha-armv8-linux.S
[549/1096] Compiling bio_ssl.cc
[550/1096] Compiling chacha-armv8-apple.S
[551/1096] Compiling aes128gcmsiv-x86_64-linux.S
[552/1096] Compiling aes128gcmsiv-x86_64-apple.S
[553/1096] Compiling chacha-armv4-linux.S
[554/1096] Compiling x86_64-mont5-apple.S
[555/1096] Compiling x86_64-mont-linux.S
[556/1096] Compiling x86_64-mont5-linux.S
[557/1096] Compiling x86-mont-apple.S
[558/1096] Compiling x86_64-mont-apple.S
[559/1096] Compiling x86-mont-linux.S
[561/1096] Compiling SwiftkubeModel EphemeralContainer+core.v1.swift
[562/1096] Compiling SwiftkubeModel EphemeralVolumeSource+core.v1.swift
[563/1096] Compiling SwiftkubeModel Event+core.v1.swift
[564/1096] Compiling SwiftkubeModel EventList+core.v1.swift
[565/1096] Compiling SwiftkubeModel EventSeries+core.v1.swift
[566/1096] Compiling SwiftkubeModel EventSource+core.v1.swift
[567/1096] Compiling SwiftkubeModel ExecAction+core.v1.swift
[568/1096] Compiling SwiftkubeModel FCVolumeSource+core.v1.swift
[569/1096] Compiling SwiftkubeModel FileKeySelector+core.v1.swift
[570/1096] Compiling SwiftkubeModel FlexPersistentVolumeSource+core.v1.swift
[571/1096] Compiling SwiftkubeModel FlexVolumeSource+core.v1.swift
[572/1096] Compiling SwiftkubeModel FlockerVolumeSource+core.v1.swift
[573/1096] Compiling SwiftkubeModel GCEPersistentDiskVolumeSource+core.v1.swift
[574/1096] Compiling SwiftkubeModel GRPCAction+core.v1.swift
[575/1096] Compiling SwiftkubeModel GitRepoVolumeSource+core.v1.swift
[576/1096] Compiling SwiftkubeModel GlusterfsPersistentVolumeSource+core.v1.swift
[577/1096] Compiling SwiftkubeModel GlusterfsVolumeSource+core.v1.swift
[578/1096] Compiling SwiftkubeModel HTTPGetAction+core.v1.swift
[579/1096] Compiling SwiftkubeModel HTTPHeader+core.v1.swift
[580/1096] Compiling SwiftkubeModel HostAlias+core.v1.swift
[581/1096] Compiling SwiftkubeModel HostIP+core.v1.swift
[582/1096] Compiling SwiftkubeModel HostPathVolumeSource+core.v1.swift
[583/1096] Compiling SwiftkubeModel ISCSIPersistentVolumeSource+core.v1.swift
[584/1096] Compiling SwiftkubeModel ISCSIVolumeSource+core.v1.swift
[585/1096] Compiling SwiftkubeModel ImageVolumeSource+core.v1.swift
[585/1096] Compiling vpaes-x86_64-apple.S
[587/1096] Compiling SwiftkubeModel ContainerExtendedResourceRequest+core.v1.swift
[588/1096] Compiling SwiftkubeModel ContainerImage+core.v1.swift
[589/1096] Compiling SwiftkubeModel ContainerPort+core.v1.swift
[590/1096] Compiling SwiftkubeModel ContainerResizePolicy+core.v1.swift
[591/1096] Compiling SwiftkubeModel ContainerRestartRule+core.v1.swift
[592/1096] Compiling SwiftkubeModel ContainerRestartRuleOnExitCodes+core.v1.swift
[593/1096] Compiling SwiftkubeModel ContainerState+core.v1.swift
[594/1096] Compiling SwiftkubeModel ContainerStateRunning+core.v1.swift
[595/1096] Compiling SwiftkubeModel ContainerStateTerminated+core.v1.swift
[596/1096] Compiling SwiftkubeModel ContainerStateWaiting+core.v1.swift
[597/1096] Compiling SwiftkubeModel ContainerStatus+core.v1.swift
[598/1096] Compiling SwiftkubeModel ContainerUser+core.v1.swift
[599/1096] Compiling SwiftkubeModel DaemonEndpoint+core.v1.swift
[600/1096] Compiling SwiftkubeModel DownwardAPIProjection+core.v1.swift
[601/1096] Compiling SwiftkubeModel DownwardAPIVolumeFile+core.v1.swift
[602/1096] Compiling SwiftkubeModel DownwardAPIVolumeSource+core.v1.swift
[603/1096] Compiling SwiftkubeModel EmptyDirVolumeSource+core.v1.swift
[604/1096] Compiling SwiftkubeModel EndpointAddress+core.v1.swift
[605/1096] Compiling SwiftkubeModel EndpointPort+core.v1.swift
[606/1096] Compiling SwiftkubeModel EndpointSubset+core.v1.swift
[607/1096] Compiling SwiftkubeModel Endpoints+core.v1.swift
[608/1096] Compiling SwiftkubeModel EndpointsList+core.v1.swift
[609/1096] Compiling SwiftkubeModel EnvFromSource+core.v1.swift
[610/1096] Compiling SwiftkubeModel EnvVar+core.v1.swift
[611/1096] Compiling SwiftkubeModel EnvVarSource+core.v1.swift
[611/1096] Compiling vpaes-x86_64-linux.S
[613/1121] Compiling SwiftkubeModel PodCertificateRequestList+certificates.v1alpha1.swift
[614/1121] Compiling SwiftkubeModel PodCertificateRequestSpec+certificates.v1alpha1.swift
[615/1121] Compiling SwiftkubeModel PodCertificateRequestStatus+certificates.v1alpha1.swift
[616/1121] Compiling SwiftkubeModel certificates+v1alpha1.swift
[617/1121] Compiling SwiftkubeModel ClusterTrustBundle+certificates.v1beta1.swift
[618/1121] Compiling SwiftkubeModel ClusterTrustBundleList+certificates.v1beta1.swift
[619/1121] Compiling SwiftkubeModel ClusterTrustBundleSpec+certificates.v1beta1.swift
[620/1121] Compiling SwiftkubeModel certificates+v1beta1.swift
[621/1121] Compiling SwiftkubeModel coordination.swift
[622/1121] Compiling SwiftkubeModel Lease+coordination.v1.swift
[623/1121] Compiling SwiftkubeModel LeaseList+coordination.v1.swift
[624/1121] Compiling SwiftkubeModel LeaseSpec+coordination.v1.swift
[625/1121] Compiling SwiftkubeModel coordination+v1.swift
[626/1121] Compiling SwiftkubeModel LeaseCandidate+coordination.v1alpha2.swift
[627/1121] Compiling SwiftkubeModel LeaseCandidateList+coordination.v1alpha2.swift
[628/1121] Compiling SwiftkubeModel LeaseCandidateSpec+coordination.v1alpha2.swift
[629/1121] Compiling SwiftkubeModel coordination+v1alpha2.swift
[630/1121] Compiling SwiftkubeModel LeaseCandidate+coordination.v1beta1.swift
[631/1121] Compiling SwiftkubeModel LeaseCandidateList+coordination.v1beta1.swift
[632/1121] Compiling SwiftkubeModel LeaseCandidateSpec+coordination.v1beta1.swift
[633/1121] Compiling SwiftkubeModel coordination+v1beta1.swift
[634/1121] Compiling SwiftkubeModel core.swift
[635/1121] Compiling SwiftkubeModel AWSElasticBlockStoreVolumeSource+core.v1.swift
[636/1121] Compiling SwiftkubeModel Affinity+core.v1.swift
[637/1121] Compiling SwiftkubeModel AppArmorProfile+core.v1.swift
[638/1121] Compiling SwiftkubeModel AttachedVolume+core.v1.swift
[639/1121] Compiling SwiftkubeModel AzureDiskVolumeSource+core.v1.swift
[640/1121] Compiling SwiftkubeModel AzureFilePersistentVolumeSource+core.v1.swift
[641/1121] Compiling SwiftkubeModel AzureFileVolumeSource+core.v1.swift
[642/1121] Compiling SwiftkubeModel Binding+core.v1.swift
[643/1121] Compiling SwiftkubeModel CSIPersistentVolumeSource+core.v1.swift
[644/1121] Compiling SwiftkubeModel CSIVolumeSource+core.v1.swift
[645/1121] Compiling SwiftkubeModel Capabilities+core.v1.swift
[646/1121] Compiling SwiftkubeModel CephFSPersistentVolumeSource+core.v1.swift
[647/1121] Compiling SwiftkubeModel CephFSVolumeSource+core.v1.swift
[648/1121] Compiling SwiftkubeModel CinderPersistentVolumeSource+core.v1.swift
[649/1121] Compiling SwiftkubeModel CinderVolumeSource+core.v1.swift
[650/1121] Compiling SwiftkubeModel ClientIPConfig+core.v1.swift
[651/1121] Compiling SwiftkubeModel ClusterTrustBundleProjection+core.v1.swift
[652/1121] Compiling SwiftkubeModel ComponentCondition+core.v1.swift
[653/1121] Compiling SwiftkubeModel ComponentStatus+core.v1.swift
[654/1121] Compiling SwiftkubeModel ComponentStatusList+core.v1.swift
[655/1121] Compiling SwiftkubeModel ConfigMap+core.v1.swift
[656/1121] Compiling SwiftkubeModel ConfigMapEnvSource+core.v1.swift
[657/1121] Compiling SwiftkubeModel ConfigMapKeySelector+core.v1.swift
[658/1121] Compiling SwiftkubeModel ConfigMapList+core.v1.swift
[659/1121] Compiling SwiftkubeModel ConfigMapNodeConfigSource+core.v1.swift
[660/1121] Compiling SwiftkubeModel ConfigMapProjection+core.v1.swift
[661/1121] Compiling SwiftkubeModel ConfigMapVolumeSource+core.v1.swift
[662/1121] Compiling SwiftkubeModel Container+core.v1.swift
[662/1131] Compiling vpaes-x86-linux.S
[663/1134] Compiling vpaes-x86-apple.S
[664/1146] Compiling vpaes-armv8-linux.S
[665/1165] Compiling vpaes-armv8-win.S
[666/1196] Compiling vpaes-armv7-linux.S
[667/1196] Compiling vpaes-armv8-apple.S
[669/1196] Compiling SwiftkubeModel KeyToPath+core.v1.swift
[670/1196] Compiling SwiftkubeModel Lifecycle+core.v1.swift
[670/1196] Compiling sha512-x86_64-apple.S
[671/1196] Compiling SwiftkubeModel LifecycleHandler+core.v1.swift
[673/1196] Compiling SwiftkubeModel LimitRange+core.v1.swift
[674/1196] Compiling SwiftkubeModel LimitRangeItem+core.v1.swift
[675/1196] Compiling SwiftkubeModel LimitRangeList+core.v1.swift
[676/1196] Compiling SwiftkubeModel LimitRangeSpec+core.v1.swift
[677/1196] Compiling SwiftkubeModel LinuxContainerUser+core.v1.swift
[678/1196] Compiling SwiftkubeModel LoadBalancerIngress+core.v1.swift
[679/1196] Compiling SwiftkubeModel LoadBalancerStatus+core.v1.swift
[680/1196] Compiling SwiftkubeModel LocalObjectReference+core.v1.swift
[681/1196] Compiling SwiftkubeModel LocalVolumeSource+core.v1.swift
[682/1196] Compiling SwiftkubeModel ModifyVolumeStatus+core.v1.swift
[683/1196] Compiling SwiftkubeModel NFSVolumeSource+core.v1.swift
[684/1196] Compiling SwiftkubeModel Namespace+core.v1.swift
[685/1196] Compiling SwiftkubeModel NamespaceCondition+core.v1.swift
[686/1196] Compiling SwiftkubeModel NamespaceList+core.v1.swift
[687/1196] Compiling SwiftkubeModel NamespaceSpec+core.v1.swift
[688/1196] Compiling SwiftkubeModel NamespaceStatus+core.v1.swift
[689/1196] Compiling SwiftkubeModel Node+core.v1.swift
[690/1196] Compiling SwiftkubeModel NodeAddress+core.v1.swift
[691/1196] Compiling SwiftkubeModel NodeAffinity+core.v1.swift
[692/1196] Compiling SwiftkubeModel NodeCondition+core.v1.swift
[693/1196] Compiling SwiftkubeModel NodeConfigSource+core.v1.swift
[694/1196] Compiling SwiftkubeModel NodeConfigStatus+core.v1.swift
[694/1196] Compiling sha512-armv8-win.S
[695/1220] Compiling sha512-armv8-linux.S
[696/1220] Compiling sha512-x86_64-linux.S
[697/1220] Compiling sha512-armv8-apple.S
[698/1220] Compiling sha512-armv4-linux.S
[699/1220] Compiling sha512-586-linux.S
[700/1220] Compiling sha512-586-apple.S
[701/1220] Compiling sha256-armv8-win.S
[702/1220] Compiling sha256-x86_64-apple.S
[703/1220] Compiling sha256-armv8-linux.S
[704/1220] Compiling sha256-x86_64-linux.S
[705/1220] Compiling sha256-armv8-apple.S
[706/1220] Compiling sha256-armv4-linux.S
[707/1220] Compiling sha256-586-linux.S
[708/1220] Compiling sha256-586-apple.S
[709/1220] Compiling sha1-x86_64-apple.S
[710/1220] Compiling sha1-x86_64-linux.S
[711/1220] Compiling sha1-armv8-win.S
[712/1220] Compiling sha1-armv4-large-linux.S
[713/1220] Compiling sha1-armv8-apple.S
[714/1220] Compiling sha1-armv8-linux.S
[715/1220] Compiling sha1-586-linux.S
[716/1220] Compiling sha1-586-apple.S
[717/1220] Compiling rsaz-avx2-linux.S
[718/1220] Compiling rsaz-avx2-apple.S
[719/1220] Compiling rdrand-x86_64-linux.S
[720/1220] Compiling rdrand-x86_64-apple.S
[721/1220] Compiling d1_both.cc
[722/1220] Compiling p256_beeu-x86_64-asm-linux.S
[723/1220] Compiling p256_beeu-x86_64-asm-apple.S
[724/1220] Compiling p256_beeu-armv8-asm-win.S
[725/1220] Compiling p256_beeu-armv8-asm-linux.S
[726/1220] Compiling p256-x86_64-asm-apple.S
[727/1220] Compiling p256-armv8-asm-win.S
[728/1220] Compiling p256_beeu-armv8-asm-apple.S
[729/1220] Compiling p256-x86_64-asm-linux.S
[730/1220] Compiling p256-armv8-asm-linux.S
[731/1220] Compiling ghashv8-armv8-win.S
[732/1220] Compiling p256-armv8-asm-apple.S
[733/1220] Compiling ghashv8-armv8-apple.S
[734/1220] Compiling ghashv8-armv8-linux.S
[735/1220] Compiling ghashv8-armv7-linux.S
[736/1220] Compiling ghash-x86-linux.S
[737/1220] Compiling ghash-x86_64-apple.S
[738/1220] Compiling ghash-x86_64-linux.S
[739/1220] Compiling ghash-x86-apple.S
[740/1220] Compiling ghash-ssse3-x86_64-linux.S
[741/1220] Compiling ghash-ssse3-x86_64-apple.S
[742/1220] Compiling ghash-ssse3-x86-linux.S
[743/1220] Compiling ghash-ssse3-x86-apple.S
[744/1220] Compiling ghash-neon-armv8-win.S
[745/1220] Compiling ghash-neon-armv8-linux.S
[746/1220] Compiling co-586-linux.S
[747/1220] Compiling ghash-armv4-linux.S
[748/1220] Compiling ghash-neon-armv8-apple.S
[749/1220] Compiling co-586-apple.S
[750/1220] Compiling bn-armv8-linux.S
[751/1220] Compiling bsaes-armv7-linux.S
[752/1220] Compiling bn-armv8-apple.S
[753/1220] Compiling bn-armv8-win.S
[754/1220] Compiling bn-586-linux.S
[755/1220] Compiling armv8-mont-linux.S
[756/1220] Compiling bn-586-apple.S
[757/1220] Compiling armv8-mont-win.S
[758/1220] Compiling aesv8-gcm-armv8-win.S
[759/1220] Compiling armv8-mont-apple.S
[760/1220] Compiling armv4-mont-linux.S
[761/1220] Compiling aesv8-gcm-armv8-linux.S
[762/1220] Compiling aesv8-gcm-armv8-apple.S
[763/1220] Compiling aesv8-armv8-win.S
[764/1220] Compiling aesv8-armv8-linux.S
[765/1220] Compiling aesv8-armv7-linux.S
[766/1220] Compiling aesv8-armv8-apple.S
[767/1220] Compiling aesni-x86_64-apple.S
[768/1220] Compiling aesni-x86_64-linux.S
[769/1220] Compiling aesni-x86-linux.S
[770/1220] Compiling aesni-x86-apple.S
[771/1220] Compiling aesni-gcm-x86_64-linux.S
[772/1220] Compiling aesni-gcm-x86_64-apple.S
[773/1220] Compiling aes-gcm-avx2-x86_64-apple.S
[774/1220] Compiling aes-gcm-avx10-x86_64-linux.S
[775/1220] Compiling aes-gcm-avx2-x86_64-linux.S
[776/1220] Compiling aes-gcm-avx10-x86_64-apple.S
[777/1220] Compiling x_spki.cc
[778/1220] Compiling x_x509a.cc
[779/1220] Compiling x_req.cc
[780/1220] Compiling x_sig.cc
[781/1220] Compiling x_pubkey.cc
[782/1220] Compiling x_x509.cc
[783/1220] Compiling x_val.cc
[784/1220] Compiling x_exten.cc
[785/1220] Compiling x_crl.cc
[786/1220] Compiling x_attrib.cc
[787/1220] Compiling x_name.cc
[788/1220] Compiling x509spki.cc
[789/1220] Compiling x_algor.cc
[790/1220] Compiling x_all.cc
[791/1220] Compiling x509rset.cc
[793/1220] Compiling SwiftkubeModel NodeDaemonEndpoints+core.v1.swift
[794/1220] Compiling SwiftkubeModel NodeFeatures+core.v1.swift
[795/1220] Compiling SwiftkubeModel NodeList+core.v1.swift
[796/1220] Compiling SwiftkubeModel NodeRuntimeHandler+core.v1.swift
[797/1220] Compiling SwiftkubeModel NodeRuntimeHandlerFeatures+core.v1.swift
[798/1220] Compiling SwiftkubeModel NodeSelector+core.v1.swift
[799/1220] Compiling SwiftkubeModel NodeSelectorRequirement+core.v1.swift
[800/1220] Compiling SwiftkubeModel NodeSelectorTerm+core.v1.swift
[801/1220] Compiling SwiftkubeModel NodeSpec+core.v1.swift
[802/1220] Compiling SwiftkubeModel NodeStatus+core.v1.swift
[803/1220] Compiling SwiftkubeModel NodeSwapStatus+core.v1.swift
[804/1220] Compiling SwiftkubeModel NodeSystemInfo+core.v1.swift
[805/1220] Compiling SwiftkubeModel ObjectFieldSelector+core.v1.swift
[806/1220] Compiling SwiftkubeModel ObjectReference+core.v1.swift
[807/1220] Compiling SwiftkubeModel PersistentVolume+core.v1.swift
[808/1220] Compiling SwiftkubeModel PersistentVolumeClaim+core.v1.swift
[809/1220] Compiling SwiftkubeModel PersistentVolumeClaimCondition+core.v1.swift
[810/1220] Compiling SwiftkubeModel PersistentVolumeClaimList+core.v1.swift
[811/1220] Compiling SwiftkubeModel PersistentVolumeClaimSpec+core.v1.swift
[812/1220] Compiling SwiftkubeModel PersistentVolumeClaimStatus+core.v1.swift
[813/1220] Compiling SwiftkubeModel PersistentVolumeClaimTemplate+core.v1.swift
[814/1220] Compiling SwiftkubeModel PersistentVolumeClaimVolumeSource+core.v1.swift
[815/1220] Compiling SwiftkubeModel PersistentVolumeList+core.v1.swift
[816/1220] Compiling SwiftkubeModel PersistentVolumeSpec+core.v1.swift
[817/1220] Compiling SwiftkubeModel PersistentVolumeStatus+core.v1.swift
[817/1244] Compiling x509name.cc
[818/1244] Compiling x509cset.cc
[819/1244] Compiling x509_vpm.cc
[820/1244] Compiling x509_txt.cc
[822/1244] Compiling SwiftkubeModel QueuingConfiguration+flowcontrol.v1.swift
[823/1244] Compiling SwiftkubeModel ResourcePolicyRule+flowcontrol.v1.swift
[824/1244] Compiling SwiftkubeModel ServiceAccountSubject+flowcontrol.v1.swift
[825/1244] Compiling SwiftkubeModel Subject+flowcontrol.v1.swift
[826/1244] Compiling SwiftkubeModel UserSubject+flowcontrol.v1.swift
[827/1244] Compiling SwiftkubeModel flowcontrol+v1.swift
[828/1244] Compiling SwiftkubeModel internal.swift
[829/1244] Compiling SwiftkubeModel ServerStorageVersion+internal.v1alpha1.swift
[830/1244] Compiling SwiftkubeModel StorageVersion+internal.v1alpha1.swift
[831/1244] Compiling SwiftkubeModel StorageVersionCondition+internal.v1alpha1.swift
[832/1244] Compiling SwiftkubeModel StorageVersionList+internal.v1alpha1.swift
[833/1244] Compiling SwiftkubeModel StorageVersionSpec+internal.v1alpha1.swift
[834/1244] Compiling SwiftkubeModel StorageVersionStatus+internal.v1alpha1.swift
[835/1244] Compiling SwiftkubeModel internal+v1alpha1.swift
[836/1244] Compiling SwiftkubeModel meta.swift
[837/1244] Compiling SwiftkubeModel APIGroup+meta.v1.swift
[838/1244] Compiling SwiftkubeModel APIGroupList+meta.v1.swift
[839/1244] Compiling SwiftkubeModel APIResource+meta.v1.swift
[840/1244] Compiling SwiftkubeModel APIResourceList+meta.v1.swift
[841/1244] Compiling SwiftkubeModel APIVersions+meta.v1.swift
[842/1244] Compiling SwiftkubeModel Condition+meta.v1.swift
[843/1244] Compiling SwiftkubeModel DeleteOptions+meta.v1.swift
[844/1244] Compiling SwiftkubeModel FieldSelectorRequirement+meta.v1.swift
[845/1244] Compiling SwiftkubeModel GroupVersionForDiscovery+meta.v1.swift
[846/1244] Compiling SwiftkubeModel LabelSelector+meta.v1.swift
[847/1244] Compiling SwiftkubeModel discovery+v1.swift
[848/1244] Compiling SwiftkubeModel events.swift
[849/1244] Compiling SwiftkubeModel Event+events.v1.swift
[850/1244] Compiling SwiftkubeModel EventList+events.v1.swift
[851/1244] Compiling SwiftkubeModel EventSeries+events.v1.swift
[852/1244] Compiling SwiftkubeModel events+v1.swift
[853/1244] Compiling SwiftkubeModel flowcontrol.swift
[854/1244] Compiling SwiftkubeModel ExemptPriorityLevelConfiguration+flowcontrol.v1.swift
[855/1244] Compiling SwiftkubeModel FlowDistinguisherMethod+flowcontrol.v1.swift
[856/1244] Compiling SwiftkubeModel FlowSchema+flowcontrol.v1.swift
[857/1244] Compiling SwiftkubeModel FlowSchemaCondition+flowcontrol.v1.swift
[858/1244] Compiling SwiftkubeModel FlowSchemaList+flowcontrol.v1.swift
[859/1244] Compiling SwiftkubeModel FlowSchemaSpec+flowcontrol.v1.swift
[860/1244] Compiling SwiftkubeModel FlowSchemaStatus+flowcontrol.v1.swift
[861/1244] Compiling SwiftkubeModel GroupSubject+flowcontrol.v1.swift
[862/1244] Compiling SwiftkubeModel LimitResponse+flowcontrol.v1.swift
[863/1244] Compiling SwiftkubeModel LimitedPriorityLevelConfiguration+flowcontrol.v1.swift
[864/1244] Compiling SwiftkubeModel NonResourcePolicyRule+flowcontrol.v1.swift
[865/1244] Compiling SwiftkubeModel PolicyRulesWithSubjects+flowcontrol.v1.swift
[866/1244] Compiling SwiftkubeModel PriorityLevelConfiguration+flowcontrol.v1.swift
[867/1244] Compiling SwiftkubeModel PriorityLevelConfigurationCondition+flowcontrol.v1.swift
[868/1244] Compiling SwiftkubeModel PriorityLevelConfigurationList+flowcontrol.v1.swift
[869/1244] Compiling SwiftkubeModel PriorityLevelConfigurationReference+flowcontrol.v1.swift
[870/1244] Compiling SwiftkubeModel PriorityLevelConfigurationSpec+flowcontrol.v1.swift
[871/1244] Compiling SwiftkubeModel PriorityLevelConfigurationStatus+flowcontrol.v1.swift
[871/1292] Compiling x509_v3.cc
[872/1292] Compiling x509_trs.cc
[873/1292] Compiling x509_vfy.cc
[874/1292] Compiling x509_req.cc
[875/1292] Compiling x509_set.cc
[877/1292] Compiling SwiftkubeModel LabelSelectorRequirement+meta.v1.swift
[878/1292] Compiling SwiftkubeModel ListMeta+meta.v1.swift
[879/1292] Compiling SwiftkubeModel ManagedFieldsEntry+meta.v1.swift
[880/1292] Compiling SwiftkubeModel ObjectMeta+meta.v1.swift
[881/1292] Compiling SwiftkubeModel OwnerReference+meta.v1.swift
[882/1292] Compiling SwiftkubeModel Preconditions+meta.v1.swift
[883/1292] Compiling SwiftkubeModel ServerAddressByClientCIDR+meta.v1.swift
[884/1292] Compiling SwiftkubeModel Status+meta.v1.swift
[885/1292] Compiling SwiftkubeModel StatusCause+meta.v1.swift
[886/1292] Compiling SwiftkubeModel StatusDetails+meta.v1.swift
[887/1292] Compiling SwiftkubeModel WatchEvent+meta.v1.swift
[888/1292] Compiling SwiftkubeModel meta+v1.swift
[889/1292] Compiling SwiftkubeModel networking.swift
[890/1292] Compiling SwiftkubeModel HTTPIngressPath+networking.v1.swift
[891/1292] Compiling SwiftkubeModel HTTPIngressRuleValue+networking.v1.swift
[892/1292] Compiling SwiftkubeModel IPAddress+networking.v1.swift
[893/1292] Compiling SwiftkubeModel IPAddressList+networking.v1.swift
[894/1292] Compiling SwiftkubeModel IPAddressSpec+networking.v1.swift
[895/1292] Compiling SwiftkubeModel IPBlock+networking.v1.swift
[896/1292] Compiling SwiftkubeModel Ingress+networking.v1.swift
[897/1292] Compiling SwiftkubeModel IngressBackend+networking.v1.swift
[898/1292] Compiling SwiftkubeModel IngressClass+networking.v1.swift
[899/1292] Compiling SwiftkubeModel IngressClassList+networking.v1.swift
[900/1292] Compiling SwiftkubeModel IngressClassParametersReference+networking.v1.swift
[900/1316] Compiling x509_obj.cc
[901/1316] Compiling x509_lu.cc
[903/1316] Compiling SwiftkubeModel PreferredSchedulingTerm+core.v1.swift
[904/1316] Compiling SwiftkubeModel Probe+core.v1.swift
[905/1316] Compiling SwiftkubeModel ProjectedVolumeSource+core.v1.swift
[906/1316] Compiling SwiftkubeModel QuobyteVolumeSource+core.v1.swift
[907/1316] Compiling SwiftkubeModel RBDPersistentVolumeSource+core.v1.swift
[908/1316] Compiling SwiftkubeModel RBDVolumeSource+core.v1.swift
[909/1316] Compiling SwiftkubeModel ReplicationController+core.v1.swift
[910/1316] Compiling SwiftkubeModel ReplicationControllerCondition+core.v1.swift
[911/1316] Compiling SwiftkubeModel ReplicationControllerList+core.v1.swift
[912/1316] Compiling SwiftkubeModel ReplicationControllerSpec+core.v1.swift
[913/1316] Compiling SwiftkubeModel ReplicationControllerStatus+core.v1.swift
[914/1316] Compiling SwiftkubeModel ResourceClaim+core.v1.swift
[915/1316] Compiling SwiftkubeModel ResourceFieldSelector+core.v1.swift
[916/1316] Compiling SwiftkubeModel ResourceHealth+core.v1.swift
[917/1316] Compiling SwiftkubeModel ResourceQuota+core.v1.swift
[918/1316] Compiling SwiftkubeModel ResourceQuotaList+core.v1.swift
[919/1316] Compiling SwiftkubeModel ResourceQuotaSpec+core.v1.swift
[920/1316] Compiling SwiftkubeModel ResourceQuotaStatus+core.v1.swift
[921/1316] Compiling SwiftkubeModel ResourceRequirements+core.v1.swift
[922/1316] Compiling SwiftkubeModel ResourceStatus+core.v1.swift
[923/1316] Compiling SwiftkubeModel SELinuxOptions+core.v1.swift
[924/1316] Compiling SwiftkubeModel ScaleIOPersistentVolumeSource+core.v1.swift
[925/1316] Compiling SwiftkubeModel ScaleIOVolumeSource+core.v1.swift
[926/1316] Compiling SwiftkubeModel ScopeSelector+core.v1.swift
[927/1316] Compiling SwiftkubeModel ScopedResourceSelectorRequirement+core.v1.swift
[927/1340] Compiling x509_d2.cc
[928/1340] Compiling x509_ext.cc
[929/1340] Compiling x509_def.cc
[930/1340] Compiling x509_cmp.cc
[932/1340] Compiling SwiftkubeModel SeccompProfile+core.v1.swift
[933/1340] Compiling SwiftkubeModel Secret+core.v1.swift
[934/1340] Compiling SwiftkubeModel SecretEnvSource+core.v1.swift
[935/1340] Compiling SwiftkubeModel SecretKeySelector+core.v1.swift
[936/1340] Compiling SwiftkubeModel SecretList+core.v1.swift
[937/1340] Compiling SwiftkubeModel SecretProjection+core.v1.swift
[938/1340] Compiling SwiftkubeModel SecretReference+core.v1.swift
[939/1340] Compiling SwiftkubeModel SecretVolumeSource+core.v1.swift
[940/1340] Compiling SwiftkubeModel SecurityContext+core.v1.swift
[941/1340] Compiling SwiftkubeModel Service+core.v1.swift
[942/1340] Compiling SwiftkubeModel ServiceAccount+core.v1.swift
[943/1340] Compiling SwiftkubeModel ServiceAccountList+core.v1.swift
[944/1340] Compiling SwiftkubeModel ServiceAccountTokenProjection+core.v1.swift
[945/1340] Compiling SwiftkubeModel ServiceList+core.v1.swift
[946/1340] Compiling SwiftkubeModel ServicePort+core.v1.swift
[947/1340] Compiling SwiftkubeModel ServiceSpec+core.v1.swift
[948/1340] Compiling SwiftkubeModel ServiceStatus+core.v1.swift
[949/1340] Compiling SwiftkubeModel SessionAffinityConfig+core.v1.swift
[950/1340] Compiling SwiftkubeModel SleepAction+core.v1.swift
[951/1340] Compiling SwiftkubeModel StorageOSPersistentVolumeSource+core.v1.swift
[952/1340] Compiling SwiftkubeModel StorageOSVolumeSource+core.v1.swift
[953/1340] Compiling SwiftkubeModel Sysctl+core.v1.swift
[954/1340] Compiling SwiftkubeModel TCPSocketAction+core.v1.swift
[955/1340] Compiling SwiftkubeModel Taint+core.v1.swift
[956/1340] Compiling SwiftkubeModel Toleration+core.v1.swift
[957/1340] Compiling SwiftkubeModel TopologySelectorLabelRequirement+core.v1.swift
[958/1340] Compiling SwiftkubeModel TopologySelectorTerm+core.v1.swift
[959/1340] Compiling SwiftkubeModel TopologySpreadConstraint+core.v1.swift
[960/1340] Compiling SwiftkubeModel TypedLocalObjectReference+core.v1.swift
[961/1340] Compiling SwiftkubeModel TypedObjectReference+core.v1.swift
[962/1340] Compiling SwiftkubeModel Volume+core.v1.swift
[963/1340] Compiling SwiftkubeModel VolumeDevice+core.v1.swift
[964/1340] Compiling SwiftkubeModel VolumeMount+core.v1.swift
[965/1340] Compiling SwiftkubeModel VolumeMountStatus+core.v1.swift
[966/1340] Compiling SwiftkubeModel VolumeNodeAffinity+core.v1.swift
[967/1340] Compiling SwiftkubeModel VolumeProjection+core.v1.swift
[968/1340] Compiling SwiftkubeModel VolumeResourceRequirements+core.v1.swift
[969/1340] Compiling SwiftkubeModel VsphereVirtualDiskVolumeSource+core.v1.swift
[970/1340] Compiling SwiftkubeModel WeightedPodAffinityTerm+core.v1.swift
[971/1340] Compiling SwiftkubeModel WindowsSecurityContextOptions+core.v1.swift
[972/1340] Compiling SwiftkubeModel core+v1.swift
[973/1340] Compiling SwiftkubeModel discovery.swift
[974/1340] Compiling SwiftkubeModel Endpoint+discovery.v1.swift
[975/1340] Compiling SwiftkubeModel EndpointConditions+discovery.v1.swift
[976/1340] Compiling SwiftkubeModel EndpointHints+discovery.v1.swift
[977/1340] Compiling SwiftkubeModel EndpointPort+discovery.v1.swift
[978/1340] Compiling SwiftkubeModel EndpointSlice+discovery.v1.swift
[979/1340] Compiling SwiftkubeModel EndpointSliceList+discovery.v1.swift
[980/1340] Compiling SwiftkubeModel ForNode+discovery.v1.swift
[981/1340] Compiling SwiftkubeModel ForZone+discovery.v1.swift
[981/1388] Compiling x509_att.cc
[982/1388] Compiling x509.cc
[983/1388] Compiling v3_utl.cc
[984/1388] Compiling v3_skey.cc
[985/1388] Compiling v3_prn.cc
[987/1388] Compiling SwiftkubeModel PhotonPersistentDiskVolumeSource+core.v1.swift
[988/1388] Compiling SwiftkubeModel Pod+core.v1.swift
[989/1388] Compiling SwiftkubeModel PodAffinity+core.v1.swift
[990/1388] Compiling SwiftkubeModel PodAffinityTerm+core.v1.swift
[991/1388] Compiling SwiftkubeModel PodAntiAffinity+core.v1.swift
[992/1388] Compiling SwiftkubeModel PodCertificateProjection+core.v1.swift
[993/1388] Compiling SwiftkubeModel PodCondition+core.v1.swift
[994/1388] Compiling SwiftkubeModel PodDNSConfig+core.v1.swift
[995/1388] Compiling SwiftkubeModel PodDNSConfigOption+core.v1.swift
[996/1388] Compiling SwiftkubeModel PodExtendedResourceClaimStatus+core.v1.swift
[997/1388] Compiling SwiftkubeModel PodIP+core.v1.swift
[998/1388] Compiling SwiftkubeModel PodList+core.v1.swift
[999/1388] Compiling SwiftkubeModel PodOS+core.v1.swift
[1000/1388] Compiling SwiftkubeModel PodReadinessGate+core.v1.swift
[1001/1388] Compiling SwiftkubeModel PodResourceClaim+core.v1.swift
[1002/1388] Compiling SwiftkubeModel PodResourceClaimStatus+core.v1.swift
[1003/1388] Compiling SwiftkubeModel PodSchedulingGate+core.v1.swift
[1004/1388] Compiling SwiftkubeModel PodSecurityContext+core.v1.swift
[1005/1388] Compiling SwiftkubeModel PodSpec+core.v1.swift
[1006/1388] Compiling SwiftkubeModel PodStatus+core.v1.swift
[1007/1388] Compiling SwiftkubeModel PodTemplate+core.v1.swift
[1008/1388] Compiling SwiftkubeModel PodTemplateList+core.v1.swift
[1009/1388] Compiling SwiftkubeModel PodTemplateSpec+core.v1.swift
[1010/1388] Compiling SwiftkubeModel PortStatus+core.v1.swift
[1011/1388] Compiling SwiftkubeModel PortworxVolumeSource+core.v1.swift
[1011/1412] Compiling v3_purp.cc
[1012/1412] Compiling v3_ocsp.cc
[1013/1412] Compiling v3_pmaps.cc
[1014/1412] Compiling v3_pcons.cc
[1015/1412] Compiling v3_lib.cc
[1016/1412] Compiling v3_int.cc
[1017/1412] Compiling v3_ncons.cc
[1019/1412] Compiling SwiftkubeModel IngressClassSpec+networking.v1.swift
[1020/1412] Compiling SwiftkubeModel IngressList+networking.v1.swift
[1021/1412] Compiling SwiftkubeModel IngressLoadBalancerIngress+networking.v1.swift
[1022/1412] Compiling SwiftkubeModel IngressLoadBalancerStatus+networking.v1.swift
[1023/1412] Compiling SwiftkubeModel IngressPortStatus+networking.v1.swift
[1024/1412] Compiling SwiftkubeModel IngressRule+networking.v1.swift
[1025/1412] Compiling SwiftkubeModel IngressServiceBackend+networking.v1.swift
[1026/1412] Compiling SwiftkubeModel IngressSpec+networking.v1.swift
[1027/1412] Compiling SwiftkubeModel IngressStatus+networking.v1.swift
[1028/1412] Compiling SwiftkubeModel IngressTLS+networking.v1.swift
[1029/1412] Compiling SwiftkubeModel NetworkPolicy+networking.v1.swift
[1030/1412] Compiling SwiftkubeModel NetworkPolicyEgressRule+networking.v1.swift
[1031/1412] Compiling SwiftkubeModel NetworkPolicyIngressRule+networking.v1.swift
[1032/1412] Compiling SwiftkubeModel NetworkPolicyList+networking.v1.swift
[1033/1412] Compiling SwiftkubeModel NetworkPolicyPeer+networking.v1.swift
[1034/1412] Compiling SwiftkubeModel NetworkPolicyPort+networking.v1.swift
[1035/1412] Compiling SwiftkubeModel NetworkPolicySpec+networking.v1.swift
[1036/1412] Compiling SwiftkubeModel ParentReference+networking.v1.swift
[1037/1412] Compiling SwiftkubeModel ServiceBackendPort+networking.v1.swift
[1038/1412] Compiling SwiftkubeModel ServiceCIDR+networking.v1.swift
[1039/1412] Compiling SwiftkubeModel ServiceCIDRList+networking.v1.swift
[1040/1412] Compiling SwiftkubeModel ServiceCIDRSpec+networking.v1.swift
[1041/1412] Compiling SwiftkubeModel ServiceCIDRStatus+networking.v1.swift
[1042/1412] Compiling SwiftkubeModel networking+v1.swift
[1042/1436] Compiling v3_info.cc
[1043/1436] Compiling v3_genn.cc
[1044/1436] Compiling v3_enum.cc
[1045/1436] Compiling v3_ia5.cc
[1046/1436] Compiling v3_crld.cc
[1047/1436] Compiling v3_extku.cc
[1048/1436] Compiling v3_cpols.cc
[1050/1436] Compiling SwiftkubeModel ClusterRole+rbac.v1.swift
[1051/1436] Compiling SwiftkubeModel ClusterRoleBinding+rbac.v1.swift
[1052/1436] Compiling SwiftkubeModel ClusterRoleBindingList+rbac.v1.swift
[1053/1436] Compiling SwiftkubeModel ClusterRoleList+rbac.v1.swift
[1054/1436] Compiling SwiftkubeModel PolicyRule+rbac.v1.swift
[1055/1436] Compiling SwiftkubeModel Role+rbac.v1.swift
[1056/1436] Compiling SwiftkubeModel RoleBinding+rbac.v1.swift
[1057/1436] Compiling SwiftkubeModel RoleBindingList+rbac.v1.swift
[1058/1436] Compiling SwiftkubeModel RoleList+rbac.v1.swift
[1059/1436] Compiling SwiftkubeModel RoleRef+rbac.v1.swift
[1060/1436] Compiling SwiftkubeModel Subject+rbac.v1.swift
[1061/1436] Compiling SwiftkubeModel rbac+v1.swift
[1062/1436] Compiling SwiftkubeModel resource.swift
[1063/1436] Compiling SwiftkubeModel AllocatedDeviceStatus+resource.v1.swift
[1064/1436] Compiling SwiftkubeModel AllocationResult+resource.v1.swift
[1065/1436] Compiling SwiftkubeModel CELDeviceSelector+resource.v1.swift
[1066/1436] Compiling SwiftkubeModel CapacityRequestPolicy+resource.v1.swift
[1067/1436] Compiling SwiftkubeModel CapacityRequestPolicyRange+resource.v1.swift
[1068/1436] Compiling SwiftkubeModel CapacityRequirements+resource.v1.swift
[1069/1436] Compiling SwiftkubeModel Counter+resource.v1.swift
[1070/1436] Compiling SwiftkubeModel CounterSet+resource.v1.swift
[1071/1436] Compiling SwiftkubeModel Device+resource.v1.swift
[1072/1436] Compiling SwiftkubeModel DeviceAllocationConfiguration+resource.v1.swift
[1073/1436] Compiling SwiftkubeModel DeviceAllocationResult+resource.v1.swift
[1074/1436] Compiling SwiftkubeModel IPAddress+networking.v1beta1.swift
[1075/1436] Compiling SwiftkubeModel IPAddressList+networking.v1beta1.swift
[1076/1436] Compiling SwiftkubeModel IPAddressSpec+networking.v1beta1.swift
[1077/1436] Compiling SwiftkubeModel ParentReference+networking.v1beta1.swift
[1078/1436] Compiling SwiftkubeModel ServiceCIDR+networking.v1beta1.swift
[1079/1436] Compiling SwiftkubeModel ServiceCIDRList+networking.v1beta1.swift
[1080/1436] Compiling SwiftkubeModel ServiceCIDRSpec+networking.v1beta1.swift
[1081/1436] Compiling SwiftkubeModel ServiceCIDRStatus+networking.v1beta1.swift
[1082/1436] Compiling SwiftkubeModel networking+v1beta1.swift
[1083/1436] Compiling SwiftkubeModel node.swift
[1084/1436] Compiling SwiftkubeModel Overhead+node.v1.swift
[1085/1436] Compiling SwiftkubeModel RuntimeClass+node.v1.swift
[1086/1436] Compiling SwiftkubeModel RuntimeClassList+node.v1.swift
[1087/1436] Compiling SwiftkubeModel Scheduling+node.v1.swift
[1088/1436] Compiling SwiftkubeModel node+v1.swift
[1089/1436] Compiling SwiftkubeModel policy.swift
[1090/1436] Compiling SwiftkubeModel Eviction+policy.v1.swift
[1091/1436] Compiling SwiftkubeModel PodDisruptionBudget+policy.v1.swift
[1092/1436] Compiling SwiftkubeModel PodDisruptionBudgetList+policy.v1.swift
[1093/1436] Compiling SwiftkubeModel PodDisruptionBudgetSpec+policy.v1.swift
[1094/1436] Compiling SwiftkubeModel PodDisruptionBudgetStatus+policy.v1.swift
[1095/1436] Compiling SwiftkubeModel policy+v1.swift
[1096/1436] Compiling SwiftkubeModel rbac.swift
[1097/1436] Compiling SwiftkubeModel AggregationRule+rbac.v1.swift
[1097/1460] Compiling v3_conf.cc
[1098/1460] Compiling v3_bcons.cc
[1099/1460] Compiling v3_alt.cc
[1100/1460] Compiling v3_bitst.cc
[1101/1460] Compiling v3_akey.cc
[1102/1460] Compiling v3_akeya.cc
[1104/1460] Compiling SwiftkubeModel ResourceClaimTemplate+resource.v1.swift
[1105/1460] Compiling SwiftkubeModel ResourceClaimTemplateList+resource.v1.swift
[1106/1460] Compiling SwiftkubeModel ResourceClaimTemplateSpec+resource.v1.swift
[1107/1460] Compiling SwiftkubeModel ResourcePool+resource.v1.swift
[1108/1460] Compiling SwiftkubeModel ResourceSlice+resource.v1.swift
[1109/1460] Compiling SwiftkubeModel ResourceSliceList+resource.v1.swift
[1110/1460] Compiling SwiftkubeModel ResourceSliceSpec+resource.v1.swift
[1111/1460] Compiling SwiftkubeModel resource+v1.swift
[1112/1460] Compiling SwiftkubeModel CELDeviceSelector+resource.v1alpha3.swift
[1113/1460] Compiling SwiftkubeModel DeviceSelector+resource.v1alpha3.swift
[1114/1460] Compiling SwiftkubeModel DeviceTaint+resource.v1alpha3.swift
[1115/1460] Compiling SwiftkubeModel DeviceTaintRule+resource.v1alpha3.swift
[1116/1460] Compiling SwiftkubeModel DeviceTaintRuleList+resource.v1alpha3.swift
[1117/1460] Compiling SwiftkubeModel DeviceTaintRuleSpec+resource.v1alpha3.swift
[1118/1460] Compiling SwiftkubeModel DeviceTaintSelector+resource.v1alpha3.swift
[1119/1460] Compiling SwiftkubeModel resource+v1alpha3.swift
[1120/1460] Compiling SwiftkubeModel AllocatedDeviceStatus+resource.v1beta1.swift
[1121/1460] Compiling SwiftkubeModel AllocationResult+resource.v1beta1.swift
[1122/1460] Compiling SwiftkubeModel BasicDevice+resource.v1beta1.swift
[1123/1460] Compiling SwiftkubeModel CELDeviceSelector+resource.v1beta1.swift
[1124/1460] Compiling SwiftkubeModel CapacityRequestPolicy+resource.v1beta1.swift
[1125/1460] Compiling SwiftkubeModel CapacityRequestPolicyRange+resource.v1beta1.swift
[1126/1460] Compiling SwiftkubeModel CapacityRequirements+resource.v1beta1.swift
[1127/1460] Compiling SwiftkubeModel Counter+resource.v1beta1.swift
[1127/1460] Compiling t_x509a.cc
[1128/1460] Compiling t_x509.cc
[1129/1460] Compiling i2d_pr.cc
[1131/1460] Compiling SwiftkubeModel DeviceAttribute+resource.v1.swift
[1132/1460] Compiling SwiftkubeModel DeviceCapacity+resource.v1.swift
[1133/1460] Compiling SwiftkubeModel DeviceClaim+resource.v1.swift
[1134/1460] Compiling SwiftkubeModel DeviceClaimConfiguration+resource.v1.swift
[1135/1460] Compiling SwiftkubeModel DeviceClass+resource.v1.swift
[1136/1460] Compiling SwiftkubeModel DeviceClassConfiguration+resource.v1.swift
[1137/1460] Compiling SwiftkubeModel DeviceClassList+resource.v1.swift
[1138/1460] Compiling SwiftkubeModel DeviceClassSpec+resource.v1.swift
[1139/1460] Compiling SwiftkubeModel DeviceConstraint+resource.v1.swift
[1140/1460] Compiling SwiftkubeModel DeviceCounterConsumption+resource.v1.swift
[1141/1460] Compiling SwiftkubeModel DeviceRequest+resource.v1.swift
[1142/1460] Compiling SwiftkubeModel DeviceRequestAllocationResult+resource.v1.swift
[1143/1460] Compiling SwiftkubeModel DeviceSelector+resource.v1.swift
[1144/1460] Compiling SwiftkubeModel DeviceSubRequest+resource.v1.swift
[1145/1460] Compiling SwiftkubeModel DeviceTaint+resource.v1.swift
[1146/1460] Compiling SwiftkubeModel DeviceToleration+resource.v1.swift
[1147/1460] Compiling SwiftkubeModel ExactDeviceRequest+resource.v1.swift
[1148/1460] Compiling SwiftkubeModel NetworkDeviceData+resource.v1.swift
[1149/1460] Compiling SwiftkubeModel OpaqueDeviceConfiguration+resource.v1.swift
[1150/1460] Compiling SwiftkubeModel ResourceClaim+resource.v1.swift
[1151/1460] Compiling SwiftkubeModel ResourceClaimConsumerReference+resource.v1.swift
[1152/1460] Compiling SwiftkubeModel ResourceClaimList+resource.v1.swift
[1153/1460] Compiling SwiftkubeModel ResourceClaimSpec+resource.v1.swift
[1154/1460] Compiling SwiftkubeModel ResourceClaimStatus+resource.v1.swift
[1154/1460] Compiling t_req.cc
[1155/1460] Compiling t_crl.cc
[1156/1460] Compiling rsa_pss.cc
[1157/1460] Compiling name_print.cc
[1158/1460] Compiling policy.cc
[1160/1460] Compiling SwiftkubeModel CounterSet+resource.v1beta1.swift
[1161/1460] Compiling SwiftkubeModel Device+resource.v1beta1.swift
[1162/1460] Compiling SwiftkubeModel DeviceAllocationConfiguration+resource.v1beta1.swift
[1163/1460] Compiling SwiftkubeModel DeviceAllocationResult+resource.v1beta1.swift
[1164/1460] Compiling SwiftkubeModel DeviceAttribute+resource.v1beta1.swift
[1165/1460] Compiling SwiftkubeModel DeviceCapacity+resource.v1beta1.swift
[1166/1460] Compiling SwiftkubeModel DeviceClaim+resource.v1beta1.swift
[1167/1460] Compiling SwiftkubeModel DeviceClaimConfiguration+resource.v1beta1.swift
[1168/1460] Compiling SwiftkubeModel DeviceClass+resource.v1beta1.swift
[1169/1460] Compiling SwiftkubeModel DeviceClassConfiguration+resource.v1beta1.swift
[1170/1460] Compiling SwiftkubeModel DeviceClassList+resource.v1beta1.swift
[1171/1460] Compiling SwiftkubeModel DeviceClassSpec+resource.v1beta1.swift
[1172/1460] Compiling SwiftkubeModel DeviceConstraint+resource.v1beta1.swift
[1173/1460] Compiling SwiftkubeModel DeviceCounterConsumption+resource.v1beta1.swift
[1174/1460] Compiling SwiftkubeModel DeviceRequest+resource.v1beta1.swift
[1175/1460] Compiling SwiftkubeModel DeviceRequestAllocationResult+resource.v1beta1.swift
[1176/1460] Compiling SwiftkubeModel DeviceSelector+resource.v1beta1.swift
[1177/1460] Compiling SwiftkubeModel DeviceSubRequest+resource.v1beta1.swift
[1178/1460] Compiling SwiftkubeModel DeviceTaint+resource.v1beta1.swift
[1179/1460] Compiling SwiftkubeModel DeviceToleration+resource.v1beta1.swift
[1180/1460] Compiling SwiftkubeModel NetworkDeviceData+resource.v1beta1.swift
[1181/1460] Compiling SwiftkubeModel OpaqueDeviceConfiguration+resource.v1beta1.swift
[1182/1460] Compiling SwiftkubeModel ResourceClaim+resource.v1beta1.swift
[1183/1460] Compiling SwiftkubeModel ResourceClaimConsumerReference+resource.v1beta1.swift
[1184/1460] Compiling SwiftkubeModel ResourceClaimList+resource.v1beta1.swift
[1185/1460] Compiling SwiftkubeModel ResourceClaimSpec+resource.v1beta1.swift
[1186/1460] Compiling SwiftkubeModel ResourceClaimStatus+resource.v1beta1.swift
[1187/1460] Compiling SwiftkubeModel ResourceClaimTemplate+resource.v1beta1.swift
[1188/1460] Compiling SwiftkubeModel ResourceClaimTemplateList+resource.v1beta1.swift
[1189/1460] Compiling SwiftkubeModel ResourceClaimTemplateSpec+resource.v1beta1.swift
[1190/1460] Compiling SwiftkubeModel ResourcePool+resource.v1beta1.swift
[1191/1460] Compiling SwiftkubeModel ResourceSlice+resource.v1beta1.swift
[1192/1460] Compiling SwiftkubeModel ResourceSliceList+resource.v1beta1.swift
[1193/1460] Compiling SwiftkubeModel ResourceSliceSpec+resource.v1beta1.swift
[1194/1460] Compiling SwiftkubeModel resource+v1beta1.swift
[1195/1460] Compiling SwiftkubeModel AllocatedDeviceStatus+resource.v1beta2.swift
[1196/1460] Compiling SwiftkubeModel AllocationResult+resource.v1beta2.swift
[1197/1460] Compiling SwiftkubeModel CELDeviceSelector+resource.v1beta2.swift
[1198/1460] Compiling SwiftkubeModel CapacityRequestPolicy+resource.v1beta2.swift
[1199/1460] Compiling SwiftkubeModel CapacityRequestPolicyRange+resource.v1beta2.swift
[1200/1460] Compiling SwiftkubeModel CapacityRequirements+resource.v1beta2.swift
[1201/1460] Compiling SwiftkubeModel Counter+resource.v1beta2.swift
[1202/1460] Compiling SwiftkubeModel CounterSet+resource.v1beta2.swift
[1203/1460] Compiling SwiftkubeModel Device+resource.v1beta2.swift
[1204/1460] Compiling SwiftkubeModel DeviceAllocationConfiguration+resource.v1beta2.swift
[1205/1460] Compiling SwiftkubeModel DeviceAllocationResult+resource.v1beta2.swift
[1206/1460] Compiling SwiftkubeModel DeviceAttribute+resource.v1beta2.swift
[1207/1460] Compiling SwiftkubeModel DeviceCapacity+resource.v1beta2.swift
[1207/1460] Compiling by_file.cc
[1208/1460] Compiling algorithm.cc
[1210/1460] Compiling SwiftkubeModel DeviceClaim+resource.v1beta2.swift
[1211/1460] Compiling SwiftkubeModel DeviceClaimConfiguration+resource.v1beta2.swift
[1212/1460] Compiling SwiftkubeModel DeviceClass+resource.v1beta2.swift
[1213/1460] Compiling SwiftkubeModel DeviceClassConfiguration+resource.v1beta2.swift
[1214/1460] Compiling SwiftkubeModel DeviceClassList+resource.v1beta2.swift
[1215/1460] Compiling SwiftkubeModel DeviceClassSpec+resource.v1beta2.swift
[1216/1460] Compiling SwiftkubeModel DeviceConstraint+resource.v1beta2.swift
[1217/1460] Compiling SwiftkubeModel DeviceCounterConsumption+resource.v1beta2.swift
[1218/1460] Compiling SwiftkubeModel DeviceRequest+resource.v1beta2.swift
[1219/1460] Compiling SwiftkubeModel DeviceRequestAllocationResult+resource.v1beta2.swift
[1220/1460] Compiling SwiftkubeModel DeviceSelector+resource.v1beta2.swift
[1221/1460] Compiling SwiftkubeModel DeviceSubRequest+resource.v1beta2.swift
[1222/1460] Compiling SwiftkubeModel DeviceTaint+resource.v1beta2.swift
[1223/1460] Compiling SwiftkubeModel DeviceToleration+resource.v1beta2.swift
[1224/1460] Compiling SwiftkubeModel ExactDeviceRequest+resource.v1beta2.swift
[1225/1460] Compiling SwiftkubeModel NetworkDeviceData+resource.v1beta2.swift
[1226/1460] Compiling SwiftkubeModel OpaqueDeviceConfiguration+resource.v1beta2.swift
[1227/1460] Compiling SwiftkubeModel ResourceClaim+resource.v1beta2.swift
[1228/1460] Compiling SwiftkubeModel ResourceClaimConsumerReference+resource.v1beta2.swift
[1229/1460] Compiling SwiftkubeModel ResourceClaimList+resource.v1beta2.swift
[1230/1460] Compiling SwiftkubeModel ResourceClaimSpec+resource.v1beta2.swift
[1231/1460] Compiling SwiftkubeModel ResourceClaimStatus+resource.v1beta2.swift
[1232/1460] Compiling SwiftkubeModel ResourceClaimTemplate+resource.v1beta2.swift
[1233/1460] Compiling SwiftkubeModel ResourceClaimTemplateList+resource.v1beta2.swift
[1233/1460] Compiling a_verify.cc
[1234/1460] Compiling asn1_gen.cc
[1235/1460] Compiling a_digest.cc
[1236/1460] Compiling by_dir.cc
[1237/1460] Compiling thread_none.cc
[1238/1460] Compiling a_sign.cc
[1239/1460] Compiling thread.cc
[1240/1460] Compiling pmbtoken.cc
[1241/1460] Compiling thread_win.cc
[1242/1460] Compiling thread_pthread.cc
[1243/1460] Compiling voprf.cc
[1244/1460] Compiling stack.cc
[1245/1460] Compiling sha256.cc
[1246/1460] Compiling sha512.cc
[1247/1460] Compiling trust_token.cc
[1248/1460] Compiling slhdsa.cc
[1249/1460] Compiling rsa_extra.cc
[1250/1460] Compiling sha1.cc
[1251/1460] Compiling siphash.cc
[1252/1460] Compiling rsa_print.cc
[1253/1460] Compiling refcount.cc
[1254/1460] Compiling spake2plus.cc
[1255/1460] Compiling rc4.cc
[1256/1460] Compiling windows.cc
[1257/1460] Compiling trusty.cc
[1258/1460] Compiling rand.cc
[1259/1460] Compiling urandom.cc
[1260/1460] Compiling getentropy.cc
[1261/1460] Compiling rsa_crypt.cc
[1262/1460] Compiling rsa_asn1.cc
[1263/1460] Compiling passive.cc
[1264/1460] Compiling poly1305_arm_asm.S
[1265/1460] Compiling forkunsafe.cc
[1266/1460] Compiling fork_detect.cc
[1267/1460] Compiling ios.cc
[1268/1460] Compiling deterministic.cc
[1270/1460] Compiling SwiftkubeModel VolumeAttachmentList+storage.v1.swift
[1271/1460] Compiling SwiftkubeModel VolumeAttachmentSource+storage.v1.swift
[1272/1460] Compiling SwiftkubeModel VolumeAttachmentSpec+storage.v1.swift
[1273/1460] Compiling SwiftkubeModel VolumeAttachmentStatus+storage.v1.swift
[1274/1460] Compiling SwiftkubeModel VolumeAttributesClass+storage.v1.swift
[1275/1460] Compiling SwiftkubeModel VolumeAttributesClassList+storage.v1.swift
[1276/1460] Compiling SwiftkubeModel VolumeError+storage.v1.swift
[1277/1460] Compiling SwiftkubeModel VolumeNodeResources+storage.v1.swift
[1278/1460] Compiling SwiftkubeModel storage+v1.swift
[1279/1460] Compiling SwiftkubeModel VolumeAttributesClass+storage.v1alpha1.swift
[1280/1460] Compiling SwiftkubeModel VolumeAttributesClassList+storage.v1alpha1.swift
[1281/1460] Compiling SwiftkubeModel storage+v1alpha1.swift
[1282/1460] Compiling SwiftkubeModel VolumeAttributesClass+storage.v1beta1.swift
[1283/1460] Compiling SwiftkubeModel VolumeAttributesClassList+storage.v1beta1.swift
[1284/1460] Compiling SwiftkubeModel storage+v1beta1.swift
[1285/1460] Compiling SwiftkubeModel storagemigration.swift
[1286/1460] Compiling SwiftkubeModel GroupVersionResource+storagemigration.v1alpha1.swift
[1287/1460] Compiling SwiftkubeModel MigrationCondition+storagemigration.v1alpha1.swift
[1288/1460] Compiling SwiftkubeModel StorageVersionMigration+storagemigration.v1alpha1.swift
[1289/1460] Compiling SwiftkubeModel StorageVersionMigrationList+storagemigration.v1alpha1.swift
[1290/1460] Compiling SwiftkubeModel StorageVersionMigrationSpec+storagemigration.v1alpha1.swift
[1291/1460] Compiling SwiftkubeModel StorageVersionMigrationStatus+storagemigration.v1alpha1.swift
[1292/1460] Compiling SwiftkubeModel storagemigration+v1alpha1.swift
[1293/1460] Compiling SwiftkubeModel SwiftkubeModel.swift
[1294/1460] Compiling SwiftkubeModel ResourceClaimTemplateSpec+resource.v1beta2.swift
[1295/1460] Compiling SwiftkubeModel ResourcePool+resource.v1beta2.swift
[1296/1460] Compiling SwiftkubeModel ResourceSlice+resource.v1beta2.swift
[1297/1460] Compiling SwiftkubeModel ResourceSliceList+resource.v1beta2.swift
[1298/1460] Compiling SwiftkubeModel ResourceSliceSpec+resource.v1beta2.swift
[1299/1460] Compiling SwiftkubeModel resource+v1beta2.swift
[1300/1460] Compiling SwiftkubeModel scheduling.swift
[1301/1460] Compiling SwiftkubeModel PriorityClass+scheduling.v1.swift
[1302/1460] Compiling SwiftkubeModel PriorityClassList+scheduling.v1.swift
[1303/1460] Compiling SwiftkubeModel scheduling+v1.swift
[1304/1460] Compiling SwiftkubeModel storage.swift
[1305/1460] Compiling SwiftkubeModel CSIDriver+storage.v1.swift
[1306/1460] Compiling SwiftkubeModel CSIDriverList+storage.v1.swift
[1307/1460] Compiling SwiftkubeModel CSIDriverSpec+storage.v1.swift
[1308/1460] Compiling SwiftkubeModel CSINode+storage.v1.swift
[1309/1460] Compiling SwiftkubeModel CSINodeDriver+storage.v1.swift
[1310/1460] Compiling SwiftkubeModel CSINodeList+storage.v1.swift
[1311/1460] Compiling SwiftkubeModel CSINodeSpec+storage.v1.swift
[1312/1460] Compiling SwiftkubeModel CSIStorageCapacity+storage.v1.swift
[1313/1460] Compiling SwiftkubeModel CSIStorageCapacityList+storage.v1.swift
[1314/1460] Compiling SwiftkubeModel StorageClass+storage.v1.swift
[1315/1460] Compiling SwiftkubeModel StorageClassList+storage.v1.swift
[1316/1460] Compiling SwiftkubeModel TokenRequest+storage.v1.swift
[1317/1460] Compiling SwiftkubeModel VolumeAttachment+storage.v1.swift
[1317/1461] Compiling poly1305.cc
[1317/1461] Compiling poly1305_arm.cc
[1320/1461] Compiling poly1305_vec.cc
[1321/1461] Compiling pool.cc
[1322/1461] Compiling pkcs8.cc
[1323/1461] Compiling pkcs7.cc
[1324/1461] Compiling p5_pbev2.cc
[1325/1461] Compiling pkcs8_x509.cc
[1326/1461] Compiling pkcs7_x509.cc
[1327/1461] Compiling pem_xaux.cc
[1328/1461] Compiling pem_x509.cc
[1329/1461] Compiling pem_pk8.cc
[1330/1461] Compiling pem_oth.cc
[1331/1461] Compiling pem_pkey.cc
[1332/1461] Compiling pem_info.cc
[1333/1461] Compiling obj_xref.cc
[1334/1461] Compiling pem_lib.cc
[1335/1461] Compiling mldsa.cc
[1336/1461] Compiling mlkem.cc
[1337/1461] Compiling md5.cc
[1338/1461] Compiling pem_all.cc
[1339/1461] Compiling obj.cc
[1340/1461] Compiling fips_shared_support.cc
[1341/1461] Compiling md4.cc
[1342/1461] Compiling mem.cc
[1343/1461] Compiling poly_rq_mul.S
[1344/1461] Compiling lhash.cc
[1345/1461] Compiling kyber.cc
[1346/1461] Compiling ex_data.cc
[1347/1461] Compiling sign.cc
[1348/1461] Compiling hrss.cc
[1349/1461] Compiling hpke.cc
[1350/1461] Compiling scrypt.cc
[1351/1461] Compiling print.cc
[1352/1461] Compiling p_x25519.cc
[1353/1461] Compiling pbkdf.cc
[1354/1461] Compiling p_x25519_asn1.cc
[1355/1461] Compiling p_rsa_asn1.cc
[1356/1461] Compiling p_ed25519.cc
[1357/1461] Compiling p_rsa.cc
[1358/1461] Compiling p_hkdf.cc
[1359/1461] Compiling p_ec.cc
[1360/1461] Compiling p_dh_asn1.cc
[1361/1461] Compiling p_ec_asn1.cc
[1362/1461] Compiling p_ed25519_asn1.cc
[1363/1461] Compiling p_dh.cc
[1364/1461] Compiling evp_ctx.cc
[1365/1461] Compiling p_dsa_asn1.cc
[1366/1461] Compiling err.cc
[1367/1461] Compiling engine.cc
[1368/1461] Compiling evp.cc
[1369/1461] Compiling evp_asn1.cc
[1370/1461] Compiling ecdh.cc
[1371/1461] Compiling ecdsa_asn1.cc
[1372/1461] Compiling hash_to_curve.cc
[1373/1461] Compiling ec_derive.cc
[1374/1461] Compiling dsa.cc
[1375/1461] Compiling dsa_asn1.cc
[1376/1461] Compiling ec_asn1.cc
[1377/1461] Compiling params.cc
[1378/1461] Compiling x25519-asm-arm.S
[1379/1461] Compiling des.cc
[1380/1461] Compiling digest_extra.cc
[1381/1461] Compiling spake25519.cc
[1382/1461] Compiling dh_asn1.cc
[1383/1461] Compiling crypto.cc
[1384/1461] Compiling cpu_arm_freebsd.cc
[1385/1461] Compiling curve25519.cc
[1386/1461] Compiling cpu_intel.cc
[1387/1461] Compiling cpu_arm_linux.cc
[1388/1461] Compiling bcm.cc
[1389/1461] Compiling cpu_aarch64_win.cc
[1390/1461] Compiling cpu_aarch64_openbsd.cc
[1391/1461] Compiling cpu_aarch64_linux.cc
[1392/1461] Compiling cpu_aarch64_sysreg.cc
[1393/1461] Compiling cpu_aarch64_fuchsia.cc
[1394/1461] Compiling cpu_aarch64_apple.cc
[1395/1461] Compiling conf.cc
[1396/1461] Compiling curve25519_64_adx.cc
[1397/1461] Compiling tls_cbc.cc
[1398/1461] Compiling get_cipher.cc
[1399/1461] Compiling e_tls.cc
[1400/1461] Compiling e_rc4.cc
[1401/1461] Compiling e_rc2.cc
[1402/1461] Compiling e_null.cc
[1403/1461] Compiling e_des.cc
[1404/1461] Compiling derive_key.cc
[1405/1461] Compiling e_chacha20poly1305.cc
[1406/1461] Compiling e_aesctrhmac.cc
[1407/1461] Compiling e_aesgcmsiv.cc
[1408/1461] Compiling chacha.cc
[1409/1461] Compiling unicode.cc
[1410/1461] Compiling buf.cc
[1411/1461] Compiling cbb.cc
[1412/1461] Compiling asn1_compat.cc
[1413/1461] Compiling ber.cc
[1414/1461] Compiling cbs.cc
[1415/1461] Compiling bn_asn1.cc
[1416/1461] Compiling blake2.cc
[1417/1461] Compiling convert.cc
[1418/1461] Compiling pair.cc
[1419/1461] Compiling socket_helper.cc
[1420/1461] Compiling printf.cc
[1421/1461] Compiling socket.cc
[1422/1461] Compiling hexdump.cc
[1423/1461] Compiling file.cc
[1424/1461] Compiling fd.cc
[1425/1461] Compiling errno.cc
[1426/1461] Compiling connect.cc
[1427/1461] Compiling bio_mem.cc
[1428/1461] Compiling base64.cc
[1429/1461] Compiling bio.cc
[1430/1461] Compiling tasn_typ.cc
[1431/1461] Compiling tasn_fre.cc
[1432/1461] Compiling f_string.cc
[1433/1461] Compiling tasn_utl.cc
[1434/1461] Compiling tasn_enc.cc
[1435/1461] Compiling posix_time.cc
[1436/1461] Compiling f_int.cc
[1437/1461] Compiling tasn_new.cc
[1438/1461] Compiling asn1_par.cc
[1439/1461] Compiling asn_pack.cc
[1440/1461] Compiling tasn_dec.cc
[1441/1461] Compiling a_utctm.cc
[1442/1461] Compiling a_octet.cc
[1443/1461] Compiling a_type.cc
[1444/1461] Compiling asn1_lib.cc
[1445/1461] Compiling a_time.cc
[1446/1461] Compiling a_strnid.cc
[1447/1461] Compiling a_strex.cc
[1448/1461] Compiling a_object.cc
[1449/1461] Compiling a_i2d_fp.cc
[1450/1461] Compiling a_dup.cc
[1451/1461] Compiling a_d2i_fp.cc
[1452/1461] Write sources
[1453/1461] Compiling a_mbstr.cc
[1454/1461] Write sources
[1455/1461] Compiling a_int.cc
[1456/1461] Compiling a_gentm.cc
[1457/1461] Compiling a_bitstr.cc
[1458/1504] Compiling a_bool.cc
[1460/1504] Compiling Algorithms Partition.swift
[1461/1504] Compiling Algorithms Permutations.swift
[1462/1504] Compiling Algorithms Keyed.swift
[1463/1504] Compiling Algorithms MinMax.swift
[1464/1506] Compiling Algorithms Intersperse.swift
[1465/1506] Compiling Algorithms Joined.swift
[1466/1506] Compiling Algorithms Chunked.swift
[1467/1506] Compiling Algorithms Combinations.swift
[1468/1506] Compiling Atomics IntegerOperations.swift
[1469/1506] Compiling Atomics Unmanaged extensions.swift
[1470/1506] Compiling Algorithms FlattenCollection.swift
[1471/1506] Compiling Algorithms Grouped.swift
[1472/1506] Compiling Algorithms Indexed.swift
[1473/1506] Compiling Algorithms Compacted.swift
[1474/1506] Compiling Algorithms Cycle.swift
[1475/1506] Compiling Algorithms EitherSequence.swift
[1476/1506] Compiling Algorithms FirstNonNil.swift
[1478/1509] Compiling Algorithms Reductions.swift
[1479/1509] Compiling Algorithms Rotate.swift
[1480/1509] Compiling Algorithms Split.swift
[1481/1509] Compiling Algorithms Stride.swift
[1482/1509] Compiling Algorithms Suffix.swift
[1493/1509] Compiling Algorithms Trim.swift
[1494/1509] Compiling Algorithms Unique.swift
[1495/1509] Compiling Algorithms Windows.swift
[1495/1509] Compiling c-nioatomics.c
[1497/1509] Emitting module Atomics
[1498/1509] Compiling Algorithms AdjacentPairs.swift
[1499/1509] Compiling Algorithms Chain.swift
[1508/1509] Emitting module Algorithms
[1510/1511] Compiling c-atomics.c
[1512/1518] Compiling NIOConcurrencyHelpers NIOLock.swift
[1513/1518] Compiling NIOConcurrencyHelpers lock.swift
[1514/1518] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1515/1518] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[1516/1518] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1517/1518] Emitting module NIOConcurrencyHelpers
[1518/1518] Compiling NIOConcurrencyHelpers atomics.swift
[1520/1583] Compiling NIOCore NIOCoreSendableMetatype.swift
[1521/1583] Compiling NIOCore NIODecodedAsyncSequence.swift
[1522/1583] Compiling NIOCore NIOLoopBound.swift
[1523/1583] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1524/1583] Compiling NIOCore NIOScheduledCallback.swift
[1525/1583] Compiling NIOCore NIOSendable.swift
[1526/1583] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1527/1583] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[1528/1583] Compiling NIOCore RecvByteBufferAllocator.swift
[1529/1591] Compiling NIOCore IPProtocol.swift
[1530/1591] Compiling NIOCore IntegerBitPacking.swift
[1531/1591] Compiling NIOCore IntegerTypes.swift
[1532/1591] Compiling NIOCore Interfaces.swift
[1533/1591] Compiling NIOCore Linux.swift
[1534/1591] Compiling NIOCore MarkedCircularBuffer.swift
[1535/1591] Compiling NIOCore MulticastChannel.swift
[1536/1591] Compiling NIOCore NIOAny.swift
[1537/1591] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1538/1591] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1539/1591] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1540/1591] Compiling NIOCore EventLoopFuture.swift
[1541/1591] Compiling NIOCore FileDescriptor.swift
[1542/1591] Compiling NIOCore FileHandle.swift
[1543/1591] Compiling NIOCore FileRegion.swift
[1544/1591] Compiling NIOCore GlobalSingletons.swift
[1545/1591] Compiling NIOCore IO.swift
[1546/1591] Compiling NIOCore IOData.swift
[1547/1591] Compiling NIOCore CircularBuffer.swift
[1548/1591] Compiling NIOCore Codec.swift
[1549/1591] Compiling NIOCore ConvenienceOptionSupport.swift
[1550/1591] Compiling NIOCore DeadChannel.swift
[1551/1591] Compiling NIOCore DispatchQueue+WithFuture.swift
[1552/1591] Compiling NIOCore EventLoop+Deprecated.swift
[1553/1591] Compiling NIOCore EventLoop+SerialExecutor.swift
[1554/1591] Compiling NIOCore EventLoop.swift
[1555/1591] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1556/1591] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1557/1591] Compiling NIOCore SocketAddresses.swift
[1558/1591] Compiling NIOCore SocketOptionProvider.swift
[1559/1591] Compiling NIOCore SystemCallHelpers.swift
[1560/1591] Compiling NIOCore TimeAmount+Duration.swift
[1561/1591] Compiling NIOCore TypeAssistedChannelHandler.swift
[1562/1591] Compiling NIOCore UniversalBootstrapSupport.swift
[1563/1591] Compiling NIOCore Utilities.swift
[1564/1591] Compiling NIOCore AddressedEnvelope.swift
[1565/1591] Compiling NIOCore AsyncAwaitSupport.swift
[1566/1591] Compiling NIOCore AsyncChannel.swift
[1567/1591] Compiling NIOCore AsyncChannelHandler.swift
[1568/1591] Compiling NIOCore AsyncChannelInboundStream.swift
[1569/1591] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1570/1591] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1571/1591] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1572/1591] Compiling NIOCore NIOAsyncWriter.swift
[1573/1591] Emitting module NIOCore
[1574/1591] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1575/1591] Compiling NIOCore BSDSocketAPI.swift
[1576/1591] Compiling NIOCore ByteBuffer-aux.swift
[1577/1591] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1578/1591] Compiling NIOCore ByteBuffer-conversions.swift
[1579/1591] Compiling NIOCore ByteBuffer-core.swift
[1580/1591] Compiling NIOCore ByteBuffer-hex.swift
[1581/1591] Compiling NIOCore ByteBuffer-int.swift
[1582/1591] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1583/1591] Compiling NIOCore ByteBuffer-multi-int.swift
[1584/1591] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1585/1591] Compiling NIOCore ByteBuffer-views.swift
[1586/1591] Compiling NIOCore Channel.swift
[1587/1591] Compiling NIOCore ChannelHandler.swift
[1588/1591] Compiling NIOCore ChannelHandlers.swift
[1589/1591] Compiling NIOCore ChannelInvoker.swift
[1590/1591] Compiling NIOCore ChannelOption.swift
[1591/1591] Compiling NIOCore ChannelPipeline.swift
[1593/1646] Emitting module NIOEmbedded
[1594/1646] Compiling NIOEmbedded AsyncTestingChannel.swift
[1595/1646] Compiling NIOEmbedded Embedded.swift
[1596/1646] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1598/1647] Compiling NIOPosix PipePair.swift
[1599/1647] Compiling NIOPosix Pool.swift
[1600/1647] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1601/1647] Compiling NIOPosix PosixSingletons.swift
[1602/1647] Compiling NIOPosix RawSocketBootstrap.swift
[1603/1647] Compiling NIOPosix Resolver.swift
[1604/1647] Compiling NIOPosix Selectable.swift
[1605/1653] Emitting module NIOPosix
[1606/1653] Compiling NIOPosix ThreadPosix.swift
[1607/1653] Compiling NIOPosix ThreadWindows.swift
[1608/1653] Compiling NIOPosix Utilities.swift
[1609/1653] Compiling NIOPosix VsockAddress.swift
[1610/1653] Compiling NIOPosix VsockChannelEvents.swift
[1611/1653] Compiling NIOPosix Windows.swift
[1612/1653] Compiling NIOPosix ServerSocket.swift
[1613/1653] Compiling NIOPosix Socket.swift
[1614/1653] Compiling NIOPosix SocketChannel.swift
[1615/1653] Compiling NIOPosix SocketProtocols.swift
[1616/1653] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1617/1653] Compiling NIOPosix System.swift
[1618/1653] Compiling NIOPosix Thread.swift
[1619/1653] Compiling NIOPosix SelectableChannel.swift
[1620/1653] Compiling NIOPosix SelectableEventLoop.swift
[1621/1653] Compiling NIOPosix SelectorEpoll.swift
[1622/1653] Compiling NIOPosix SelectorGeneric.swift
[1623/1653] Compiling NIOPosix SelectorKqueue.swift
[1624/1653] Compiling NIOPosix SelectorUring.swift
[1625/1653] Compiling NIOPosix SelectorWSAPoll.swift
[1626/1653] Compiling NIOPosix BaseStreamSocketChannel.swift
[1627/1653] Compiling NIOPosix Bootstrap.swift
[1628/1653] Compiling NIOPosix ControlMessage.swift
[1629/1653] Compiling NIOPosix DatagramVectorReadManager.swift
[1630/1653] Compiling NIOPosix Errors+Any.swift
[1631/1653] Compiling NIOPosix FileDescriptor.swift
[1632/1653] Compiling NIOPosix GetaddrinfoResolver.swift
[1633/1653] Compiling NIOPosix HappyEyeballs.swift
[1634/1653] Compiling NIOPosix IO.swift
[1635/1653] Compiling NIOPosix IntegerBitPacking.swift
[1636/1653] Compiling NIOPosix IntegerTypes.swift
[1637/1653] Compiling NIOPosix Linux.swift
[1638/1653] Compiling NIOPosix LinuxCPUSet.swift
[1639/1653] Compiling NIOPosix LinuxUring.swift
[1640/1653] Compiling NIOPosix BSDSocketAPICommon.swift
[1641/1653] Compiling NIOPosix BSDSocketAPIPosix.swift
[1642/1653] Compiling NIOPosix BSDSocketAPIWindows.swift
[1643/1653] Compiling NIOPosix BaseSocket.swift
[1644/1653] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[1645/1653] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1646/1653] Compiling NIOPosix BaseSocketChannel.swift
[1647/1653] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1648/1653] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1649/1653] Compiling NIOPosix NIOThreadPool.swift
[1650/1653] Compiling NIOPosix NonBlockingFileIO.swift
[1651/1653] Compiling NIOPosix PendingDatagramWritesManager.swift
[1652/1653] Compiling NIOPosix PendingWritesManager.swift
[1653/1653] Compiling NIOPosix PipeChannel.swift
[1655/1656] Emitting module NIO
[1656/1656] Compiling NIO Exports.swift
[1658/1696] Compiling NIOTLS TLSEvents.swift
[1659/1696] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1660/1696] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1661/1696] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1662/1696] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1663/1696] Compiling NIOSOCKS ClientStateMachine.swift
[1664/1697] Compiling NIOSOCKS SOCKSResponse.swift
[1665/1697] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1666/1697] Emitting module NIOTLS
[1667/1697] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1668/1697] Compiling NIOSOCKS Errors.swift
[1669/1697] Compiling NIOSOCKS Helpers.swift
[1670/1697] Compiling NIOSOCKS AuthenticationMethod.swift
[1671/1697] Compiling NIOSOCKS ClientGreeting.swift
[1672/1697] Emitting module NIOSOCKS
[1673/1697] Compiling NIOSOCKS SOCKSClientHandler.swift
[1674/1697] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1675/1697] Compiling NIOSOCKS Messages.swift
[1676/1697] Compiling NIOSOCKS SOCKSRequest.swift
[1677/1697] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1678/1697] Compiling NIOTLS SNIHandler.swift
[1681/1698] Compiling NIOSOCKS ServerStateMachine.swift
[1683/1701] Emitting module NIOHTTP1
[1684/1701] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1685/1701] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1687/1701] Emitting module NIOFoundationCompat
[1688/1701] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1689/1702] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1690/1702] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1692/1731] Compiling NIOSSL AndroidCABundle.swift
[1693/1731] Compiling NIOSSL ByteBufferBIO.swift
[1694/1731] Compiling NIOSSL NIOSSLHandler.swift
[1695/1731] Compiling NIOSSL NIOSSLServerHandler.swift
[1696/1753] Emitting module NIOTransportServices
[1697/1755] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1698/1755] Compiling NIOTransportServices NIOTSErrors.swift
[1699/1755] Compiling NIOTransportServices NIOTSBootstraps.swift
[1700/1755] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1701/1755] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1702/1755] Compiling NIOTransportServices StateManagedChannel.swift
[1703/1755] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1704/1755] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1705/1755] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1706/1755] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1707/1755] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1708/1755] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1709/1755] Compiling NIOTransportServices NIOTSSingletons.swift
[1710/1755] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1711/1755] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1712/1755] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1715/1755] Compiling NIOTransportServices NIOTSEventLoop.swift
[1718/1755] Compiling NIOTransportServices AcceptHandler.swift
[1719/1755] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1720/1755] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1721/1755] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1722/1755] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1723/1755] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1729/1775] Compiling NIOHPACK IndexedHeaderTable.swift
[1730/1776] Emitting module NIOHTTPCompression
[1731/1776] Compiling NIOSSL SubjectAlternativeName.swift
[1732/1776] Compiling NIOSSL NIOSSLSecureBytes.swift
[1733/1776] Compiling NIOSSL RNG.swift
[1734/1776] Compiling NIOSSL SafeCompare.swift
[1735/1780] Emitting module NIOSSL
[1736/1780] Compiling NIOHPACK IntegerCoding.swift
[1737/1780] Compiling NIOHTTPCompression HTTPDecompression.swift
[1738/1780] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1739/1780] Compiling NIOHTTPCompression HTTPCompression.swift
[1740/1780] Compiling NIOHPACK StaticHeaderTable.swift
[1741/1780] Emitting module NIOHPACK
[1742/1780] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1743/1780] Compiling NIOHPACK HuffmanTables.swift
[1744/1780] Compiling NIOHPACK HuffmanCoding.swift
[1745/1780] Compiling NIOHPACK DynamicHeaderTable.swift
[1746/1780] Compiling NIOHPACK HPACKDecoder.swift
[1750/1780] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1751/1780] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1752/1780] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1755/1780] Compiling NIOHPACK HPACKEncoder.swift
[1756/1780] Compiling NIOHPACK HPACKErrors.swift
[1757/1780] Compiling NIOHPACK HPACKHeader.swift
[1758/1780] Compiling NIOHPACK HeaderTables.swift
[1779/1845] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1780/1845] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1781/1845] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1782/1845] Compiling NIOHTTP2 HTTP2Error.swift
[1784/1846] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1785/1846] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1786/1846] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1787/1846] Compiling NIOHTTP2 InboundEventBuffer.swift
[1788/1846] Compiling NIOHTTP2 InboundWindowManager.swift
[1789/1846] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1790/1846] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1791/1846] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler+StateMachine.swift
[1792/1854] Emitting module NIOHTTP2
[1793/1854] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1794/1854] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1795/1854] Compiling NIOHTTP2 MayReceiveFrames.swift
[1796/1854] Compiling NIOHTTP2 ReceivingDataState.swift
[1797/1854] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1798/1854] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1799/1854] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1800/1854] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1801/1854] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1802/1854] Compiling NIOHTTP2 NIOHTTP2ServerConnectionManagementHandler.swift
[1803/1854] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1804/1854] Compiling NIOHTTP2 StreamChannelList.swift
[1805/1854] Compiling NIOHTTP2 StreamMap.swift
[1806/1854] Compiling NIOHTTP2 StreamStateMachine.swift
[1807/1854] Compiling NIOHTTP2 Timer.swift
[1808/1854] Compiling NIOHTTP2 UnsafeTransfer.swift
[1809/1854] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1810/1854] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1811/1854] Compiling NIOHTTP2 HTTP2PingData.swift
[1812/1854] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1813/1854] Compiling NIOHTTP2 HTTP2Settings.swift
[1814/1854] Compiling NIOHTTP2 HTTP2Stream.swift
[1815/1854] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1816/1854] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1817/1854] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1818/1854] Compiling NIOHTTP2 HTTP2StreamID.swift
[1819/1854] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1820/1854] Compiling NIOHTTP2 HasLocalSettings.swift
[1821/1854] Compiling NIOHTTP2 HasRemoteSettings.swift
[1822/1854] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1823/1854] Compiling NIOHTTP2 QuiescingState.swift
[1824/1854] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1825/1854] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1826/1854] Compiling NIOHTTP2 StateMachineResult.swift
[1827/1854] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1828/1854] Compiling NIOHTTP2 DOSHeuristics.swift
[1829/1854] Compiling NIOHTTP2 Error+Any.swift
[1830/1854] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1831/1854] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1832/1854] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1833/1854] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1834/1854] Compiling NIOHTTP2 GlitchesMonitor.swift
[1835/1854] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1836/1854] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1837/1854] Compiling NIOHTTP2 MaySendFrames.swift
[1838/1854] Compiling NIOHTTP2 SendingDataState.swift
[1839/1854] Compiling NIOHTTP2 SendingGoawayState.swift
[1840/1854] Compiling NIOHTTP2 SendingHeadersState.swift
[1841/1854] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1842/1854] Compiling NIOHTTP2 SendingRstStreamState.swift
[1843/1854] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1844/1854] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1845/1854] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1846/1854] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1851/1854] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1852/1854] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1853/1854] Compiling NIOHTTP2 HTTP2Frame.swift
[1854/1854] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1856/1919] Emitting module AsyncHTTPClient
[1857/1927] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1858/1927] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1859/1927] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1860/1927] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1861/1927] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1862/1927] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1863/1927] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1864/1927] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1865/1927] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1866/1927] Compiling AsyncHTTPClient RequestValidation.swift
[1867/1927] Compiling AsyncHTTPClient SSLContextCache.swift
[1868/1927] Compiling AsyncHTTPClient Scheme.swift
[1869/1927] Compiling AsyncHTTPClient Singleton.swift
[1870/1927] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1871/1927] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1872/1927] Compiling AsyncHTTPClient TracingSupport.swift
[1873/1927] Compiling AsyncHTTPClient Utils.swift
[1874/1927] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1875/1927] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1876/1927] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1877/1927] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1878/1927] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1879/1927] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1880/1927] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1881/1927] Compiling AsyncHTTPClient RequestBodyLength.swift
[1882/1927] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1883/1927] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1884/1927] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1885/1927] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1886/1927] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1887/1927] Compiling AsyncHTTPClient HTTP1Connection.swift
[1888/1927] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1889/1927] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1890/1927] Compiling AsyncHTTPClient HTTP2Connection.swift
[1891/1927] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1892/1927] Compiling AsyncHTTPClient RequestOptions.swift
[1893/1927] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1894/1927] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1895/1927] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1896/1927] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1897/1927] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1898/1927] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1899/1927] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1900/1927] Compiling AsyncHTTPClient ConnectionTarget.swift
[1901/1927] Compiling AsyncHTTPClient LRUCache.swift
[1902/1927] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1903/1927] Compiling AsyncHTTPClient NWErrorHandler.swift
[1904/1927] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1905/1927] Compiling AsyncHTTPClient TLSConfiguration.swift
[1906/1927] Compiling AsyncHTTPClient RedirectState.swift
[1907/1927] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1908/1927] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1909/1927] Compiling AsyncHTTPClient RequestBag.swift
[1910/1927] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1911/1927] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1912/1927] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1913/1927] Compiling AsyncHTTPClient Transaction.swift
[1914/1927] Compiling AsyncHTTPClient Base64.swift
[1915/1927] Compiling AsyncHTTPClient BasicAuth.swift
[1916/1927] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1917/1927] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1918/1927] Compiling AsyncHTTPClient ConnectionPool.swift
[1919/1927] Compiling AsyncHTTPClient DeconstructedURL.swift
[1920/1927] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1921/1927] Compiling AsyncHTTPClient FoundationExtensions.swift
[1922/1927] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1923/1927] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1924/1927] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1925/1927] Compiling AsyncHTTPClient HTTPClient.swift
[1926/1927] Compiling AsyncHTTPClient HTTPClientConfiguration+SwiftConfiguration.swift
[1927/1927] Compiling AsyncHTTPClient HTTPHandler.swift
[1929/1984] Compiling SwiftkubeClient KubernetesClient+coordination.v1beta1.swift
[1930/1984] Compiling SwiftkubeClient KubernetesClient+discovery.v1.swift
[1931/1984] Compiling SwiftkubeClient KubernetesClient+events.v1.swift
[1932/1984] Compiling SwiftkubeClient KubernetesClient+flowcontrol.v1.swift
[1933/1984] Compiling SwiftkubeClient KubernetesClient+internal.v1alpha1.swift
[1934/1984] Compiling SwiftkubeClient KubernetesClient+networking.v1.swift
[1935/1984] Compiling SwiftkubeClient KubernetesClient+networking.v1beta1.swift
[1936/1984] Compiling SwiftkubeClient KubernetesClient+node.v1.swift
[1937/1991] Compiling SwiftkubeClient KubernetesClient+autoscaling.v1.swift
[1938/1991] Compiling SwiftkubeClient KubernetesClient+autoscaling.v2.swift
[1939/1991] Compiling SwiftkubeClient KubernetesClient+batch.v1.swift
[1940/1991] Compiling SwiftkubeClient KubernetesClient+certificates.v1.swift
[1941/1991] Compiling SwiftkubeClient KubernetesClient+certificates.v1alpha1.swift
[1942/1991] Compiling SwiftkubeClient KubernetesClient+certificates.v1beta1.swift
[1943/1991] Compiling SwiftkubeClient KubernetesClient+coordination.v1.swift
[1944/1991] Compiling SwiftkubeClient KubernetesClient+coordination.v1alpha2.swift
[1945/1991] Compiling SwiftkubeClient KubernetesClient+policy.v1.swift
[1946/1991] Compiling SwiftkubeClient KubernetesClient+rbac.v1.swift
[1947/1991] Compiling SwiftkubeClient KubernetesClient+resource.v1.swift
[1948/1991] Compiling SwiftkubeClient KubernetesClient+resource.v1alpha3.swift
[1949/1991] Compiling SwiftkubeClient KubernetesClient+resource.v1beta1.swift
[1950/1991] Compiling SwiftkubeClient KubernetesClient+resource.v1beta2.swift
[1951/1991] Compiling SwiftkubeClient KubernetesClient+scheduling.v1.swift
[1952/1991] Compiling SwiftkubeClient KubernetesClient+storage.v1.swift
[1953/1991] Compiling SwiftkubeClient KubernetesClient+admissionregistration.v1.swift
[1954/1991] Compiling SwiftkubeClient KubernetesClient+admissionregistration.v1alpha1.swift
[1955/1991] Compiling SwiftkubeClient KubernetesClient+admissionregistration.v1beta1.swift
[1956/1991] Compiling SwiftkubeClient KubernetesClient+apiextensions.v1.swift
[1957/1991] Compiling SwiftkubeClient KubernetesClient+apiregistration.v1.swift
[1958/1991] Compiling SwiftkubeClient KubernetesClient+apps.v1.swift
[1959/1991] Compiling SwiftkubeClient KubernetesClient+authentication.v1.swift
[1960/1991] Compiling SwiftkubeClient KubernetesClient+authorization.v1.swift
[1961/1991] Emitting module SwiftkubeClient
[1962/1991] Compiling SwiftkubeClient KubernetesClientConfig+Init.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 | }
[1963/1991] 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 | }
[1964/1991] 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 | }
[1965/1991] 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 | }
[1966/1991] 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 | }
[1967/1991] 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 | }
[1968/1991] 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 | }
[1969/1991] Compiling SwiftkubeClient AnyDataStreamerTransformer.swift
[1970/1991] Compiling SwiftkubeClient DataStreamer.swift
[1971/1991] Compiling SwiftkubeClient IdentityTransfomer.swift
[1972/1991] Compiling SwiftkubeClient ResourceEventTransformer.swift
[1973/1991] Compiling SwiftkubeClient RetryStrategy.swift
[1974/1991] Compiling SwiftkubeClient SwiftkubeClientTask.swift
[1975/1991] Compiling SwiftkubeClient WatchEvent.swift
[1976/1991] Compiling SwiftkubeClient KubernetesClient+storage.v1alpha1.swift
[1977/1991] Compiling SwiftkubeClient KubernetesClient+storage.v1beta1.swift
[1978/1991] Compiling SwiftkubeClient KubernetesClient+storagemigration.v1alpha1.swift
[1979/1991] Compiling SwiftkubeClient ClusterScopedGenericKubernetesClient.swift
[1980/1991] Compiling SwiftkubeClient GenericKubernetesClient.swift
[1981/1991] Compiling SwiftkubeClient KubernetesClient.swift
[1982/1991] Compiling SwiftkubeClient KubernetesRequest.swift
[1983/1991] Compiling SwiftkubeClient NamespacedGenericKubernetesClient+Pod.swift
[1984/1991] Compiling SwiftkubeClient NamespacedGenericKubernetesClient.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:53:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
51 | do {
52 | if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
53 | let clientCertificate = try NIOSSLCertificate(
| `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
54 | file: clientCertificateFile,
55 | format: .pem
[1985/1991] Compiling SwiftkubeClient RequestBuilder.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:53:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
51 | do {
52 | if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
53 | let clientCertificate = try NIOSSLCertificate(
| `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
54 | file: clientCertificateFile,
55 | format: .pem
[1986/1991] Compiling SwiftkubeClient RequestHandlerType.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:53:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
51 | do {
52 | if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
53 | let clientCertificate = try NIOSSLCertificate(
| `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
54 | file: clientCertificateFile,
55 | format: .pem
[1987/1991] Compiling SwiftkubeClient Selectors.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:53:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
51 | do {
52 | if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
53 | let clientCertificate = try NIOSSLCertificate(
| `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
54 | file: clientCertificateFile,
55 | format: .pem
[1988/1991] Compiling SwiftkubeClient AuthInfo+Authentication.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:53:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
51 | do {
52 | if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
53 | let clientCertificate = try NIOSSLCertificate(
| `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
54 | file: clientCertificateFile,
55 | format: .pem
[1989/1991] Compiling SwiftkubeClient Cluster+TLS.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:53:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
51 | do {
52 | if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
53 | let clientCertificate = try NIOSSLCertificate(
| `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
54 | file: clientCertificateFile,
55 | format: .pem
[1990/1991] Compiling SwiftkubeClient KubeConfig+Loaders.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:53:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
51 | do {
52 | if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
53 | let clientCertificate = try NIOSSLCertificate(
| `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
54 | file: clientCertificateFile,
55 | format: .pem
[1991/1991] Compiling SwiftkubeClient KubeConfig.swift
/host/spi-builder-workspace/Sources/SwiftkubeClient/Config/AuthInfo+Authentication.swift:53:33: warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
51 | do {
52 | if let clientCertificateFile = clientCertificate, let clientKeyFile = clientKey {
53 | let clientCertificate = try NIOSSLCertificate(
| `- warning: 'init(file:format:)' is deprecated: Use 'fromPEMFile(_:)' to load all certificates from a PEM file or 'fromDERFile(_:)' to load a single certificate from a DER file.
54 | file: clientCertificateFile,
55 | format: .pem
Build complete! (397.12s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.86.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.4.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "model",
"requirement" : {
"range" : [
{
"lower_bound" : "0.19.0",
"upper_bound" : "0.20.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftkube/model.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.29.1",
"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+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+certificates.v1beta1.swift",
"API Groups/KubernetesClient+coordination.v1.swift",
"API Groups/KubernetesClient+coordination.v1alpha2.swift",
"API Groups/KubernetesClient+coordination.v1beta1.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.v1.swift",
"API Groups/KubernetesClient+resource.v1alpha3.swift",
"API Groups/KubernetesClient+resource.v1beta1.swift",
"API Groups/KubernetesClient+resource.v1beta2.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/AuthInfo+Authentication.swift",
"Config/Cluster+TLS.swift",
"Config/KubeConfig+Loaders.swift",
"Config/KubeConfig.swift",
"Config/KubernetesClientConfig+Init.swift",
"Config/KubernetesClientConfig.swift",
"Discovery/DiscoveryRequestBuilder.swift",
"Discovery/KubernetesClient+Discovery.swift",
"Metrics/KubernetesClient+Metrics.swift",
"Model/UnstructuredResource+YAML.swift",
"SwiftkubeClient.swift",
"Watch/AnyDataStreamerTransformer.swift",
"Watch/DataStreamer.swift",
"Watch/IdentityTransfomer.swift",
"Watch/ResourceEventTransformer.swift",
"Watch/RetryStrategy.swift",
"Watch/SwiftkubeClientTask.swift",
"Watch/WatchEvent.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.