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