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