Build Information
Failed to build swift-hoods, reference main (247e12), with Swift 6.1 for macOS (SPM) on 11 Nov 2025 14:22:32 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dirtyhenry/swift-hoods.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dirtyhenry/swift-hoods
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 247e123 Merge pull request #24 from dirtyhenry/bump-yams
Cloned https://github.com/dirtyhenry/swift-hoods.git
Revision (git rev-parse @):
247e1230d96b1db55906beee536a1c39d65c7b05
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dirtyhenry/swift-hoods.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dirtyhenry/swift-hoods.git
https://github.com/dirtyhenry/swift-hoods.git
{
"dependencies" : [
{
"identity" : "swift-blocks",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dirtyhenry/swift-blocks"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.23.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
}
],
"manifest_display_name" : "swift-hoods",
"name" : "swift-hoods",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
}
],
"products" : [
{
"name" : "Hoods",
"targets" : [
"Hoods"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HoodsTestsTools",
"targets" : [
"HoodsTestsTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HoodsTestsTools",
"module_type" : "SwiftTarget",
"name" : "HoodsTestsTools",
"path" : "Sources/HoodsTestsTools",
"product_dependencies" : [
"ComposableArchitecture",
"SnapshotTesting"
],
"product_memberships" : [
"HoodsTestsTools"
],
"sources" : [
"SnapshottingTransport.swift",
"TestDependenciesFactory.swift"
],
"target_dependencies" : [
"Hoods"
],
"type" : "library"
},
{
"c99name" : "HoodsTests",
"module_type" : "SwiftTarget",
"name" : "HoodsTests",
"path" : "Tests/HoodsTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/HoodsTests/Resources/sample-front-matter.md",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/HoodsTests/__Snapshots__/SnapshottingTransportTests/snapshotsMockTransport.1.txt",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/HoodsTests/__Snapshots__/SnapshottingTransportTests/snapshotsMockTransport.2",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/HoodsTests/__Snapshots__/SnapshottingTransportTests/snapshotsMockTransport.3.txt",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"FrontMatterCMarkTests.swift",
"InputableValueTests.swift",
"JWTFactoryTests.swift",
"MailButtonTests.swift",
"SnapshottingTransportTests.swift"
],
"target_dependencies" : [
"Hoods",
"HoodsTestsTools"
],
"type" : "test"
},
{
"c99name" : "Hoods",
"module_type" : "SwiftTarget",
"name" : "Hoods",
"path" : "Sources/Hoods",
"product_dependencies" : [
"Blocks",
"ArgumentParser",
"ComposableArchitecture",
"Yams",
"JWTKit"
],
"product_memberships" : [
"Hoods",
"HoodsTestsTools"
],
"sources" : [
"CLITools/InputableValue.swift",
"CMS/FrontMatterCMark.swift",
"Dependencies/CopyText.swift",
"Dependencies/JWTFactory.swift",
"Dependencies/KeychainGateway.swift",
"Extensions/Blocks+Extension.swift",
"KeychainUI/AddKeychainItemFeature.swift",
"KeychainUI/KeychainUIFeature.swift",
"KeychainUI/PublicKeychainUIFeature.swift",
"Mailer/MFMailComposeViewController+Extension.swift",
"Mailer/MailButtonFeature.swift",
"Mailer/MailButtonView.swift",
"Mailer/MailerFeature.swift",
"Mailer/MailerView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/452] Write sources
[7/452] Copying PrivacyInfo.xcprivacy
[7/452] Write sources
[7/452] Copying PrivacyInfo.xcprivacy
[11/452] Write sources
[12/452] Copying PrivacyInfo.xcprivacy
[15/452] Write sources
[65/452] Compiling UIKitNavigationShim shim.m
[66/452] Compiling fiat_p256_adx_sqr.S
[67/452] Write swift-version-2F0A5646E1D333AE.txt
[68/452] Compiling fiat_p256_adx_mul.S
[69/452] Compiling fiat_curve25519_adx_square.S
[70/456] Compiling writer.c
[71/456] Compiling emitter.c
[72/456] Compiling reader.c
[73/456] Compiling CCryptoBoringSSLShims shims.c
[75/462] Compiling SwiftSyntax602 Empty.swift
[76/462] Emitting module SwiftSyntax602
[77/462] Emitting module SwiftSyntax601
[78/462] Compiling SwiftSyntax601 Empty.swift
[79/462] Emitting module SwiftSyntax600
[80/462] Compiling SwiftSyntax600 Empty.swift
[80/462] Compiling scanner.c
[82/462] Compiling SwiftSyntax510 Empty.swift
[83/462] Emitting module SwiftSyntax510
[84/464] Compiling _CertificateInternals _TinyArray.swift
[85/464] Emitting module _CertificateInternals
[85/464] Compiling parser.c
[86/464] Compiling api.c
[88/464] Compiling SwiftSyntax509 Empty.swift
[89/464] Emitting module SwiftSyntax509
[90/542] Emitting module IssueReportingPackageSupport
[91/542] Compiling IssueReportingPackageSupport _Test.swift
[92/542] Compiling Sharing2 Empty.swift
[93/542] Emitting module Sharing2
[94/542] Emitting module Sharing1
[95/542] Compiling Sharing1 Empty.swift
[95/562] Compiling fiat_curve25519_adx_mul.S
[96/562] Compiling md5-x86_64-linux.S
[97/562] Compiling md5-x86_64-apple.S
[98/562] Compiling md5-586-linux.S
[99/562] Compiling md5-586-apple.S
[100/648] Compiling _SwiftSyntaxCShims PlatformMutex.c
[101/659] Compiling chacha20_poly1305_x86_64-linux.S
[103/742] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[104/742] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[105/742] Compiling SwiftSyntax EditorPlaceholder.swift
[106/742] Compiling SwiftSyntax Identifier.swift
[107/742] Compiling SwiftSyntax AbsolutePosition.swift
[108/742] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[109/742] Compiling SwiftSyntax MemoryLayout.swift
[110/742] Compiling SwiftSyntax MissingNodeInitializers.swift
[111/742] Compiling SwiftSyntax BumpPtrAllocator.swift
[112/742] Compiling SwiftSyntax CommonAncestor.swift
[113/742] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[114/742] Compiling SwiftSyntax Assert.swift
[115/742] Compiling SwiftSyntax Convenience.swift
[116/742] Compiling SwiftSyntax CustomTraits.swift
[117/742] Compiling SwiftSyntax RawSyntax.swift
[118/742] Compiling SwiftSyntax RawSyntaxArena.swift
[119/743] Emitting module InternalCollectionsUtilities
[120/743] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[120/743] Compiling err_data.cc
[121/743] Compiling chacha20_poly1305_x86_64-apple.S
[122/743] Compiling chacha20_poly1305_armv8-win.S
[123/743] Compiling chacha20_poly1305_armv8-linux.S
[124/743] Compiling chacha20_poly1305_armv8-apple.S
[125/799] Compiling chacha-x86_64-linux.S
[126/799] Compiling chacha-x86_64-apple.S
[127/799] Compiling chacha-x86-linux.S
[128/799] Compiling chacha-x86-apple.S
[129/799] Compiling chacha-armv8-win.S
[130/799] Compiling chacha-armv8-linux.S
[131/799] Compiling chacha-armv8-apple.S
[132/799] Compiling chacha-armv4-linux.S
[133/799] Compiling aes128gcmsiv-x86_64-linux.S
[134/799] Compiling aes128gcmsiv-x86_64-apple.S
[135/799] Compiling x86_64-mont5-linux.S
[136/799] Compiling x86_64-mont5-apple.S
[137/799] Compiling x86_64-mont-linux.S
[138/799] Compiling x86_64-mont-apple.S
[140/799] Compiling Logging MetadataProvider.swift
[140/799] Compiling x86-mont-linux.S
[141/799] Compiling x86-mont-apple.S
[143/799] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[144/799] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[145/799] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[146/799] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[147/799] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[148/799] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[149/805] Emitting module Logging
[150/805] Compiling Logging Locks.swift
[151/805] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[152/805] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[153/805] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[154/805] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[155/805] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[156/805] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[157/805] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[158/805] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[159/805] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[160/805] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[161/805] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[162/805] Compiling OrderedCollections OrderedSet+Sendable.swift
[162/805] Compiling vpaes-x86_64-linux.S
[163/805] Compiling vpaes-x86_64-apple.S
[164/805] Compiling vpaes-x86-linux.S
[166/805] Compiling OrderedCollections _Hashtable+Header.swift
[167/805] Compiling OrderedCollections OrderedDictionary+Codable.swift
[168/805] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[169/805] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[170/805] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[171/805] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[171/805] Compiling vpaes-x86-apple.S
[172/805] Compiling vpaes-armv8-win.S
[173/805] Compiling vpaes-armv8-linux.S
[174/805] Compiling vpaes-armv8-apple.S
[175/805] Compiling vpaes-armv7-linux.S
[176/805] Compiling sha512-x86_64-linux.S
[178/805] Compiling OrderedCollections OrderedSet+Hashable.swift
[179/805] Compiling OrderedCollections OrderedSet+Initializers.swift
[180/805] Compiling OrderedCollections OrderedSet+Insertions.swift
[181/805] Compiling OrderedCollections OrderedSet+Invariants.swift
[182/805] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[183/805] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[184/805] Compiling OrderedCollections OrderedSet+Codable.swift
[185/805] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[186/805] Compiling OrderedCollections OrderedSet+Descriptions.swift
[187/805] Compiling OrderedCollections OrderedSet+Diffing.swift
[188/805] Compiling OrderedCollections OrderedSet+Equatable.swift
[189/805] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[189/805] Compiling sha512-x86_64-apple.S
[190/805] Compiling sha512-armv8-win.S
[192/805] Compiling OrderedCollections OrderedDictionary+Elements.swift
[193/805] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[194/805] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[195/805] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[196/805] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[197/805] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[198/805] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[199/805] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[200/805] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[201/805] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[202/805] Compiling OrderedCollections OrderedDictionary+Values.swift
[203/805] Compiling OrderedCollections OrderedDictionary.swift
[203/805] Compiling sha512-armv8-linux.S
[204/805] Compiling sha512-armv8-apple.S
[205/805] Compiling sha512-armv4-linux.S
[206/805] Compiling sha512-586-linux.S
[207/805] Compiling sha512-586-apple.S
[209/805] Compiling Logging LogHandler.swift
[210/805] Compiling Logging Logging.swift
[210/805] Compiling sha256-x86_64-linux.S
[211/805] Compiling sha256-x86_64-apple.S
[212/805] Compiling sha256-armv8-win.S
[213/805] Compiling sha256-armv8-linux.S
[214/805] Compiling sha256-armv4-linux.S
[215/805] Compiling sha256-armv8-apple.S
[216/805] Compiling sha256-586-linux.S
[217/805] Compiling sha256-586-apple.S
[218/805] Compiling sha1-x86_64-linux.S
[219/805] Compiling sha1-x86_64-apple.S
[220/805] Compiling sha1-armv8-win.S
[221/805] Compiling sha1-armv8-linux.S
[222/805] Compiling sha1-armv4-large-linux.S
[223/805] Compiling sha1-armv8-apple.S
[224/805] Compiling sha1-586-linux.S
[225/805] Compiling sha1-586-apple.S
[226/805] Compiling rsaz-avx2-linux.S
[227/805] Compiling rsaz-avx2-apple.S
[229/805] Compiling OrderedCollections _HashTable+Bucket.swift
[230/805] Compiling OrderedCollections _HashTable+BucketIterator.swift
[231/805] Compiling OrderedCollections _HashTable+Constants.swift
[232/805] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[233/805] Compiling OrderedCollections _HashTable+Testing.swift
[234/805] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[235/805] Compiling OrderedCollections _HashTable.swift
[235/805] Compiling rdrand-x86_64-linux.S
[236/805] Compiling rdrand-x86_64-apple.S
[237/805] Compiling p256_beeu-x86_64-asm-linux.S
[238/805] Compiling p256_beeu-x86_64-asm-apple.S
[239/805] Compiling p256_beeu-armv8-asm-win.S
[240/805] Compiling p256_beeu-armv8-asm-linux.S
[241/805] Compiling p256_beeu-armv8-asm-apple.S
[242/805] Compiling p256-x86_64-asm-linux.S
[243/805] Compiling p256-x86_64-asm-apple.S
[244/805] Compiling p256-armv8-asm-win.S
[246/805] Compiling OrderedCollections OrderedSet+SubSequence.swift
[247/805] Compiling OrderedCollections OrderedSet+Testing.swift
[248/805] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[249/805] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[250/805] Compiling OrderedCollections OrderedSet.swift
[251/805] Compiling OrderedCollections _UnsafeBitset.swift
[251/805] Compiling p256-armv8-asm-linux.S
[252/805] Compiling p256-armv8-asm-apple.S
[253/805] Compiling ghashv8-armv8-win.S
[254/805] Compiling ghashv8-armv8-linux.S
[255/805] Compiling ghashv8-armv8-apple.S
[263/812] Compiling ghashv8-armv7-linux.S
[264/812] Compiling ghash-x86_64-linux.S
[265/812] Compiling ghash-x86_64-apple.S
[266/812] Compiling ghash-x86-linux.S
[267/812] Compiling ghash-x86-apple.S
[268/812] Compiling ghash-ssse3-x86_64-linux.S
[269/812] Compiling ghash-ssse3-x86_64-apple.S
[270/812] Compiling ghash-ssse3-x86-linux.S
[271/812] Compiling ghash-ssse3-x86-apple.S
[272/812] Compiling ghash-neon-armv8-win.S
[273/812] Compiling ghash-neon-armv8-linux.S
[274/812] Compiling ghash-neon-armv8-apple.S
[275/812] Compiling ghash-armv4-linux.S
[276/812] Compiling co-586-linux.S
[277/812] Compiling co-586-apple.S
[278/812] Compiling bsaes-armv7-linux.S
[279/812] Compiling bn-armv8-win.S
[280/812] Compiling bn-armv8-linux.S
[281/812] Compiling bn-armv8-apple.S
[282/812] Compiling bn-586-linux.S
[283/812] Compiling bn-586-apple.S
[284/812] Compiling armv8-mont-win.S
[285/812] Compiling armv8-mont-linux.S
[286/812] Compiling armv4-mont-linux.S
[287/812] Compiling armv8-mont-apple.S
[288/812] Compiling aesv8-gcm-armv8-linux.S
[289/812] Compiling aesv8-gcm-armv8-win.S
[290/812] Compiling aesv8-armv8-win.S
[291/812] Compiling aesv8-gcm-armv8-apple.S
[292/812] Compiling aesv8-armv8-linux.S
[293/812] Compiling aesv8-armv8-apple.S
[294/812] Compiling aesv8-armv7-linux.S
[295/812] Compiling aesni-x86_64-linux.S
[297/812] Emitting module OrderedCollections
[297/812] Compiling aesni-x86_64-apple.S
[298/812] Compiling aesni-x86-linux.S
[299/812] Compiling aesni-x86-apple.S
[300/812] Compiling aesni-gcm-x86_64-linux.S
[301/812] Compiling aesni-gcm-x86_64-apple.S
[302/812] Compiling aes-gcm-avx512-x86_64-linux.S
[303/812] Compiling aes-gcm-avx512-x86_64-apple.S
[304/812] Compiling aes-gcm-avx2-x86_64-linux.S
[305/812] Compiling aes-gcm-avx2-x86_64-apple.S
[307/812] Emitting module Crypto
[308/840] Compiling SwiftASN1 DER.swift
[309/841] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[310/841] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[311/841] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[313/843] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[314/843] Compiling IdentifiedCollections IdentifiedArray.swift
[315/843] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[316/843] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[317/843] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[319/843] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[320/843] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[321/843] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[322/843] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[323/844] Compiling SwiftASN1 Errors.swift
[323/844] Compiling xwing.cc
[325/844] Compiling IdentifiedCollections IdentifiedCollection.swift
[325/844] Compiling x_x509a.cc
[326/844] Compiling x_x509.cc
[327/844] Compiling x_spki.cc
[329/844] Compiling Crypto Ed25519Keys.swift
[330/844] Compiling Crypto NISTCurvesKeys.swift
[331/844] Compiling Crypto X25519Keys.swift
[332/844] Compiling Crypto SymmetricKeys.swift
[333/844] Compiling Crypto HMAC.swift
[334/844] Compiling Crypto MACFunctions.swift
[335/844] Compiling Crypto MessageAuthenticationCode.swift
[336/844] Compiling Crypto AES.swift
[337/844] Compiling Crypto ECDSASignature_boring.swift
[338/844] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[339/844] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[340/844] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[341/844] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[342/844] Emitting module IdentifiedCollections
[343/844] Compiling IdentifiedCollections Identified.swift
[344/844] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[349/844] Compiling SwiftSyntax SyntaxNodesOP.swift
[352/844] Compiling SwiftSyntax SyntaxNodesQRS.swift
[353/844] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[354/844] Compiling Crypto AESWrap.swift
[355/844] Compiling Crypto AESWrap_boring.swift
[356/844] Compiling Crypto Ed25519_boring.swift
[358/844] Compiling Crypto NISTCurvesKeys_boring.swift
[360/844] Compiling Crypto X25519Keys_boring.swift
[361/844] Compiling Crypto Curve25519.swift
[366/844] Emitting module SwiftASN1
[375/844] Compiling SwiftSyntax SyntaxVisitor.swift
[376/844] Compiling SwiftSyntax TokenKind.swift
[377/844] Compiling SwiftSyntax SyntaxNodesD.swift
[378/844] Compiling SwiftSyntax SyntaxNodesEF.swift
[379/844] Compiling SwiftSyntax SyntaxNodesGHI.swift
[380/844] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[390/844] Compiling Yams YamlError.swift
[391/844] Compiling Yams YamlTagProviding.swift
[428/844] Compiling ConcurrencyExtras Result.swift
[429/844] Compiling ConcurrencyExtras Task.swift
[440/845] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[441/845] Compiling Crypto RNG_boring.swift
[442/845] Compiling Crypto SafeCompare_boring.swift
[443/845] Compiling Crypto Zeroization_boring.swift
[444/845] Compiling Crypto PrettyBytes.swift
[445/845] Compiling Crypto SafeCompare.swift
[446/845] Compiling Crypto SecureBytes.swift
[447/845] Compiling Crypto Zeroization.swift
[448/845] Compiling Crypto resource_bundle_accessor.swift
[449/845] Compiling ConcurrencyExtras MainSerialExecutor.swift
[450/845] Compiling ConcurrencyExtras UncheckedBox.swift
[451/845] Compiling ConcurrencyExtras Locking.swift
[452/845] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[453/845] Compiling ConcurrencyExtras AsyncStream.swift
[456/845] Compiling ConcurrencyExtras LockIsolated.swift
[457/845] Emitting module ConcurrencyExtras
[483/845] Emitting module IssueReporting
[492/847] Emitting module Yams
[495/847] Compiling IssueReporting WithIssueContext.swift
[497/847] Compiling ConcurrencyExtras UncheckedSendable.swift
[497/847] Compiling x_sig.cc
[498/847] Compiling x_req.cc
[500/847] Compiling IssueReporting WithExpectedIssue.swift
[501/847] Compiling x_pubkey.cc
[502/847] Compiling x_name.cc
[503/847] Compiling x_exten.cc
[504/878] Compiling x_crl.cc
[505/878] Compiling x_attrib.cc
[506/887] Compiling x_all.cc
[507/887] Compiling x_algor.cc
[508/887] Compiling x509spki.cc
[510/887] Emitting module XCTestDynamicOverlay
[511/887] Compiling XCTestDynamicOverlay Exports.swift
[512/887] Compiling XCTestDynamicOverlay Deprecations.swift
[512/887] Compiling x509rset.cc
[513/887] Compiling x509name.cc
[514/887] Compiling x509cset.cc
[515/925] Compiling x509_vpm.cc
[517/925] Compiling CasePathsCore UncheckedSendable.swift
[518/925] Compiling CasePathsCore TypeName.swift
[519/925] Compiling CasePathsCore Never+CasePathable.swift
[520/925] Compiling CasePathsCore Optional+CasePathable.swift
[521/925] Compiling CasePathsCore KeyPath+Sendable.swift
[521/926] Compiling x509_vfy.cc
[523/926] Compiling CasePathsCore CasePathReflectable.swift
[524/926] Compiling CasePathsCore CasePathIterable.swift
[525/926] Emitting module CasePathsCore
[526/926] Compiling CasePathsCore AnyCasePath.swift
[527/926] Compiling CasePathsCore CasePathable.swift
[528/926] Compiling CasePathsCore Result+CasePathable.swift
[528/926] Compiling x509_v3.cc
[529/926] Compiling x509_txt.cc
[530/926] Compiling x509_trs.cc
[531/926] Compiling x509_set.cc
[532/926] Compiling x509_req.cc
[533/926] Compiling x509_obj.cc
[534/926] Compiling x509_lu.cc
[535/926] Compiling x509_ext.cc
[536/926] Compiling x509_def.cc
[537/926] Compiling x509_d2.cc
[539/926] Compiling CombineSchedulers UIKit.swift
[540/927] Compiling CombineSchedulers UIScheduler.swift
[540/927] Compiling x509_cmp.cc
[541/927] Compiling x509.cc
[542/927] Compiling x509_att.cc
[543/927] Compiling v3_utl.cc
[545/927] Compiling Clocks UnimplementedClock.swift
[546/927] Compiling Clocks Timer.swift
[547/927] Compiling CombineSchedulers TestScheduler.swift
[548/927] Compiling CombineSchedulers Timer.swift
[549/927] Compiling CombineSchedulers UnimplementedScheduler.swift
[549/927] Compiling v3_purp.cc
[550/927] Compiling v3_skey.cc
[551/927] Compiling v3_prn.cc
[552/927] Compiling v3_pmaps.cc
[554/927] Emitting module CustomDump
[555/929] Compiling CustomDump CustomDumpRepresentable.swift
[556/929] Compiling CustomDump CustomDumpStringConvertible.swift
[557/929] Compiling CustomDump Diff.swift
[558/929] Compiling CustomDump XCTAssertDifference.swift
[559/929] Compiling CustomDump XCTAssertNoDifference.swift
[560/929] Compiling CustomDump CoreImage.swift
[561/929] Compiling CustomDump CoreLocation.swift
[562/929] Compiling CustomDump CoreMotion.swift
[562/929] Compiling v3_pcons.cc
[563/929] Compiling v3_ocsp.cc
[564/929] Compiling v3_ncons.cc
[565/929] Compiling v3_lib.cc
[567/929] Compiling CustomDump Foundation.swift
[568/929] Compiling CustomDump GameKit.swift
[569/929] Compiling CustomDump KeyPath.swift
[569/929] Compiling v3_int.cc
[570/929] Compiling v3_ia5.cc
[571/929] Compiling v3_info.cc
[572/929] Compiling v3_genn.cc
[574/929] Compiling CombineSchedulers Platform.swift
[579/929] Emitting module CombineSchedulers
[582/929] Compiling CombineSchedulers SwiftUI.swift
[583/929] Compiling Clocks TestClock.swift
[584/929] Compiling Clocks ImmediateClock.swift
[585/929] Emitting module Clocks
[586/929] Compiling Clocks _AsyncTimerSequence.swift
[587/929] Compiling Clocks SwiftUI.swift
[588/929] Compiling Clocks AnyClock.swift
[589/929] Compiling Clocks Lock.swift
[590/929] Compiling CustomDump AnyType.swift
[591/929] Compiling CustomDump CollectionDifference.swift
[592/929] Compiling CustomDump Identifiable.swift
[593/929] Compiling CustomDump Mirror.swift
[594/929] Compiling CustomDump String.swift
[595/929] Compiling CustomDump Unordered.swift
[596/929] Compiling CustomDump Photos.swift
[597/929] Compiling CustomDump Speech.swift
[598/929] Compiling CustomDump StoreKit.swift
[599/929] Compiling CustomDump Dump.swift
[600/929] Compiling CustomDump ExpectDifference.swift
[601/929] Compiling CustomDump ExpectNoDifference.swift
[602/929] Compiling CustomDump UserNotifications.swift
[603/929] Compiling CustomDump UserNotificationsUI.swift
[604/929] Compiling CustomDump CustomDumpReflectable.swift
[605/929] Compiling CustomDump Swift.swift
[606/929] Compiling CustomDump SwiftUI.swift
[607/929] Compiling CustomDump UIKit.swift
[607/954] Compiling v3_extku.cc
[608/954] Compiling v3_enum.cc
[609/954] Compiling v3_crld.cc
[610/954] Compiling v3_cpols.cc
[611/954] Compiling v3_bitst.cc
[612/954] Compiling v3_conf.cc
[614/954] Compiling Dependencies TypeName.swift
[615/954] Compiling Dependencies PreviewTrait.swift
[616/954] Compiling Dependencies Clocks.swift
[617/954] Compiling Dependencies Context.swift
[618/954] Compiling Dependencies Date.swift
[619/954] Compiling Dependencies MainRunLoop.swift
[620/954] Compiling Dependencies NotificationCenter.swift
[621/954] Compiling Dependencies OpenURL.swift
[622/954] Compiling Dependencies FireAndForget.swift
[623/954] Compiling Dependencies Locale.swift
[624/954] Compiling Dependencies MainQueue.swift
[625/956] Compiling Dependencies Deprecations.swift
[626/956] Compiling Dependencies Exports.swift
[627/956] Compiling Dependencies TimeZone.swift
[628/956] Compiling Dependencies URLSession.swift
[629/956] Compiling Dependencies UUID.swift
[630/956] Emitting module Dependencies
[631/956] Compiling Dependencies WithRandomNumberGenerator.swift
[632/956] Compiling Dependencies AppEntryPoint.swift
[632/956] Compiling v3_bcons.cc
[633/956] Compiling v3_akeya.cc
[634/956] Compiling v3_alt.cc
[635/956] Compiling v3_akey.cc
[636/956] Compiling t_x509a.cc
[637/956] Compiling t_x509.cc
[667/956] Compiling Dependencies Dependency.swift
[668/956] Compiling Dependencies DependencyContext.swift
[669/956] Compiling Dependencies DependencyKey.swift
[670/956] Compiling Dependencies DependencyValues.swift
[671/956] Compiling Dependencies Assert.swift
[672/956] Compiling Dependencies Calendar.swift
[673/956] Compiling PerceptionCore Environment.swift
[674/956] Compiling PerceptionCore ThreadLocal.swift
[679/956] Compiling PerceptionCore Bindable.swift
[682/956] Emitting module PerceptionCore
[683/956] Compiling PerceptionCore WithPerceptionTracking.swift
[688/957] Compiling Dependencies TestTrait.swift
[689/957] Compiling Dependencies WithDependencies.swift
[689/957] Compiling i2d_pr.cc
[690/957] Compiling t_req.cc
[691/957] Compiling t_crl.cc
[692/957] Compiling rsa_pss.cc
[693/957] Compiling name_print.cc
[695/957] Compiling PerceptionCore _PerceptionRegistrar.swift
[695/957] Compiling policy.cc
[697/979] Emitting module SnapshotTesting
[702/982] Compiling Sharing SharedCollection.swift
[703/982] Compiling Sharing SharedContinuations.swift
[704/982] Compiling Sharing NSRecursiveLock+WithLock.swift
[704/982] Compiling by_file.cc
[705/982] Compiling by_dir.cc
[707/982] Compiling Sharing PassthroughRelay.swift
[708/982] Compiling Sharing PersistentReferences.swift
[709/982] Compiling Sharing SharedReader.swift
[709/982] Compiling asn1_gen.cc
[710/982] Compiling algorithm.cc
[711/982] Compiling a_verify.cc
[712/982] Compiling a_digest.cc
[713/982] Compiling a_sign.cc
[715/982] Compiling Sharing FileStorageKey.swift
[717/982] Compiling thread_win.cc
[719/982] Compiling Sharing Shared.swift
[720/982] Compiling Sharing SharedBinding.swift
[721/982] Compiling Sharing DefaultKey.swift
[722/982] Compiling Sharing SharedReaderKey.swift
[723/982] Compiling Sharing SharedKey.swift
[724/982] Compiling Sharing AppStorageKey.swift
[728/982] Compiling thread.cc
[729/982] Compiling thread_none.cc
[730/982] Compiling thread_pthread.cc
[731/982] Compiling voprf.cc
[732/982] Compiling trust_token.cc
[733/982] Compiling pmbtoken.cc
[735/982] Compiling SnapshotTesting UIView.swift
[736/982] Compiling SnapshotTesting UIViewController.swift
[737/982] Compiling SnapshotTesting URLRequest.swift
[738/982] Emitting module Sharing
[738/984] Compiling stack.cc
[739/984] Compiling siphash.cc
[740/984] Compiling sha512.cc
[745/984] Compiling sha256.cc
[746/984] Compiling slhdsa.cc
[747/984] Compiling sha1.cc
[748/984] Compiling rsa_print.cc
[749/984] Compiling spake2plus.cc
[758/984] Compiling Sharing InMemoryKey.swift
[759/984] Compiling Sharing SharedPublisher.swift
[761/984] Compiling rsa_extra.cc
[763/984] Compiling Sharing Deprecations.swift
[764/984] Compiling Sharing KeyPath+Sendable.swift
[765/984] Compiling Sharing MutexBackport.swift
[766/984] Compiling Sharing Reference.swift
[767/984] Compiling Sharing SharedChangeTracker.swift
[768/984] Compiling Sharing TypeName.swift
[768/984] Compiling rsa_crypt.cc
[769/984] Compiling refcount.cc
[770/984] Compiling rc4.cc
[772/984] Compiling Sharing SwiftUIStateSharing.swift
[773/984] Compiling Sharing resource_bundle_accessor.swift
[773/984] Compiling urandom.cc
[774/984] Compiling windows.cc
[790/984] Compiling trusty.cc
[791/984] Compiling ios.cc
[792/984] Compiling rand.cc
[793/984] Compiling passive.cc
[794/984] Compiling getentropy.cc
[795/984] Compiling rsa_asn1.cc
[796/984] Compiling poly1305_arm_asm.S
[797/984] Compiling forkunsafe.cc
[798/984] Compiling fork_detect.cc
[799/984] Compiling deterministic.cc
[800/984] Compiling poly1305_vec.cc
[801/984] Compiling pool.cc
[802/984] Compiling poly1305_arm.cc
[803/984] Compiling poly1305.cc
[804/984] Compiling pkcs7.cc
[805/984] Compiling pkcs8.cc
[806/984] Compiling pkcs8_x509.cc
[807/984] Compiling p5_pbev2.cc
[808/984] Compiling pkcs7_x509.cc
[809/984] Compiling pem_pkey.cc
[810/984] Compiling pem_xaux.cc
[811/984] Compiling pem_x509.cc
[812/984] Compiling pem_pk8.cc
[813/984] Compiling obj_xref.cc
[814/984] Compiling pem_oth.cc
[815/984] Compiling mlkem.cc
[816/984] Compiling pem_info.cc
[817/984] Compiling mldsa.cc
[818/984] Compiling pem_lib.cc
[819/984] Compiling poly_rq_mul.S
[820/984] Compiling pem_all.cc
[821/984] Compiling mem.cc
[822/984] Compiling fips_shared_support.cc
[823/984] Compiling obj.cc
[824/984] Compiling lhash.cc
[825/984] Compiling md5.cc
[826/984] Compiling fuzzer_mode.cc
[827/984] Compiling md4.cc
[828/984] Compiling kyber.cc
[829/984] Compiling ex_data.cc
[830/984] Compiling hpke.cc
[831/984] Compiling hrss.cc
[832/984] Compiling scrypt.cc
[833/984] Compiling pbkdf.cc
[834/984] Compiling print.cc
[835/984] Compiling sign.cc
[836/984] Compiling p_x25519_asn1.cc
[837/984] Compiling p_x25519.cc
[838/984] Compiling p_rsa_asn1.cc
[839/984] Compiling p_rsa.cc
[840/984] Compiling p_hkdf.cc
[841/984] Compiling p_ed25519_asn1.cc
[842/984] Compiling p_ed25519.cc
[843/984] Compiling p_ec_asn1.cc
[844/984] Compiling p_ec.cc
[845/984] Compiling p_dsa_asn1.cc
[846/984] Compiling p_dh_asn1.cc
[847/984] Compiling p_dh.cc
[848/984] Compiling err.cc
[849/984] Compiling evp_ctx.cc
[850/984] Compiling evp.cc
[851/984] Compiling engine.cc
[852/984] Compiling evp_asn1.cc
[853/984] Compiling ecdsa_p1363.cc
[854/984] Compiling ecdh.cc
[855/984] Compiling ecdsa_asn1.cc
[856/984] Compiling ec_derive.cc
[857/984] Compiling hash_to_curve.cc
[858/984] Compiling dsa.cc
[859/984] Compiling ec_asn1.cc
[860/984] Compiling dsa_asn1.cc
[861/984] Compiling x25519-asm-arm.S
[862/984] Compiling params.cc
[863/984] Compiling digest_extra.cc
[864/984] Compiling des.cc
[865/984] Compiling dh_asn1.cc
[866/984] Compiling curve25519_64_adx.cc
[867/984] Compiling spake25519.cc
[868/984] Compiling cpu_intel.cc
[869/984] Compiling crypto.cc
[870/984] Compiling cpu_arm_linux.cc
[871/984] Compiling curve25519.cc
[872/984] Compiling cpu_arm_freebsd.cc
[873/984] Compiling cpu_aarch64_win.cc
[874/984] Compiling cpu_aarch64_sysreg.cc
[875/984] Compiling cpu_aarch64_openbsd.cc
[876/984] Compiling cpu_aarch64_linux.cc
[877/984] Compiling cpu_aarch64_fuchsia.cc
[878/984] Compiling cpu_aarch64_apple.cc
[879/984] Compiling conf.cc
[880/984] Compiling get_cipher.cc
[881/984] Compiling tls_cbc.cc
[882/984] Compiling e_tls.cc
[883/984] Compiling e_rc4.cc
[884/984] Compiling cms.cc
[885/984] Compiling e_null.cc
[885/984] Compiling e_rc2.cc
[887/984] Compiling e_des.cc
[888/984] Compiling e_chacha20poly1305.cc
[889/984] Compiling e_aesgcmsiv.cc
[890/984] Compiling e_aeseax.cc
[891/984] Compiling e_aesctrhmac.cc
[892/984] Compiling derive_key.cc
[893/984] Compiling chacha.cc
[894/984] Compiling unicode.cc
[895/984] Compiling cbs.cc
[896/984] Compiling buf.cc
[897/984] Compiling cbb.cc
[898/984] Compiling sqrt.cc
[898/984] Compiling ber.cc
[900/984] Compiling exponentiation.cc
[901/984] Compiling asn1_compat.cc
[902/984] Compiling div.cc
[904/984] Emitting module SwiftSyntax
[925/984] Compiling printf.cc
[926/984] Compiling blake2.cc
[927/984] Compiling pair.cc
[928/984] Compiling hexdump.cc
[929/984] Compiling convert.cc
[930/984] Compiling bn_asn1.cc
[931/984] Compiling file.cc
[932/984] Compiling fd.cc
[933/984] Compiling errno.cc
[934/984] Compiling bio_mem.cc
[935/984] Compiling bio.cc
[936/984] Compiling base64.cc
[937/984] Compiling tasn_typ.cc
[938/984] Compiling tasn_fre.cc
[939/984] Compiling tasn_utl.cc
[940/984] Compiling tasn_new.cc
[941/984] Compiling tasn_enc.cc
[942/984] Compiling f_string.cc
[943/984] Compiling posix_time.cc
[944/984] Compiling f_int.cc
[945/984] Compiling tasn_dec.cc
[946/984] Compiling asn_pack.cc
[947/984] Compiling asn1_par.cc
[948/984] Compiling asn1_lib.cc
[949/984] Compiling bcm.cc
[950/984] Compiling a_utctm.cc
[951/984] Compiling a_time.cc
[952/984] Compiling a_type.cc
[953/984] Compiling a_octet.cc
[954/984] Compiling a_strnid.cc
[955/984] Compiling a_strex.cc
[956/984] Compiling a_object.cc
[957/984] Compiling a_i2d_fp.cc
[957/984] Write sources
[961/984] Compiling a_mbstr.cc
[962/984] Compiling a_dup.cc
[963/984] Compiling a_d2i_fp.cc
[964/984] Compiling a_int.cc
[965/984] Compiling a_gentm.cc
[966/984] Compiling aes.cc
[967/984] Compiling a_bool.cc
[968/986] Compiling a_bitstr.cc
[970/1035] Compiling Blocks StatusCodeCheckingTransport.swift
[971/1035] Compiling Blocks TaskState.swift
[972/1035] Compiling Blocks Transport.swift
[973/1035] Compiling Blocks TransportError.swift
[974/1039] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[975/1039] Compiling Blocks GenericPasswordKeychainItem.swift
[976/1039] Compiling Blocks PKCE.swift
[977/1039] Compiling Blocks SecurityError.swift
[978/1039] Compiling Blocks SecurityUtils.swift
[979/1039] Emitting module ArgumentParserToolInfo
[980/1039] Compiling ArgumentParserToolInfo ToolInfo.swift
[981/1039] Emitting module Blocks
[982/1085] Compiling ArgumentParser Flag.swift
[983/1085] Compiling ArgumentParser NameSpecification.swift
[984/1085] Compiling ArgumentParser Option.swift
[985/1085] Compiling ArgumentParser OptionGroup.swift
[986/1085] Compiling ArgumentParser AsyncParsableCommand.swift
[987/1085] Compiling ArgumentParser CompletionKind.swift
[988/1085] Compiling ArgumentParser Errors.swift
[989/1085] Compiling ArgumentParser BashCompletionsGenerator.swift
[990/1085] Compiling ArgumentParser CompletionsGenerator.swift
[991/1085] Compiling ArgumentParser FishCompletionsGenerator.swift
[992/1085] Compiling ArgumentParser HelpGenerator.swift
[993/1085] Compiling ArgumentParser ArgumentDiscussion.swift
[994/1085] Compiling ArgumentParser ArgumentHelp.swift
[995/1085] Compiling ArgumentParser ArgumentVisibility.swift
[996/1085] Compiling ArgumentParser InputOrigin.swift
[997/1085] Compiling ArgumentParser Name.swift
[998/1085] Compiling ArgumentParser Parsed.swift
[999/1085] Compiling ArgumentParser ParsedValues.swift
[1000/1085] Compiling ArgumentParser SequenceExtensions.swift
[1001/1085] Compiling ArgumentParser StringExtensions.swift
[1002/1085] Compiling ArgumentParser SwiftExtensions.swift
[1003/1085] Compiling ArgumentParser Tree.swift
[1004/1085] Compiling ArgumentParser CodingKeyValidator.swift
[1005/1085] Compiling ArgumentParser EnumerableFlag.swift
[1006/1085] Compiling ArgumentParser ExpressibleByArgument.swift
[1007/1085] Compiling ArgumentParser ParsableArguments.swift
[1008/1085] Compiling ArgumentParser InputKey.swift
[1009/1085] Compiling ArgumentParser ParsableCommand.swift
[1010/1085] Compiling ArgumentParser ArgumentDecoder.swift
[1011/1085] Compiling ArgumentParser ArgumentDefinition.swift
[1012/1085] Compiling ArgumentParser ArgumentSet.swift
[1013/1085] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1014/1085] Compiling CryptoBoringWrapper RandomBytes.swift
[1015/1085] Compiling CryptoBoringWrapper EllipticCurve.swift
[1016/1085] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1017/1085] Emitting module CryptoBoringWrapper
[1018/1085] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1019/1085] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1020/1085] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1021/1085] Compiling ArgumentParser CommandParser.swift
[1022/1085] Compiling ArgumentParser MessageInfo.swift
[1023/1085] Compiling ArgumentParser UsageGenerator.swift
[1024/1085] Compiling ArgumentParser CollectionExtensions.swift
[1032/1203] Compiling SwiftParser Recovery.swift
[1033/1203] Compiling SwiftParser Specifiers.swift
[1034/1203] Compiling SwiftParser Statements.swift
[1035/1203] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[1036/1203] Compiling SwiftParser TokenConsumer.swift
[1037/1203] Compiling SwiftParser TokenPrecedence.swift
[1038/1209] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[1039/1209] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[1040/1209] Compiling SwiftBasicFormat InferIndentation.swift
[1041/1209] Compiling SwiftBasicFormat Syntax+Extensions.swift
[1042/1209] Compiling SwiftBasicFormat Indenter.swift
[1043/1209] Compiling SwiftDiagnostics Message.swift
[1044/1209] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[1045/1209] Compiling SwiftDiagnostics FixIt.swift
[1046/1210] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[1047/1210] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[1048/1210] Compiling SwiftDiagnostics Diagnostic.swift
[1049/1210] Compiling SwiftDiagnostics Convenience.swift
[1050/1210] Emitting module SwiftDiagnostics
[1051/1210] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[1052/1210] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[1053/1210] Compiling SwiftDiagnostics Note.swift
[1054/1210] Emitting module CryptoExtras
[1055/1210] Compiling CryptoExtras ObjectIdentifier.swift
[1056/1210] Compiling CryptoExtras PKCS8DERRepresentation.swift
[1057/1210] Compiling CryptoExtras PKCS8PrivateKey.swift
[1058/1210] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[1059/1210] Compiling CryptoExtras ECToolbox_boring.swift
[1060/1210] Compiling CryptoExtras ECToolbox.swift
[1061/1210] Compiling SwiftParser Parameters.swift
[1062/1210] Compiling SwiftParser ParseSourceFile.swift
[1063/1210] Compiling SwiftParser Parser.swift
[1064/1210] Compiling CryptoExtras ThreadOps.swift
[1065/1210] Compiling CryptoExtras ThreadPosix.swift
[1066/1210] Compiling CryptoExtras ThreadSpecific.swift
[1067/1210] Compiling CryptoExtras HashToField.swift
[1068/1210] Compiling CryptoExtras KDF.swift
[1069/1210] Compiling CryptoExtras PBKDF2_boring.swift
[1070/1210] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[1071/1210] Compiling CryptoExtras PBKDF2.swift
[1072/1210] Compiling CryptoExtras Scrypt_boring.swift
[1073/1210] Compiling SwiftBasicFormat BasicFormat.swift
[1074/1210] Emitting module SwiftBasicFormat
[1075/1210] Compiling SwiftParser StringLiterals.swift
[1076/1210] Compiling SwiftParser SwiftParserCompatibility.swift
[1077/1210] Compiling SwiftParser SwiftVersion.swift
[1078/1210] Compiling SwiftParser SyntaxUtils.swift
[1079/1210] Compiling SwiftParser Names.swift
[1080/1210] Compiling SwiftParser Nominals.swift
[1081/1210] Compiling SwiftParser Attributes.swift
[1082/1210] Compiling SwiftParser Availability.swift
[1083/1210] Compiling SwiftParser CharacterInfo.swift
[1084/1210] Compiling SwiftParser CollectionNodes+Parsable.swift
[1085/1210] Compiling SwiftParser CompilerFiles.swift
[1086/1210] Compiling SwiftParser Declarations.swift
[1087/1210] Compiling SwiftParser Directives.swift
[1088/1210] Compiling CryptoExtras ThreadWindows.swift
[1089/1210] Compiling CryptoExtras DLEQ.swift
[1090/1210] Compiling CryptoExtras Prover.swift
[1091/1210] Compiling CryptoExtras Verifier.swift
[1092/1210] Compiling CryptoExtras ZKPToolbox.swift
[1093/1210] Compiling CryptoExtras resource_bundle_accessor.swift
[1094/1210] Emitting module ArgumentParser
[1095/1214] Compiling SwiftParser TokenSpec.swift
[1096/1214] Compiling SwiftParser TokenSpecSet.swift
[1097/1214] Compiling SwiftParser IsValidIdentifier.swift
[1098/1214] Compiling SwiftParser Cursor.swift
[1099/1214] Compiling SwiftParser Lexeme.swift
[1100/1214] Compiling SwiftParser LexemeSequence.swift
[1101/1214] Compiling SwiftParser Lexer.swift
[1111/1218] Compiling SwiftParser Modifiers.swift
[1112/1218] Compiling SwiftParser TopLevel.swift
[1113/1218] Compiling SwiftParser TriviaParser.swift
[1114/1218] Compiling SwiftParser Types.swift
[1115/1218] Compiling SwiftParser ExperimentalFeatures.swift
[1116/1218] Compiling SwiftParser Patterns.swift
[1117/1218] Emitting module SwiftParser
[1122/1218] Compiling SwiftParser RegexLiteralLexer.swift
[1123/1218] Compiling SwiftParser UnicodeScalarExtensions.swift
[1124/1218] Compiling SwiftParser Lookahead.swift
[1125/1218] Compiling SwiftParser LoopProgressCondition.swift
[1132/1218] Compiling SwiftParser TokenSpecStaticMembers.swift
[1133/1218] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1134/1218] Compiling ArgumentParser PositionalArgumentsValidator.swift
[1135/1218] Compiling ArgumentParser UniqueNamesValidator.swift
[1136/1218] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[1137/1218] Compiling SwiftParser Expressions.swift
[1138/1218] Compiling SwiftParser IncrementalParseTransition.swift
[1172/1220] Emitting module _CryptoExtras
[1173/1220] Compiling _CryptoExtras Exports.swift
[1206/1220] Compiling SwiftParser IsLexerClassified.swift
[1207/1220] Compiling SwiftParser LayoutNodes+Parsable.swift
[1208/1220] Compiling SwiftParser Parser+TokenSpecSet.swift
[1209/1318] Compiling X509 Curve25519+DER.swift
[1210/1318] Compiling X509 OCSPNonce.swift
[1211/1318] Compiling X509 OCSPPolicy.swift
[1212/1318] Compiling X509 OCSPRequest.swift
[1213/1341] Compiling SwiftOperators PrecedenceGroup.swift
[1214/1342] Compiling SwiftOperators SyntaxSynthesis.swift
[1215/1342] Compiling SwiftOperators PrecedenceGraph.swift
[1216/1342] Compiling SwiftOperators OperatorTable+Defaults.swift
[1217/1342] Compiling SwiftOperators OperatorTable.swift
[1218/1342] Compiling SwiftOperators OperatorTable+Semantics.swift
[1219/1342] Compiling X509 Digests.swift
[1220/1342] Compiling X509 DistinguishedName.swift
[1221/1342] Compiling X509 CommonName.swift
[1222/1342] Compiling X509 CountryName.swift
[1223/1342] Compiling X509 DNBuilder.swift
[1224/1342] Compiling X509 DomainComponent.swift
[1225/1342] Compiling X509 EmailAddress.swift
[1226/1342] Compiling X509 LocalityName.swift
[1227/1342] Compiling X509 OrganizationName.swift
[1228/1342] Compiling X509 OrganizationalUnitName.swift
[1229/1342] Compiling X509 StateOrProvinceName.swift
[1230/1342] Compiling X509 Extension.swift
[1231/1342] Compiling X509 Extensions.swift
[1232/1342] Compiling X509 ExtensionsBuilder.swift
[1233/1342] Compiling X509 GeneralName.swift
[1234/1342] Compiling X509 Lock.swift
[1235/1342] Compiling X509 LockedValueBox.swift
[1236/1342] Compiling X509 BasicOCSPResponse.swift
[1237/1342] Compiling X509 DirectoryString.swift
[1238/1342] Compiling X509 OCSPCertID.swift
[1239/1342] Compiling X509 OCSPCertStatus.swift
[1240/1342] Compiling X509 OCSPExtensionID.swift
[1241/1352] Compiling X509 AnyPolicy.swift
[1242/1352] Compiling X509 CertificateStore.swift
[1243/1352] Compiling X509 CustomCertificateStore.swift
[1244/1352] Compiling X509 OneOfPolicies.swift
[1245/1352] Compiling X509 PolicyBuilder.swift
[1246/1352] Compiling X509 BasicConstraintsPolicy.swift
[1247/1352] Compiling X509 DNSNames.swift
[1248/1352] Compiling X509 DirectoryNames.swift
[1249/1352] Compiling X509 ExpiryPolicy.swift
[1250/1352] Compiling X509 IPConstraints.swift
[1251/1352] Compiling SwiftOperators OperatorError+Diagnostics.swift
[1252/1352] Compiling SwiftOperators OperatorError.swift
[1253/1352] Compiling SwiftOperators Operator.swift
[1254/1352] Emitting module SwiftOperators
[1255/1352] Compiling SwiftOperators OperatorTable+Folding.swift
[1256/1352] Compiling X509 CMSAttribute.swift
[1257/1352] Compiling X509 CMSContentInfo.swift
[1258/1352] Compiling X509 CMSEncapsulatedContentInfo.swift
[1259/1352] Compiling X509 CMSIssuerAndSerialNumber.swift
[1260/1352] Compiling X509 CMSOperations.swift
[1261/1352] Compiling X509 CMSSignature.swift
[1262/1352] Compiling X509 CMSSignedData.swift
[1263/1352] Compiling X509 CMSSignerIdentifier.swift
[1264/1352] Compiling X509 CMSSignerInfo.swift
[1265/1352] Compiling X509 CMSVersion.swift
[1267/1352] Compiling SwiftParserDiagnostics Utils.swift
[1268/1352] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[1269/1352] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[1270/1352] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[1271/1352] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[1272/1352] Compiling SwiftParserDiagnostics MissingNodesError.swift
[1273/1352] Compiling SwiftParserDiagnostics MissingTokenError.swift
[1274/1352] Emitting module SwiftParserDiagnostics
[1275/1352] Compiling SwiftParserDiagnostics PresenceUtils.swift
[1276/1353] Compiling X509 OCSPVersion.swift
[1277/1353] Compiling X509 PKCS8PrivateKey.swift
[1278/1353] Compiling X509 PromiseAndFuture.swift
[1279/1353] Compiling X509 RDNAttribute.swift
[1280/1353] Compiling X509 RandomNumberGenerator+bytes.swift
[1281/1353] Compiling X509 RelativeDistinguishedName.swift
[1282/1353] Compiling X509 SEC1PrivateKey.swift
[1283/1353] Compiling X509 SecKeyWrapper.swift
[1284/1353] Compiling X509 Signature.swift
[1285/1353] Compiling X509 SignatureAlgorithm.swift
[1286/1353] Compiling X509 AllOfPolicies.swift
[1287/1353] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[1288/1353] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[1289/1353] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[1290/1353] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[1293/1353] Compiling X509 Certificate.swift
[1294/1353] Compiling X509 CertificatePrivateKey.swift
[1295/1353] Compiling X509 CertificatePublicKey.swift
[1296/1353] Compiling X509 CertificateSerialNumber.swift
[1297/1353] Compiling X509 CertificateVersion.swift
[1298/1353] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[1299/1353] Compiling X509 StreetAddress.swift
[1300/1353] Compiling X509 Error.swift
[1301/1353] Compiling X509 AuthorityInformationAccess.swift
[1302/1353] Compiling X509 AuthorityKeyIdentifier.swift
[1303/1353] Compiling X509 BasicConstraints.swift
[1304/1353] Compiling X509 ExtendedKeyUsage.swift
[1305/1353] Compiling X509 ExtensionIdentifiers.swift
[1306/1353] Compiling X509 KeyUsage.swift
[1307/1353] Compiling X509 NameConstraints.swift
[1308/1353] Compiling X509 SubjectAlternativeName.swift
[1309/1353] Compiling X509 SubjectKeyIdentifier.swift
[1313/1353] Compiling X509 OCSPResponse.swift
[1314/1353] Compiling X509 OCSPResponseBytes.swift
[1315/1353] Compiling X509 OCSPResponseData.swift
[1316/1353] Compiling X509 OCSPResponseStatus.swift
[1317/1353] Compiling X509 OCSPSignature.swift
[1318/1353] Compiling X509 OCSPSingleRequest.swift
[1319/1353] Compiling X509 OCSPSingleResponse.swift
[1320/1353] Compiling X509 OCSPTBSRequest.swift
[1321/1353] Compiling X509 NameConstraintsPolicy.swift
[1322/1353] Compiling X509 RFC5280Policy.swift
[1323/1353] Compiling X509 URIConstraints.swift
[1324/1353] Compiling X509 VersionPolicy.swift
[1325/1353] Compiling X509 ServerIdentityPolicy.swift
[1326/1353] Compiling X509 TrustRootLoading.swift
[1327/1353] Compiling X509 UnverifiedChain.swift
[1328/1353] Compiling X509 ValidatedCertificateChain.swift
[1329/1353] Compiling X509 VerificationDiagnostic.swift
[1330/1353] Compiling X509 Verifier.swift
[1331/1353] Compiling X509 VerifierPolicy.swift
[1332/1353] Compiling X509 AlgorithmIdentifier.swift
[1333/1353] Compiling X509 ECDSASignature.swift
[1334/1353] Compiling X509 RSAPKCS1PublicKey.swift
[1335/1353] Compiling X509 SubjectPublicKeyInfo.swift
[1336/1353] Compiling X509 TBSCertificate.swift
[1337/1353] Compiling X509 Time.swift
[1338/1353] Compiling X509 TimeCalculations.swift
[1339/1353] Compiling X509 Validity.swift
[1340/1353] Compiling X509 X509SendableMetatype.swift
[1345/1368] Emitting module X509
[1346/1368] Compiling SwiftSyntaxBuilder Indenter.swift
[1347/1368] Compiling SwiftSyntaxBuilder ListBuilder.swift
[1348/1422] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[1349/1422] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[1350/1422] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[1351/1422] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[1352/1422] Compiling JWTKit ExpirationClaim.swift
[1353/1422] Compiling JWTKit GoogleHostedDomainClaim.swift
[1354/1422] Compiling JWTKit IssuerClaim.swift
[1355/1422] Compiling JWTKit JWTClaim.swift
[1356/1422] Compiling JWTKit IDClaim.swift
[1357/1422] Compiling JWTKit IssuedAtClaim.swift
[1358/1422] Emitting module SwiftSyntaxBuilder
[1359/1422] Compiling JWTKit ECDSACurveType.swift
[1360/1422] Compiling JWTKit ECDSAError.swift
[1361/1437] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[1362/1455] Compiling SwiftSyntaxMacros PreambleMacro.swift
[1363/1455] Compiling SwiftSyntaxMacros Macro.swift
[1364/1455] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[1365/1455] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[1366/1455] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[1367/1455] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[1368/1455] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[1369/1455] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[1370/1455] Compiling SwiftSyntaxMacros Macro+Format.swift
[1371/1455] Compiling SwiftSyntaxMacros MemberMacro.swift
[1372/1455] Compiling SwiftSyntaxMacros PeerMacro.swift
[1373/1456] Compiling SwiftSyntaxMacros AttachedMacro.swift
[1374/1456] Compiling SwiftSyntaxMacros BodyMacro.swift
[1375/1456] Emitting module SwiftSyntaxMacros
[1376/1456] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[1377/1456] Compiling SwiftSyntaxMacros AccessorMacro.swift
[1378/1456] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[1379/1456] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[1380/1456] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[1381/1466] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[1382/1466] Emitting module SwiftSyntaxMacroExpansion
[1383/1466] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[1384/1466] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[1385/1466] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[1386/1466] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[1387/1466] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[1388/1466] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[1389/1466] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[1390/1466] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[1391/1478] Emitting module SwiftCompilerPluginMessageHandling
[1392/1479] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[1393/1479] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[1394/1479] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[1395/1479] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[1396/1479] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[1397/1479] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[1398/1479] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[1399/1479] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[1400/1479] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[1401/1479] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[1402/1479] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[1403/1479] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[1404/1481] Emitting module SwiftCompilerPlugin
[1405/1481] Compiling SwiftCompilerPlugin CompilerPlugin.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1414/1493] Emitting module JWTKit
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[1415/1509] Compiling JWTKit MLDSAError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[1416/1509] Compiling JWTKit MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[1417/1509] Compiling JWTKit MLDSASigner.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[1418/1509] Compiling JWTKit MLDSAType.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[1419/1509] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[1420/1509] Compiling JWTKit UnsecuredNoneSigner.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[1421/1509] Compiling JWTKit JWTKeyCollection+RSA.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[1422/1509] Compiling JWTKit P521+CurveType.swift
[1423/1509] Compiling JWTKit EdDSA.swift
[1424/1509] Compiling JWTKit EdDSACurve.swift
[1425/1509] Compiling JWTKit EdDSAError.swift
[1426/1509] Compiling JWTKit EdDSASigner.swift
[1427/1509] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[1428/1509] Compiling JWTKit HMAC.swift
[1429/1509] Compiling JWTKit HMACError.swift
[1430/1509] Compiling JWTKit JWTPayload.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1431/1509] Compiling JWTKit JWTSerializer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1432/1509] Compiling JWTKit JWTSigner.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1433/1509] Compiling JWTKit JWTKeyCollection+MLDSA.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1434/1509] Compiling JWTKit MLDSA.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1435/1509] Compiling JWTKit MLDSA65+MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1436/1509] Compiling JWTKit MLDSA87+MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[1437/1509] Compiling PerceptionMacros Extensions.swift
[1438/1509] Compiling PerceptionMacros Plugins.swift
[1439/1509] Compiling PerceptionMacros Availability.swift
[1440/1509] Compiling PerceptionMacros PerceptibleMacro.swift
[1441/1509] Emitting module PerceptionMacros
[1442/1509] Compiling JWTKit RSA.swift
[1443/1509] Compiling JWTKit RSAError.swift
[1444/1509] Compiling JWTKit RSASigner.swift
[1445/1509] Compiling JWTKit Base64URL.swift
[1446/1509] Compiling JWTKit CryptoSigner.swift
[1447/1509] Compiling JWTKit CustomizedJSONCoders.swift
[1448/1509] Compiling JWTKit Utilities.swift
[1457/1509] Compiling JWTKit HMACSigner.swift
[1458/1509] Compiling JWTKit JWTKeyCollection+HMAC.swift
[1459/1509] Compiling JWTKit Insecure.swift
[1460/1509] Compiling JWTKit JWK.swift
[1461/1509] Compiling JWTKit JWKIdentifier.swift
[1462/1509] Compiling JWTKit JWKS.swift
[1463/1509] Compiling JWTKit JWKSigner.swift
[1463/1509] Write Objects.LinkFileList
[1465/1509] Compiling DependenciesMacrosPlugin Plugins.swift
[1466/1509] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[1467/1509] Compiling DependenciesMacrosPlugin Support.swift
[1468/1509] Emitting module DependenciesMacrosPlugin
[1469/1509] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[1469/1509] Write Objects.LinkFileList
[1471/1509] Emitting module CasePathsMacros
[1472/1509] Compiling CasePathsMacros Plugin.swift
[1473/1509] Compiling CasePathsMacros CasePathableMacro.swift
[1474/1509] Compiling JWTKit JWTMultiValueClaim.swift
[1475/1509] Compiling JWTKit JWTUnixEpochClaim.swift
[1476/1509] Compiling JWTKit LocaleClaim.swift
[1477/1509] Compiling JWTKit NotBeforeClaim.swift
[1478/1509] Compiling JWTKit SubjectClaim.swift
[1479/1509] Compiling JWTKit TenantIDClaim.swift
[1480/1509] Compiling JWTKit ECDSA.swift
[1481/1509] Compiling JWTKit ECDSACurve.swift
[1482/1509] Compiling JWTKit JWTAlgorithm.swift
[1483/1509] Compiling JWTKit JWTError.swift
[1484/1509] Compiling JWTKit JWTHeader+CommonFields.swift
[1485/1509] Compiling JWTKit JWTHeader.swift
[1486/1509] Compiling JWTKit JWTHeaderField.swift
[1487/1509] Compiling JWTKit JWTKeyCollection.swift
[1488/1509] Compiling JWTKit JWTParser.swift
[1488/1509] Write Objects.LinkFileList
[1490/1509] Compiling JWTKit AppleIdentityToken.swift
[1491/1509] Compiling JWTKit FirebaseAuthIdentityToken.swift
[1492/1509] Compiling JWTKit GoogleIdentityToken.swift
[1493/1509] Compiling JWTKit MicrosoftIdentityToken.swift
[1494/1509] Compiling JWTKit EmptyPolicy.swift
[1495/1509] Compiling JWTKit ValidationTimePayload.swift
[1496/1509] Compiling JWTKit X5CVerifier.swift
[1497/1509] Compiling ComposableArchitectureMacros ViewActionMacro.swift
[1498/1509] Compiling ComposableArchitectureMacros PresentsMacro.swift
[1499/1509] Compiling ComposableArchitectureMacros Extensions.swift
[1500/1509] Compiling ComposableArchitectureMacros ObservableStateMacro.swift
[1501/1509] Emitting module ComposableArchitectureMacros
[1502/1509] Compiling ComposableArchitectureMacros Plugins.swift
[1503/1509] Compiling ComposableArchitectureMacros Availability.swift
[1503/1509] Linking CasePathsMacros-tool
[1503/1509] Linking PerceptionMacros-tool
[1503/1509] Linking DependenciesMacrosPlugin-tool
Fetching https://github.com/dirtyhenry/swift-blocks
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/jpsim/Yams.git from cache
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/3022] Fetching swift-blocks
[183/12477] Fetching swift-blocks, jwt-kit
[12478/324243] Fetching swift-blocks, jwt-kit, swift-composable-architecture
Fetched https://github.com/dirtyhenry/swift-blocks from cache (9.67s)
Fetched https://github.com/vapor/jwt-kit.git from cache (9.67s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (9.67s)
Fetched https://github.com/jpsim/Yams.git from cache (9.70s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (9.70s)
Fetched https://github.com/apple/swift-argument-parser from cache (9.70s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.23.1 (10.48s)
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-dependencies from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
[1/1946] Fetching swift-perception
[216/5456] Fetching swift-perception, swift-sharing
[392/6993] Fetching swift-perception, swift-sharing, swift-identified-collections
[621/53020] Fetching swift-perception, swift-sharing, swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.70s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-perception from cache (0.88s)
[4917/51074] Fetching swift-sharing, swift-identified-collections, swift-navigation
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.96s)
Fetching https://github.com/pointfreeco/swift-case-paths from cache
[3055/47564] Fetching swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.61s)
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.61s)
Fetching https://github.com/apple/swift-collections from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.96s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (1.96s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.96s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.97s)
Fetched https://github.com/swiftlang/swift-syntax from cache (2.01s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.69s)
Fetched https://github.com/apple/swift-collections from cache (1.26s)
Computing version for https://github.com/dirtyhenry/swift-blocks
Computed https://github.com/dirtyhenry/swift-blocks at 0.8.0 (3.42s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.49s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.50s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.52s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.22s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (4.26s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.48s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.0 (0.48s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.3.0 (0.48s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git from cache
[1/6915] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.50s)
Fetched https://github.com/apple/swift-log.git from cache (1.52s)
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.1.0 (4.37s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.70s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (1.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (0.57s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.6.0 (0.49s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.2 (0.60s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (1.62s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.51s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.48s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.63s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.68s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 2.0.9 (0.47s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.49s)
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.63s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.12s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.49s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.7.4 (0.48s)
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.7.4
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.6.0
Creating working copy for https://github.com/dirtyhenry/swift-blocks
Working copy of https://github.com/dirtyhenry/swift-blocks resolved at 0.8.0
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.3.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.23.1
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.2
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.0
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 2.0.9
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.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.1.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/11] Write swift-version-2F0A5646E1D333AE.txt
[4/117] Compiling Sharing2 Empty.swift
[5/117] Emitting module Sharing2
[6/117] Compiling Sharing1 Empty.swift
[7/117] Emitting module Sharing1
[8/117] Compiling SwiftSyntax602 Empty.swift
[9/117] Emitting module SwiftSyntax602
[10/117] Emitting module IssueReportingPackageSupport
[11/117] Compiling IssueReportingPackageSupport _Test.swift
[12/117] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[13/118] Compiling Yams Node.Sequence.swift
[14/118] Compiling Yams RedundancyAliasingStrategy.swift
[15/118] Compiling Yams String+Yams.swift
[16/118] Compiling Yams Node.Scalar.swift
[17/122] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/122] Compiling Yams Representer.swift
[19/122] Compiling Yams Node.swift
[20/124] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[21/126] Emitting module SwiftSyntax600
[22/126] Compiling SwiftSyntax600 Empty.swift
[23/126] Emitting module SwiftSyntax601
[24/126] Compiling SwiftSyntax601 Empty.swift
[25/126] Compiling SwiftSyntax510 Empty.swift
[26/126] Compiling SwiftSyntax509 Empty.swift
[27/126] Emitting module SwiftSyntax509
[28/126] Emitting module SwiftSyntax510
[29/126] Compiling Yams Encoder.swift
[30/126] Compiling Yams Mark.swift
[31/126] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[32/126] Compiling _CertificateInternals _TinyArray.swift
[33/126] Emitting module _CertificateInternals
[34/126] Compiling CryptoBoringWrapper RandomBytes.swift
[35/126] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[36/126] Compiling CryptoBoringWrapper EllipticCurve.swift
[37/126] Compiling Yams Emitter.swift
[38/126] Compiling Yams Resolver.swift
[39/161] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[40/161] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[41/161] Emitting module CryptoBoringWrapper
[42/247] Compiling Crypto ChaChaPoly_boring.swift
[43/247] Compiling Crypto ChaChaPoly.swift
[44/247] Compiling Crypto Cipher.swift
[45/247] Compiling Crypto Nonces.swift
[48/248] Emitting module InternalCollectionsUtilities
[49/248] Compiling Crypto ASN1BitString.swift
[50/248] Compiling Crypto ASN1Boolean.swift
[53/248] Compiling Crypto ASN1.swift
[54/248] Compiling Crypto ASN1Any.swift
[55/248] Compiling SwiftASN1 DER.swift
[56/248] Compiling Crypto ASN1Strings.swift
[57/248] Compiling Crypto ArraySliceBigint.swift
[58/248] Compiling ConcurrencyExtras Result.swift
[59/248] Compiling ConcurrencyExtras MainSerialExecutor.swift
[60/248] Compiling ConcurrencyExtras LockIsolated.swift
[61/248] Compiling ConcurrencyExtras Locking.swift
[62/248] Compiling ConcurrencyExtras UncheckedBox.swift
[63/248] Compiling ConcurrencyExtras Task.swift
[64/249] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[65/249] Compiling Crypto AES-GCM.swift
[66/249] Compiling Crypto AES-GCM_boring.swift
[67/249] Emitting module ConcurrencyExtras
[68/249] Compiling ConcurrencyExtras AsyncStream.swift
[69/249] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[70/249] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[71/249] Compiling Crypto ECDH.swift
[72/249] Compiling Crypto ANSIx963.swift
[73/249] Compiling Crypto HKDF.swift
[74/249] Compiling Crypto AESWrap.swift
[75/249] Compiling Crypto AESWrap_boring.swift
[76/249] Compiling Crypto Ed25519_boring.swift
[77/249] Compiling Crypto NISTCurvesKeys_boring.swift
[78/249] Compiling Crypto X25519Keys_boring.swift
[79/249] Compiling Crypto Curve25519.swift
[80/259] Compiling Crypto ObjectIdentifier.swift
[81/259] Compiling Crypto ECDSASignature.swift
[82/300] Compiling Blocks CLIUtils.swift
[83/300] Compiling Blocks ICalendar.swift
[84/300] Compiling Blocks CopyUtils.swift
[85/300] Compiling Blocks DataFormatter.swift
[86/300] Compiling Blocks JSON.swift
[87/300] Compiling Blocks JavaScriptISO8601DateFormatter.swift
[88/300] Compiling Blocks Arithmetic.swift
[89/300] Compiling Blocks PackageDump.swift
[90/300] Compiling Blocks Pasteboard.swift
[91/300] Compiling Blocks PlainDate.swift
[92/300] Compiling Blocks StatusCodeCheckingTransport.swift
[93/300] Compiling Blocks TaskState.swift
[94/300] Compiling Blocks Transport.swift
[95/300] Compiling Blocks SecurityError.swift
[96/300] Compiling Blocks SecurityUtils.swift
[97/300] Compiling Blocks SimpleMessageError.swift
[98/303] Emitting module Yams
[99/303] Compiling Crypto HashFunctions_SHA3.swift
[100/303] Compiling Crypto Digest_xkcp.swift
[101/303] Compiling Crypto HPKE-AEAD.swift
[102/303] Compiling Crypto HPKE-Ciphersuite.swift
[103/303] Compiling Crypto HPKE-KDF.swift
[104/303] Compiling Crypto HPKE-KexKeyDerivation.swift
[105/303] Compiling Crypto HPKE-LabeledExtract.swift
[106/303] Compiling Crypto HPKE-Utils.swift
[107/303] Compiling Crypto DHKEM.swift
[108/303] Compiling Crypto HPKE-KEM-Curve25519.swift
[109/303] Compiling Crypto MLKEM_boring.swift
[110/303] Compiling Crypto MLKEM_wrapper.swift
[111/303] Compiling Crypto XWing_boring.swift
[112/303] Compiling Crypto KEM-Errors.swift
[113/303] Compiling Crypto KEM.swift
[114/303] Compiling Crypto MLKEM.swift
[115/303] Compiling Crypto XWing.swift
[116/303] Compiling Crypto ECDH_boring.swift
[117/303] Compiling Crypto DH.swift
[118/303] Compiling Crypto Ed25519Keys.swift
[119/303] Compiling Crypto NISTCurvesKeys.swift
[120/303] Compiling Crypto X25519Keys.swift
[121/303] Compiling Crypto SymmetricKeys.swift
[122/303] Compiling Crypto HMAC.swift
[123/303] Compiling Crypto MACFunctions.swift
[124/303] Compiling Crypto MessageAuthenticationCode.swift
[125/303] Compiling Crypto AES.swift
[126/303] Compiling Crypto ECDSASignature_boring.swift
[127/303] Compiling Blocks TransportError.swift
[128/303] Compiling Crypto SEC1PrivateKey.swift
[129/303] Compiling Crypto SubjectPublicKeyInfo.swift
[130/303] Compiling Crypto CryptoError_boring.swift
[131/303] Compiling Crypto CryptoKitErrors.swift
[132/303] Compiling Crypto Digest_boring.swift
[133/303] Compiling Crypto Digest.swift
[134/303] Compiling Crypto Digests.swift
[135/303] Compiling Crypto HashFunctions.swift
[136/303] Compiling Crypto HashFunctions_SHA2.swift
[137/303] Compiling Crypto ECDSA_boring.swift
[138/303] Compiling Crypto EdDSA_boring.swift
[139/303] Compiling Crypto MLDSA_boring.swift
[140/303] Compiling Crypto MLDSA_wrapper.swift
[141/303] Compiling Crypto ECDSA.swift
[142/303] Compiling Crypto Ed25519.swift
[143/303] Compiling Crypto MLDSA.swift
[144/303] Compiling Crypto Signature.swift
[145/303] Compiling Crypto CryptoKitErrors_boring.swift
[146/303] Compiling Blocks Bundle.swift
[147/303] Compiling Blocks Calendar.swift
[150/303] Compiling Blocks Data.swift
[151/303] Compiling Blocks Font.swift
[152/303] Compiling Blocks JSONDecoder.swift
[153/303] Compiling Blocks URLRequestHeaderItem.swift
[154/303] Compiling Blocks LabeledTextField.swift
[155/303] Compiling Blocks PlainDatePicker.swift
[156/303] Compiling Blocks TaskStateButton.swift
[157/303] Compiling Blocks BlocksError.swift
[162/303] Compiling Blocks GenericPasswordKeychainItem.swift
[163/303] Compiling Blocks PKCE.swift
[167/303] Compiling Blocks Sitemap.swift
[168/303] Compiling Blocks RetryTransport.swift
[169/303] Compiling Blocks JSONEncoder.swift
[170/303] Compiling Blocks StringProtocol.swift
[171/303] Compiling Blocks URLComponents.swift
[174/303] Emitting module Crypto
[175/303] Compiling SwiftASN1 Errors.swift
[176/303] Compiling Blocks MailtoComponents.swift
[177/303] Compiling Blocks MockTransport.swift
[178/303] Compiling Blocks MultipartRequest.swift
[180/303] Compiling Blocks Endpoint.swift
[181/303] Compiling Blocks LoggingTransport.swift
[204/369] Compiling ConcurrencyExtras UncheckedSendable.swift
[205/425] Compiling OrderedCollections _HashTable+Testing.swift
[206/425] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[207/425] Compiling OrderedCollections _HashTable+Bucket.swift
[208/425] Compiling OrderedCollections _HashTable+BucketIterator.swift
[209/425] Compiling OrderedCollections _HashTable+Constants.swift
[210/425] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[211/425] Compiling OrderedCollections _HashTable.swift
[212/425] Compiling OrderedCollections OrderedSet+Codable.swift
[213/425] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[214/425] Compiling OrderedCollections OrderedSet+Descriptions.swift
[226/427] Emitting module IssueReporting
[227/427] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[228/427] Compiling OrderedCollections _Hashtable+Header.swift
[229/427] Compiling OrderedCollections OrderedDictionary+Codable.swift
[230/427] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[231/427] Compiling Logging LogHandler.swift
[232/427] Compiling Logging MetadataProvider.swift
[233/427] Compiling Logging Locks.swift
[234/427] Compiling Logging Logging.swift
[235/427] Emitting module Logging
[236/427] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[237/427] Compiling OrderedCollections OrderedSet+Sendable.swift
[238/427] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[239/427] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[240/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[241/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[242/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[243/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[244/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[245/431] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[246/437] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[247/437] Compiling OrderedCollections OrderedSet+Hashable.swift
[249/437] Compiling OrderedCollections OrderedSet+Initializers.swift
[255/468] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[256/468] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[257/468] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[258/468] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[261/468] Compiling OrderedCollections OrderedDictionary+Elements.swift
[262/468] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[263/468] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[264/468] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[265/468] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[266/468] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[267/468] Compiling PerceptionCore Perceptions.swift
[268/468] Compiling PerceptionCore PerceptionChecking.swift
[269/468] Compiling PerceptionCore PerceptionRegistrar.swift
[270/468] Compiling OrderedCollections OrderedSet+Diffing.swift
[271/468] Compiling OrderedCollections OrderedSet+Equatable.swift
[276/468] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[277/468] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[281/468] Compiling OrderedCollections OrderedSet+Insertions.swift
[282/468] Compiling OrderedCollections OrderedSet+Invariants.swift
[283/468] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[284/468] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[285/468] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[286/468] Compiling Crypto RNG_boring.swift
[287/468] Compiling Crypto SafeCompare_boring.swift
[288/468] Compiling Crypto Zeroization_boring.swift
[289/468] Compiling Crypto PrettyBytes.swift
[290/468] Compiling Crypto SafeCompare.swift
[291/468] Compiling Crypto SecureBytes.swift
[292/468] Compiling Crypto Zeroization.swift
[293/468] Compiling Crypto resource_bundle_accessor.swift
[294/468] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[295/468] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[296/468] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[297/468] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[298/468] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[299/468] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[302/468] Compiling Blocks WatchPairingUtil.swift
[303/468] Compiling Blocks FrontMatter.swift
[304/468] Compiling Blocks JSONFeed.swift
[305/468] Compiling Blocks OpenGraph.swift
[309/468] Emitting module ArgumentParserToolInfo
[310/468] Compiling ArgumentParserToolInfo ToolInfo.swift
[311/477] Emitting module Blocks
[333/477] Compiling CombineSchedulers AnyScheduler.swift
[334/477] Compiling CombineSchedulers Concurrency.swift
[335/477] Compiling CombineSchedulers ImmediateScheduler.swift
[336/477] Compiling CombineSchedulers Deprecations.swift
[337/477] Compiling CombineSchedulers Lock.swift
[338/477] Compiling CombineSchedulers NSRecursiveLock.swift
[339/477] Compiling PerceptionCore PerceptionTracking.swift
[342/477] Emitting module SwiftASN1
[345/524] Compiling CombineSchedulers UIScheduler.swift
[346/524] Compiling CombineSchedulers UIKit.swift
[347/524] Emitting module CombineSchedulers
[348/524] Compiling PerceptionCore WithPerceptionTracking.swift
[349/524] Compiling PerceptionCore ThreadLocal.swift
[350/525] Compiling ArgumentParser BashCompletionsGenerator.swift
[351/525] Compiling ArgumentParser CompletionsGenerator.swift
[352/525] Compiling ArgumentParser FishCompletionsGenerator.swift
[353/525] Compiling ArgumentParser ZshCompletionsGenerator.swift
[358/525] Compiling ArgumentParser Argument.swift
[359/525] Compiling ArgumentParser Flag.swift
[360/525] Compiling ArgumentParser NameSpecification.swift
[361/525] Compiling XCTestDynamicOverlay Exports.swift
[362/525] Emitting module XCTestDynamicOverlay
[363/525] Compiling XCTestDynamicOverlay Deprecations.swift
[364/525] Compiling CombineSchedulers TestScheduler.swift
[365/525] Compiling CombineSchedulers SwiftUI.swift
[366/525] Compiling CombineSchedulers Platform.swift
[367/525] Compiling CombineSchedulers Timer.swift
[368/525] Compiling OrderedCollections OrderedSet+SubSequence.swift
[369/525] Compiling OrderedCollections OrderedSet+Testing.swift
[370/525] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[371/525] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[372/525] Compiling OrderedCollections OrderedSet.swift
[373/525] Compiling OrderedCollections _UnsafeBitset.swift
[374/525] Compiling PerceptionCore Environment.swift
[375/525] Compiling PerceptionCore Bindable.swift
[377/525] Compiling ArgumentParser Option.swift
[378/583] Compiling Clocks UnimplementedClock.swift
[379/583] Compiling Clocks Timer.swift
[380/583] Compiling CryptoExtras CryptoKitErrors_boring.swift
[381/583] Compiling CryptoExtras Data+Extensions.swift
[382/583] Compiling CryptoExtras DigestType.swift
[383/583] Compiling CryptoExtras Error.swift
[384/611] Compiling Clocks Lock.swift
[385/611] Compiling Clocks _AsyncTimerSequence.swift
[386/611] Compiling Clocks SwiftUI.swift
[387/611] Emitting module Clocks
[388/611] Compiling Clocks ImmediateClock.swift
[389/611] Compiling Clocks TestClock.swift
[390/611] Compiling Clocks AnyClock.swift
[391/621] Compiling CombineSchedulers UnimplementedScheduler.swift
[392/621] Compiling CustomDump CoreLocation.swift
[393/621] Compiling CustomDump CoreMotion.swift
[394/621] Compiling CustomDump Photos.swift
[395/621] Compiling CustomDump Speech.swift
[396/621] Compiling CustomDump StoreKit.swift
[397/621] Compiling CustomDump CoreImage.swift
[398/621] Emitting module PerceptionCore
[399/621] Compiling CustomDump Identifiable.swift
[400/621] Compiling CustomDump Foundation.swift
[401/621] Compiling PerceptionCore _PerceptionRegistrar.swift
[402/646] Compiling Dependencies Clocks.swift
[403/646] Compiling Dependencies Context.swift
[404/646] Compiling Dependencies Date.swift
[405/646] Compiling Dependencies DependencyValues.swift
[406/646] Compiling Dependencies Assert.swift
[407/650] Emitting module SnapshotTesting
[408/650] Compiling Dependencies MainRunLoop.swift
[409/650] Compiling Dependencies NotificationCenter.swift
[410/650] Compiling Dependencies OpenURL.swift
[411/650] Compiling Dependencies TypeName.swift
[412/650] Compiling CasePathsCore Optional+CasePathable.swift
[413/650] Compiling CasePathsCore Never+CasePathable.swift
[417/651] Compiling CryptoExtras I2OSP.swift
[418/651] Compiling CryptoExtras IntegerEncoding.swift
[419/651] Compiling CasePathsCore TypeName.swift
[420/651] Compiling CasePathsCore UncheckedSendable.swift
[421/651] Compiling CasePathsCore KeyPath+Sendable.swift
[422/651] Compiling CasePathsCore AnyCasePath.swift
[423/651] Emitting module CasePathsCore
[424/651] Compiling CasePathsCore CasePathReflectable.swift
[425/651] Compiling CasePathsCore CasePathIterable.swift
[426/651] Compiling CasePathsCore CasePathable.swift
[427/651] Emitting module ArgumentParser
[428/651] Emitting module OrderedCollections
[429/651] Compiling CryptoExtras ARCCredential.swift
[430/651] Compiling CryptoExtras ARCEncoding.swift
[431/651] Compiling CryptoExtras ARCPrecredential.swift
[432/651] Compiling CryptoExtras ObjectIdentifier.swift
[433/651] Compiling CryptoExtras PKCS8DERRepresentation.swift
[434/651] Compiling CryptoExtras PKCS8PrivateKey.swift
[435/651] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[436/651] Compiling CryptoExtras ECToolbox_boring.swift
[437/651] Compiling CryptoExtras ECToolbox.swift
[439/651] Compiling CasePathsCore Result+CasePathable.swift
[440/670] Compiling Dependencies FireAndForget.swift
[441/670] Compiling Dependencies Locale.swift
[442/670] Compiling Dependencies MainQueue.swift
[443/672] Compiling ArgumentParser NonsenseFlagsValidator.swift
[444/672] Compiling ArgumentParser ParsableArgumentsValidation.swift
[445/672] Compiling ArgumentParser PositionalArgumentsValidator.swift
[446/672] Compiling ArgumentParser UniqueNamesValidator.swift
[447/672] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[448/672] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[449/672] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[450/672] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[451/672] Compiling IdentifiedCollections IdentifiedArray.swift
[452/672] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[453/672] Compiling IdentifiedCollections Identified.swift
[454/672] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[455/672] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[465/674] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[466/674] Emitting module Dependencies
[467/674] Emitting module CustomDump
[468/674] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[469/674] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[470/674] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[471/674] Compiling Dependencies UUID.swift
[472/674] Compiling Dependencies WithRandomNumberGenerator.swift
[475/674] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[476/674] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[483/674] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[494/681] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[495/681] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[505/681] Compiling Dependencies AppEntryPoint.swift
[506/681] Compiling Dependencies TestTrait.swift
[507/681] Compiling Dependencies WithDependencies.swift
[508/681] Compiling CustomDump Diff.swift
[536/681] Emitting module IdentifiedCollections
[537/681] Compiling IdentifiedCollections IdentifiedCollection.swift
[545/681] Compiling CustomDump XCTAssertDifference.swift
[546/681] Compiling CustomDump XCTAssertNoDifference.swift
[547/681] Compiling CryptoExtras ARC.swift
[556/681] Compiling CryptoExtras PBKDF2.swift
[557/681] Compiling CryptoExtras Scrypt_boring.swift
[577/681] Compiling CryptoExtras VOPRFServer.swift
[578/681] Compiling CryptoExtras RSA+BlindSigning.swift
[579/681] Compiling CryptoExtras RSA.swift
[580/681] Compiling CryptoExtras RSA_boring.swift
[581/681] Compiling CryptoExtras Reexport.swift
[582/681] Compiling CryptoExtras BoringSSLHelpers.swift
[583/681] Compiling CryptoExtras ThreadWindows.swift
[584/681] Compiling CryptoExtras DLEQ.swift
[585/681] Compiling CryptoExtras Prover.swift
[586/681] Compiling CryptoExtras Verifier.swift
[587/681] Compiling CryptoExtras ZKPToolbox.swift
[588/681] Compiling CryptoExtras resource_bundle_accessor.swift
[589/703] Emitting module CryptoExtras
[590/703] Compiling Sharing SharedBinding.swift
[591/703] Compiling Sharing SharedKey.swift
[592/703] Compiling Sharing AppStorageKey.swift
[593/703] Compiling Sharing DefaultKey.swift
[594/703] Compiling Sharing FileStorageKey.swift
[595/703] Compiling Sharing SharedReader.swift
[596/703] Compiling Sharing SharedReaderKey.swift
[597/703] Compiling Sharing NSRecursiveLock+WithLock.swift
[598/703] Compiling Sharing PassthroughRelay.swift
[599/703] Compiling Sharing PersistentReferences.swift
[600/703] Compiling Sharing Reference.swift
[601/703] Compiling Sharing SharedChangeTracker.swift
[602/703] Compiling Sharing TypeName.swift
[603/703] Compiling Sharing SharedCollection.swift
[604/703] Compiling Sharing SharedContinuations.swift
[610/705] Emitting module _CryptoExtras
[611/705] Compiling _CryptoExtras Exports.swift
[612/803] Emitting module Sharing
[613/805] Compiling X509 OrganizationName.swift
[614/805] Compiling X509 OrganizationalUnitName.swift
[615/805] Compiling X509 CommonName.swift
[616/805] Compiling X509 CountryName.swift
[617/805] Compiling X509 DNBuilder.swift
[618/805] Compiling X509 Digests.swift
[619/805] Compiling X509 DistinguishedName.swift
[620/805] Compiling X509 CertificateSerialNumber.swift
[621/805] Compiling X509 CertificateVersion.swift
[622/805] Compiling X509 DomainComponent.swift
[623/805] Compiling X509 EmailAddress.swift
[624/805] Compiling X509 LocalityName.swift
[625/805] Compiling X509 ExtensionRequest.swift
[626/805] Compiling X509 Certificate.swift
[627/805] Compiling X509 CSRVersion.swift
[628/805] Compiling X509 CertificateSigningRequest.swift
[629/805] Compiling X509 CertificationRequestInfo.swift
[630/805] Compiling X509 CertificatePrivateKey.swift
[631/805] Compiling X509 CertificatePublicKey.swift
[632/805] Compiling X509 CSRAttribute.swift
[633/805] Compiling X509 CSRAttributes.swift
[634/805] Compiling Sharing SwiftUIStateSharing.swift
[635/805] Compiling Sharing resource_bundle_accessor.swift
[636/805] Compiling X509 Extension.swift
[637/805] Compiling X509 Extensions.swift
[638/805] Compiling X509 ExtensionsBuilder.swift
[639/805] Compiling X509 GeneralName.swift
[640/805] Compiling X509 Lock.swift
[641/805] Compiling X509 LockedValueBox.swift
[642/805] Compiling X509 BasicOCSPResponse.swift
[643/805] Compiling X509 DirectoryString.swift
[644/805] Compiling X509 OCSPCertID.swift
[645/805] Compiling X509 OCSPCertStatus.swift
[646/805] Compiling X509 OCSPExtensionID.swift
[647/815] Compiling X509 NameConstraintsPolicy.swift
[648/815] Compiling X509 RFC5280Policy.swift
[649/815] Compiling X509 URIConstraints.swift
[650/815] Compiling X509 VersionPolicy.swift
[651/815] Compiling X509 ServerIdentityPolicy.swift
[652/815] Compiling X509 TrustRootLoading.swift
[653/815] Compiling X509 UnverifiedChain.swift
[654/815] Compiling X509 ValidatedCertificateChain.swift
[655/815] Compiling X509 VerificationDiagnostic.swift
[656/815] Compiling X509 Verifier.swift
[657/815] Compiling X509 OCSPNonce.swift
[658/815] Compiling X509 OCSPPolicy.swift
[659/815] Compiling X509 OCSPRequest.swift
[660/815] Compiling X509 OCSPResponse.swift
[661/815] Compiling X509 OCSPResponseBytes.swift
[662/815] Compiling X509 OCSPResponseData.swift
[663/815] Compiling X509 OCSPResponseStatus.swift
[664/815] Compiling X509 OCSPSignature.swift
[665/815] Compiling X509 OCSPSingleRequest.swift
[666/815] Compiling X509 OCSPSingleResponse.swift
[667/815] Compiling X509 OCSPTBSRequest.swift
[668/815] Compiling X509 OCSPVersion.swift
[669/815] Compiling X509 PKCS8PrivateKey.swift
[670/815] Compiling X509 PromiseAndFuture.swift
[671/815] Compiling X509 RDNAttribute.swift
[672/815] Compiling X509 RandomNumberGenerator+bytes.swift
[673/815] Compiling X509 RelativeDistinguishedName.swift
[674/815] Compiling X509 SEC1PrivateKey.swift
[675/815] Compiling X509 SecKeyWrapper.swift
[676/815] Compiling X509 Signature.swift
[677/815] Compiling X509 SignatureAlgorithm.swift
[678/815] Compiling X509 AllOfPolicies.swift
[679/815] Compiling X509 AnyPolicy.swift
[680/815] Compiling X509 CertificateStore.swift
[681/815] Compiling X509 CustomCertificateStore.swift
[682/815] Compiling X509 OneOfPolicies.swift
[683/815] Compiling X509 PolicyBuilder.swift
[684/815] Compiling X509 BasicConstraintsPolicy.swift
[685/815] Compiling X509 DNSNames.swift
[686/815] Compiling X509 DirectoryNames.swift
[687/815] Compiling X509 ExpiryPolicy.swift
[688/815] Compiling X509 IPConstraints.swift
[689/815] Compiling X509 StreetAddress.swift
[690/815] Compiling X509 Error.swift
[691/815] Compiling X509 AuthorityInformationAccess.swift
[692/815] Compiling X509 AuthorityKeyIdentifier.swift
[693/815] Compiling X509 BasicConstraints.swift
[694/815] Compiling X509 ExtendedKeyUsage.swift
[695/815] Compiling X509 ExtensionIdentifiers.swift
[696/815] Compiling X509 KeyUsage.swift
[697/815] Compiling X509 NameConstraints.swift
[698/815] Compiling X509 SubjectAlternativeName.swift
[699/815] Compiling X509 SubjectKeyIdentifier.swift
[700/815] Compiling X509 VerifierPolicy.swift
[701/815] Compiling X509 AlgorithmIdentifier.swift
[702/815] Compiling X509 ECDSASignature.swift
[703/815] Compiling X509 RSAPKCS1PublicKey.swift
[704/815] Compiling X509 SubjectPublicKeyInfo.swift
[705/815] Compiling X509 TBSCertificate.swift
[706/815] Compiling X509 Time.swift
[707/815] Compiling X509 TimeCalculations.swift
[708/815] Compiling X509 Validity.swift
[709/815] Compiling X509 X509SendableMetatype.swift
[722/815] Compiling X509 CMSContentInfo.swift
[723/815] Compiling X509 CMSEncapsulatedContentInfo.swift
[724/815] Compiling X509 CMSIssuerAndSerialNumber.swift
[725/815] Compiling X509 CMSOperations.swift
[726/815] Compiling X509 CMSSignature.swift
[727/815] Compiling X509 CMSSignedData.swift
[728/815] Compiling X509 CMSSignerIdentifier.swift
[729/815] Compiling X509 CMSSignerInfo.swift
[730/815] Compiling X509 CMSVersion.swift
[731/815] Compiling X509 Curve25519+DER.swift
[743/815] Emitting module X509
[744/883] Compiling JWTKit AudienceClaim.swift
[745/883] Compiling JWTKit BoolClaim.swift
[746/883] Compiling JWTKit ExpirationClaim.swift
[747/883] Compiling JWTKit GoogleHostedDomainClaim.swift
[748/883] Compiling JWTKit IDClaim.swift
[749/883] Compiling JWTKit IssuedAtClaim.swift
[750/883] Compiling JWTKit IssuerClaim.swift
[751/883] Compiling JWTKit JWTClaim.swift
[752/890] Compiling JWTKit P521+CurveType.swift
[753/890] Compiling JWTKit EdDSA.swift
[754/890] Compiling JWTKit EdDSACurve.swift
[755/890] Compiling JWTKit EdDSAError.swift
[756/890] Compiling JWTKit EdDSASigner.swift
[757/890] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[758/890] Compiling JWTKit HMAC.swift
[759/890] Compiling JWTKit HMACError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[760/890] Emitting module JWTKit
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[761/890] Compiling JWTKit ECDSACurveType.swift
[762/890] Compiling JWTKit ECDSAError.swift
[763/890] Compiling JWTKit ECDSAKeyTypes.swift
[764/890] Compiling JWTKit ECDSASigner.swift
[765/890] Compiling JWTKit ECDSASigningAlgorithm.swift
[766/890] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[767/890] Compiling JWTKit P256+CurveType.swift
[768/890] Compiling JWTKit P384+CurveType.swift
[769/890] Compiling JWTKit RSA.swift
[770/890] Compiling JWTKit RSAError.swift
[771/890] Compiling JWTKit RSASigner.swift
[772/890] Compiling JWTKit Base64URL.swift
[773/890] Compiling JWTKit CryptoSigner.swift
[774/890] Compiling JWTKit CustomizedJSONCoders.swift
[775/890] Compiling JWTKit Utilities.swift
[776/890] Compiling JWTKit MLDSAError.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[777/890] Compiling JWTKit MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[778/890] Compiling JWTKit MLDSASigner.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[779/890] Compiling JWTKit MLDSAType.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[780/890] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[781/890] Compiling JWTKit UnsecuredNoneSigner.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[782/890] Compiling JWTKit JWTKeyCollection+RSA.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:13:11: error: cannot find type 'MLDSA65' in scope
11 | @_spi(PostQuantum)
12 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
13 | extension MLDSA65: MLDSAType {
| `- error: cannot find type 'MLDSA65' in scope
14 | public static var name: String { "ML-DSA-65" }
15 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSAType.swift:19:11: error: cannot find type 'MLDSA87' in scope
17 | @_spi(PostQuantum)
18 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
19 | extension MLDSA87: MLDSAType {
| `- error: cannot find type 'MLDSA87' in scope
20 | public static var name: String { "ML-DSA-87" }
21 | }
[783/890] Compiling JWTKit JWTPayload.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[784/890] Compiling JWTKit JWTSerializer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[785/890] Compiling JWTKit JWTSigner.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[786/890] Compiling JWTKit JWTKeyCollection+MLDSA.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[787/890] Compiling JWTKit MLDSA.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[788/890] Compiling JWTKit MLDSA65+MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[789/890] Compiling JWTKit MLDSA87+MLDSAKey.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA65' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA65' in scope
6 | public typealias MLDSAType = MLDSA65
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA65' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA65' in scope
12 | public typealias MLDSAType = MLDSA65
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA65' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA65PublicKey = MLDSA.PublicKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA65' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA65PrivateKey = MLDSA.PrivateKey<MLDSA65>
| `- error: cannot find type 'MLDSA65' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:5:11: error: cannot find type 'MLDSA87' in scope
3 | @_spi(PostQuantum)
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
| `- error: cannot find type 'MLDSA87' in scope
6 | public typealias MLDSAType = MLDSA87
7 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:11:11: error: cannot find type 'MLDSA87' in scope
9 | @_spi(PostQuantum)
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
| `- error: cannot find type 'MLDSA87' in scope
12 | public typealias MLDSAType = MLDSA87
13 | }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:17:53: error: cannot find type 'MLDSA87' in scope
15 | @_spi(PostQuantum)
16 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
17 | public typealias MLDSA87PublicKey = MLDSA.PublicKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
18 |
19 | @_spi(PostQuantum)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:21:55: error: cannot find type 'MLDSA87' in scope
19 | @_spi(PostQuantum)
20 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
21 | public typealias MLDSA87PrivateKey = MLDSA.PrivateKey<MLDSA87>
| `- error: cannot find type 'MLDSA87' in scope
22 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA65' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA65.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA65+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA65' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA65.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA65
| `- error: cannot find type 'MLDSA65' in scope
13 | }
14 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:6:34: error: cannot find type 'MLDSA87' in scope
4 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
5 | extension MLDSA87.PublicKey: MLDSAPublicKey {
6 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
7 | }
8 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/jwt-kit/Sources/JWTKit/MLDSA/MLDSA87+MLDSAKey.swift:12:34: error: cannot find type 'MLDSA87' in scope
10 | @available(iOS 26.0, macOS 26.0, watchOS 26.0, tvOS 26.0, *)
11 | extension MLDSA87.PrivateKey: MLDSAPrivateKey {
12 | public typealias MLDSAType = MLDSA87
| `- error: cannot find type 'MLDSA87' in scope
13 | }
14 |
[790/890] Compiling JWTKit JWTMultiValueClaim.swift
[791/890] Compiling JWTKit JWTUnixEpochClaim.swift
[792/890] Compiling JWTKit LocaleClaim.swift
[793/890] Compiling JWTKit NotBeforeClaim.swift
[794/890] Compiling JWTKit SubjectClaim.swift
[795/890] Compiling JWTKit TenantIDClaim.swift
[796/890] Compiling JWTKit ECDSA.swift
[797/890] Compiling JWTKit ECDSACurve.swift
[798/890] Compiling JWTKit HMACSigner.swift
[799/890] Compiling JWTKit JWTKeyCollection+HMAC.swift
[800/890] Compiling JWTKit Insecure.swift
[801/890] Compiling JWTKit JWK.swift
[802/890] Compiling JWTKit JWKIdentifier.swift
[803/890] Compiling JWTKit JWKS.swift
[804/890] Compiling JWTKit JWKSigner.swift
[812/897] Compiling JWTKit JWTAlgorithm.swift
[813/897] Compiling JWTKit JWTError.swift
[814/897] Compiling JWTKit JWTHeader+CommonFields.swift
[815/897] Compiling JWTKit JWTHeader.swift
[816/897] Compiling JWTKit JWTHeaderField.swift
[817/897] Compiling JWTKit JWTKeyCollection.swift
[818/897] Compiling JWTKit JWTParser.swift
[819/897] Compiling SwiftSyntax SyntaxNodesOP.swift
[820/897] Compiling SwiftSyntax SyntaxNodesQRS.swift
[821/897] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[822/897] Compiling JWTKit MicrosoftIdentityToken.swift
[823/897] Compiling JWTKit EmptyPolicy.swift
[824/897] Compiling JWTKit ValidationTimePayload.swift
[825/897] Compiling JWTKit X5CVerifier.swift
BUILD FAILURE 6.1 macosSpm