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