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