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