Build Information
Failed to build google-cloud-auth, reference main (f2f6a7), with Swift 6.1 for macOS (SPM) on 9 Dec 2025 01:09:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rosecoder/google-cloud-auth-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rosecoder/google-cloud-auth-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f2f6a7e feat: Added service account impersonation provider
Cloned https://github.com/rosecoder/google-cloud-auth-swift.git
Revision (git rev-parse @):
f2f6a7e9db12371f3c9fb3a30c805b0ddc600d9d
SUCCESS checkout https://github.com/rosecoder/google-cloud-auth-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/rosecoder/google-cloud-auth-swift.git
https://github.com/rosecoder/google-cloud-auth-swift.git
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.54.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "retryable-task",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/rosecoder/retryable-task.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.10.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
},
{
"identity" : "grpc-swift-2",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift-2.git"
}
],
"manifest_display_name" : "google-cloud-auth",
"name" : "google-cloud-auth",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "GoogleCloudAuth",
"targets" : [
"GoogleCloudAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GoogleCloudAuthTesting",
"targets" : [
"GoogleCloudAuthTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GoogleCloudAuthGRPC",
"targets" : [
"GoogleCloudAuthGRPC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GoogleCloudAuthTests",
"module_type" : "SwiftTarget",
"name" : "GoogleCloudAuthTests",
"path" : "Tests/GoogleCloudAuthTests",
"sources" : [
"AuthorizationTests.swift",
"DefaultProviderTests.swift",
"GoogleCloudSDKProviderTests.swift",
"MetadataProviderTests.swift",
"ScopeTests.swift",
"ServiceAccountImpersonationProviderTests.swift",
"ServiceAccountProviderTests.swift",
"SessionTests.swift"
],
"target_dependencies" : [
"GoogleCloudAuth"
],
"type" : "test"
},
{
"c99name" : "GoogleCloudAuthTesting",
"module_type" : "SwiftTarget",
"name" : "GoogleCloudAuthTesting",
"path" : "Sources/GoogleCloudAuthTesting",
"product_memberships" : [
"GoogleCloudAuthTesting"
],
"sources" : [
"ConditionTrait+enabledIfAuthenticatedWithGoogleCloud.swift"
],
"target_dependencies" : [
"GoogleCloudAuth"
],
"type" : "library"
},
{
"c99name" : "GoogleCloudAuthGRPC",
"module_type" : "SwiftTarget",
"name" : "GoogleCloudAuthGRPC",
"path" : "Sources/GoogleCloudAuthGRPC",
"product_dependencies" : [
"GRPCCore"
],
"product_memberships" : [
"GoogleCloudAuthGRPC"
],
"sources" : [
"AuthorizationClientInterceptor.swift"
],
"target_dependencies" : [
"GoogleCloudAuth"
],
"type" : "library"
},
{
"c99name" : "GoogleCloudAuth",
"module_type" : "SwiftTarget",
"name" : "GoogleCloudAuth",
"path" : "Sources/GoogleCloudAuth",
"product_dependencies" : [
"Logging",
"Tracing",
"NIO",
"RetryableTask",
"AsyncHTTPClient",
"JWTKit"
],
"product_memberships" : [
"GoogleCloudAuth",
"GoogleCloudAuthTesting",
"GoogleCloudAuthGRPC"
],
"sources" : [
"Authorization.swift",
"DefaultProvider.swift",
"GoogleCloudSDKProvider/GoogleCloudSDKProvider.Credentials.swift",
"GoogleCloudSDKProvider/GoogleCloudSDKProvider.Token.swift",
"GoogleCloudSDKProvider/GoogleCloudSDKProvider.swift",
"MetadataProvider/MetadataProvider.Token.swift",
"MetadataProvider/MetadataProvider.swift",
"Provider.swift",
"Scope.swift",
"ServiceAccountImpersonationProvider/ServiceAccountImpersonationProvider.Token.swift",
"ServiceAccountImpersonationProvider/ServiceAccountImpersonationProvider.swift",
"ServiceAccountProvider/ServiceAccountProvider.Credentials.swift",
"ServiceAccountProvider/ServiceAccountProvider.Token.swift",
"ServiceAccountProvider/ServiceAccountProvider.TokenRequest.swift",
"ServiceAccountProvider/ServiceAccountProvider.swift",
"Session.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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/831] Write sources
[9/831] Copying PrivacyInfo.xcprivacy
[10/831] Write sources
[13/831] Copying PrivacyInfo.xcprivacy
[13/831] Write sources
[14/831] Copying PrivacyInfo.xcprivacy
[17/831] Write sources
[44/831] Compiling CNIOWindows shim.c
[45/831] Compiling CNIOWindows WSAStartup.c
[46/831] Compiling CNIOWASI CNIOWASI.c
[46/831] Compiling CNIOLinux liburing_shims.c
[48/831] Compiling CNIOLinux shim.c
[48/831] Compiling CNIOOpenBSD shim.c
[50/831] Compiling _NumericsShims _NumericsShims.c
[51/831] Write swift-version-2F0A5646E1D333AE.txt
[52/831] Compiling fiat_p256_adx_sqr.S
[53/831] Compiling fiat_p256_adx_mul.S
[54/831] Compiling CNIOExtrasZlib empty.c
[55/831] Compiling _AtomicsShims.c
[56/831] Compiling CNIOPosix event_loop_id.c
[57/839] Compiling CNIOLLHTTP c_nio_http.c
[58/860] Compiling CNIOLLHTTP c_nio_api.c
[59/876] Compiling CNIOLLHTTP c_nio_llhttp.c
[60/893] Compiling CNIODarwin shim.c
[61/894] Compiling CNIOBoringSSLShims shims.c
[62/976] Compiling fiat_curve25519_adx_square.S
[63/979] Compiling fiat_curve25519_adx_mul.S
[65/979] Compiling RealModule RealFunctions.swift
[66/980] Emitting module ServiceContextModule
[67/980] Compiling ServiceContextModule ServiceContext.swift
[68/980] Compiling ServiceContextModule ServiceContextKey.swift
[69/980] Compiling _CertificateInternals _TinyArray.swift
[70/980] Emitting module _CertificateInternals
[71/980] Compiling RealModule RelaxedArithmetic.swift
[72/980] Emitting module _NIOBase64
[73/980] Compiling _NIOBase64 Base64.swift
[74/980] Compiling RealModule Real.swift
[75/980] Compiling RealModule Float80+Real.swift
[76/986] Compiling RealModule Float16+Real.swift
[77/986] Compiling RealModule ElementaryFunctions.swift
[78/986] Compiling RealModule Float+Real.swift
[79/986] Compiling Crypto AES-GCM.swift
[80/986] Compiling Crypto AES-GCM_boring.swift
[81/986] Compiling RealModule AugmentedArithmetic.swift
[82/986] Emitting module RealModule
[83/986] Compiling RealModule Double+Real.swift
[84/986] Compiling _NIODataStructures _TinyArray.swift
[85/986] Compiling _NIODataStructures PriorityQueue.swift
[86/986] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[87/986] Compiling Crypto ASN1BitString.swift
[88/986] Compiling Crypto ASN1Boolean.swift
[89/986] Compiling Crypto X25519Keys.swift
[90/986] Compiling Crypto SymmetricKeys.swift
[91/986] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[92/986] Compiling Crypto ChaChaPoly_boring.swift
[93/986] Compiling Crypto ChaChaPoly.swift
[94/986] Compiling Crypto ASN1.swift
[95/986] Compiling Crypto ASN1Any.swift
[96/987] Compiling Crypto Cipher.swift
[97/987] Compiling Crypto Nonces.swift
[98/987] Emitting module InternalCollectionsUtilities
[101/987] Compiling Crypto Ed25519Keys.swift
[102/987] Compiling Crypto NISTCurvesKeys.swift
[103/987] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[104/987] Compiling _NIODataStructures Heap.swift
[105/987] Emitting module _NIODataStructures
[106/987] Compiling Logging MetadataProvider.swift
[107/987] Compiling Logging Locks.swift
[108/987] Compiling Logging LogHandler.swift
[109/987] Emitting module Logging
[110/987] Compiling Logging Logging.swift
[111/1003] Compiling DequeModule _DequeBufferHeader.swift
[112/1003] Compiling DequeModule _DequeSlot.swift
[113/1003] Compiling DequeModule _DequeBuffer.swift
[114/1004] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/1004] Compiling tls13_server.cc
[115/1004] Compiling tls13_enc.cc
[116/1004] Compiling tls_method.cc
[116/1004] Compiling tls_record.cc
[119/1004] Compiling DequeModule Deque+Testing.swift
[120/1004] Compiling DequeModule Deque._Storage.swift
[121/1004] Compiling DequeModule Deque+Extras.swift
[122/1004] Compiling DequeModule Deque+Hashable.swift
[123/1004] Compiling DequeModule Deque+Equatable.swift
[124/1004] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[125/1004] Compiling DequeModule Deque._UnsafeHandle.swift
[126/1004] Compiling DequeModule Deque.swift
[126/1012] Compiling tls13_client.cc
[128/1012] Emitting module DequeModule
[129/1012] Compiling DequeModule Deque+CustomReflectable.swift
[130/1012] Compiling DequeModule Deque+Descriptions.swift
[131/1012] Compiling DequeModule Deque+Codable.swift
[132/1012] Compiling DequeModule Deque+Collection.swift
[132/1012] Compiling tls13_both.cc
[134/1068] Compiling Instrumentation NoOpInstrument.swift
[135/1068] Compiling Instrumentation Locks.swift
[136/1068] Compiling Instrumentation InstrumentationSystem.swift
[137/1068] Compiling Instrumentation MultiplexInstrument.swift
[138/1068] Compiling Instrumentation Instrument.swift
[139/1068] Emitting module Instrumentation
[139/1068] Compiling t1_enc.cc
[141/1068] Emitting module Crypto
[141/1077] Compiling ssl_versions.cc
[142/1085] Compiling ssl_x509.cc
[143/1085] Compiling ssl_transcript.cc
[145/1085] Compiling Tracing TracingTime.swift
[146/1085] Compiling SwiftASN1 DER.swift
[146/1086] Compiling ssl_stat.cc
[148/1086] Compiling Tracing TracerProtocol+Legacy.swift
[149/1086] Compiling Tracing TracerProtocol.swift
[150/1086] Compiling RetryableTask withRetryableTask.swift
[151/1086] Compiling RetryableTask RetryPolicy.swift
[152/1086] Compiling Tracing InstrumentationSystem+Tracing.swift
[153/1086] Compiling Tracing Tracer.swift
[154/1086] Compiling Tracing NoOpTracer.swift
[155/1086] Compiling Tracing SpanProtocol.swift
[156/1086] Emitting module Tracing
[157/1086] Compiling SwiftASN1 Errors.swift
[158/1086] Compiling GRPCCore UnsafeTransfer.swift
[159/1086] Compiling GRPCCore Metadata+GRPC.swift
[160/1086] Compiling GRPCCore MethodConfigs.swift
[161/1086] Compiling GRPCCore Result+Catching.swift
[162/1086] Compiling GRPCCore String+Extensions.swift
[163/1086] Compiling GRPCCore TaskGroup+CancellableTask.swift
[164/1086] Compiling GRPCCore Metadata.swift
[165/1086] Compiling GRPCCore MethodDescriptor.swift
[166/1086] Compiling GRPCCore RPCError.swift
[167/1086] Compiling GRPCCore RuntimeError.swift
[168/1086] Compiling GRPCCore ServiceDescriptor.swift
[169/1086] Compiling GRPCCore Status.swift
[170/1092] Compiling RetryableTask NoRetryPolicy.swift
[171/1092] Compiling RetryableTask ImmediateRetryPolicy.swift
[172/1092] Compiling RetryableTask ExponentialBackoffDelayRetryPolicy.swift
[173/1092] Compiling RetryableTask DefaultRetryPolicy.swift
[174/1092] Emitting module RetryableTask
[175/1092] Compiling RetryableTask DelayedRetryPolicy.swift
[176/1092] Compiling GRPCCore ConditionalInterceptor.swift
[177/1092] Compiling GRPCCore ServerCancellationManager.swift
[178/1092] Compiling GRPCCore ServerRPCExecutor.swift
[179/1092] Compiling GRPCCore RPCRouter.swift
[180/1092] Compiling GRPCCore RegistrableRPCService.swift
[181/1092] Compiling GRPCCore ServerContext+RPCCancellationHandle.swift
[182/1092] Compiling GRPCCore ClientRPCExecutor+RetryExecutor.swift
[183/1092] Compiling GRPCCore ClientRPCExecutor.swift
[184/1092] Compiling GRPCCore ClientRequest+Convenience.swift
[185/1092] Compiling GRPCCore ClientResponse+Convenience.swift
[186/1092] Compiling GRPCCore ClientStreamExecutor.swift
[187/1092] Compiling GRPCCore RetryDelaySequence.swift
[187/1092] Compiling ssl_session.cc
[188/1092] Compiling ssl_privkey.cc
[190/1092] Compiling GRPCCore CallOptions.swift
[191/1092] Compiling GRPCCore ClientContext.swift
[192/1092] Compiling GRPCCore ClientInterceptor.swift
[193/1092] Compiling GRPCCore ClientRequest.swift
[194/1092] Compiling GRPCCore ClientResponse.swift
[195/1092] Compiling GRPCCore ClientRPCExecutor+HedgingExecutor.swift
[196/1092] Compiling GRPCCore ClientRPCExecutor+OneShotExecutor.swift
[197/1092] Compiling GRPCCore Timeout.swift
[198/1092] Compiling GRPCCore ClientTransport.swift
[199/1092] Compiling GRPCCore RPCParts.swift
[200/1092] Compiling GRPCCore RPCStream.swift
[201/1092] Compiling GRPCCore RetryThrottle.swift
[202/1092] Compiling GRPCCore ServerTransport.swift
[202/1092] Compiling ssl_key_share.cc
[203/1092] Compiling ssl_file.cc
[204/1092] Compiling ssl_lib.cc
[206/1092] Compiling GRPCCore ServerContext.swift
[207/1092] Compiling GRPCCore ServerInterceptor.swift
[208/1092] Compiling GRPCCore ServerRequest.swift
[209/1092] Compiling GRPCCore ServerResponse.swift
[210/1092] Compiling GRPCCore Coding.swift
[211/1092] Compiling GRPCCore CompressionAlgorithm.swift
[212/1092] Emitting module GRPCCore
[212/1092] Compiling ssl_credential.cc
[230/1092] Emitting module SwiftASN1
[231/1092] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[232/1092] Compiling Crypto RNG_boring.swift
[233/1092] Compiling Crypto SafeCompare_boring.swift
[234/1092] Compiling Crypto Zeroization_boring.swift
[235/1092] Compiling Crypto PrettyBytes.swift
[236/1092] Compiling Crypto SafeCompare.swift
[237/1092] Compiling Crypto SecureBytes.swift
[238/1092] Compiling Crypto Zeroization.swift
[239/1092] Compiling Crypto resource_bundle_accessor.swift
[240/1092] Compiling GRPCCore GRPCAsyncThrowingStream.swift
[241/1092] Compiling GRPCCore RPCWriter+Map.swift
[242/1092] Compiling GRPCCore RPCWriter+MessageToRPCResponsePart.swift
[243/1092] Compiling GRPCCore RPCWriter+Serialize.swift
[244/1092] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[245/1092] Compiling GRPCCore RPCAsyncSequence.swift
[246/1092] Compiling GRPCCore RPCWriter+Closable.swift
[247/1092] Compiling GRPCCore RPCWriter.swift
[248/1092] Compiling GRPCCore RPCWriterProtocol.swift
[259/1092] Compiling GRPCCore GRPCContiguousBytes.swift
[260/1092] Compiling GRPCCore MethodConfig.swift
[261/1092] Compiling GRPCCore ServiceConfig.swift
[262/1092] Compiling GRPCCore GRPCClient.swift
[263/1092] Compiling GRPCCore GRPCServer.swift
[264/1092] Compiling GRPCCore Base64.swift
[269/1092] Compiling Crypto PKCS8PrivateKey.swift
[270/1092] Compiling Crypto SEC1PrivateKey.swift
[271/1092] Compiling Crypto SubjectPublicKeyInfo.swift
[272/1092] Compiling Crypto CryptoError_boring.swift
[273/1092] Compiling Crypto CryptoKitErrors.swift
[274/1092] Compiling Crypto Digest_boring.swift
[275/1092] Compiling Crypto Digest.swift
[276/1092] Compiling Crypto Digests.swift
[277/1092] Compiling Crypto HashFunctions.swift
[278/1092] Compiling Crypto HashFunctions_SHA2.swift
[293/1092] Compiling Crypto AESWrap_boring.swift
[294/1092] Compiling Crypto Ed25519_boring.swift
[295/1092] Compiling Crypto NISTCurvesKeys_boring.swift
[296/1092] Compiling Crypto X25519Keys_boring.swift
[297/1092] Compiling Crypto Curve25519.swift
[298/1092] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[299/1092] Compiling Crypto HPKE-KEM.swift
[300/1092] Compiling Crypto HPKE-Errors.swift
[301/1092] Compiling Crypto HPKE.swift
[302/1092] Compiling Crypto HPKE-Context.swift
[303/1092] Compiling Crypto HPKE-KeySchedule.swift
[304/1092] Compiling Crypto HPKE-Modes.swift
[305/1092] Compiling Crypto Insecure.swift
[306/1092] Compiling Crypto Insecure_HashFunctions.swift
[313/1092] Compiling GRPCCore AsyncSequenceOfOne.swift
[314/1092] Compiling GRPCCore BroadcastAsyncSequence+RPCWriter.swift
[315/1092] Compiling GRPCCore BroadcastAsyncSequence.swift
[324/1092] Compiling ssl_cipher.cc
[325/1092] Compiling ssl_buffer.cc
[326/1092] Compiling ssl_cert.cc
[345/1092] Compiling ssl_aead_ctx.cc
[346/1092] Compiling ssl_asn1.cc
[347/1092] Compiling s3_pkt.cc
[348/1092] Compiling s3_lib.cc
[349/1092] Compiling s3_both.cc
[350/1092] Compiling handshake_server.cc
[351/1092] Compiling handshake_client.cc
[352/1092] Compiling handshake.cc
[353/1092] Compiling handoff.cc
[354/1092] Compiling md5-x86_64-linux.S
[355/1092] Compiling md5-x86_64-apple.S
[356/1092] Compiling md5-586-linux.S
[357/1092] Compiling encrypted_client_hello.cc
[357/1092] Compiling dtls_record.cc
[359/1092] Compiling extensions.cc
[360/1092] Compiling md5-586-apple.S
[361/1092] Compiling chacha20_poly1305_x86_64-linux.S
[362/1092] Compiling dtls_method.cc
[363/1092] Compiling chacha20_poly1305_x86_64-apple.S
[364/1092] Compiling chacha20_poly1305_armv8-win.S
[365/1092] Compiling chacha20_poly1305_armv8-linux.S
[366/1092] Compiling chacha-x86_64-linux.S
[367/1092] Compiling chacha-x86_64-apple.S
[368/1092] Compiling chacha20_poly1305_armv8-apple.S
[369/1092] Compiling chacha-x86-linux.S
[370/1092] Compiling chacha-x86-apple.S
[371/1092] Compiling chacha-armv8-win.S
[372/1092] Compiling chacha-armv8-linux.S
[373/1092] Compiling d1_srtp.cc
[374/1092] Compiling chacha-armv8-apple.S
[375/1092] Compiling chacha-armv4-linux.S
[376/1092] Compiling aes128gcmsiv-x86_64-linux.S
[377/1092] Compiling aes128gcmsiv-x86_64-apple.S
[378/1092] Compiling x86_64-mont5-linux.S
[379/1092] Compiling x86_64-mont5-apple.S
[380/1092] Compiling x86_64-mont-linux.S
[381/1092] Compiling x86_64-mont-apple.S
[382/1092] Compiling x86-mont-linux.S
[383/1092] Compiling x86-mont-apple.S
[384/1092] Compiling vpaes-x86_64-linux.S
[385/1092] Compiling err_data.cc
[386/1092] Compiling d1_pkt.cc
[387/1092] Compiling vpaes-x86_64-apple.S
[388/1092] Compiling vpaes-x86-linux.S
[389/1092] Compiling vpaes-x86-apple.S
[390/1092] Compiling vpaes-armv8-win.S
[391/1092] Compiling bio_ssl.cc
[392/1092] Compiling vpaes-armv8-linux.S
[393/1092] Compiling vpaes-armv8-apple.S
[394/1092] Compiling vpaes-armv7-linux.S
[395/1092] Compiling sha512-x86_64-linux.S
[396/1092] Compiling sha512-armv8-win.S
[397/1092] Compiling sha512-x86_64-apple.S
[398/1092] Compiling sha512-armv8-linux.S
[399/1092] Compiling sha512-armv4-linux.S
[400/1092] Compiling d1_lib.cc
[401/1092] Compiling sha512-586-linux.S
[402/1092] Compiling sha512-586-apple.S
[403/1092] Compiling sha256-x86_64-linux.S
[404/1092] Compiling sha512-armv8-apple.S
[405/1092] Compiling sha256-armv8-win.S
[405/1092] Compiling sha256-x86_64-apple.S
[407/1092] Compiling sha256-armv8-linux.S
[408/1092] Compiling sha256-armv4-linux.S
[408/1092] Compiling sha256-586-linux.S
[410/1092] Compiling sha256-armv8-apple.S
[411/1092] Compiling sha256-586-apple.S
[412/1092] Compiling sha1-x86_64-linux.S
[413/1092] Compiling sha1-armv8-win.S
[414/1092] Compiling d1_both.cc
[415/1092] Compiling sha1-x86_64-apple.S
[416/1092] Compiling sha1-armv8-linux.S
[417/1092] Compiling sha1-armv8-apple.S
[418/1092] Compiling sha1-586-linux.S
[419/1092] Compiling sha1-586-apple.S
[420/1092] Compiling sha1-armv4-large-linux.S
[421/1092] Compiling rsaz-avx2-apple.S
[422/1092] Compiling rsaz-avx2-linux.S
[423/1092] Compiling rdrand-x86_64-apple.S
[424/1092] Compiling p256_beeu-x86_64-asm-apple.S
[425/1092] Compiling rdrand-x86_64-linux.S
[426/1092] Compiling p256_beeu-x86_64-asm-linux.S
[427/1092] Compiling p256_beeu-armv8-asm-win.S
[428/1092] Compiling p256_beeu-armv8-asm-apple.S
[429/1092] Compiling p256-x86_64-asm-apple.S
[430/1092] Compiling p256_beeu-armv8-asm-linux.S
[431/1092] Compiling p256-x86_64-asm-linux.S
[432/1092] Compiling p256-armv8-asm-win.S
[433/1092] Compiling ghashv8-armv8-win.S
[434/1092] Compiling ghashv8-armv8-linux.S
[435/1092] Compiling p256-armv8-asm-linux.S
[436/1092] Compiling p256-armv8-asm-apple.S
[437/1092] Compiling ghashv8-armv8-apple.S
[438/1092] Compiling ghashv8-armv7-linux.S
[439/1092] Compiling ghash-x86_64-apple.S
[440/1092] Compiling ghash-x86-linux.S
[441/1092] Compiling ghash-x86-apple.S
[442/1092] Compiling ghash-x86_64-linux.S
[443/1092] Compiling ghash-ssse3-x86_64-linux.S
[444/1092] Compiling ghash-ssse3-x86_64-apple.S
[444/1092] Compiling ghash-ssse3-x86-linux.S
[446/1092] Compiling ghash-ssse3-x86-apple.S
[447/1092] Compiling ghash-neon-armv8-linux.S
[448/1092] Compiling ghash-neon-armv8-win.S
[449/1092] Compiling ghash-neon-armv8-apple.S
[450/1092] Compiling co-586-apple.S
[451/1092] Compiling ghash-armv4-linux.S
[452/1092] Compiling co-586-linux.S
[453/1092] Compiling bsaes-armv7-linux.S
[454/1092] Compiling bn-armv8-apple.S
[454/1092] Compiling bn-armv8-linux.S
[454/1092] Compiling bn-armv8-win.S
[457/1092] Compiling bn-586-apple.S
[458/1092] Compiling bn-586-linux.S
[459/1092] Compiling armv8-mont-win.S
[460/1092] Compiling armv8-mont-linux.S
[461/1092] Compiling armv4-mont-linux.S
[462/1092] Compiling armv8-mont-apple.S
[463/1092] Compiling aesv8-gcm-armv8-win.S
[464/1092] Compiling aesv8-armv8-win.S
[464/1092] Compiling aesv8-gcm-armv8-linux.S
[466/1092] Compiling aesv8-gcm-armv8-apple.S
[467/1092] Compiling aesv8-armv8-linux.S
[468/1092] Compiling aesv8-armv8-apple.S
[469/1092] Compiling aesni-x86_64-linux.S
[470/1092] Compiling aesv8-armv7-linux.S
[471/1092] Compiling aesni-x86_64-apple.S
[472/1092] Compiling aesni-gcm-x86_64-linux.S
[473/1092] Compiling aesni-x86-apple.S
[474/1092] Compiling aesni-x86-linux.S
[474/1092] Compiling aes-gcm-avx2-x86_64-linux.S
[474/1092] Compiling aesni-gcm-x86_64-apple.S
[477/1092] Compiling aes-gcm-avx2-x86_64-apple.S
[478/1092] Compiling aes-gcm-avx10-x86_64-linux.S
[479/1092] Compiling aes-gcm-avx10-x86_64-apple.S
[480/1092] Compiling x_x509a.cc
[481/1092] Compiling x_val.cc
[482/1092] Compiling x_x509.cc
[482/1092] Compiling x_sig.cc
[484/1092] Compiling x_req.cc
[485/1092] Compiling x_pubkey.cc
[486/1092] Compiling x_spki.cc
[487/1092] Compiling x_exten.cc
[488/1092] Compiling x_name.cc
[489/1092] Compiling x_crl.cc
[490/1092] Compiling x_algor.cc
[491/1092] Compiling x509spki.cc
[492/1092] Compiling x_attrib.cc
[493/1092] Compiling x509rset.cc
[494/1092] Compiling x_all.cc
[495/1092] Compiling x509name.cc
[496/1092] Compiling x509cset.cc
[497/1092] Compiling x509_vpm.cc
[498/1092] Compiling x509_v3.cc
[499/1092] Compiling x509_vfy.cc
[500/1092] Compiling x509_txt.cc
[501/1092] Compiling x509_trs.cc
[502/1092] Compiling x509_req.cc
[503/1092] Compiling x509_set.cc
[504/1092] Compiling x509_def.cc
[505/1092] Compiling x509_d2.cc
[506/1092] Compiling x509_ext.cc
[507/1092] Compiling x509_obj.cc
[508/1092] Compiling x509_lu.cc
[509/1092] Compiling x509_cmp.cc
[510/1092] Compiling x509_att.cc
[511/1092] Compiling x509.cc
[512/1092] Compiling v3_prn.cc
[513/1092] Compiling v3_skey.cc
[514/1092] Compiling v3_purp.cc
[515/1092] Compiling v3_ocsp.cc
[516/1092] Compiling v3_pmaps.cc
[517/1092] Compiling v3_utl.cc
[517/1092] Compiling v3_pcons.cc
[519/1092] Compiling v3_ncons.cc
[520/1092] Compiling v3_lib.cc
[521/1092] Compiling v3_int.cc
[522/1092] Compiling v3_info.cc
[523/1092] Compiling v3_ia5.cc
[524/1092] Compiling v3_extku.cc
[525/1092] Compiling v3_enum.cc
[526/1092] Compiling v3_genn.cc
[527/1092] Compiling v3_cpols.cc
[528/1092] Compiling v3_crld.cc
[529/1092] Compiling v3_conf.cc
[530/1092] Compiling v3_bcons.cc
[531/1092] Compiling v3_bitst.cc
[532/1092] Compiling v3_akeya.cc
[533/1092] Compiling v3_alt.cc
[534/1092] Compiling t_x509a.cc
[535/1092] Compiling v3_akey.cc
[536/1092] Compiling t_crl.cc
[537/1092] Compiling t_x509.cc
[538/1092] Compiling t_req.cc
[539/1092] Compiling rsa_pss.cc
[540/1092] Compiling i2d_pr.cc
[541/1092] Compiling name_print.cc
[542/1092] Compiling policy.cc
[543/1092] Compiling by_file.cc
[544/1092] Compiling algorithm.cc
[545/1092] Compiling by_dir.cc
[546/1092] Compiling a_verify.cc
[547/1092] Compiling a_digest.cc
[547/1092] Compiling asn1_gen.cc
[549/1092] Compiling a_sign.cc
[550/1092] Compiling voprf.cc
[551/1092] Compiling thread_win.cc
[552/1092] Compiling thread.cc
[553/1092] Compiling thread_none.cc
[554/1092] Compiling trust_token.cc
[555/1092] Compiling thread_pthread.cc
[556/1092] Compiling stack.cc
[557/1092] Compiling pmbtoken.cc
[558/1092] Compiling slhdsa.cc
[559/1092] Compiling spake2plus.cc
[560/1092] Compiling siphash.cc
[561/1092] Compiling sha512.cc
[562/1092] Compiling sha256.cc
[562/1092] Compiling sha1.cc
[564/1092] Compiling rsa_extra.cc
[565/1092] Compiling rsa_print.cc
[566/1092] Compiling rsa_crypt.cc
[567/1092] Compiling refcount.cc
[568/1092] Compiling rc4.cc
[569/1092] Compiling rsa_asn1.cc
[570/1092] Compiling windows.cc
[571/1092] Compiling urandom.cc
[572/1092] Compiling trusty.cc
[573/1092] Compiling rand.cc
[574/1092] Compiling ios.cc
[575/1092] Compiling passive.cc
[576/1092] Compiling poly1305_arm_asm.S
[577/1092] Compiling getentropy.cc
[578/1092] Compiling forkunsafe.cc
[579/1092] Compiling deterministic.cc
[580/1092] Compiling fork_detect.cc
[581/1092] Compiling poly1305_vec.cc
[582/1092] Compiling poly1305_arm.cc
[583/1092] Compiling poly1305.cc
[584/1092] Compiling pool.cc
[585/1092] Compiling pkcs7.cc
[586/1092] Compiling pkcs8.cc
[587/1092] Compiling pkcs8_x509.cc
[588/1092] Compiling p5_pbev2.cc
[589/1092] Compiling pem_xaux.cc
[590/1092] Compiling pkcs7_x509.cc
[591/1092] Compiling pem_x509.cc
[592/1092] Compiling pem_pkey.cc
[593/1092] Compiling pem_pk8.cc
[594/1092] Compiling pem_oth.cc
[595/1092] Compiling mlkem.cc
[596/1092] Compiling obj_xref.cc
[597/1092] Compiling pem_info.cc
[598/1092] Compiling pem_lib.cc
[599/1092] Compiling mldsa.cc
[600/1092] Compiling poly_rq_mul.S
[601/1092] Compiling pem_all.cc
[602/1092] Compiling fips_shared_support.cc
[603/1092] Compiling obj.cc
[604/1092] Compiling mem.cc
[605/1092] Compiling md5.cc
[606/1092] Compiling md4.cc
[607/1092] Compiling lhash.cc
[608/1092] Compiling kyber.cc
[609/1092] Compiling ex_data.cc
[610/1092] Compiling sign.cc
[611/1092] Compiling scrypt.cc
[612/1092] Compiling pbkdf.cc
[613/1092] Compiling print.cc
[614/1092] Compiling hpke.cc
[615/1092] Compiling hrss.cc
[616/1092] Compiling p_x25519_asn1.cc
[617/1092] Compiling p_x25519.cc
[618/1092] Compiling p_ed25519.cc
[619/1092] Compiling p_ec.cc
[620/1092] Compiling p_rsa_asn1.cc
[621/1092] Compiling p_hkdf.cc
[622/1092] Compiling p_rsa.cc
[623/1092] Compiling p_ed25519_asn1.cc
[624/1092] Compiling p_ec_asn1.cc
[625/1092] Compiling p_dh_asn1.cc
[626/1092] Compiling p_dh.cc
[627/1092] Compiling p_dsa_asn1.cc
[628/1092] Compiling evp_ctx.cc
[629/1092] Compiling evp.cc
[630/1092] Compiling err.cc
[631/1092] Compiling engine.cc
[632/1092] Compiling evp_asn1.cc
[633/1092] Compiling ecdsa_asn1.cc
[634/1092] Compiling ecdh.cc
[635/1092] Compiling ec_derive.cc
[636/1092] Compiling hash_to_curve.cc
[637/1092] Compiling dsa.cc
[638/1092] Compiling ec_asn1.cc
[639/1092] Compiling bcm.cc
[640/1092] Compiling params.cc
[641/1092] Compiling dsa_asn1.cc
[642/1092] Compiling digest_extra.cc
[643/1092] Compiling x25519-asm-arm.S
[644/1092] Compiling des.cc
[645/1092] Compiling dh_asn1.cc
[646/1092] Compiling curve25519_64_adx.cc
[647/1092] Compiling spake25519.cc
[648/1092] Compiling cpu_intel.cc
[649/1092] Compiling crypto.cc
[650/1092] Compiling cpu_arm_linux.cc
[651/1092] Compiling cpu_arm_freebsd.cc
[652/1092] Compiling cpu_aarch64_win.cc
[653/1092] Compiling curve25519.cc
[654/1092] Compiling cpu_aarch64_sysreg.cc
[655/1092] Compiling cpu_aarch64_openbsd.cc
[656/1092] Compiling cpu_aarch64_linux.cc
[657/1092] Compiling cpu_aarch64_fuchsia.cc
[658/1092] Compiling cpu_aarch64_apple.cc
[659/1092] Compiling get_cipher.cc
[660/1092] Compiling tls_cbc.cc
[661/1092] Compiling conf.cc
[662/1092] Compiling e_tls.cc
[663/1092] Compiling e_rc4.cc
[664/1092] Compiling e_rc2.cc
[665/1092] Compiling e_null.cc
[666/1092] Compiling e_des.cc
[667/1092] Compiling e_chacha20poly1305.cc
[668/1092] Compiling e_aesgcmsiv.cc
[669/1092] Compiling derive_key.cc
[670/1092] Compiling chacha.cc
[671/1092] Compiling e_aesctrhmac.cc
[672/1092] Compiling unicode.cc
[673/1092] Compiling cbs.cc
[674/1092] Compiling ber.cc
[675/1092] Compiling cbb.cc
[676/1092] Compiling asn1_compat.cc
[677/1092] Compiling buf.cc
[678/1092] Compiling blake2.cc
[679/1092] Compiling socket_helper.cc
[680/1092] Compiling bn_asn1.cc
[681/1092] Compiling convert.cc
[682/1092] Compiling socket.cc
[683/1092] Compiling printf.cc
[684/1092] Compiling pair.cc
[685/1092] Compiling hexdump.cc
[686/1092] Compiling file.cc
[687/1092] Compiling fd.cc
[688/1092] Compiling errno.cc
[689/1092] Compiling connect.cc
[690/1092] Compiling bio_mem.cc
[691/1092] Compiling base64.cc
[692/1092] Compiling bio.cc
[693/1092] Compiling tasn_typ.cc
[694/1092] Compiling tasn_fre.cc
[695/1092] Compiling tasn_utl.cc
[696/1092] Compiling tasn_enc.cc
[697/1092] Compiling tasn_new.cc
[698/1092] Compiling posix_time.cc
[699/1092] Compiling f_string.cc
[700/1092] Compiling f_int.cc
[701/1092] Compiling asn_pack.cc
[702/1092] Compiling tasn_dec.cc
[703/1092] Compiling asn1_par.cc
[704/1092] Compiling asn1_lib.cc
[705/1092] Compiling a_utctm.cc
[706/1092] Compiling a_type.cc
[707/1092] Compiling a_time.cc
[708/1092] Compiling a_octet.cc
[709/1092] Compiling a_strnid.cc
[710/1092] Compiling a_strex.cc
[711/1092] Compiling a_mbstr.cc
[712/1092] Compiling a_object.cc
[713/1092] Compiling a_int.cc
[714/1092] Compiling a_i2d_fp.cc
[715/1092] Compiling fiat_p256_adx_sqr.S
[716/1092] Compiling a_dup.cc
[717/1092] Compiling fiat_p256_adx_mul.S
[718/1092] Compiling a_d2i_fp.cc
[719/1092] Compiling fiat_curve25519_adx_square.S
[720/1092] Compiling fiat_curve25519_adx_mul.S
[721/1092] Compiling md5-x86_64-linux.S
[722/1092] Compiling md5-x86_64-apple.S
[723/1092] Compiling a_gentm.cc
[724/1092] Compiling md5-586-apple.S
[725/1092] Compiling md5-586-linux.S
[726/1092] Compiling chacha20_poly1305_x86_64-linux.S
[727/1092] Compiling chacha20_poly1305_x86_64-apple.S
[728/1092] Compiling a_bool.cc
[729/1092] Compiling chacha20_poly1305_armv8-win.S
[730/1092] Compiling a_bitstr.cc
[731/1092] Compiling chacha20_poly1305_armv8-linux.S
[732/1092] Compiling chacha20_poly1305_armv8-apple.S
[733/1092] Compiling chacha-x86_64-linux.S
[734/1092] Compiling chacha-x86_64-apple.S
[735/1092] Compiling chacha-x86-apple.S
[735/1092] Compiling chacha-x86-linux.S
[735/1092] Compiling chacha-armv8-win.S
[738/1092] Compiling chacha-armv8-linux.S
[739/1092] Compiling chacha-armv4-linux.S
[740/1092] Compiling aes128gcmsiv-x86_64-apple.S
[741/1092] Compiling aes128gcmsiv-x86_64-linux.S
[741/1092] Compiling x86_64-mont5-linux.S
[743/1092] Compiling chacha-armv8-apple.S
[744/1092] Compiling x86_64-mont5-apple.S
[745/1092] Compiling x86_64-mont-linux.S
[746/1092] Compiling x86_64-mont-apple.S
[747/1092] Compiling x86-mont-linux.S
[748/1092] Compiling x86-mont-apple.S
[749/1092] Compiling vpaes-x86_64-linux.S
[750/1092] Compiling vpaes-x86-linux.S
[751/1092] Compiling vpaes-x86_64-apple.S
[751/1092] Compiling vpaes-x86-apple.S
[753/1092] Compiling vpaes-armv8-win.S
[754/1092] Compiling vpaes-armv8-linux.S
[755/1092] Compiling err_data.cc
[756/1092] Compiling vpaes-armv8-apple.S
[757/1092] Compiling CCryptoBoringSSLShims shims.c
[758/1092] Compiling vpaes-armv7-linux.S
[759/1092] Compiling sha512-x86_64-linux.S
[760/1092] Compiling sha512-x86_64-apple.S
[761/1092] Compiling sha512-armv8-win.S
[762/1092] Compiling sha512-armv8-linux.S
[763/1092] Compiling sha512-armv4-linux.S
[764/1092] Compiling sha512-armv8-apple.S
[765/1092] Compiling sha512-586-linux.S
[766/1092] Compiling sha512-586-apple.S
[767/1092] Compiling sha256-armv8-linux.S
[768/1092] Compiling sha256-x86_64-linux.S
[769/1092] Compiling sha256-x86_64-apple.S
[770/1092] Compiling sha256-armv8-win.S
[771/1092] Compiling sha256-armv8-apple.S
[772/1092] Compiling sha256-armv4-linux.S
[773/1092] Compiling sha256-586-linux.S
[774/1092] Compiling sha1-x86_64-apple.S
[774/1092] Compiling sha1-x86_64-linux.S
[775/1092] Compiling sha1-armv8-linux.S
[777/1092] Compiling sha256-586-apple.S
[777/1092] Compiling sha1-armv8-win.S
[779/1092] Compiling sha1-armv8-apple.S
[780/1092] Compiling sha1-586-linux.S
[781/1092] Compiling sha1-armv4-large-linux.S
[782/1092] Compiling rsaz-avx2-apple.S
[783/1092] Compiling sha1-586-apple.S
[784/1092] Compiling rdrand-x86_64-apple.S
[785/1092] Compiling rsaz-avx2-linux.S
[785/1092] Compiling rdrand-x86_64-linux.S
[787/1092] Compiling p256_beeu-x86_64-asm-linux.S
[788/1092] Compiling p256_beeu-x86_64-asm-apple.S
[789/1092] Compiling p256_beeu-armv8-asm-win.S
[790/1092] Compiling p256_beeu-armv8-asm-linux.S
[791/1092] Compiling p256-x86_64-asm-linux.S
[791/1092] Compiling p256-x86_64-asm-apple.S
[793/1092] Compiling p256-armv8-asm-win.S
[794/1092] Compiling p256_beeu-armv8-asm-apple.S
[795/1092] Compiling p256-armv8-asm-linux.S
[796/1092] Compiling ghashv8-armv8-linux.S
[797/1092] Compiling ghashv8-armv8-win.S
[798/1092] Compiling p256-armv8-asm-apple.S
[799/1092] Compiling ghash-x86_64-apple.S
[799/1092] Compiling ghash-x86_64-linux.S
[801/1092] Compiling ghashv8-armv8-apple.S
[801/1092] Compiling ghashv8-armv7-linux.S
[803/1092] Compiling ghash-x86-linux.S
[804/1092] Compiling ghash-x86-apple.S
[805/1092] Compiling ghash-ssse3-x86_64-linux.S
[806/1092] Compiling ghash-ssse3-x86-linux.S
[807/1092] Compiling ghash-ssse3-x86_64-apple.S
[808/1092] Compiling ghash-neon-armv8-win.S
[808/1092] Compiling ghash-ssse3-x86-apple.S
[808/1092] Compiling ghash-neon-armv8-linux.S
[811/1092] Compiling ghash-armv4-linux.S
[812/1092] Compiling ghash-neon-armv8-apple.S
[813/1092] Compiling co-586-linux.S
[814/1092] Compiling co-586-apple.S
[815/1092] Compiling bsaes-armv7-linux.S
[816/1092] Compiling bn-armv8-apple.S
[816/1092] Compiling bn-armv8-linux.S
[816/1092] Compiling bn-armv8-win.S
[819/1092] Compiling bn-586-linux.S
[820/1092] Compiling bn-586-apple.S
[821/1092] Compiling armv8-mont-win.S
[822/1092] Compiling armv8-mont-linux.S
[823/1092] Compiling aesv8-gcm-armv8-win.S
[824/1092] Compiling armv4-mont-linux.S
[825/1092] Compiling aesv8-gcm-armv8-linux.S
[826/1092] Compiling armv8-mont-apple.S
[827/1092] Compiling aesv8-gcm-armv8-apple.S
[828/1092] Compiling aesv8-armv8-win.S
[829/1092] Compiling aesv8-armv8-linux.S
[830/1092] Compiling aesv8-armv8-apple.S
[831/1092] Compiling aesni-x86_64-linux.S
[832/1092] Compiling aesv8-armv7-linux.S
[832/1092] Compiling aesni-x86_64-apple.S
[834/1092] Compiling aesni-x86-linux.S
[835/1092] Compiling aesni-x86-apple.S
[836/1092] Compiling aesni-gcm-x86_64-linux.S
[837/1092] Compiling aesni-gcm-x86_64-apple.S
[838/1092] Compiling aes-gcm-avx512-x86_64-linux.S
[839/1092] Compiling aes-gcm-avx512-x86_64-apple.S
[840/1092] Compiling aes-gcm-avx2-x86_64-apple.S
[841/1092] Compiling aes-gcm-avx2-x86_64-linux.S
[842/1092] Compiling c-nioatomics.c
[843/1092] Compiling xwing.cc
[844/1092] Compiling x_x509a.cc
[845/1092] Compiling x_sig.cc
[846/1092] Compiling x_spki.cc
[847/1092] Compiling x_req.cc
[848/1092] Compiling x_name.cc
[849/1092] Compiling x_x509.cc
[850/1092] Compiling x_pubkey.cc
[851/1092] Compiling c-atomics.c
[852/1092] Compiling x_exten.cc
[853/1098] Compiling x_crl.cc
[854/1098] Compiling x509spki.cc
[855/1098] Compiling x_attrib.cc
[856/1098] Compiling x509rset.cc
[857/1098] Compiling x509cset.cc
[858/1098] Compiling x_algor.cc
[859/1098] Compiling x_all.cc
[860/1098] Compiling x509name.cc
[861/1098] Compiling x509_vpm.cc
[863/1098] Compiling NIOConcurrencyHelpers lock.swift
[864/1098] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[865/1098] Compiling NIOConcurrencyHelpers NIOLock.swift
[866/1098] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[867/1098] Emitting module NIOConcurrencyHelpers
[868/1098] Compiling NIOConcurrencyHelpers atomics.swift
[868/1098] Compiling x509_txt.cc
[869/1098] Compiling x509_vfy.cc
[870/1098] Compiling x509_v3.cc
[871/1098] Compiling x509_trs.cc
[872/1098] Compiling x509_set.cc
[873/1098] Compiling x509_obj.cc
[874/1098] Compiling x509_req.cc
[875/1098] Compiling x509_lu.cc
[875/1098] Compiling x509_ext.cc
[877/1098] Compiling x509_def.cc
[878/1098] Compiling x509_d2.cc
[879/1098] Compiling x509.cc
[880/1098] Compiling x509_att.cc
[880/1098] Compiling x509_cmp.cc
[882/1098] Compiling v3_skey.cc
[883/1098] Compiling v3_prn.cc
[884/1098] Compiling v3_purp.cc
[885/1098] Compiling v3_utl.cc
[886/1098] Compiling v3_pmaps.cc
[887/1098] Compiling v3_pcons.cc
[888/1098] Compiling v3_ocsp.cc
[889/1098] Compiling v3_ncons.cc
[890/1098] Compiling v3_int.cc
[891/1098] Compiling v3_lib.cc
[892/1098] Compiling v3_ia5.cc
[893/1098] Compiling v3_info.cc
[894/1098] Compiling v3_genn.cc
[895/1098] Compiling v3_extku.cc
[896/1098] Compiling v3_enum.cc
[897/1098] Compiling v3_crld.cc
[898/1098] Compiling v3_cpols.cc
[899/1098] Compiling v3_bitst.cc
[900/1098] Compiling v3_bcons.cc
[901/1098] Compiling v3_conf.cc
[902/1098] Compiling v3_akeya.cc
[903/1098] Compiling v3_alt.cc
[904/1098] Compiling v3_akey.cc
[905/1098] Compiling t_x509a.cc
[906/1098] Compiling t_x509.cc
[907/1098] Compiling i2d_pr.cc
[908/1098] Compiling t_req.cc
[909/1098] Compiling t_crl.cc
[910/1098] Compiling name_print.cc
[911/1098] Compiling rsa_pss.cc
[912/1098] Compiling policy.cc
[913/1098] Compiling by_dir.cc
[914/1098] Compiling by_file.cc
[915/1098] Compiling algorithm.cc
[916/1098] Compiling asn1_gen.cc
[917/1098] Compiling thread_win.cc
[918/1098] Compiling thread_pthread.cc
[919/1098] Compiling thread.cc
[920/1098] Compiling thread_none.cc
[921/1098] Compiling a_verify.cc
[922/1098] Compiling a_sign.cc
[923/1098] Compiling a_digest.cc
[924/1098] Compiling voprf.cc
[925/1098] Compiling trust_token.cc
[926/1098] Compiling pmbtoken.cc
[927/1098] Compiling stack.cc
[928/1098] Compiling sha512.cc
[929/1098] Compiling siphash.cc
[930/1098] Compiling sha256.cc
[930/1098] Compiling sha1.cc
[932/1098] Compiling rsa_extra.cc
[933/1098] Compiling slhdsa.cc
[934/1098] Compiling rsa_print.cc
[935/1098] Compiling spake2plus.cc
[936/1098] Compiling rsa_crypt.cc
[937/1098] Compiling rc4.cc
[938/1098] Compiling refcount.cc
[939/1098] Compiling urandom.cc
[940/1098] Compiling windows.cc
[941/1098] Compiling trusty.cc
[942/1098] Compiling rand.cc
[943/1098] Compiling passive.cc
[944/1098] Compiling poly1305_arm_asm.S
[945/1098] Compiling ios.cc
[946/1098] Compiling getentropy.cc
[947/1098] Compiling rsa_asn1.cc
[948/1098] Compiling fork_detect.cc
[949/1098] Compiling forkunsafe.cc
[950/1098] Compiling deterministic.cc
[951/1098] Compiling poly1305_vec.cc
[952/1098] Compiling poly1305_arm.cc
[953/1098] Compiling poly1305.cc
[954/1098] Compiling pool.cc
[955/1098] Compiling pkcs8_x509.cc
[956/1098] Compiling pkcs8.cc
[957/1098] Compiling p5_pbev2.cc
[958/1098] Compiling pkcs7.cc
[959/1098] Compiling pem_xaux.cc
[960/1098] Compiling pkcs7_x509.cc
[961/1098] Compiling pem_x509.cc
[962/1098] Compiling pem_pkey.cc
[963/1098] Compiling pem_pk8.cc
[964/1098] Compiling pem_oth.cc
[965/1098] Compiling obj_xref.cc
[966/1098] Compiling mlkem.cc
[967/1098] Compiling mldsa.cc
[968/1098] Compiling pem_info.cc
[969/1098] Compiling pem_lib.cc
[970/1098] Compiling mem.cc
[971/1098] Compiling poly_rq_mul.S
[972/1098] Compiling pem_all.cc
[973/1098] Compiling fips_shared_support.cc
[974/1098] Compiling obj.cc
[975/1098] Compiling md5.cc
[976/1098] Compiling md4.cc
[977/1098] Compiling lhash.cc
[978/1098] Compiling fuzzer_mode.cc
[979/1098] Compiling kyber.cc
[980/1098] Compiling ex_data.cc
[981/1098] Compiling hpke.cc
[982/1098] Compiling hrss.cc
[983/1098] Compiling scrypt.cc
[984/1098] Compiling print.cc
[985/1098] Compiling sign.cc
[986/1098] Compiling pbkdf.cc
[987/1098] Compiling p_x25519_asn1.cc
[988/1098] Compiling p_x25519.cc
[989/1098] Compiling p_rsa_asn1.cc
[990/1098] Compiling p_hkdf.cc
[991/1098] Compiling p_rsa.cc
[992/1098] Compiling p_ed25519.cc
[993/1098] Compiling p_ed25519_asn1.cc
[994/1098] Compiling p_ec_asn1.cc
[995/1098] Compiling p_ec.cc
[996/1098] Compiling p_dh_asn1.cc
[997/1098] Compiling p_dsa_asn1.cc
[998/1098] Compiling p_dh.cc
[999/1098] Compiling err.cc
[1000/1098] Compiling engine.cc
[1001/1098] Compiling evp_ctx.cc
[1002/1098] Compiling ecdsa_p1363.cc
[1003/1098] Compiling evp.cc
[1004/1098] Compiling evp_asn1.cc
[1005/1098] Compiling ecdh.cc
[1006/1098] Compiling ec_derive.cc
[1007/1098] Compiling ecdsa_asn1.cc
[1008/1098] Compiling hash_to_curve.cc
[1009/1098] Compiling dsa.cc
[1010/1098] Compiling dsa_asn1.cc
[1011/1098] Compiling ec_asn1.cc
[1012/1098] Compiling digest_extra.cc
[1013/1098] Compiling x25519-asm-arm.S
[1014/1098] Compiling params.cc
[1015/1098] Compiling des.cc
[1016/1098] Compiling dh_asn1.cc
[1017/1098] Compiling curve25519_64_adx.cc
[1018/1098] Compiling spake25519.cc
[1019/1098] Compiling cpu_intel.cc
[1020/1098] Compiling crypto.cc
[1021/1098] Compiling curve25519.cc
[1022/1098] Compiling cpu_arm_linux.cc
[1023/1098] Compiling cpu_arm_freebsd.cc
[1024/1098] Compiling cpu_aarch64_openbsd.cc
[1025/1098] Compiling cpu_aarch64_win.cc
[1026/1098] Compiling cpu_aarch64_sysreg.cc
[1027/1098] Compiling cpu_aarch64_linux.cc
[1028/1098] Compiling cpu_aarch64_fuchsia.cc
[1029/1098] Compiling cpu_aarch64_apple.cc
[1030/1098] Compiling conf.cc
[1031/1098] Compiling tls_cbc.cc
[1032/1098] Compiling get_cipher.cc
[1033/1098] Compiling e_rc4.cc
[1034/1098] Compiling e_tls.cc
[1035/1098] Compiling cms.cc
[1036/1098] Compiling e_rc2.cc
[1037/1098] Compiling e_null.cc
[1038/1098] Compiling e_des.cc
[1039/1098] Compiling e_chacha20poly1305.cc
[1040/1098] Compiling e_aesgcmsiv.cc
[1041/1098] Compiling e_aeseax.cc
[1042/1098] Compiling derive_key.cc
[1043/1098] Compiling e_aesctrhmac.cc
[1044/1098] Compiling chacha.cc
[1045/1098] Compiling unicode.cc
[1046/1098] Compiling cbb.cc
[1047/1098] Compiling cbs.cc
[1048/1098] Compiling ber.cc
[1049/1098] Compiling sqrt.cc
[1050/1098] Compiling asn1_compat.cc
[1051/1098] Compiling buf.cc
[1052/1098] Compiling div.cc
[1053/1098] Compiling exponentiation.cc
[1054/1098] Compiling blake2.cc
[1055/1098] Compiling printf.cc
[1056/1098] Compiling hexdump.cc
[1057/1098] Compiling convert.cc
[1058/1098] Compiling pair.cc
[1059/1098] Compiling file.cc
[1060/1098] Compiling bn_asn1.cc
[1061/1098] Compiling fd.cc
[1062/1098] Compiling errno.cc
[1063/1098] Compiling bio_mem.cc
[1064/1098] Compiling bio.cc
[1065/1098] Compiling base64.cc
[1066/1098] Compiling tasn_fre.cc
[1067/1098] Compiling tasn_typ.cc
[1068/1098] Compiling tasn_enc.cc
[1069/1098] Compiling tasn_new.cc
[1070/1098] Compiling tasn_utl.cc
[1071/1098] Compiling tasn_dec.cc
[1072/1098] Compiling bcm.cc
[1073/1098] Compiling posix_time.cc
[1074/1098] Compiling f_int.cc
[1075/1098] Compiling f_string.cc
[1076/1098] Compiling asn1_par.cc
[1077/1098] Compiling asn_pack.cc
[1078/1098] Compiling asn1_lib.cc
[1079/1098] Compiling a_utctm.cc
[1080/1098] Compiling a_type.cc
[1081/1098] Compiling a_time.cc
[1082/1098] Compiling a_octet.cc
[1083/1098] Compiling a_strnid.cc
[1084/1098] Compiling a_strex.cc
[1085/1098] Compiling a_mbstr.cc
[1086/1098] Compiling a_object.cc
[1086/1098] Write sources
[1089/1098] Compiling a_int.cc
[1090/1098] Compiling a_i2d_fp.cc
[1091/1098] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1092/1098] Compiling a_dup.cc
[1093/1098] Compiling a_d2i_fp.cc
[1094/1107] Compiling a_gentm.cc
[1095/1133] Compiling aes.cc
[1096/1143] Compiling a_bool.cc
[1098/1143] Compiling Algorithms MinMax.swift
[1099/1143] Compiling Algorithms Partition.swift
[1099/1144] Compiling a_bitstr.cc
[1101/1144] Compiling Algorithms Compacted.swift
[1102/1144] Compiling Algorithms Cycle.swift
[1103/1144] Compiling Algorithms Indexed.swift
[1104/1144] Compiling Algorithms Intersperse.swift
[1105/1144] Compiling Algorithms Suffix.swift
[1106/1144] Compiling Algorithms Trim.swift
[1107/1155] Compiling Atomics Unmanaged extensions.swift
[1108/1155] Compiling Algorithms Unique.swift
[1109/1155] Compiling Algorithms Windows.swift
[1110/1155] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1111/1155] Compiling Algorithms Combinations.swift
[1114/1155] Compiling Algorithms Split.swift
[1115/1155] Compiling Algorithms Stride.swift
[1116/1155] Compiling Algorithms RandomSample.swift
[1117/1155] Compiling Algorithms Reductions.swift
[1118/1155] Compiling Algorithms Rotate.swift
[1119/1155] Compiling Algorithms EitherSequence.swift
[1120/1155] Compiling Algorithms FirstNonNil.swift
[1121/1155] Compiling Algorithms FlattenCollection.swift
[1122/1155] Compiling Algorithms Grouped.swift
[1125/1155] Compiling Algorithms Joined.swift
[1126/1155] Compiling Algorithms Keyed.swift
[1129/1155] Compiling Algorithms Permutations.swift
[1130/1155] Compiling Algorithms Product.swift
[1131/1155] Compiling Algorithms AdjacentPairs.swift
[1132/1155] Compiling Algorithms Chain.swift
[1139/1155] Compiling Algorithms Chunked.swift
[1141/1155] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1145/1155] Compiling CryptoBoringWrapper RandomBytes.swift
[1146/1155] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1147/1155] Compiling CryptoBoringWrapper EllipticCurve.swift
[1148/1155] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1149/1155] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1150/1155] Emitting module CryptoBoringWrapper
[1151/1155] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1154/1155] Emitting module Atomics
[1155/1277] Emitting module Algorithms
[1156/1277] Compiling NIOCore ByteBuffer-views.swift
[1157/1277] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1158/1277] Compiling NIOCore NIOAsyncWriter.swift
[1159/1277] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1160/1277] Compiling NIOCore BSDSocketAPI.swift
[1161/1277] Compiling NIOCore ByteBuffer-aux.swift
[1162/1283] Compiling NIOCore DispatchQueue+WithFuture.swift
[1163/1283] Compiling NIOCore EventLoop+Deprecated.swift
[1164/1283] Compiling NIOCore EventLoop+SerialExecutor.swift
[1165/1283] Compiling NIOCore EventLoop.swift
[1166/1283] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1167/1283] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1168/1283] Emitting module CryptoExtras
[1169/1283] Compiling NIOCore Linux.swift
[1170/1283] Compiling NIOCore MarkedCircularBuffer.swift
[1171/1283] Compiling NIOCore MulticastChannel.swift
[1172/1283] Compiling NIOCore NIOAny.swift
[1173/1283] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1174/1283] Compiling NIOCore NIOCoreSendableMetatype.swift
[1175/1283] Compiling NIOCore NIODecodedAsyncSequence.swift
[1176/1283] Compiling NIOCore NIOLoopBound.swift
[1177/1283] Compiling CryptoExtras ThreadWindows.swift
[1178/1283] Compiling CryptoExtras DLEQ.swift
[1179/1283] Compiling CryptoExtras Prover.swift
[1180/1283] Compiling CryptoExtras Verifier.swift
[1181/1283] Compiling CryptoExtras ZKPToolbox.swift
[1182/1283] Compiling CryptoExtras resource_bundle_accessor.swift
[1183/1290] Compiling NIOCore GlobalSingletons.swift
[1184/1290] Compiling NIOCore IO.swift
[1185/1290] Compiling NIOCore IOData.swift
[1186/1290] Compiling NIOCore IPProtocol.swift
[1187/1290] Compiling NIOCore IntegerBitPacking.swift
[1188/1290] Compiling NIOCore IntegerTypes.swift
[1189/1290] Compiling NIOCore Interfaces.swift
[1190/1290] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1191/1290] Compiling NIOCore EventLoopFuture.swift
[1192/1290] Compiling NIOCore FileDescriptor.swift
[1193/1290] Compiling NIOCore FileHandle.swift
[1194/1290] Compiling NIOCore FileRegion.swift
[1216/1290] Compiling NIOCore Codec.swift
[1217/1290] Compiling NIOCore ConvenienceOptionSupport.swift
[1218/1290] Compiling NIOCore DeadChannel.swift
[1230/1290] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1231/1290] Compiling NIOCore ByteBuffer-conversions.swift
[1232/1290] Compiling NIOCore Channel.swift
[1233/1290] Compiling NIOCore ChannelHandler.swift
[1234/1290] Compiling NIOCore ChannelHandlers.swift
[1235/1290] Compiling NIOCore ChannelInvoker.swift
[1236/1290] Compiling NIOCore ChannelOption.swift
[1237/1290] Compiling NIOCore ChannelPipeline.swift
[1238/1290] Compiling NIOCore CircularBuffer.swift
[1242/1290] Compiling NIOCore AddressedEnvelope.swift
[1243/1290] Compiling NIOCore AsyncAwaitSupport.swift
[1244/1290] Compiling NIOCore AsyncChannel.swift
[1245/1290] Compiling NIOCore AsyncChannelHandler.swift
[1246/1290] Compiling NIOCore AsyncChannelInboundStream.swift
[1247/1290] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1248/1290] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1249/1290] Compiling NIOCore ByteBuffer-core.swift
[1250/1290] Compiling NIOCore ByteBuffer-hex.swift
[1251/1290] Compiling NIOCore ByteBuffer-int.swift
[1252/1290] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1253/1290] Compiling NIOCore ByteBuffer-multi-int.swift
[1254/1290] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1255/1290] Compiling NIOCore SocketAddresses.swift
[1256/1290] Compiling NIOCore SocketOptionProvider.swift
[1257/1290] Compiling NIOCore SystemCallHelpers.swift
[1258/1290] Compiling NIOCore TimeAmount+Duration.swift
[1259/1290] Compiling NIOCore TypeAssistedChannelHandler.swift
[1260/1290] Compiling NIOCore UniversalBootstrapSupport.swift
[1261/1290] Compiling NIOCore Utilities.swift
[1276/1292] Compiling _CryptoExtras Exports.swift
[1277/1292] Emitting module _CryptoExtras
[1278/1390] Compiling X509 CSRAttribute.swift
[1279/1390] Compiling X509 CSRAttributes.swift
[1280/1390] Compiling X509 CSRVersion.swift
[1281/1390] Compiling X509 CertificateSigningRequest.swift
[1282/1390] Compiling X509 CertificationRequestInfo.swift
[1283/1390] Compiling X509 ExtensionRequest.swift
[1284/1390] Compiling X509 Certificate.swift
[1285/1390] Compiling X509 CertificatePrivateKey.swift
[1286/1390] Compiling X509 CertificatePublicKey.swift
[1287/1390] Compiling X509 CertificateSerialNumber.swift
[1288/1390] Compiling X509 CertificateVersion.swift
[1289/1390] Compiling X509 OCSPVersion.swift
[1290/1390] Compiling X509 PKCS8PrivateKey.swift
[1291/1390] Compiling X509 PromiseAndFuture.swift
[1292/1390] Compiling X509 AnyPolicy.swift
[1293/1390] Compiling X509 CertificateStore.swift
[1294/1390] Compiling X509 CustomCertificateStore.swift
[1295/1390] Compiling X509 OneOfPolicies.swift
[1296/1390] Compiling X509 PolicyBuilder.swift
[1297/1390] Compiling X509 BasicConstraintsPolicy.swift
[1298/1390] Compiling X509 DNSNames.swift
[1299/1390] Compiling X509 DirectoryNames.swift
[1300/1390] Compiling X509 ExpiryPolicy.swift
[1301/1390] Compiling X509 IPConstraints.swift
[1302/1400] Compiling X509 Extension.swift
[1303/1400] Compiling X509 Extensions.swift
[1304/1400] Compiling X509 ExtensionsBuilder.swift
[1305/1400] Compiling X509 GeneralName.swift
[1306/1400] Compiling X509 Lock.swift
[1307/1400] Compiling X509 LockedValueBox.swift
[1308/1400] Compiling X509 BasicOCSPResponse.swift
[1309/1400] Compiling X509 DirectoryString.swift
[1310/1400] Compiling X509 OCSPCertID.swift
[1311/1400] Compiling X509 OCSPCertStatus.swift
[1312/1400] Compiling X509 OCSPExtensionID.swift
[1324/1400] Emitting module NIOCore
[1325/1400] Compiling X509 Digests.swift
[1326/1400] Compiling X509 DistinguishedName.swift
[1327/1400] Compiling X509 CommonName.swift
[1328/1400] Compiling X509 CountryName.swift
[1329/1400] Compiling X509 DNBuilder.swift
[1330/1400] Compiling X509 DomainComponent.swift
[1331/1400] Compiling X509 EmailAddress.swift
[1332/1400] Compiling X509 LocalityName.swift
[1333/1400] Compiling X509 OrganizationName.swift
[1334/1400] Compiling X509 OrganizationalUnitName.swift
[1335/1400] Compiling X509 StateOrProvinceName.swift
[1339/1400] Compiling X509 RDNAttribute.swift
[1340/1400] Compiling X509 RandomNumberGenerator+bytes.swift
[1341/1400] Compiling X509 RelativeDistinguishedName.swift
[1342/1400] Compiling X509 SEC1PrivateKey.swift
[1343/1400] Compiling X509 SecKeyWrapper.swift
[1344/1400] Compiling X509 Signature.swift
[1345/1400] Compiling X509 SignatureAlgorithm.swift
[1346/1400] Compiling X509 AllOfPolicies.swift
[1347/1400] Compiling X509 CMSAttribute.swift
[1348/1400] Compiling X509 CMSContentInfo.swift
[1349/1400] Compiling X509 CMSEncapsulatedContentInfo.swift
[1350/1400] Compiling X509 CMSIssuerAndSerialNumber.swift
[1351/1400] Compiling X509 CMSOperations.swift
[1352/1400] Compiling X509 CMSSignature.swift
[1353/1400] Compiling X509 CMSSignedData.swift
[1354/1400] Compiling X509 CMSSignerIdentifier.swift
[1355/1400] Compiling X509 CMSSignerInfo.swift
[1356/1400] Compiling X509 CMSVersion.swift
[1357/1400] Compiling X509 Curve25519+DER.swift
[1358/1400] Compiling X509 OCSPNonce.swift
[1359/1400] Compiling X509 OCSPPolicy.swift
[1360/1400] Compiling X509 OCSPRequest.swift
[1361/1400] Compiling X509 OCSPResponse.swift
[1362/1400] Compiling X509 OCSPResponseBytes.swift
[1363/1400] Compiling X509 OCSPResponseData.swift
[1364/1400] Compiling X509 OCSPResponseStatus.swift
[1365/1400] Compiling X509 OCSPSignature.swift
[1366/1400] Compiling X509 OCSPSingleRequest.swift
[1367/1400] Compiling X509 OCSPSingleResponse.swift
[1368/1400] Compiling X509 OCSPTBSRequest.swift
[1369/1456] Compiling X509 StreetAddress.swift
[1370/1456] Compiling X509 Error.swift
[1371/1456] Compiling X509 AuthorityInformationAccess.swift
[1372/1456] Compiling X509 AuthorityKeyIdentifier.swift
[1373/1456] Compiling X509 BasicConstraints.swift
[1374/1456] Compiling X509 ExtendedKeyUsage.swift
[1375/1456] Compiling X509 ExtensionIdentifiers.swift
[1376/1456] Compiling X509 KeyUsage.swift
[1377/1456] Compiling X509 NameConstraints.swift
[1378/1456] Compiling X509 SubjectAlternativeName.swift
[1379/1456] Compiling X509 SubjectKeyIdentifier.swift
[1380/1456] Compiling X509 NameConstraintsPolicy.swift
[1381/1456] Compiling X509 RFC5280Policy.swift
[1382/1456] Compiling X509 URIConstraints.swift
[1383/1456] Compiling X509 VersionPolicy.swift
[1384/1456] Compiling X509 ServerIdentityPolicy.swift
[1385/1456] Compiling X509 TrustRootLoading.swift
[1386/1456] Compiling X509 UnverifiedChain.swift
[1387/1456] Compiling X509 ValidatedCertificateChain.swift
[1388/1456] Compiling X509 VerificationDiagnostic.swift
[1389/1456] Compiling X509 Verifier.swift
[1390/1456] Compiling X509 VerifierPolicy.swift
[1391/1456] Compiling X509 AlgorithmIdentifier.swift
[1392/1456] Compiling X509 ECDSASignature.swift
[1393/1456] Compiling X509 RSAPKCS1PublicKey.swift
[1394/1456] Compiling X509 SubjectPublicKeyInfo.swift
[1395/1456] Compiling X509 TBSCertificate.swift
[1396/1456] Compiling X509 Time.swift
[1397/1456] Compiling X509 TimeCalculations.swift
[1398/1456] Compiling X509 Validity.swift
[1399/1456] Compiling X509 X509SendableMetatype.swift
[1400/1456] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1401/1456] Compiling NIOEmbedded AsyncTestingChannel.swift
[1402/1456] Emitting module NIOEmbedded
[1403/1456] Compiling NIOEmbedded Embedded.swift
[1404/1456] Emitting module X509
[1405/1456] Compiling NIOPosix SelectorEpoll.swift
[1406/1456] Compiling NIOPosix SelectorGeneric.swift
[1407/1456] Compiling NIOPosix SelectorKqueue.swift
[1408/1456] Compiling NIOPosix SelectorUring.swift
[1409/1456] Compiling NIOPosix SelectorWSAPoll.swift
[1410/1456] Compiling NIOPosix ServerSocket.swift
[1411/1456] Compiling NIOPosix Socket.swift
[1412/1456] Compiling NIOPosix SocketChannel.swift
[1413/1456] Compiling NIOPosix SocketProtocols.swift
[1414/1456] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1415/1456] Compiling NIOPosix System.swift
[1416/1456] Compiling NIOPosix Thread.swift
[1417/1456] Compiling NIOPosix ThreadPosix.swift
[1418/1456] Compiling NIOPosix ThreadWindows.swift
[1419/1456] Compiling NIOPosix UnsafeTransfer.swift
[1420/1461] Compiling NIOPosix PosixSingletons.swift
[1421/1461] Compiling NIOPosix RawSocketBootstrap.swift
[1422/1461] Compiling NIOPosix Resolver.swift
[1423/1461] Compiling NIOPosix Selectable.swift
[1424/1461] Compiling NIOPosix SelectableChannel.swift
[1425/1461] Compiling NIOPosix SelectableEventLoop.swift
[1426/1461] Emitting module NIOPosix
[1427/1529] Compiling JWTKit JWK.swift
[1428/1529] Compiling JWTKit JWKIdentifier.swift
[1429/1529] Compiling JWTKit JWKS.swift
[1430/1529] Compiling JWTKit JWKSigner.swift
[1431/1529] Compiling JWTKit MLDSAError.swift
[1432/1529] Compiling JWTKit MLDSAKey.swift
[1433/1529] Compiling JWTKit CryptoSigner.swift
[1434/1529] Compiling JWTKit CustomizedJSONCoders.swift
[1435/1529] Compiling JWTKit Utilities.swift
[1436/1529] Compiling JWTKit HMACSigner.swift
[1437/1529] Compiling JWTKit JWTKeyCollection+HMAC.swift
[1438/1529] Compiling JWTKit Insecure.swift
[1439/1529] Compiling JWTKit MLDSASigner.swift
[1440/1529] Compiling JWTKit MLDSAType.swift
[1441/1529] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[1442/1529] Compiling JWTKit UnsecuredNoneSigner.swift
[1443/1529] Compiling JWTKit JWTKeyCollection+RSA.swift
[1444/1529] Compiling JWTKit JWTAlgorithm.swift
[1445/1529] Compiling JWTKit JWTMultiValueClaim.swift
[1446/1529] Compiling JWTKit JWTUnixEpochClaim.swift
[1447/1529] Compiling JWTKit LocaleClaim.swift
[1448/1529] Compiling JWTKit NotBeforeClaim.swift
[1449/1529] Compiling JWTKit SubjectClaim.swift
[1450/1529] Compiling JWTKit ECDSACurveType.swift
[1451/1529] Compiling JWTKit ECDSAError.swift
[1452/1529] Compiling JWTKit ECDSAKeyTypes.swift
[1453/1529] Compiling JWTKit ECDSASigner.swift
[1454/1529] Compiling JWTKit ECDSASigningAlgorithm.swift
[1455/1529] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[1456/1529] Compiling JWTKit P256+CurveType.swift
[1457/1529] Compiling JWTKit P384+CurveType.swift
[1458/1529] Compiling JWTKit RSA.swift
[1459/1529] Compiling JWTKit RSAError.swift
[1460/1529] Compiling JWTKit RSASigner.swift
[1461/1529] Compiling JWTKit Base64URL.swift
[1462/1531] Emitting module NIO
[1463/1531] Compiling NIO Exports.swift
[1464/1571] Compiling NIOTLS TLSEvents.swift
[1465/1571] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1466/1571] Compiling NIOSOCKS Helpers.swift
[1467/1572] Compiling NIOSOCKS Errors.swift
[1468/1572] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1469/1572] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1470/1572] Compiling NIOHTTP1 HTTPEncoder.swift
[1471/1572] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1472/1572] Compiling NIOSOCKS SOCKSResponse.swift
[1473/1572] Compiling NIOSOCKS ClientStateMachine.swift
[1474/1572] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1475/1572] Compiling NIOSOCKS Messages.swift
[1476/1572] Compiling NIOSOCKS SOCKSRequest.swift
[1477/1572] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1478/1572] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1479/1572] Emitting module NIOTLS
[1480/1572] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1481/1572] Compiling NIOTLS SNIHandler.swift
[1482/1572] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1483/1572] Compiling NIOHTTP1 HTTPDecoder.swift
[1484/1572] Emitting module NIOSOCKS
[1485/1572] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1486/1572] Compiling NIOSOCKS ServerStateMachine.swift
[1487/1573] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1488/1573] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1489/1573] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1490/1573] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1491/1573] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1494/1601] Emitting module NIOFoundationCompat
[1495/1601] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1496/1604] Compiling NIOSSL SSLPrivateKey.swift
[1497/1604] Compiling NIOSSL SSLConnection.swift
[1498/1626] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1499/1626] Emitting module NIOHTTP1
[1500/1626] Compiling NIOTransportServices AcceptHandler.swift
[1501/1626] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1502/1626] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1503/1626] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1504/1626] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1505/1626] Compiling NIOTransportServices NIOTSErrors.swift
[1506/1644] Emitting module NIOTransportServices
[1507/1646] Compiling NIOHPACK IntegerCoding.swift
[1508/1646] Compiling NIOHPACK IndexedHeaderTable.swift
[1509/1647] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1510/1647] Compiling NIOTransportServices StateManagedChannel.swift
[1511/1647] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1512/1647] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1513/1647] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1514/1647] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1515/1647] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1516/1647] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1517/1647] Compiling NIOHTTPCompression HTTPDecompression.swift
[1518/1647] Emitting module NIOHTTPCompression
[1519/1647] Compiling NIOHTTPCompression HTTPCompression.swift
[1520/1647] Compiling NIOTransportServices NIOTSBootstraps.swift
[1521/1647] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1522/1647] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1523/1647] Compiling NIOHPACK StaticHeaderTable.swift
[1524/1647] Compiling NIOHPACK DynamicHeaderTable.swift
[1525/1647] Compiling NIOHPACK HPACKDecoder.swift
[1526/1647] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1527/1647] Compiling NIOHPACK HeaderTables.swift
[1528/1647] Compiling NIOHPACK HuffmanTables.swift
[1529/1647] Compiling NIOHPACK HPACKErrors.swift
[1530/1647] Compiling NIOHPACK HuffmanCoding.swift
[1531/1647] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1532/1647] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1533/1647] Emitting module NIOSSL
[1534/1650] Compiling NIOHPACK HPACKEncoder.swift
[1535/1650] Emitting module NIOHPACK
[1538/1650] Compiling NIOHPACK HPACKHeader.swift
[1541/1650] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1542/1650] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1543/1650] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1544/1650] Compiling NIOTransportServices NIOTSEventLoop.swift
[1545/1650] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1546/1650] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1547/1650] Compiling NIOTransportServices NIOTSSingletons.swift
[1550/1682] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1551/1682] Compiling NIOHTTP2 GlitchesMonitor.swift
[1552/1682] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1553/1685] Compiling NIOHTTP2 Error+Any.swift
[1554/1685] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1555/1685] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1556/1685] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1557/1685] Compiling NIOHTTP2 DOSHeuristics.swift
[1558/1685] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1559/1685] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1560/1685] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1561/1685] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1562/1685] Compiling NIOHTTP2 StateMachineResult.swift
[1563/1685] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1564/1693] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1565/1693] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1566/1693] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1567/1712] Compiling NIOHTTP2 HasLocalSettings.swift
[1568/1712] Compiling NIOHTTP2 HasRemoteSettings.swift
[1569/1712] Compiling JWTKit ExpirationClaim.swift
[1570/1712] Compiling JWTKit GoogleHostedDomainClaim.swift
[1571/1712] Compiling JWTKit IDClaim.swift
[1572/1712] Compiling JWTKit IssuedAtClaim.swift
[1573/1712] Compiling JWTKit IssuerClaim.swift
[1574/1712] Compiling JWTKit JWTClaim.swift
[1575/1719] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1576/1719] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1577/1719] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1578/1719] Compiling NIOHTTP2 QuiescingState.swift
[1579/1719] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1580/1719] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1581/1719] Compiling NIOHTTP2 MaySendFrames.swift
[1582/1719] Compiling NIOHTTP2 SendingDataState.swift
[1583/1719] Compiling NIOHTTP2 SendingGoawayState.swift
[1584/1719] Compiling NIOHTTP2 SendingHeadersState.swift
[1585/1719] Compiling NIOHTTP2 MayReceiveFrames.swift
[1586/1719] Compiling NIOHTTP2 ReceivingDataState.swift
[1587/1719] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1588/1719] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1589/1719] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1590/1719] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1591/1719] Compiling NIOHTTP2 SendingRstStreamState.swift
[1592/1719] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1593/1719] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1594/1719] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1595/1719] Compiling NIOHTTP2 HasFlowControlWindows.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1606/1725] Emitting module JWTKit
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[1607/1725] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1608/1725] Compiling NIOHTTP2 HTTP2StreamID.swift
[1609/1725] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1615/1725] Compiling NIOHTTP2 HTTP2Frame.swift
[1616/1725] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1617/1725] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1618/1725] Compiling NIOHTTP2 HTTP2PingData.swift
[1619/1725] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1620/1725] Compiling NIOHTTP2 HTTP2Settings.swift
[1621/1725] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1622/1725] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1623/1725] Compiling NIOHTTP2 InboundEventBuffer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1624/1725] Compiling NIOHTTP2 InboundWindowManager.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1625/1725] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1626/1725] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1627/1725] Compiling NIOHTTP2 HTTP2Stream.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1628/1725] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1629/1725] Compiling NIOHTTP2 HTTP2StreamChannel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1649/1725] Emitting module NIOHTTP2
[1661/1725] Compiling NIOHTTP2 HTTP2Error.swift
[1662/1725] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1663/1725] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[1678/1725] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1679/1725] Compiling NIOHTTP2 StreamChannelList.swift
[1680/1725] Compiling NIOHTTP2 StreamMap.swift
[1681/1725] Compiling NIOHTTP2 StreamStateMachine.swift
[1682/1725] Compiling NIOHTTP2 UnsafeTransfer.swift
[1683/1725] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1684/1725] Compiling JWTKit AppleIdentityToken.swift
[1685/1725] Compiling JWTKit FirebaseAuthIdentityToken.swift
[1686/1725] Compiling JWTKit GoogleIdentityToken.swift
[1687/1725] Compiling JWTKit MicrosoftIdentityToken.swift
[1688/1725] Compiling JWTKit EmptyPolicy.swift
[1689/1725] Compiling JWTKit ValidationTimePayload.swift
[1690/1725] Compiling JWTKit X5CVerifier.swift
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/rosecoder/retryable-task.git
Fetching https://github.com/grpc/grpc-swift-2.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/158] Fetching retryable-task
[125/30117] Fetching retryable-task, grpc-swift-2
[126/35683] Fetching retryable-task, grpc-swift-2, swift-distributed-tracing
[627/45166] Fetching retryable-task, grpc-swift-2, swift-distributed-tracing, jwt-kit
Fetched https://github.com/grpc/grpc-swift-2.git from cache (1.87s)
Fetched https://github.com/vapor/jwt-kit.git from cache (2.30s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.30s)
Fetched https://github.com/rosecoder/retryable-task.git from cache (2.31s)
Fetched https://github.com/apple/swift-log.git from cache (2.33s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.34s)
Fetched https://github.com/apple/swift-nio.git from cache (2.40s)
Computing version for https://github.com/rosecoder/retryable-task.git
Computed https://github.com/rosecoder/retryable-task.git at 1.1.2 (2.96s)
Computing version for https://github.com/grpc/grpc-swift-2.git
Computed https://github.com/grpc/grpc-swift-2.git at 2.2.1 (0.52s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.29s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.3.0 (1.77s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git from cache
[1/7040] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.27s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.59s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (5.20s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.72s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (1.34s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.58s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (0.57s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.48s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.98s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (0.47s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.1 (0.47s)
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-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.87s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.87s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.00s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.02s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.03s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.03s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.48s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.93s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.45s)
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.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.1 (0.50s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
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-http-types.git from cache
[1/2568] Fetching swift-service-lifecycle
[721/8357] Fetching swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.22s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.22s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.26s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.27s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.78s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.45s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.44s)
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 (0.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (0.61s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.45s)
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/grpc/grpc-swift-2.git
Working copy of https://github.com/grpc/grpc-swift-2.git resolved at 2.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
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.3.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.3.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.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.9.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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.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.30.1
Creating working copy for https://github.com/rosecoder/retryable-task.git
Working copy of https://github.com/rosecoder/retryable-task.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.7.1
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.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.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.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/78] Compiling ServiceContextModule ServiceContextKey.swift
[3/78] Emitting module ServiceContextModule
[4/78] Compiling ServiceContextModule ServiceContext.swift
[5/78] Compiling RealModule RealFunctions.swift
[6/79] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[7/80] Compiling Logging MetadataProvider.swift
[8/80] Compiling SwiftASN1 ASN1Any.swift
[9/80] Compiling SwiftASN1 ASN1BitString.swift
[10/80] Compiling RealModule Float80+Real.swift
[11/80] Compiling RealModule Real.swift
[12/80] Compiling SwiftASN1 ASN1OctetString.swift
[13/80] Compiling SwiftASN1 ASN1Strings.swift
[14/80] Compiling RealModule RelaxedArithmetic.swift
[15/80] Compiling Logging Locks.swift
[16/80] Emitting module _CertificateInternals
[17/80] Compiling _CertificateInternals _TinyArray.swift
[18/80] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[19/80] Compiling RealModule Float16+Real.swift
[20/80] Compiling RealModule ElementaryFunctions.swift
[21/80] Compiling RealModule Float+Real.swift
[22/80] Compiling RealModule AugmentedArithmetic.swift
[23/80] Compiling RealModule Double+Real.swift
[24/80] Emitting module Logging
[25/80] Compiling SwiftASN1 ObjectIdentifier.swift
[26/80] Compiling SwiftASN1 PEMDocument.swift
[27/80] Compiling SwiftASN1 ArraySliceBigint.swift
[28/80] Compiling SwiftASN1 GeneralizedTime.swift
[29/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/80] Compiling NIOConcurrencyHelpers NIOLock.swift
[31/80] Compiling _NIODataStructures Heap.swift
[32/80] Compiling _NIODataStructures PriorityQueue.swift
[33/80] Compiling _NIODataStructures _TinyArray.swift
[34/166] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[35/166] Emitting module _NIOBase64
[36/166] Compiling _NIOBase64 Base64.swift
[37/166] Compiling NIOConcurrencyHelpers lock.swift
[38/166] Compiling CryptoBoringWrapper RandomBytes.swift
[39/172] Emitting module _NIODataStructures
[40/172] Compiling Crypto Ed25519Keys.swift
[41/172] Compiling Crypto NISTCurvesKeys.swift
[42/172] Emitting module RealModule
[43/172] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[44/172] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[45/172] Compiling NIOConcurrencyHelpers atomics.swift
[46/172] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[47/172] Compiling Crypto MessageAuthenticationCode.swift
[48/172] Compiling Crypto AES.swift
[49/172] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[50/191] Compiling Instrumentation NoOpInstrument.swift
[51/191] Compiling CryptoBoringWrapper EllipticCurve.swift
[52/191] Emitting module CryptoBoringWrapper
[53/191] Emitting module NIOConcurrencyHelpers
[54/191] Compiling Atomics AtomicInteger.swift
[55/191] Compiling Atomics AtomicOptionalWrappable.swift
[56/191] Compiling Atomics OptionalRawRepresentable.swift
[57/191] Compiling Atomics RawRepresentable.swift
[58/191] Compiling Atomics AtomicBool.swift
[59/191] Compiling Atomics IntegerConformances.swift
[60/192] Compiling Instrumentation MultiplexInstrument.swift
[61/192] Compiling Instrumentation InstrumentationSystem.swift
[62/218] Emitting module Instrumentation
[63/218] Compiling Instrumentation Instrument.swift
[64/218] Compiling Instrumentation Locks.swift
[65/218] Compiling Algorithms Indexed.swift
[66/218] Compiling Algorithms Intersperse.swift
[67/218] Compiling Algorithms AdjacentPairs.swift
[68/218] Compiling Algorithms Chain.swift
[69/218] Compiling Algorithms Chunked.swift
[70/218] Compiling Algorithms EitherSequence.swift
[71/218] Compiling Algorithms FirstNonNil.swift
[72/218] Compiling Algorithms FlattenCollection.swift
[73/218] Compiling Algorithms Combinations.swift
[74/218] Compiling Algorithms Compacted.swift
[75/218] Compiling Algorithms Cycle.swift
[76/218] Compiling Algorithms Split.swift
[77/218] Compiling Algorithms Stride.swift
[78/218] Compiling Algorithms Joined.swift
[79/218] Compiling Algorithms Keyed.swift
[80/218] Compiling Algorithms MinMax.swift
[81/218] Compiling Crypto X25519Keys_boring.swift
[82/218] Compiling Crypto Curve25519.swift
[83/218] Compiling Algorithms Partition.swift
[84/218] Compiling Algorithms Permutations.swift
[85/218] Compiling Algorithms Product.swift
[86/218] Compiling Algorithms Suffix.swift
[87/218] Compiling Algorithms Trim.swift
[88/218] Compiling Algorithms RandomSample.swift
[89/218] Compiling Algorithms Reductions.swift
[90/218] Compiling Algorithms Rotate.swift
[91/218] Compiling Algorithms Grouped.swift
[92/218] Compiling Crypto HashFunctions_SHA3.swift
[93/218] Compiling Crypto Digest_xkcp.swift
[94/218] Compiling Crypto HPKE-AEAD.swift
[95/218] Compiling Crypto HPKE-Ciphersuite.swift
[96/218] Compiling Crypto HPKE-KDF.swift
[97/218] Compiling Crypto HPKE-KexKeyDerivation.swift
[98/218] Compiling Crypto HPKE-LabeledExtract.swift
[99/218] Compiling Crypto HPKE-Utils.swift
[100/218] Compiling Crypto DHKEM.swift
[101/218] Compiling Crypto HPKE-KEM-Curve25519.swift
[102/227] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[103/227] Compiling Crypto HPKE-KEM.swift
[104/227] Compiling Crypto HPKE-Errors.swift
[105/227] Compiling Crypto HPKE.swift
[106/227] Compiling Crypto HPKE-Context.swift
[107/227] Compiling Crypto HPKE-KeySchedule.swift
[108/227] Compiling Crypto HPKE-Modes.swift
[109/227] Compiling Crypto Insecure.swift
[110/227] Compiling Crypto Insecure_HashFunctions.swift
[111/227] Compiling Crypto PKCS8PrivateKey.swift
[112/227] Compiling Crypto SEC1PrivateKey.swift
[113/227] Compiling Crypto SubjectPublicKeyInfo.swift
[114/227] Compiling Crypto CryptoError_boring.swift
[115/227] Compiling Crypto CryptoKitErrors.swift
[116/227] Compiling Crypto Digest_boring.swift
[117/227] Compiling Crypto Digest.swift
[118/227] Compiling Crypto Digests.swift
[119/227] Compiling Crypto HashFunctions.swift
[120/227] Compiling Crypto HashFunctions_SHA2.swift
[121/227] Compiling Crypto AES-GCM.swift
[122/227] Compiling Crypto AES-GCM_boring.swift
[123/227] Compiling Crypto ChaChaPoly_boring.swift
[124/227] Compiling Crypto ChaChaPoly.swift
[125/227] Compiling Crypto Cipher.swift
[126/227] Compiling Crypto Nonces.swift
[127/227] Compiling Crypto ASN1.swift
[128/227] Compiling Crypto ASN1Any.swift
[129/227] Compiling Crypto ASN1BitString.swift
[130/227] Compiling Crypto ASN1Boolean.swift
[131/227] Compiling Crypto ASN1Identifier.swift
[132/227] Compiling Crypto ASN1Integer.swift
[133/227] Compiling Crypto ASN1Null.swift
[134/227] Compiling Crypto ASN1OctetString.swift
[135/227] Compiling Crypto ASN1Strings.swift
[136/227] Compiling Crypto ArraySliceBigint.swift
[137/227] Compiling Crypto GeneralizedTime.swift
[138/227] Compiling Crypto ObjectIdentifier.swift
[139/227] Compiling Crypto ECDSASignature.swift
[140/227] Compiling Crypto PEMDocument.swift
[141/227] Compiling Crypto MLKEM_boring.swift
[142/227] Compiling Crypto MLKEM_wrapper.swift
[143/227] Compiling Crypto XWing_boring.swift
[144/227] Compiling Crypto KEM-Errors.swift
[145/227] Compiling Crypto KEM.swift
[146/227] Compiling Crypto MLKEM.swift
[147/227] Compiling Crypto XWing.swift
[148/227] Compiling Crypto ECDH_boring.swift
[149/227] Compiling Crypto DH.swift
[150/227] Emitting module InternalCollectionsUtilities
[151/227] Compiling SwiftASN1 DER.swift
[152/227] Emitting module Crypto
[153/227] Compiling Logging LogHandler.swift
[154/227] Compiling Logging Logging.swift
[163/259] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[164/259] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[165/259] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[166/259] Compiling SwiftASN1 Errors.swift
[167/259] Compiling DequeModule Deque+Codable.swift
[168/259] Compiling DequeModule Deque+Collection.swift
[169/259] Compiling DequeModule Deque+Testing.swift
[170/259] Compiling DequeModule Deque._Storage.swift
[173/259] Compiling RetryableTask RetryPolicy.swift
[174/259] Compiling RetryableTask withRetryableTask.swift
[175/259] Compiling RetryableTask NoRetryPolicy.swift
[176/259] Compiling RetryableTask ImmediateRetryPolicy.swift
[177/259] Compiling Tracing TracingTime.swift
[178/259] Compiling Tracing TracerProtocol.swift
[179/259] Compiling RetryableTask DelayedRetryPolicy.swift
[180/259] Compiling RetryableTask ExponentialBackoffDelayRetryPolicy.swift
[181/259] Emitting module RetryableTask
[182/259] Compiling RetryableTask DefaultRetryPolicy.swift
[185/259] Compiling DequeModule _DequeBufferHeader.swift
[194/262] Compiling Tracing NoOpTracer.swift
[195/262] Compiling Tracing TracerProtocol+Legacy.swift
[196/262] Compiling Tracing Tracer.swift
[197/262] Compiling Tracing InstrumentationSystem+Tracing.swift
[198/262] Emitting module Tracing
[199/262] Compiling Tracing SpanProtocol.swift
[200/262] Compiling DequeModule _UnsafeWrappedBuffer.swift
[201/262] Compiling DequeModule Deque+Extras.swift
[202/262] Compiling DequeModule Deque+Hashable.swift
[203/262] Compiling DequeModule _DequeBuffer.swift
[204/262] Compiling DequeModule _DequeSlot.swift
[205/262] Compiling DequeModule Deque._UnsafeHandle.swift
[206/262] Compiling DequeModule Deque.swift
[207/262] Compiling DequeModule Deque+CustomReflectable.swift
[208/262] Compiling DequeModule Deque+Descriptions.swift
[209/262] Compiling DequeModule Deque+Equatable.swift
[210/262] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[216/262] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[217/262] Compiling Crypto RNG_boring.swift
[218/262] Compiling Crypto SafeCompare_boring.swift
[219/262] Compiling Crypto Zeroization_boring.swift
[220/262] Compiling Crypto PrettyBytes.swift
[221/262] Compiling Crypto SafeCompare.swift
[222/262] Compiling Crypto SecureBytes.swift
[223/262] Compiling Crypto Zeroization.swift
[224/262] Compiling Crypto resource_bundle_accessor.swift
[255/263] Compiling Algorithms Unique.swift
[256/263] Compiling Algorithms Windows.swift
[257/263] Emitting module DequeModule
[258/263] Compiling Atomics Unmanaged extensions.swift
[259/263] Emitting module SwiftASN1
[260/311] Compiling GRPCCore RPCWriter+Serialize.swift
[261/311] Compiling GRPCCore UncheckedAsyncIteratorSequence.swift
[262/311] Emitting module Atomics
[263/441] Compiling NIOCore DispatchQueue+WithFuture.swift
[264/441] Compiling NIOCore EventLoop+Deprecated.swift
[265/441] Compiling NIOCore EventLoop+SerialExecutor.swift
[266/441] Compiling NIOCore EventLoop.swift
[267/441] Compiling NIOCore Channel.swift
[268/441] Compiling NIOCore ChannelHandler.swift
[269/447] Compiling NIOCore NIOAsyncSequenceProducer.swift
[270/447] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[271/447] Compiling NIOCore NIOAsyncWriter.swift
[272/447] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[273/447] Compiling NIOCore BSDSocketAPI.swift
[274/447] Compiling NIOCore ByteBuffer-aux.swift
[275/447] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[276/447] Compiling NIOCore AddressedEnvelope.swift
[277/447] Compiling NIOCore AsyncAwaitSupport.swift
[278/447] Compiling NIOCore AsyncChannel.swift
[279/447] Compiling NIOCore AsyncChannelHandler.swift
[280/447] Compiling NIOCore AsyncChannelInboundStream.swift
[281/447] Compiling NIOCore AsyncChannelOutboundWriter.swift
[282/447] Compiling NIOCore EventLoopFuture+Deprecated.swift
[283/447] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[284/447] Compiling NIOCore EventLoopFuture.swift
[285/447] Compiling NIOCore FileDescriptor.swift
[286/447] Compiling NIOCore FileHandle.swift
[287/447] Compiling NIOCore FileRegion.swift
[288/447] Compiling NIOCore ChannelHandlers.swift
[289/447] Compiling NIOCore ChannelInvoker.swift
[290/447] Compiling NIOCore ChannelOption.swift
[291/447] Compiling NIOCore ChannelPipeline.swift
[292/447] Compiling NIOCore CircularBuffer.swift
[293/447] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[294/447] Compiling NIOCore NIOLoopBound.swift
[295/447] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[296/447] Compiling NIOCore NIOScheduledCallback.swift
[297/447] Compiling NIOCore NIOSendable.swift
[298/447] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[299/447] Compiling NIOCore RecvByteBufferAllocator.swift
[304/447] Compiling GRPCCore Timeout.swift
[305/447] Compiling GRPCCore ClientTransport.swift
[306/453] Emitting module Algorithms
[309/453] Compiling CryptoExtras ThreadWindows.swift
[310/453] Compiling CryptoExtras DLEQ.swift
[311/453] Compiling CryptoExtras Prover.swift
[312/453] Compiling CryptoExtras Verifier.swift
[318/453] Compiling CryptoExtras ZKPToolbox.swift
[319/453] Compiling CryptoExtras resource_bundle_accessor.swift
[320/460] Emitting module CryptoExtras
[334/460] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[335/460] Compiling NIOCore ByteBuffer-views.swift
[336/460] Compiling NIOCore GlobalSingletons.swift
[337/460] Compiling NIOCore IO.swift
[338/460] Compiling NIOCore IOData.swift
[339/460] Compiling NIOCore IPProtocol.swift
[340/460] Compiling NIOCore ByteBuffer-conversions.swift
[341/460] Compiling NIOCore ByteBuffer-core.swift
[342/460] Compiling NIOCore ByteBuffer-hex.swift
[343/460] Compiling NIOCore ByteBuffer-int.swift
[344/460] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[345/460] Compiling NIOCore ByteBuffer-multi-int.swift
[346/460] Compiling NIOCore IntegerBitPacking.swift
[347/460] Compiling NIOCore IntegerTypes.swift
[348/460] Compiling NIOCore Interfaces.swift
[349/460] Compiling NIOCore Codec.swift
[350/460] Compiling NIOCore ConvenienceOptionSupport.swift
[351/460] Compiling NIOCore DeadChannel.swift
[390/460] Emitting module GRPCCore
[398/460] Compiling NIOCore SocketAddresses.swift
[399/460] Compiling NIOCore SocketOptionProvider.swift
[400/460] Compiling NIOCore SystemCallHelpers.swift
[401/460] Compiling NIOCore TimeAmount+Duration.swift
[402/460] Compiling NIOCore TypeAssistedChannelHandler.swift
[403/460] Compiling NIOCore UniversalBootstrapSupport.swift
[404/460] Compiling NIOCore Utilities.swift
[453/462] Emitting module _CryptoExtras
[454/462] Compiling _CryptoExtras Exports.swift
[455/560] Compiling X509 RDNAttribute.swift
[456/560] Compiling X509 RandomNumberGenerator+bytes.swift
[457/560] Compiling X509 RelativeDistinguishedName.swift
[458/560] Compiling X509 SEC1PrivateKey.swift
[459/560] Compiling X509 SecKeyWrapper.swift
[460/560] Compiling X509 Signature.swift
[461/560] Compiling X509 SignatureAlgorithm.swift
[462/560] Compiling X509 Digests.swift
[463/560] Compiling X509 DistinguishedName.swift
[464/560] Compiling X509 CommonName.swift
[465/560] Compiling X509 CountryName.swift
[466/560] Compiling X509 DNBuilder.swift
[467/560] Compiling X509 DomainComponent.swift
[468/560] Compiling X509 EmailAddress.swift
[469/560] Compiling X509 LocalityName.swift
[470/560] Compiling X509 OrganizationName.swift
[471/560] Compiling X509 OrganizationalUnitName.swift
[472/560] Compiling X509 StateOrProvinceName.swift
[473/570] Compiling X509 AnyPolicy.swift
[474/570] Compiling X509 CertificateStore.swift
[475/570] Compiling X509 CustomCertificateStore.swift
[476/570] Compiling X509 OneOfPolicies.swift
[477/570] Compiling X509 PolicyBuilder.swift
[478/570] Compiling X509 BasicConstraintsPolicy.swift
[479/570] Compiling X509 DNSNames.swift
[480/570] Compiling X509 DirectoryNames.swift
[481/570] Compiling X509 ExpiryPolicy.swift
[482/570] Compiling X509 IPConstraints.swift
[483/570] Compiling X509 Extension.swift
[484/570] Compiling X509 Extensions.swift
[485/570] Compiling X509 ExtensionsBuilder.swift
[486/570] Compiling X509 GeneralName.swift
[487/570] Compiling X509 Lock.swift
[488/570] Compiling X509 LockedValueBox.swift
[489/570] Compiling X509 BasicOCSPResponse.swift
[490/570] Compiling X509 DirectoryString.swift
[491/570] Compiling X509 OCSPCertID.swift
[492/570] Compiling X509 OCSPCertStatus.swift
[493/570] Compiling X509 OCSPExtensionID.swift
[494/570] Compiling X509 CSRAttribute.swift
[495/570] Compiling X509 CSRAttributes.swift
[496/570] Compiling X509 CSRVersion.swift
[497/570] Compiling X509 CertificateSigningRequest.swift
[498/570] Compiling X509 CertificationRequestInfo.swift
[499/570] Compiling X509 ExtensionRequest.swift
[500/570] Compiling X509 Certificate.swift
[501/570] Compiling X509 CertificatePrivateKey.swift
[502/570] Compiling X509 CertificatePublicKey.swift
[503/570] Compiling X509 CertificateSerialNumber.swift
[504/570] Compiling X509 CertificateVersion.swift
[505/570] Compiling X509 CMSAttribute.swift
[506/570] Compiling X509 CMSContentInfo.swift
[507/570] Compiling X509 CMSEncapsulatedContentInfo.swift
[508/570] Compiling X509 CMSIssuerAndSerialNumber.swift
[509/570] Compiling X509 CMSOperations.swift
[510/570] Compiling X509 CMSSignature.swift
[511/570] Compiling X509 CMSSignedData.swift
[512/570] Compiling X509 CMSSignerIdentifier.swift
[513/570] Compiling X509 CMSSignerInfo.swift
[514/570] Compiling X509 CMSVersion.swift
[515/570] Compiling X509 Curve25519+DER.swift
[516/570] Compiling X509 OCSPVersion.swift
[517/570] Compiling X509 PKCS8PrivateKey.swift
[518/570] Compiling X509 PromiseAndFuture.swift
[526/570] Compiling X509 AllOfPolicies.swift
[527/570] Compiling X509 OCSPNonce.swift
[528/570] Compiling X509 OCSPPolicy.swift
[529/570] Compiling X509 OCSPRequest.swift
[530/570] Compiling X509 OCSPResponse.swift
[531/570] Compiling X509 OCSPResponseBytes.swift
[532/570] Compiling X509 OCSPResponseData.swift
[533/570] Compiling X509 OCSPResponseStatus.swift
[534/570] Compiling X509 OCSPSignature.swift
[535/570] Compiling X509 OCSPSingleRequest.swift
[536/570] Compiling X509 OCSPSingleResponse.swift
[537/570] Compiling X509 OCSPTBSRequest.swift
[538/570] Compiling X509 VerifierPolicy.swift
[539/570] Compiling X509 AlgorithmIdentifier.swift
[540/570] Compiling X509 ECDSASignature.swift
[541/570] Compiling X509 RSAPKCS1PublicKey.swift
[542/570] Compiling X509 SubjectPublicKeyInfo.swift
[543/570] Compiling X509 TBSCertificate.swift
[544/570] Compiling X509 Time.swift
[545/570] Compiling X509 TimeCalculations.swift
[546/570] Compiling X509 Validity.swift
[547/570] Compiling X509 X509SendableMetatype.swift
[548/570] Compiling X509 StreetAddress.swift
[549/570] Compiling X509 Error.swift
[550/570] Compiling X509 AuthorityInformationAccess.swift
[551/570] Compiling X509 AuthorityKeyIdentifier.swift
[552/570] Compiling X509 BasicConstraints.swift
[553/570] Compiling X509 ExtendedKeyUsage.swift
[554/570] Compiling X509 ExtensionIdentifiers.swift
[555/570] Compiling X509 KeyUsage.swift
[556/570] Compiling X509 NameConstraints.swift
[557/570] Compiling X509 SubjectAlternativeName.swift
[558/570] Compiling X509 SubjectKeyIdentifier.swift
[559/570] Compiling X509 NameConstraintsPolicy.swift
[560/570] Compiling X509 RFC5280Policy.swift
[561/570] Compiling X509 URIConstraints.swift
[562/570] Compiling X509 VersionPolicy.swift
[563/570] Compiling X509 ServerIdentityPolicy.swift
[564/570] Compiling X509 TrustRootLoading.swift
[565/570] Compiling X509 UnverifiedChain.swift
[566/570] Compiling X509 ValidatedCertificateChain.swift
[567/570] Compiling X509 VerificationDiagnostic.swift
[568/570] Compiling X509 Verifier.swift
[569/570] Emitting module NIOCore
[570/626] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[571/626] Compiling NIOEmbedded AsyncTestingChannel.swift
[572/626] Emitting module NIOEmbedded
[573/626] Compiling NIOEmbedded Embedded.swift
[574/626] Compiling NIOPosix SelectorEpoll.swift
[575/626] Compiling NIOPosix SelectorGeneric.swift
[576/626] Compiling NIOPosix SelectorKqueue.swift
[577/626] Compiling NIOPosix SelectorUring.swift
[578/626] Compiling NIOPosix SelectorWSAPoll.swift
[579/631] Emitting module X509
[580/631] Compiling NIOPosix PosixSingletons.swift
[581/631] Compiling NIOPosix RawSocketBootstrap.swift
[582/631] Compiling NIOPosix Resolver.swift
[583/631] Compiling NIOPosix Selectable.swift
[584/631] Compiling NIOPosix SelectableChannel.swift
[585/631] Compiling NIOPosix SelectableEventLoop.swift
[586/631] Compiling NIOPosix GetaddrinfoResolver.swift
[587/631] Compiling NIOPosix HappyEyeballs.swift
[588/631] Compiling NIOPosix IO.swift
[589/631] Compiling NIOPosix IntegerBitPacking.swift
[590/631] Compiling NIOPosix IntegerTypes.swift
[591/631] Compiling NIOPosix Linux.swift
[592/631] Compiling NIOPosix System.swift
[593/631] Compiling NIOPosix Thread.swift
[594/631] Compiling NIOPosix ThreadPosix.swift
[595/631] Compiling NIOPosix ThreadWindows.swift
[596/631] Compiling NIOPosix UnsafeTransfer.swift
[597/631] Compiling NIOPosix ServerSocket.swift
[598/631] Compiling NIOPosix Socket.swift
[599/631] Compiling NIOPosix SocketChannel.swift
[600/631] Compiling NIOPosix SocketProtocols.swift
[601/631] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[602/631] Compiling NIOPosix BSDSocketAPICommon.swift
[603/631] Compiling NIOPosix BSDSocketAPIPosix.swift
[604/631] Compiling NIOPosix BSDSocketAPIWindows.swift
[605/631] Compiling NIOPosix BaseSocket.swift
[606/631] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[607/631] Compiling NIOPosix BaseSocketChannel.swift
[608/667] Compiling NIOPosix Utilities.swift
[609/667] Compiling NIOPosix VsockAddress.swift
[610/667] Compiling NIOPosix VsockChannelEvents.swift
[611/667] Compiling NIOPosix Windows.swift
[612/667] Compiling NIOPosix resource_bundle_accessor.swift
[613/691] Compiling JWTKit MLDSASigner.swift
[614/691] Compiling JWTKit MLDSAType.swift
[615/691] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[616/691] Compiling JWTKit UnsecuredNoneSigner.swift
[617/691] Compiling JWTKit JWTKeyCollection+RSA.swift
[618/691] Compiling JWTKit JWTPayload.swift
[619/691] Compiling JWTKit HMACSigner.swift
[620/691] Compiling JWTKit JWTKeyCollection+HMAC.swift
[621/691] Compiling JWTKit Insecure.swift
[622/691] Compiling JWTKit JWK.swift
[623/691] Compiling JWTKit JWKIdentifier.swift
[624/691] Compiling JWTKit JWKS.swift
[625/691] Compiling JWTKit JWTSerializer.swift
[626/691] Compiling JWTKit JWTSigner.swift
[627/691] Compiling JWTKit JWTKeyCollection+MLDSA.swift
[628/691] Compiling JWTKit MLDSA.swift
[629/691] Compiling JWTKit MLDSA65+MLDSAKey.swift
[630/691] Compiling JWTKit MLDSA87+MLDSAKey.swift
[631/699] Emitting module NIOPosix
[632/701] Compiling JWTKit ECDSACurveType.swift
[633/701] Compiling JWTKit ECDSAError.swift
[634/701] Compiling JWTKit ECDSAKeyTypes.swift
[635/701] Compiling JWTKit ECDSASigner.swift
[636/701] Compiling JWTKit ECDSASigningAlgorithm.swift
[637/701] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[638/701] Compiling JWTKit P256+CurveType.swift
[639/701] Compiling JWTKit P384+CurveType.swift
[640/708] Compiling JWTKit AudienceClaim.swift
[641/708] Compiling JWTKit BoolClaim.swift
[642/708] Compiling JWTKit ExpirationClaim.swift
[643/708] Compiling JWTKit GoogleHostedDomainClaim.swift
[644/708] Compiling JWTKit IDClaim.swift
[645/708] Compiling JWTKit IssuedAtClaim.swift
[646/708] Compiling JWTKit IssuerClaim.swift
[647/708] Compiling JWTKit JWTClaim.swift
[648/708] Compiling JWTKit P521+CurveType.swift
[649/708] Compiling JWTKit EdDSA.swift
[650/708] Compiling JWTKit EdDSACurve.swift
[651/708] Compiling JWTKit EdDSAError.swift
[652/708] Compiling JWTKit EdDSASigner.swift
[653/708] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[654/708] Compiling JWTKit HMAC.swift
[655/708] Compiling JWTKit HMACError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[656/708] Emitting module JWTKit
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[657/708] Compiling JWTKit RSA.swift
[658/708] Compiling JWTKit RSAError.swift
[659/708] Compiling JWTKit RSASigner.swift
[660/708] Compiling JWTKit Base64URL.swift
[661/708] Compiling JWTKit CryptoSigner.swift
[662/708] Compiling JWTKit CustomizedJSONCoders.swift
[663/708] Compiling JWTKit Utilities.swift
[664/708] Compiling NIO Exports.swift
[665/708] Emitting module NIO
[666/708] Compiling JWTKit JWTMultiValueClaim.swift
[667/708] Compiling JWTKit JWTUnixEpochClaim.swift
[668/708] Compiling JWTKit LocaleClaim.swift
[669/708] Compiling JWTKit NotBeforeClaim.swift
[670/708] Compiling JWTKit SubjectClaim.swift
[671/708] Compiling JWTKit TenantIDClaim.swift
[672/708] Compiling JWTKit ECDSA.swift
[673/708] Compiling JWTKit ECDSACurve.swift
[680/708] Compiling JWTKit JWKSigner.swift
[681/708] Compiling JWTKit MLDSAError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[682/708] Compiling JWTKit MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[695/708] Compiling JWTKit JWTAlgorithm.swift
[696/708] Compiling JWTKit JWTError.swift
[697/708] Compiling JWTKit JWTHeader+CommonFields.swift
[698/708] Compiling JWTKit JWTHeader.swift
[699/708] Compiling JWTKit JWTHeaderField.swift
[700/708] Compiling JWTKit JWTKeyCollection.swift
[701/708] Compiling JWTKit JWTParser.swift
[702/748] Compiling NIOSOCKS Errors.swift
[703/748] Compiling NIOSOCKS Helpers.swift
[704/749] Compiling JWTKit AppleIdentityToken.swift
[705/749] Compiling JWTKit FirebaseAuthIdentityToken.swift
[706/749] Compiling JWTKit GoogleIdentityToken.swift
[707/749] Compiling JWTKit MicrosoftIdentityToken.swift
[708/749] Compiling JWTKit EmptyPolicy.swift
[709/749] Compiling JWTKit ValidationTimePayload.swift
[710/749] Compiling JWTKit X5CVerifier.swift
[711/749] Compiling NIOTLS TLSEvents.swift
[712/749] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[713/749] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[714/749] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[715/749] Emitting module NIOTLS
[716/749] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
BUILD FAILURE 6.1 macosSpm