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