The Swift Package Index logo.Swift Package Index

Build Information

Failed to build jwt-kit, reference main (934ade), with Swift 6.1 for macOS (SPM) on 28 Apr 2026 16:07:50 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/jwt-kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/jwt-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 934ade3 [skip ci] Update benchmark.yml permissions
Cloned https://github.com/vapor/jwt-kit.git
Revision (git rev-parse @):
934ade379cf30a9b43e8466922c7b0d7b9e964c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/jwt-kit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/jwt-kit.git
https://github.com/vapor/jwt-kit.git
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-certificates",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.15.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-certificates.git"
    },
    {
      "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"
    }
  ],
  "manifest_display_name" : "jwt-kit",
  "name" : "jwt-kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "JWTKit",
      "targets" : [
        "JWTKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "JWKExamples",
      "targets" : [
        "JWKExamples"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "JWTKitExamples",
      "targets" : [
        "JWTKitExamples"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JWTKitTests",
      "module_type" : "SwiftTarget",
      "name" : "JWTKitTests",
      "path" : "Tests/JWTKitTests",
      "sources" : [
        "ClaimTests.swift",
        "ECDSATests.swift",
        "EdDSATests.swift",
        "Helpers/String+bytes.swift",
        "JWTKitTests.swift",
        "MLDSATests.swift",
        "PSSTests.swift",
        "RSATests.swift",
        "Types/AudiencePayload.swift",
        "Types/BadBoolPayload.swift",
        "Types/BoolPayload.swift",
        "Types/ExpirationPayload.swift",
        "Types/LocalePayload.swift",
        "Types/TestPayload.swift",
        "VendorTokenTests.swift",
        "X5CTests.swift"
      ],
      "target_dependencies" : [
        "JWTKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JWTKit",
      "module_type" : "SwiftTarget",
      "name" : "JWTKit",
      "path" : "Sources/JWTKit",
      "product_dependencies" : [
        "Crypto",
        "CryptoExtras",
        "X509",
        "Logging"
      ],
      "product_memberships" : [
        "JWTKit",
        "JWKExamples",
        "JWTKitExamples"
      ],
      "sources" : [
        "Claims/AudienceClaim.swift",
        "Claims/BoolClaim.swift",
        "Claims/ExpirationClaim.swift",
        "Claims/GoogleHostedDomainClaim.swift",
        "Claims/IDClaim.swift",
        "Claims/IssuedAtClaim.swift",
        "Claims/IssuerClaim.swift",
        "Claims/JWTClaim.swift",
        "Claims/JWTMultiValueClaim.swift",
        "Claims/JWTUnixEpochClaim.swift",
        "Claims/LocaleClaim.swift",
        "Claims/NotBeforeClaim.swift",
        "Claims/SubjectClaim.swift",
        "Claims/TenantIDClaim.swift",
        "ECDSA/ECDSA.swift",
        "ECDSA/ECDSACurve.swift",
        "ECDSA/ECDSACurveType.swift",
        "ECDSA/ECDSAError.swift",
        "ECDSA/ECDSAKeyTypes.swift",
        "ECDSA/ECDSASigner.swift",
        "ECDSA/ECDSASigningAlgorithm.swift",
        "ECDSA/JWTKeyCollection+ECDSA.swift",
        "ECDSA/P256+CurveType.swift",
        "ECDSA/P384+CurveType.swift",
        "ECDSA/P521+CurveType.swift",
        "EdDSA/EdDSA.swift",
        "EdDSA/EdDSACurve.swift",
        "EdDSA/EdDSAError.swift",
        "EdDSA/EdDSASigner.swift",
        "EdDSA/JWTKeyCollection+EdDSA.swift",
        "HMAC/HMAC.swift",
        "HMAC/HMACError.swift",
        "HMAC/HMACSigner.swift",
        "HMAC/JWTKeyCollection+HMAC.swift",
        "Insecure/Insecure.swift",
        "JWK/JWK.swift",
        "JWK/JWKIdentifier.swift",
        "JWK/JWKS.swift",
        "JWK/JWKSigner.swift",
        "JWTAlgorithm.swift",
        "JWTError.swift",
        "JWTHeader+CommonFields.swift",
        "JWTHeader.swift",
        "JWTHeaderField.swift",
        "JWTKeyCollection.swift",
        "JWTParser.swift",
        "JWTPayload.swift",
        "JWTSerializer.swift",
        "JWTSigner.swift",
        "MLDSA/JWTKeyCollection+MLDSA.swift",
        "MLDSA/MLDSA.swift",
        "MLDSA/MLDSA65+MLDSAKey.swift",
        "MLDSA/MLDSA87+MLDSAKey.swift",
        "MLDSA/MLDSAError.swift",
        "MLDSA/MLDSAKey.swift",
        "MLDSA/MLDSASigner.swift",
        "MLDSA/MLDSAType.swift",
        "None/JWTKeyCollection+UnsecuredNone.swift",
        "None/UnsecuredNoneSigner.swift",
        "RSA/JWTKeyCollection+RSA.swift",
        "RSA/RSA.swift",
        "RSA/RSAError.swift",
        "RSA/RSASigner.swift",
        "Utilities/Base64URL.swift",
        "Utilities/CryptoSigner.swift",
        "Utilities/CustomizedJSONCoders.swift",
        "Utilities/Utilities.swift",
        "Vendor/AppleIdentityToken.swift",
        "Vendor/FirebaseAuthIdentityToken.swift",
        "Vendor/GoogleIdentityToken.swift",
        "Vendor/MicrosoftIdentityToken.swift",
        "X5C/EmptyPolicy.swift",
        "X5C/ValidationTimePayload.swift",
        "X5C/X5CVerifier.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "JWKExamples",
      "module_type" : "SwiftTarget",
      "name" : "JWKExamples",
      "path" : "Snippets",
      "product_memberships" : [
        "JWKExamples"
      ],
      "sources" : [
        "JWKExamples.swift"
      ],
      "target_dependencies" : [
        "JWTKit"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "JWTKitExamples",
      "module_type" : "SwiftTarget",
      "name" : "JWTKitExamples",
      "path" : "Snippets",
      "product_memberships" : [
        "JWTKitExamples"
      ],
      "sources" : [
        "JWTKitExamples.swift"
      ],
      "target_dependencies" : [
        "JWTKit"
      ],
      "type" : "snippet"
    }
  ],
  "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/388] Write sources
[2/388] Copying PrivacyInfo.xcprivacy
[2/388] Write sources
[2/388] Copying PrivacyInfo.xcprivacy
[4/388] Write sources
[5/388] Copying PrivacyInfo.xcprivacy
[8/388] Write sources
[16/388] Compiling md5-x86_64-linux.S
[17/388] Compiling md5-586-linux.S
[17/388] Compiling md5-586-apple.S
[17/388] Compiling fiat_p256_adx_mul.S
[17/388] Compiling fiat_p256_adx_sqr.S
[17/388] Compiling fiat_curve25519_adx_square.S
[22/388] Compiling md5-x86_64-apple.S
[23/388] Compiling fiat_curve25519_adx_mul.S
[24/388] Write swift-version-2F0A5646E1D333AE.txt
[25/388] Compiling chacha20_poly1305_armv8-win.S
[26/388] Compiling chacha-x86_64-apple.S
[27/388] Compiling chacha20_poly1305_armv8-linux.S
[27/388] Compiling chacha20_poly1305_x86_64-linux.S
[29/388] Compiling chacha-x86_64-linux.S
[30/388] Compiling chacha20_poly1305_x86_64-apple.S
[31/388] Compiling chacha-x86-linux.S
[32/388] Compiling chacha20_poly1305_armv8-apple.S
[33/388] Compiling chacha-x86-apple.S
[34/388] Compiling chacha-armv8-win.S
[35/388] Compiling chacha-armv8-linux.S
[36/388] Compiling chacha-armv8-apple.S
[37/388] Compiling chacha-armv4-linux.S
[38/388] Compiling aes128gcmsiv-x86_64-linux.S
[38/388] Compiling aes128gcmsiv-x86_64-apple.S
[40/408] Compiling x86_64-mont5-linux.S
[41/414] Compiling x86_64-mont5-apple.S
[42/414] Compiling x86_64-mont-apple.S
[43/414] Compiling x86_64-mont-linux.S
[44/463] Compiling vpaes-x86_64-apple.S
[45/463] Compiling x86-mont-linux.S
[46/466] Compiling x86-mont-apple.S
[47/469] Compiling vpaes-x86_64-linux.S
[48/477] Compiling vpaes-x86-linux.S
[49/477] Compiling vpaes-x86-apple.S
[50/479] Compiling vpaes-armv8-win.S
[51/481] Compiling vpaes-armv8-linux.S
[52/499] Compiling vpaes-armv7-linux.S
[53/499] Compiling vpaes-armv8-apple.S
[54/499] Compiling sha512-x86_64-linux.S
[55/499] Compiling sha512-x86_64-apple.S
[56/499] Compiling sha512-armv8-win.S
[57/499] Compiling sha512-armv8-linux.S
[58/501] Compiling sha512-armv4-linux.S
[59/501] Compiling sha512-armv8-apple.S
[60/501] Compiling sha512-586-linux.S
[61/501] Compiling sha512-586-apple.S
[62/501] Compiling sha256-x86_64-linux.S
[63/501] Compiling sha256-armv8-win.S
[64/501] Compiling sha256-x86_64-apple.S
[65/501] Compiling sha256-armv8-linux.S
[66/501] Compiling sha256-armv8-apple.S
[67/501] Compiling sha256-armv4-linux.S
[68/501] Compiling sha256-586-linux.S
[69/501] Compiling sha256-586-apple.S
[70/501] Compiling sha1-x86_64-linux.S
[71/501] Compiling sha1-armv8-win.S
[72/501] Compiling sha1-x86_64-apple.S
[73/501] Compiling sha1-armv8-linux.S
[74/501] Compiling sha1-586-apple.S
[75/501] Compiling sha1-armv4-large-linux.S
[76/501] Compiling sha1-586-linux.S
[77/501] Compiling sha1-armv8-apple.S
[78/501] Compiling rsaz-avx2-apple.S
[79/501] Compiling rsaz-avx2-linux.S
[80/501] Compiling rdrand-x86_64-linux.S
[81/501] Compiling rdrand-x86_64-apple.S
[82/501] Compiling p256_beeu-x86_64-asm-linux.S
[83/501] Compiling p256_beeu-x86_64-asm-apple.S
[84/501] Compiling p256_beeu-armv8-asm-linux.S
[85/501] Compiling p256_beeu-armv8-asm-win.S
[86/501] Compiling p256_beeu-armv8-asm-apple.S
[87/501] Compiling p256-x86_64-asm-apple.S
[88/501] Compiling p256-x86_64-asm-linux.S
[89/501] Compiling p256-armv8-asm-win.S
[90/501] Compiling p256-armv8-asm-linux.S
[91/501] Compiling ghashv8-armv8-win.S
[92/501] Compiling ghashv8-armv8-linux.S
[93/501] Compiling p256-armv8-asm-apple.S
[94/501] Compiling ghashv8-armv7-linux.S
[95/501] Compiling ghash-x86_64-linux.S
[96/501] Compiling ghashv8-armv8-apple.S
[97/501] Compiling ghash-x86_64-apple.S
[98/501] Compiling ghash-x86-linux.S
[99/501] Compiling ghash-x86-apple.S
[100/501] Compiling ghash-ssse3-x86_64-linux.S
[101/501] Compiling ghash-ssse3-x86_64-apple.S
[102/501] Compiling ghash-ssse3-x86-linux.S
[103/501] Compiling ghash-ssse3-x86-apple.S
[104/501] Compiling ghash-neon-armv8-win.S
[105/501] Compiling ghash-neon-armv8-linux.S
[106/501] Compiling ghash-neon-armv8-apple.S
[107/501] Compiling ghash-armv4-linux.S
[108/501] Compiling co-586-linux.S
[109/501] Compiling co-586-apple.S
[110/501] Compiling bsaes-armv7-linux.S
[111/501] Compiling bn-armv8-win.S
[112/501] Compiling CCryptoBoringSSLShims shims.c
[113/501] Compiling bn-armv8-linux.S
[114/501] Compiling bn-armv8-apple.S
[115/501] Compiling bn-586-linux.S
[116/501] Compiling bn-586-apple.S
[117/501] Compiling armv8-mont-win.S
[118/501] Compiling armv8-mont-linux.S
[119/501] Compiling armv8-mont-apple.S
[120/501] Compiling armv4-mont-linux.S
[121/501] Compiling aesv8-gcm-armv8-win.S
[122/501] Compiling aesv8-gcm-armv8-linux.S
[123/501] Compiling aesv8-gcm-armv8-apple.S
[124/501] Compiling aesv8-armv8-win.S
[125/501] Compiling aesv8-armv8-linux.S
[126/501] Compiling err_data.cc
[127/501] Compiling aesv8-armv8-apple.S
[128/501] Compiling aesv8-armv7-linux.S
[129/501] Compiling aesni-x86_64-linux.S
[130/501] Compiling aesni-x86_64-apple.S
[131/501] Compiling aesni-x86-linux.S
[132/501] Compiling aesni-x86-apple.S
[133/501] Compiling aesni-gcm-x86_64-linux.S
[134/501] Compiling aesni-gcm-x86_64-apple.S
[135/501] Compiling aes-gcm-avx512-x86_64-linux.S
[136/501] Compiling aes-gcm-avx512-x86_64-apple.S
[137/501] Compiling aes-gcm-avx2-x86_64-apple.S
[138/501] Compiling aes-gcm-avx2-x86_64-linux.S
[140/501] Emitting module _CertificateInternals
[141/501] Compiling _CertificateInternals _TinyArray.swift
[141/501] Compiling xwing.cc
[142/501] Compiling x_spki.cc
[143/501] Compiling x_sig.cc
[144/501] Compiling x_req.cc
[145/501] Compiling x_x509a.cc
[146/501] Compiling x_x509.cc
[147/501] Compiling x_pubkey.cc
[148/501] Compiling x_name.cc
[149/501] Compiling x_attrib.cc
[150/501] Compiling x_exten.cc
[151/501] Compiling x_crl.cc
[153/501] Emitting module Logging
[154/501] Compiling Logging Locks.swift
[155/501] Compiling Logging MetadataProvider.swift
[155/501] Compiling x_all.cc
[156/501] Compiling x_algor.cc
[158/501] Compiling Logging LogEvent.swift
[159/501] Compiling Logging LogHandler.swift
[160/501] Compiling Logging Logging.swift
[160/501] Compiling x509spki.cc
[161/501] Compiling x509rset.cc
[162/501] Compiling x509cset.cc
[163/501] Compiling x509name.cc
[164/501] Compiling x509_vpm.cc
[165/501] Compiling x509_txt.cc
[166/501] Compiling x509_vfy.cc
[167/501] Compiling x509_v3.cc
[168/501] Compiling x509_trs.cc
[169/501] Compiling x509_set.cc
[170/501] Compiling x509_obj.cc
[171/501] Compiling x509_req.cc
[172/501] Compiling x509_lu.cc
[173/501] Compiling x509_def.cc
[174/501] Compiling x509_d2.cc
[175/501] Compiling x509_ext.cc
[176/501] Compiling x509_cmp.cc
[177/501] Compiling x509_att.cc
[178/501] Compiling x509.cc
[179/501] Compiling v3_utl.cc
[180/501] Compiling v3_prn.cc
[181/501] Compiling v3_skey.cc
[182/501] Compiling v3_pmaps.cc
[183/501] Compiling v3_purp.cc
[184/501] Compiling v3_pcons.cc
[186/501] Compiling Crypto ASN1BitString.swift
[187/501] Compiling Crypto ASN1Boolean.swift
[188/502] Compiling SwiftASN1 DER.swift
[189/502] Compiling Crypto ASN1.swift
[190/502] Compiling Crypto ASN1Any.swift
[191/502] Compiling Crypto Cipher.swift
[192/502] Compiling Crypto Nonces.swift
[193/502] Compiling Crypto MLKEM.swift
[194/502] Compiling Crypto XWing.swift
[195/502] Compiling SwiftASN1 Errors.swift
[196/502] Compiling Crypto ChaChaPoly_boring.swift
[197/502] Compiling Crypto ChaChaPoly.swift
[198/502] Compiling Crypto AES-GCM.swift
[199/502] Compiling Crypto AES-GCM_boring.swift
[199/502] Compiling v3_ncons.cc
[200/502] Compiling v3_ocsp.cc
[201/502] Compiling v3_lib.cc
[202/502] Compiling v3_int.cc
[203/502] Compiling v3_info.cc
[204/502] Compiling v3_ia5.cc
[205/502] Compiling v3_extku.cc
[206/502] Compiling v3_genn.cc
[208/502] Emitting module SwiftASN1
[208/502] Compiling v3_enum.cc
[209/502] Compiling v3_crld.cc
[210/502] Compiling v3_cpols.cc
[211/502] Compiling v3_conf.cc
[212/502] Compiling v3_bitst.cc
[213/502] Compiling v3_akeya.cc
[214/502] Compiling v3_alt.cc
[215/502] Compiling v3_bcons.cc
[227/504] Compiling Crypto MLKEM_wrapper.swift
[228/504] Compiling Crypto XWing_boring.swift
[229/504] Compiling Crypto KEM-Errors.swift
[230/504] Compiling Crypto KEM.swift
[231/511] Compiling Crypto EdDSA_boring.swift
[232/511] Compiling Crypto MLDSA_boring.swift
[233/511] Compiling Crypto MLDSA_wrapper.swift
[234/511] Compiling Crypto ECDSA.swift
[235/511] Compiling Crypto Ed25519.swift
[236/511] Compiling Crypto MLDSA.swift
[237/511] Compiling Crypto Signature.swift
[238/511] Compiling Crypto CryptoKitErrors_boring.swift
[239/511] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[240/511] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[241/511] Compiling Crypto HPKE-KEM.swift
[242/511] Compiling Crypto HPKE-Errors.swift
[243/511] Compiling Crypto HPKE.swift
[244/511] Compiling Crypto HPKE-Context.swift
[245/511] Compiling Crypto HPKE-KeySchedule.swift
[246/511] Compiling Crypto HPKE-Modes.swift
[247/511] Compiling Crypto Insecure.swift
[248/511] Compiling Crypto Insecure_HashFunctions.swift
[249/511] Compiling Crypto MLKEM_boring.swift
[250/511] Compiling Crypto ASN1Identifier.swift
[251/511] Compiling Crypto ASN1Integer.swift
[252/511] Compiling Crypto ASN1Null.swift
[253/511] Compiling Crypto ASN1OctetString.swift
[254/511] Compiling Crypto ASN1Strings.swift
[255/511] Compiling Crypto ArraySliceBigint.swift
[256/511] Compiling Crypto GeneralizedTime.swift
[257/511] Compiling Crypto ObjectIdentifier.swift
[258/511] Compiling Crypto ECDSASignature.swift
[259/511] Compiling Crypto PEMDocument.swift
[260/511] Compiling Crypto PKCS8PrivateKey.swift
[261/511] Compiling Crypto SEC1PrivateKey.swift
[262/511] Compiling Crypto SubjectPublicKeyInfo.swift
[263/511] Compiling Crypto CryptoError_boring.swift
[264/511] Compiling Crypto CryptoKitErrors.swift
[265/511] Compiling Crypto Digest_boring.swift
[266/511] Compiling Crypto Digest.swift
[267/511] Compiling Crypto Digests.swift
[268/511] Compiling Crypto HashFunctions.swift
[269/511] Compiling Crypto HashFunctions_SHA2.swift
[270/511] Compiling Crypto HashFunctions_SHA3.swift
[271/511] Compiling Crypto Digest_xkcp.swift
[272/511] Compiling Crypto HPKE-AEAD.swift
[273/511] Compiling Crypto HPKE-Ciphersuite.swift
[274/511] Compiling Crypto HPKE-KDF.swift
[275/511] Compiling Crypto HPKE-KexKeyDerivation.swift
[276/511] Compiling Crypto HPKE-LabeledExtract.swift
[277/511] Compiling Crypto HPKE-Utils.swift
[278/511] Compiling Crypto DHKEM.swift
[279/511] Compiling Crypto HPKE-KEM-Curve25519.swift
[280/511] Compiling Crypto NISTCurvesKeys.swift
[281/511] Compiling Crypto X25519Keys.swift
[282/511] Compiling Crypto SymmetricKeys.swift
[283/511] Compiling Crypto HMAC.swift
[284/511] Compiling Crypto MACFunctions.swift
[285/511] Compiling Crypto MessageAuthenticationCode.swift
[286/511] Compiling Crypto AES.swift
[287/511] Compiling Crypto ECDSASignature_boring.swift
[288/511] Compiling Crypto ECDSA_boring.swift
[289/511] Emitting module Crypto
[290/511] Compiling Crypto ANSIx963.swift
[291/511] Compiling Crypto HKDF.swift
[292/511] Compiling Crypto AESWrap.swift
[293/511] Compiling Crypto AESWrap_boring.swift
[294/511] Compiling Crypto Ed25519_boring.swift
[295/511] Compiling Crypto NISTCurvesKeys_boring.swift
[296/511] Compiling Crypto X25519Keys_boring.swift
[297/511] Compiling Crypto Curve25519.swift
[298/511] Compiling Crypto Ed25519Keys.swift
[305/511] Compiling Crypto ECDH_boring.swift
[306/511] Compiling Crypto DH.swift
[307/511] Compiling Crypto ECDH.swift
[307/511] Compiling v3_akey.cc
[308/511] Compiling t_x509a.cc
[309/511] Compiling name_print.cc
[310/511] Compiling t_x509.cc
[311/511] Compiling t_crl.cc
[312/511] Compiling rsa_pss.cc
[313/511] Compiling i2d_pr.cc
[314/511] Compiling t_req.cc
[315/511] Compiling policy.cc
[317/511] Compiling Crypto RNG_boring.swift
[318/511] Compiling Crypto SafeCompare_boring.swift
[319/511] Compiling Crypto Zeroization_boring.swift
[320/511] Compiling Crypto _CryptoModuleAnchor.swift
[321/511] Compiling Crypto PrettyBytes.swift
[322/511] Compiling Crypto SafeCompare.swift
[323/511] Compiling Crypto SecureBytes.swift
[324/511] Compiling Crypto Zeroization.swift
[325/511] Compiling Crypto resource_bundle_accessor.swift
[325/511] Compiling by_file.cc
[326/511] Compiling voprf.cc
[327/511] Compiling trust_token.cc
[328/511] Compiling algorithm.cc
[329/511] Compiling a_verify.cc
[330/511] Compiling a_digest.cc
[331/511] Compiling by_dir.cc
[332/511] Compiling a_sign.cc
[333/511] Compiling asn1_gen.cc
[334/511] Compiling pmbtoken.cc
[335/511] Compiling thread_win.cc
[336/511] Compiling thread_none.cc
[337/511] Compiling thread_pthread.cc
[338/511] Compiling thread.cc
[339/511] Compiling stack.cc
[340/511] Compiling siphash.cc
[341/511] Compiling sha512.cc
[342/511] Compiling sha256.cc
[343/511] Compiling slhdsa.cc
[344/511] Compiling sha1.cc
[345/511] Compiling spake2plus.cc
[346/511] Compiling rsa_print.cc
[347/511] Compiling rsa_extra.cc
[348/511] Compiling rsa_crypt.cc
[349/511] Compiling rc4.cc
[350/511] Compiling refcount.cc
[351/511] Compiling urandom.cc
[352/511] Compiling windows.cc
[353/511] Compiling trusty.cc
[354/511] Compiling rand.cc
[355/511] Compiling poly1305_arm_asm.S
[356/511] Compiling rsa_asn1.cc
[357/511] Compiling ios.cc
[358/511] Compiling passive.cc
[359/511] Compiling getentropy.cc
[360/511] Compiling fork_detect.cc
[360/511] Compiling forkunsafe.cc
[362/511] Compiling deterministic.cc
[363/511] Compiling poly1305_vec.cc
[364/511] Compiling poly1305_arm.cc
[365/511] Compiling pool.cc
[366/511] Compiling poly1305.cc
[367/511] Compiling pkcs7.cc
[368/511] Compiling pkcs8.cc
[369/511] Compiling pkcs8_x509.cc
[370/511] Compiling p5_pbev2.cc
[371/511] Compiling pem_xaux.cc
[372/511] Compiling pkcs7_x509.cc
[373/511] Compiling pem_x509.cc
[374/511] Compiling pem_pkey.cc
[375/511] Compiling pem_pk8.cc
[376/511] Compiling pem_oth.cc
[377/511] Compiling mlkem.cc
[378/511] Compiling mldsa.cc
[379/511] Compiling obj_xref.cc
[380/511] Compiling mem.cc
[381/511] Compiling pem_lib.cc
[382/511] Compiling pem_info.cc
[383/511] Compiling poly_rq_mul.S
[384/511] Compiling pem_all.cc
[385/511] Compiling fips_shared_support.cc
[386/511] Compiling obj.cc
[387/511] Compiling md5.cc
[388/511] Compiling md4.cc
[389/511] Compiling lhash.cc
[390/511] Compiling fuzzer_mode.cc
[391/511] Compiling kyber.cc
[392/511] Compiling ex_data.cc
[393/511] Compiling scrypt.cc
[394/511] Compiling hpke.cc
[395/511] Compiling hrss.cc
[396/511] Compiling sign.cc
[397/511] Compiling print.cc
[398/511] Compiling pbkdf.cc
[399/511] Compiling p_x25519_asn1.cc
[400/511] Compiling p_x25519.cc
[401/511] Compiling p_rsa_asn1.cc
[402/511] Compiling p_hkdf.cc
[403/511] Compiling p_rsa.cc
[404/511] Compiling p_ed25519.cc
[404/511] Compiling p_ed25519_asn1.cc
[406/511] Compiling p_ec_asn1.cc
[407/511] Compiling p_ec.cc
[408/511] Compiling p_dsa_asn1.cc
[409/511] Compiling p_dh_asn1.cc
[410/511] Compiling p_dh.cc
[411/511] Compiling err.cc
[412/511] Compiling evp_ctx.cc
[413/511] Compiling evp.cc
[414/511] Compiling engine.cc
[415/511] Compiling ecdsa_p1363.cc
[416/511] Compiling evp_asn1.cc
[417/511] Compiling ecdh.cc
[418/511] Compiling ec_derive.cc
[419/511] Compiling ecdsa_asn1.cc
[420/511] Compiling hash_to_curve.cc
[421/511] Compiling dsa.cc
[422/511] Compiling dsa_asn1.cc
[423/511] Compiling digest_extra.cc
[424/511] Compiling ec_asn1.cc
[425/511] Compiling params.cc
[426/511] Compiling x25519-asm-arm.S
[427/511] Compiling des.cc
[428/511] Compiling curve25519_64_adx.cc
[429/511] Compiling dh_asn1.cc
[430/511] Compiling spake25519.cc
[431/511] Compiling cpu_intel.cc
[432/511] Compiling curve25519.cc
[433/511] Compiling crypto.cc
[434/511] Compiling cpu_arm_linux.cc
[435/511] Compiling cpu_arm_freebsd.cc
[436/511] Compiling cpu_aarch64_win.cc
[437/511] Compiling cpu_aarch64_sysreg.cc
[438/511] Compiling cpu_aarch64_openbsd.cc
[439/511] Compiling cpu_aarch64_linux.cc
[440/511] Compiling cpu_aarch64_fuchsia.cc
[441/511] Compiling cpu_aarch64_apple.cc
[442/511] Compiling tls_cbc.cc
[443/511] Compiling conf.cc
[444/511] Compiling get_cipher.cc
[445/511] Compiling e_tls.cc
[446/511] Compiling e_rc4.cc
[447/511] Compiling cms.cc
[448/511] Compiling e_null.cc
[449/511] Compiling e_rc2.cc
[450/511] Compiling e_des.cc
[451/511] Compiling e_chacha20poly1305.cc
[452/511] Compiling e_aesgcmsiv.cc
[453/511] Compiling derive_key.cc
[454/511] Compiling e_aeseax.cc
[455/511] Compiling e_aesctrhmac.cc
[456/511] Compiling chacha.cc
[457/511] Compiling unicode.cc
[458/511] Compiling buf.cc
[459/511] Compiling cbs.cc
[459/511] Compiling cbb.cc
[461/511] Compiling sqrt.cc
[462/511] Compiling ber.cc
[463/511] Compiling exponentiation.cc
[464/511] Compiling asn1_compat.cc
[465/511] Compiling div.cc
[466/511] Compiling bcm.cc
[467/511] Compiling printf.cc
[468/511] Compiling blake2.cc
[469/511] Compiling convert.cc
[470/511] Compiling pair.cc
[471/511] Compiling file.cc
[472/511] Compiling hexdump.cc
[473/511] Compiling bn_asn1.cc
[474/511] Compiling errno.cc
[475/511] Compiling fd.cc
[476/511] Compiling bio_mem.cc
[477/511] Compiling base64.cc
[478/511] Compiling bio.cc
[479/511] Compiling tasn_typ.cc
[480/511] Compiling tasn_fre.cc
[481/511] Compiling tasn_enc.cc
[482/511] Compiling posix_time.cc
[483/511] Compiling tasn_new.cc
[483/511] Compiling tasn_utl.cc
[485/511] Compiling tasn_dec.cc
[486/511] Compiling f_string.cc
[487/511] Compiling f_int.cc
[488/511] Compiling asn_pack.cc
[489/511] Compiling asn1_par.cc
[490/511] Compiling a_utctm.cc
[491/511] Compiling asn1_lib.cc
[492/511] Compiling a_type.cc
[493/511] Compiling a_octet.cc
[494/511] Compiling a_strnid.cc
[495/511] Compiling a_time.cc
[496/511] Compiling a_strex.cc
[497/511] Compiling a_object.cc
[498/511] Compiling a_mbstr.cc
[499/511] Compiling a_int.cc
[500/511] Compiling a_i2d_fp.cc
[501/511] Compiling a_dup.cc
[502/511] Compiling a_d2i_fp.cc
[503/511] Compiling a_gentm.cc
[504/511] Compiling aes.cc
[505/511] Compiling a_bool.cc
[506/511] Compiling a_bitstr.cc
[508/520] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[509/520] Compiling CryptoBoringWrapper RandomBytes.swift
[510/520] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[511/520] Compiling CryptoBoringWrapper EllipticCurve.swift
[512/520] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[513/520] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[514/520] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[515/520] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[516/520] Emitting module CryptoBoringWrapper
[517/584] Compiling CryptoExtras Zeroization_boring.swift
[518/584] Compiling CryptoExtras BoringSSLHelpers.swift
[519/584] Compiling CryptoExtras CryptoKitErrors_boring.swift
[520/584] Compiling CryptoExtras Data+Extensions.swift
[521/584] Compiling CryptoExtras DigestType.swift
[522/584] Compiling CryptoExtras Error.swift
[523/584] Compiling CryptoExtras I2OSP.swift
[524/590] Compiling CryptoExtras BoringSSLSHA512256HashFunction.swift
[525/590] Compiling CryptoExtras SHA512256.swift
[526/590] Compiling CryptoExtras SHA512256Digest.swift
[527/590] Compiling CryptoExtras Curve25519+PEM.swift
[528/590] Compiling CryptoExtras ObjectIdentifier.swift
[529/590] Compiling CryptoExtras PKCS8DERRepresentation.swift
[530/590] Compiling CryptoExtras PKCS8PrivateKey.swift
[531/590] Emitting module CryptoExtras
[532/590] Compiling CryptoExtras PBKDF2.swift
[533/590] Compiling CryptoExtras Scrypt_boring.swift
[534/590] Compiling CryptoExtras Scrypt.swift
[535/590] Compiling CryptoExtras OPRF.swift
[536/590] Compiling CryptoExtras OPRFClient.swift
[537/590] Compiling CryptoExtras OPRFServer.swift
[538/590] Compiling CryptoExtras VOPRF+API.swift
[539/590] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[540/590] Compiling CryptoExtras ECToolbox_boring.swift
[541/590] Compiling CryptoExtras ECToolbox.swift
[542/590] Compiling CryptoExtras HashToField.swift
[543/590] Compiling CryptoExtras KDF.swift
[544/590] Compiling CryptoExtras PBKDF2_boring.swift
[545/590] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[546/590] Compiling CryptoExtras AES_CBC.swift
[547/590] Compiling CryptoExtras AES_CFB.swift
[548/590] Compiling CryptoExtras AES_CTR.swift
[549/590] Compiling CryptoExtras AES_GCM_SIV.swift
[550/590] Compiling CryptoExtras Block Function.swift
[551/590] Compiling CryptoExtras AES_CFB_boring.swift
[552/590] Compiling CryptoExtras AES_CTR_boring.swift
[553/590] Compiling CryptoExtras ThreadWindows.swift
[554/590] Compiling CryptoExtras DLEQ.swift
[555/590] Compiling CryptoExtras Prover.swift
[556/590] Compiling CryptoExtras Verifier.swift
[557/590] Compiling CryptoExtras ZKPToolbox.swift
[558/590] Compiling CryptoExtras resource_bundle_accessor.swift
[559/590] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[560/590] Compiling CryptoExtras CMAC.swift
[561/590] Compiling CryptoExtras ARC+API.swift
[562/590] Compiling CryptoExtras ARC.swift
[563/590] Compiling CryptoExtras ARCCredential.swift
[564/590] Compiling CryptoExtras ARCEncoding.swift
[565/590] Compiling CryptoExtras ARCPrecredential.swift
[566/590] Compiling CryptoExtras ARCPresentation.swift
[567/590] Compiling CryptoExtras ARCRequest.swift
[568/590] Compiling CryptoExtras ARCResponse.swift
[569/590] Compiling CryptoExtras ARCServer.swift
[570/590] Compiling CryptoExtras ChaCha20CTR_boring.swift
[571/590] Compiling CryptoExtras ChaCha20CTR.swift
[572/590] Compiling CryptoExtras BoringSSLSHA512256Context.swift
[573/590] Compiling CryptoExtras IntegerEncoding.swift
[574/590] Compiling CryptoExtras PEMDocument.swift
[575/590] Compiling CryptoExtras PrettyBytes.swift
[576/590] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[577/590] Compiling CryptoExtras ThreadOps.swift
[578/590] Compiling CryptoExtras ThreadPosix.swift
[579/590] Compiling CryptoExtras ThreadSpecific.swift
[580/590] Compiling CryptoExtras VOPRFClient.swift
[581/590] Compiling CryptoExtras VOPRFServer.swift
[582/590] Compiling CryptoExtras BoringSSLPassphraseCallbackManager.swift
[583/590] Compiling CryptoExtras RSA+BlindSigning.swift
[584/590] Compiling CryptoExtras RSA.swift
[585/590] Compiling CryptoExtras RSA_boring.swift
[586/590] Compiling CryptoExtras Reexport.swift
[587/592] Compiling _CryptoExtras Exports.swift
[588/592] Emitting module _CryptoExtras
[589/691] Compiling X509 CustomPrivateKey.swift
[590/691] Compiling X509 Digests.swift
[591/691] Compiling X509 DistinguishedName.swift
[592/691] Compiling X509 CommonName.swift
[593/691] Compiling X509 CountryName.swift
[594/691] Compiling X509 DNBuilder.swift
[595/691] Compiling X509 DomainComponent.swift
[596/691] Compiling X509 EmailAddress.swift
[597/691] Compiling X509 LocalityName.swift
[598/691] Compiling X509 OrganizationName.swift
[599/691] Compiling X509 OrganizationalUnitName.swift
[600/701] Compiling X509 AllOfPolicies.swift
[601/701] Compiling X509 AnyPolicy.swift
[602/701] Compiling X509 CertificateStore.swift
[603/701] Compiling X509 CustomCertificateStore.swift
[604/701] Compiling X509 OneOfPolicies.swift
[605/701] Compiling X509 PolicyBuilder.swift
[606/701] Compiling X509 BasicConstraintsPolicy.swift
[607/701] Compiling X509 DNSNames.swift
[608/701] Compiling X509 DirectoryNames.swift
[609/701] Compiling X509 ExpiryPolicy.swift
[610/701] Compiling X509 IPConstraints.swift
[611/701] Compiling X509 CMSAttribute.swift
[612/701] Compiling X509 CMSContentInfo.swift
[613/701] Compiling X509 CMSEncapsulatedContentInfo.swift
[614/701] Compiling X509 CMSIssuerAndSerialNumber.swift
[615/701] Compiling X509 CMSOperations.swift
[616/701] Compiling X509 CMSSignature.swift
[617/701] Compiling X509 CMSSignedData.swift
[618/701] Compiling X509 CMSSignerIdentifier.swift
[619/701] Compiling X509 CMSSignerInfo.swift
[620/701] Compiling X509 CMSVersion.swift
[621/701] Compiling X509 Curve25519+DER.swift
[622/701] Compiling X509 StateOrProvinceName.swift
[623/701] Compiling X509 StreetAddress.swift
[624/701] Compiling X509 Error.swift
[625/701] Compiling X509 AuthorityInformationAccess.swift
[626/701] Compiling X509 AuthorityKeyIdentifier.swift
[627/701] Compiling X509 BasicConstraints.swift
[628/701] Compiling X509 ExtendedKeyUsage.swift
[629/701] Compiling X509 ExtensionIdentifiers.swift
[630/701] Compiling X509 KeyUsage.swift
[631/701] Compiling X509 NameConstraints.swift
[632/701] Compiling X509 SubjectAlternativeName.swift
[633/701] Compiling X509 OCSPTBSRequest.swift
[634/701] Compiling X509 OCSPVersion.swift
[635/701] Compiling X509 PKCS8PrivateKey.swift
[636/701] Compiling X509 PromiseAndFuture.swift
[637/701] Compiling X509 RDNAttribute.swift
[638/701] Compiling X509 RandomNumberGenerator+bytes.swift
[639/701] Compiling X509 RelativeDistinguishedName.swift
[640/701] Compiling X509 SEC1PrivateKey.swift
[641/701] Compiling X509 SecKeyWrapper.swift
[642/701] Compiling X509 Signature.swift
[643/701] Compiling X509 SignatureAlgorithm.swift
[644/701] Compiling X509 VerifierPolicy.swift
[645/701] Compiling X509 AlgorithmIdentifier.swift
[646/701] Compiling X509 ECDSASignature.swift
[647/701] Compiling X509 RSAPKCS1PublicKey.swift
[648/701] Compiling X509 SubjectPublicKeyInfo.swift
[649/701] Compiling X509 TBSCertificate.swift
[650/701] Compiling X509 Time.swift
[651/701] Compiling X509 TimeCalculations.swift
[652/701] Compiling X509 Validity.swift
[653/701] Compiling X509 X509SendableMetatype.swift
[654/701] Compiling X509 OCSPExtensionID.swift
[655/701] Compiling X509 OCSPNonce.swift
[656/701] Compiling X509 OCSPPolicy.swift
[657/701] Compiling X509 OCSPRequest.swift
[658/701] Compiling X509 OCSPResponse.swift
[659/701] Compiling X509 OCSPResponseBytes.swift
[660/701] Compiling X509 OCSPResponseData.swift
[661/701] Compiling X509 OCSPResponseStatus.swift
[662/701] Compiling X509 OCSPSignature.swift
[663/701] Compiling X509 OCSPSingleRequest.swift
[664/701] Compiling X509 OCSPSingleResponse.swift
[665/701] Compiling X509 SubjectKeyIdentifier.swift
[666/701] Compiling X509 Extension.swift
[667/701] Compiling X509 Extensions.swift
[668/701] Compiling X509 ExtensionsBuilder.swift
[669/701] Compiling X509 GeneralName.swift
[670/701] Compiling X509 Lock.swift
[671/701] Compiling X509 LockedValueBox.swift
[672/701] Compiling X509 BasicOCSPResponse.swift
[673/701] Compiling X509 DirectoryString.swift
[674/701] Compiling X509 OCSPCertID.swift
[675/701] Compiling X509 OCSPCertStatus.swift
[676/701] Compiling X509 CSRAttribute.swift
[677/701] Compiling X509 CSRAttributes.swift
[678/701] Compiling X509 CSRVersion.swift
[679/701] Compiling X509 CertificateSigningRequest.swift
[680/701] Compiling X509 CertificationRequestInfo.swift
[681/701] Compiling X509 ExtensionRequest.swift
[682/701] Compiling X509 Certificate.swift
[683/701] Compiling X509 CertificatePrivateKey.swift
[684/701] Compiling X509 CertificatePublicKey.swift
[685/701] Compiling X509 CertificateSerialNumber.swift
[686/701] Compiling X509 CertificateVersion.swift
[687/701] Compiling X509 NameConstraintsPolicy.swift
[688/701] Compiling X509 RFC5280Policy.swift
[689/701] Compiling X509 URIConstraints.swift
[690/701] Compiling X509 VersionPolicy.swift
[691/701] Compiling X509 ServerIdentityPolicy.swift
[692/701] Compiling X509 TrustRootLoading.swift
[693/701] Compiling X509 UnverifiedChain.swift
[694/701] Compiling X509 ValidatedCertificateChain.swift
[695/701] Compiling X509 VerificationDiagnostic.swift
[696/701] Compiling X509 Verifier.swift
[697/701] Emitting module X509
error: emit-module command failed with exit code 1 (use -v to see invocation)
[698/769] Emitting module JWTKit
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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 | }
[699/776] Compiling JWTKit RSA.swift
[700/776] Compiling JWTKit RSAError.swift
[701/776] Compiling JWTKit RSASigner.swift
[702/776] Compiling JWTKit Base64URL.swift
[703/776] Compiling JWTKit CryptoSigner.swift
[704/776] Compiling JWTKit CustomizedJSONCoders.swift
[705/776] Compiling JWTKit Utilities.swift
[706/776] Compiling JWTKit JWTPayload.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[707/776] Compiling JWTKit JWTSerializer.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[708/776] Compiling JWTKit JWTSigner.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[709/776] Compiling JWTKit JWTKeyCollection+MLDSA.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[710/776] Compiling JWTKit MLDSA.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[711/776] Compiling JWTKit MLDSA65+MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[712/776] Compiling JWTKit MLDSA87+MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[713/776] Compiling JWTKit JWTMultiValueClaim.swift
[714/776] Compiling JWTKit JWTUnixEpochClaim.swift
[715/776] Compiling JWTKit LocaleClaim.swift
[716/776] Compiling JWTKit NotBeforeClaim.swift
[717/776] Compiling JWTKit SubjectClaim.swift
[718/776] Compiling JWTKit TenantIDClaim.swift
[719/776] Compiling JWTKit ECDSA.swift
[720/776] Compiling JWTKit ECDSACurve.swift
[721/776] Compiling JWTKit MLDSAError.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[722/776] Compiling JWTKit MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[723/776] Compiling JWTKit MLDSASigner.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[724/776] Compiling JWTKit MLDSAType.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[725/776] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[726/776] Compiling JWTKit UnsecuredNoneSigner.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[727/776] Compiling JWTKit JWTKeyCollection+RSA.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[728/776] Compiling JWTKit AudienceClaim.swift
[729/776] Compiling JWTKit BoolClaim.swift
[730/776] Compiling JWTKit ExpirationClaim.swift
[731/776] Compiling JWTKit GoogleHostedDomainClaim.swift
[732/776] Compiling JWTKit IDClaim.swift
[733/776] Compiling JWTKit IssuedAtClaim.swift
[734/776] Compiling JWTKit IssuerClaim.swift
[735/776] Compiling JWTKit JWTClaim.swift
[736/776] Compiling JWTKit P521+CurveType.swift
[737/776] Compiling JWTKit EdDSA.swift
[738/776] Compiling JWTKit EdDSACurve.swift
[739/776] Compiling JWTKit EdDSAError.swift
[740/776] Compiling JWTKit EdDSASigner.swift
[741/776] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[742/776] Compiling JWTKit HMAC.swift
[743/776] Compiling JWTKit HMACError.swift
[744/776] Compiling JWTKit HMACSigner.swift
[745/776] Compiling JWTKit JWTKeyCollection+HMAC.swift
[746/776] Compiling JWTKit Insecure.swift
[747/776] Compiling JWTKit JWK.swift
[748/776] Compiling JWTKit JWKIdentifier.swift
[749/776] Compiling JWTKit JWKS.swift
[750/776] Compiling JWTKit JWKSigner.swift
[751/776] Compiling JWTKit ECDSACurveType.swift
[752/776] Compiling JWTKit ECDSAError.swift
[753/776] Compiling JWTKit ECDSAKeyTypes.swift
[754/776] Compiling JWTKit ECDSASigner.swift
[755/776] Compiling JWTKit ECDSASigningAlgorithm.swift
[756/776] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[757/776] Compiling JWTKit P256+CurveType.swift
[758/776] Compiling JWTKit P384+CurveType.swift
[759/776] Compiling JWTKit JWTAlgorithm.swift
[760/776] Compiling JWTKit JWTError.swift
[761/776] Compiling JWTKit JWTHeader+CommonFields.swift
[762/776] Compiling JWTKit JWTHeader.swift
[763/776] Compiling JWTKit JWTHeaderField.swift
[764/776] Compiling JWTKit JWTKeyCollection.swift
[765/776] Compiling JWTKit JWTParser.swift
[766/776] Compiling JWTKit AppleIdentityToken.swift
[767/776] Compiling JWTKit FirebaseAuthIdentityToken.swift
[768/776] Compiling JWTKit GoogleIdentityToken.swift
[769/776] Compiling JWTKit MicrosoftIdentityToken.swift
[770/776] Compiling JWTKit EmptyPolicy.swift
[771/776] Compiling JWTKit ValidationTimePayload.swift
[772/776] Compiling JWTKit X5CVerifier.swift
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-log.git from cache
[1/7248] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.07s)
Fetched https://github.com/apple/swift-log.git from cache (1.54s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.5.0 (5.26s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.68s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.19.0 (1.30s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.47s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.19.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.5.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.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.12.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/5] Write swift-version-2F0A5646E1D333AE.txt
[2/127] Compiling _CertificateInternals _TinyArray.swift
[3/127] Emitting module _CertificateInternals
[4/127] Emitting module Logging
[5/127] Compiling Logging MetadataProvider.swift
[6/127] Compiling Logging LogHandler.swift
[7/127] Compiling Logging Locks.swift
[8/127] Compiling Logging Logging.swift
[9/127] Compiling Logging LogEvent.swift
[10/127] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[11/127] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[12/127] Compiling CryptoBoringWrapper EllipticCurve.swift
[13/127] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[14/127] Compiling CryptoBoringWrapper RandomBytes.swift
[15/127] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[16/127] Emitting module CryptoBoringWrapper
[17/127] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[18/127] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[19/127] Compiling Crypto ASN1Identifier.swift
[20/127] Compiling Crypto ASN1Integer.swift
[21/127] Compiling Crypto ASN1Null.swift
[22/127] Compiling Crypto ASN1OctetString.swift
[23/127] Compiling Crypto ASN1Strings.swift
[24/127] Compiling Crypto ArraySliceBigint.swift
[25/127] Compiling Crypto GeneralizedTime.swift
[26/127] Compiling Crypto ObjectIdentifier.swift
[27/127] Compiling Crypto ECDSASignature.swift
[28/127] Compiling Crypto PEMDocument.swift
[29/136] Compiling Crypto AES-GCM.swift
[30/136] Compiling Crypto AES-GCM_boring.swift
[31/136] Compiling Crypto ChaChaPoly_boring.swift
[32/136] Compiling Crypto ChaChaPoly.swift
[33/136] Compiling Crypto Cipher.swift
[34/136] Compiling Crypto Nonces.swift
[35/136] Compiling Crypto ASN1.swift
[36/136] Compiling Crypto ASN1Any.swift
[37/136] Compiling Crypto ASN1BitString.swift
[38/136] Compiling Crypto ASN1Boolean.swift
[39/136] Compiling Crypto PKCS8PrivateKey.swift
[40/136] Compiling Crypto SEC1PrivateKey.swift
[41/136] Compiling Crypto SubjectPublicKeyInfo.swift
[42/136] Compiling Crypto CryptoError_boring.swift
[43/136] Compiling Crypto CryptoKitErrors.swift
[44/136] Compiling Crypto Digest_boring.swift
[45/136] Compiling Crypto Digest.swift
[46/136] Compiling Crypto Digests.swift
[47/136] Compiling Crypto HashFunctions.swift
[48/136] Compiling Crypto HashFunctions_SHA2.swift
[49/136] Compiling Crypto MLKEM_wrapper.swift
[50/136] Compiling Crypto XWing_boring.swift
[51/136] Compiling Crypto KEM-Errors.swift
[52/136] Compiling Crypto KEM.swift
[53/136] Compiling Crypto MLKEM.swift
[54/136] Compiling Crypto XWing.swift
[55/136] Compiling Crypto ECDH_boring.swift
[56/136] Compiling Crypto DH.swift
[57/136] Compiling Crypto ECDH.swift
[58/136] Compiling Crypto HashFunctions_SHA3.swift
[59/136] Compiling Crypto Digest_xkcp.swift
[60/136] Compiling Crypto HPKE-AEAD.swift
[61/136] Compiling Crypto HPKE-Ciphersuite.swift
[62/136] Compiling Crypto HPKE-KDF.swift
[63/136] Compiling Crypto HPKE-KexKeyDerivation.swift
[64/136] Compiling Crypto HPKE-LabeledExtract.swift
[65/136] Compiling Crypto HPKE-Utils.swift
[66/136] Compiling Crypto DHKEM.swift
[67/136] Compiling Crypto HPKE-KEM-Curve25519.swift
[68/136] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[69/136] Compiling Crypto HPKE-KEM.swift
[70/136] Compiling Crypto HPKE-Errors.swift
[71/136] Compiling Crypto HPKE.swift
[72/136] Compiling Crypto HPKE-Context.swift
[73/136] Compiling Crypto HPKE-KeySchedule.swift
[74/136] Compiling Crypto HPKE-Modes.swift
[75/136] Compiling Crypto Insecure.swift
[76/136] Compiling Crypto Insecure_HashFunctions.swift
[77/136] Compiling Crypto MLKEM_boring.swift
[78/136] Compiling Crypto NISTCurvesKeys.swift
[79/136] Compiling Crypto X25519Keys.swift
[80/136] Compiling Crypto SymmetricKeys.swift
[81/136] Compiling Crypto HMAC.swift
[82/136] Compiling Crypto MACFunctions.swift
[83/136] Compiling Crypto MessageAuthenticationCode.swift
[84/136] Compiling Crypto AES.swift
[85/136] Compiling Crypto ECDSASignature_boring.swift
[86/136] Compiling Crypto ECDSA_boring.swift
[87/136] Compiling Crypto ANSIx963.swift
[88/136] Compiling Crypto HKDF.swift
[89/136] Compiling Crypto AESWrap.swift
[90/136] Compiling Crypto AESWrap_boring.swift
[91/136] Compiling Crypto Ed25519_boring.swift
[92/136] Compiling Crypto NISTCurvesKeys_boring.swift
[93/136] Compiling Crypto X25519Keys_boring.swift
[94/136] Compiling Crypto Curve25519.swift
[95/136] Compiling Crypto Ed25519Keys.swift
[96/136] Compiling Crypto EdDSA_boring.swift
[97/136] Compiling Crypto MLDSA_boring.swift
[98/136] Compiling Crypto MLDSA_wrapper.swift
[99/136] Compiling Crypto ECDSA.swift
[100/136] Compiling Crypto Ed25519.swift
[101/136] Compiling Crypto MLDSA.swift
[102/136] Compiling Crypto Signature.swift
[103/136] Compiling Crypto CryptoKitErrors_boring.swift
[104/136] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[105/136] Emitting module Crypto
[108/137] Compiling SwiftASN1 DER.swift
[119/137] Compiling SwiftASN1 Errors.swift
[124/137] Compiling Crypto RNG_boring.swift
[125/137] Compiling Crypto SafeCompare_boring.swift
[126/137] Compiling Crypto Zeroization_boring.swift
[127/137] Compiling Crypto _CryptoModuleAnchor.swift
[128/137] Compiling Crypto PrettyBytes.swift
[129/137] Compiling Crypto SafeCompare.swift
[130/137] Compiling Crypto SecureBytes.swift
[131/137] Compiling Crypto Zeroization.swift
[132/137] Compiling Crypto resource_bundle_accessor.swift
[133/137] Emitting module SwiftASN1
[134/201] Compiling CryptoExtras BoringSSLSHA512256HashFunction.swift
[135/201] Compiling CryptoExtras SHA512256.swift
[136/201] Compiling CryptoExtras SHA512256Digest.swift
[137/201] Compiling CryptoExtras Curve25519+PEM.swift
[138/201] Compiling CryptoExtras ObjectIdentifier.swift
[139/201] Compiling CryptoExtras PKCS8DERRepresentation.swift
[140/201] Compiling CryptoExtras PKCS8PrivateKey.swift
[141/207] Compiling CryptoExtras IntegerEncoding.swift
[142/207] Compiling CryptoExtras PEMDocument.swift
[143/207] Compiling CryptoExtras PrettyBytes.swift
[144/207] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[145/207] Compiling CryptoExtras ThreadOps.swift
[146/207] Compiling CryptoExtras ThreadPosix.swift
[147/207] Compiling CryptoExtras ThreadSpecific.swift
[148/207] Compiling CryptoExtras Zeroization_boring.swift
[149/207] Compiling CryptoExtras BoringSSLHelpers.swift
[150/207] Compiling CryptoExtras CryptoKitErrors_boring.swift
[151/207] Compiling CryptoExtras Data+Extensions.swift
[152/207] Compiling CryptoExtras DigestType.swift
[153/207] Compiling CryptoExtras Error.swift
[154/207] Compiling CryptoExtras I2OSP.swift
[155/207] Compiling CryptoExtras PBKDF2.swift
[156/207] Compiling CryptoExtras Scrypt_boring.swift
[157/207] Compiling CryptoExtras Scrypt.swift
[158/207] Compiling CryptoExtras OPRF.swift
[159/207] Compiling CryptoExtras OPRFClient.swift
[160/207] Compiling CryptoExtras OPRFServer.swift
[161/207] Compiling CryptoExtras VOPRF+API.swift
[162/207] Compiling CryptoExtras AES_CBC.swift
[163/207] Compiling CryptoExtras AES_CFB.swift
[164/207] Compiling CryptoExtras AES_CTR.swift
[165/207] Compiling CryptoExtras AES_GCM_SIV.swift
[166/207] Compiling CryptoExtras Block Function.swift
[167/207] Compiling CryptoExtras AES_CFB_boring.swift
[168/207] Compiling CryptoExtras AES_CTR_boring.swift
[169/207] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[170/207] Compiling CryptoExtras ECToolbox_boring.swift
[171/207] Compiling CryptoExtras ECToolbox.swift
[172/207] Compiling CryptoExtras HashToField.swift
[173/207] Compiling CryptoExtras KDF.swift
[174/207] Compiling CryptoExtras PBKDF2_boring.swift
[175/207] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[176/207] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[177/207] Compiling CryptoExtras CMAC.swift
[178/207] Compiling CryptoExtras ARC+API.swift
[179/207] Compiling CryptoExtras ARC.swift
[180/207] Compiling CryptoExtras ARCCredential.swift
[181/207] Compiling CryptoExtras ARCEncoding.swift
[182/207] Compiling CryptoExtras ARCPrecredential.swift
[183/207] Compiling CryptoExtras ThreadWindows.swift
[184/207] Compiling CryptoExtras DLEQ.swift
[185/207] Compiling CryptoExtras Prover.swift
[186/207] Compiling CryptoExtras Verifier.swift
[187/207] Compiling CryptoExtras ZKPToolbox.swift
[188/207] Compiling CryptoExtras resource_bundle_accessor.swift
[189/207] Compiling CryptoExtras VOPRFClient.swift
[190/207] Compiling CryptoExtras VOPRFServer.swift
[191/207] Compiling CryptoExtras BoringSSLPassphraseCallbackManager.swift
[192/207] Compiling CryptoExtras RSA+BlindSigning.swift
[193/207] Compiling CryptoExtras RSA.swift
[194/207] Compiling CryptoExtras RSA_boring.swift
[195/207] Compiling CryptoExtras Reexport.swift
[196/207] Emitting module CryptoExtras
[197/207] Compiling CryptoExtras ARCPresentation.swift
[198/207] Compiling CryptoExtras ARCRequest.swift
[199/207] Compiling CryptoExtras ARCResponse.swift
[200/207] Compiling CryptoExtras ARCServer.swift
[201/207] Compiling CryptoExtras ChaCha20CTR_boring.swift
[202/207] Compiling CryptoExtras ChaCha20CTR.swift
[203/207] Compiling CryptoExtras BoringSSLSHA512256Context.swift
[204/209] Emitting module _CryptoExtras
[205/209] Compiling _CryptoExtras Exports.swift
[206/308] Compiling X509 AllOfPolicies.swift
[207/308] Compiling X509 AnyPolicy.swift
[208/308] Compiling X509 CertificateStore.swift
[209/308] Compiling X509 CustomCertificateStore.swift
[210/308] Compiling X509 OneOfPolicies.swift
[211/308] Compiling X509 PolicyBuilder.swift
[212/308] Compiling X509 BasicConstraintsPolicy.swift
[213/308] Compiling X509 DNSNames.swift
[214/308] Compiling X509 DirectoryNames.swift
[215/308] Compiling X509 ExpiryPolicy.swift
[216/308] Compiling X509 IPConstraints.swift
[217/318] Compiling X509 SubjectKeyIdentifier.swift
[218/318] Compiling X509 Extension.swift
[219/318] Compiling X509 Extensions.swift
[220/318] Compiling X509 ExtensionsBuilder.swift
[221/318] Compiling X509 GeneralName.swift
[222/318] Compiling X509 Lock.swift
[223/318] Compiling X509 LockedValueBox.swift
[224/318] Compiling X509 BasicOCSPResponse.swift
[225/318] Compiling X509 DirectoryString.swift
[226/318] Compiling X509 OCSPCertID.swift
[227/318] Compiling X509 OCSPCertStatus.swift
[228/318] Compiling X509 CMSAttribute.swift
[229/318] Compiling X509 CMSContentInfo.swift
[230/318] Compiling X509 CMSEncapsulatedContentInfo.swift
[231/318] Compiling X509 CMSIssuerAndSerialNumber.swift
[232/318] Compiling X509 CMSOperations.swift
[233/318] Compiling X509 CMSSignature.swift
[234/318] Compiling X509 CMSSignedData.swift
[235/318] Compiling X509 CMSSignerIdentifier.swift
[236/318] Compiling X509 CMSSignerInfo.swift
[237/318] Compiling X509 CMSVersion.swift
[238/318] Compiling X509 Curve25519+DER.swift
[239/318] Compiling X509 OCSPExtensionID.swift
[240/318] Compiling X509 OCSPNonce.swift
[241/318] Compiling X509 OCSPPolicy.swift
[242/318] Compiling X509 OCSPRequest.swift
[243/318] Compiling X509 OCSPResponse.swift
[244/318] Compiling X509 OCSPResponseBytes.swift
[245/318] Compiling X509 OCSPResponseData.swift
[246/318] Compiling X509 OCSPResponseStatus.swift
[247/318] Compiling X509 OCSPSignature.swift
[248/318] Compiling X509 OCSPSingleRequest.swift
[249/318] Compiling X509 OCSPSingleResponse.swift
[250/318] Compiling X509 OCSPTBSRequest.swift
[251/318] Compiling X509 OCSPVersion.swift
[252/318] Compiling X509 PKCS8PrivateKey.swift
[253/318] Compiling X509 PromiseAndFuture.swift
[254/318] Compiling X509 RDNAttribute.swift
[255/318] Compiling X509 RandomNumberGenerator+bytes.swift
[256/318] Compiling X509 RelativeDistinguishedName.swift
[257/318] Compiling X509 SEC1PrivateKey.swift
[258/318] Compiling X509 SecKeyWrapper.swift
[259/318] Compiling X509 Signature.swift
[260/318] Compiling X509 SignatureAlgorithm.swift
[261/318] Compiling X509 CustomPrivateKey.swift
[262/318] Compiling X509 Digests.swift
[263/318] Compiling X509 DistinguishedName.swift
[264/318] Compiling X509 CommonName.swift
[265/318] Compiling X509 CountryName.swift
[266/318] Compiling X509 DNBuilder.swift
[267/318] Compiling X509 DomainComponent.swift
[268/318] Compiling X509 EmailAddress.swift
[269/318] Compiling X509 LocalityName.swift
[270/318] Compiling X509 OrganizationName.swift
[271/318] Compiling X509 OrganizationalUnitName.swift
[272/318] Compiling X509 CSRAttribute.swift
[273/318] Compiling X509 CSRAttributes.swift
[274/318] Compiling X509 CSRVersion.swift
[275/318] Compiling X509 CertificateSigningRequest.swift
[276/318] Compiling X509 CertificationRequestInfo.swift
[277/318] Compiling X509 ExtensionRequest.swift
[278/318] Compiling X509 Certificate.swift
[279/318] Compiling X509 CertificatePrivateKey.swift
[280/318] Compiling X509 CertificatePublicKey.swift
[281/318] Compiling X509 CertificateSerialNumber.swift
[282/318] Compiling X509 CertificateVersion.swift
[283/318] Compiling X509 StateOrProvinceName.swift
[284/318] Compiling X509 StreetAddress.swift
[285/318] Compiling X509 Error.swift
[286/318] Compiling X509 AuthorityInformationAccess.swift
[287/318] Compiling X509 AuthorityKeyIdentifier.swift
[288/318] Compiling X509 BasicConstraints.swift
[289/318] Compiling X509 ExtendedKeyUsage.swift
[290/318] Compiling X509 ExtensionIdentifiers.swift
[291/318] Compiling X509 KeyUsage.swift
[292/318] Compiling X509 NameConstraints.swift
[293/318] Compiling X509 SubjectAlternativeName.swift
[294/318] Compiling X509 NameConstraintsPolicy.swift
[295/318] Compiling X509 RFC5280Policy.swift
[296/318] Compiling X509 URIConstraints.swift
[297/318] Compiling X509 VersionPolicy.swift
[298/318] Compiling X509 ServerIdentityPolicy.swift
[299/318] Compiling X509 TrustRootLoading.swift
[300/318] Compiling X509 UnverifiedChain.swift
[301/318] Compiling X509 ValidatedCertificateChain.swift
[302/318] Compiling X509 VerificationDiagnostic.swift
[303/318] Compiling X509 Verifier.swift
[304/318] Compiling X509 VerifierPolicy.swift
[305/318] Compiling X509 AlgorithmIdentifier.swift
[306/318] Compiling X509 ECDSASignature.swift
[307/318] Compiling X509 RSAPKCS1PublicKey.swift
[308/318] Compiling X509 SubjectPublicKeyInfo.swift
[309/318] Compiling X509 TBSCertificate.swift
[310/318] Compiling X509 Time.swift
[311/318] Compiling X509 TimeCalculations.swift
[312/318] Compiling X509 Validity.swift
[313/318] Compiling X509 X509SendableMetatype.swift
[314/318] Emitting module X509
[315/386] Compiling JWTKit MLDSAError.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[316/386] Compiling JWTKit MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[317/386] Compiling JWTKit MLDSASigner.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[318/386] Compiling JWTKit MLDSAType.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[319/386] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[320/386] Compiling JWTKit UnsecuredNoneSigner.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[321/386] Compiling JWTKit JWTKeyCollection+RSA.swift
/Users/admin/builder/spi-builder-workspace/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/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 | }
[322/393] Compiling JWTKit JWTPayload.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[323/393] Compiling JWTKit JWTSerializer.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[324/393] Compiling JWTKit JWTSigner.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[325/393] Compiling JWTKit JWTKeyCollection+MLDSA.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[326/393] Compiling JWTKit MLDSA.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[327/393] Compiling JWTKit MLDSA65+MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[328/393] Compiling JWTKit MLDSA87+MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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/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/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 |
[329/393] Compiling JWTKit AudienceClaim.swift
[330/393] Compiling JWTKit BoolClaim.swift
[331/393] Compiling JWTKit ExpirationClaim.swift
[332/393] Compiling JWTKit GoogleHostedDomainClaim.swift
[333/393] Compiling JWTKit IDClaim.swift
[334/393] Compiling JWTKit IssuedAtClaim.swift
[335/393] Compiling JWTKit IssuerClaim.swift
[336/393] Compiling JWTKit JWTClaim.swift
[337/393] Compiling JWTKit P521+CurveType.swift
[338/393] Compiling JWTKit EdDSA.swift
[339/393] Compiling JWTKit EdDSACurve.swift
[340/393] Compiling JWTKit EdDSAError.swift
[341/393] Compiling JWTKit EdDSASigner.swift
[342/393] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[343/393] Compiling JWTKit HMAC.swift
[344/393] Compiling JWTKit HMACError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[345/393] Emitting module JWTKit
/Users/admin/builder/spi-builder-workspace/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/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/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/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/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/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/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/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/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/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 | }
[346/393] Compiling JWTKit JWTMultiValueClaim.swift
[347/393] Compiling JWTKit JWTUnixEpochClaim.swift
[348/393] Compiling JWTKit LocaleClaim.swift
[349/393] Compiling JWTKit NotBeforeClaim.swift
[350/393] Compiling JWTKit SubjectClaim.swift
[351/393] Compiling JWTKit TenantIDClaim.swift
[352/393] Compiling JWTKit ECDSA.swift
[353/393] Compiling JWTKit ECDSACurve.swift
[354/393] Compiling JWTKit RSA.swift
[355/393] Compiling JWTKit RSAError.swift
[356/393] Compiling JWTKit RSASigner.swift
[357/393] Compiling JWTKit Base64URL.swift
[358/393] Compiling JWTKit CryptoSigner.swift
[359/393] Compiling JWTKit CustomizedJSONCoders.swift
[360/393] Compiling JWTKit Utilities.swift
[361/393] Compiling JWTKit ECDSACurveType.swift
[362/393] Compiling JWTKit ECDSAError.swift
[363/393] Compiling JWTKit ECDSAKeyTypes.swift
[364/393] Compiling JWTKit ECDSASigner.swift
[365/393] Compiling JWTKit ECDSASigningAlgorithm.swift
[366/393] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[367/393] Compiling JWTKit P256+CurveType.swift
[368/393] Compiling JWTKit P384+CurveType.swift
[369/393] Compiling JWTKit HMACSigner.swift
[370/393] Compiling JWTKit JWTKeyCollection+HMAC.swift
[371/393] Compiling JWTKit Insecure.swift
[372/393] Compiling JWTKit JWK.swift
[373/393] Compiling JWTKit JWKIdentifier.swift
[374/393] Compiling JWTKit JWKS.swift
[375/393] Compiling JWTKit JWKSigner.swift
[376/393] Compiling JWTKit JWTAlgorithm.swift
[377/393] Compiling JWTKit JWTError.swift
[378/393] Compiling JWTKit JWTHeader+CommonFields.swift
[379/393] Compiling JWTKit JWTHeader.swift
[380/393] Compiling JWTKit JWTHeaderField.swift
[381/393] Compiling JWTKit JWTKeyCollection.swift
[382/393] Compiling JWTKit JWTParser.swift
[383/393] Compiling JWTKit AppleIdentityToken.swift
[384/393] Compiling JWTKit FirebaseAuthIdentityToken.swift
[385/393] Compiling JWTKit GoogleIdentityToken.swift
[386/393] Compiling JWTKit MicrosoftIdentityToken.swift
[387/393] Compiling JWTKit EmptyPolicy.swift
[388/393] Compiling JWTKit ValidationTimePayload.swift
[389/393] Compiling JWTKit X5CVerifier.swift
BUILD FAILURE 6.1 macosSpm