The Swift Package Index logo.Swift Package Index

Build Information

Successful build of YubiKit, reference main (3359a6), with Swift 6.2 for macOS (SPM) on 3 May 2026 21:58:28 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Yubico/yubikit-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Yubico/yubikit-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3359a6f Merge pull request #116 from goergisn/update-swift-public-api-diff
Cloned https://github.com/Yubico/yubikit-swift.git
Revision (git rev-parse @):
3359a6fcfd407fef75fc4893c505291adf08b0b1
SUCCESS checkout https://github.com/Yubico/yubikit-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Yubico/yubikit-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--3CB7CFEC50E0D141.txt
[5/140] Compiling YubiKit CTAPSession+GetAssertion.swift
[6/140] Compiling YubiKit CTAPSession+Interface.swift
[7/140] Compiling YubiKit CTAPSession+MakeCredential.swift
[8/140] Compiling YubiKit CTAPSession.swift
[9/140] Compiling YubiKit CTAPStatusStream.swift
[10/140] Compiling YubiKit Apple.swift
[11/140] Compiling YubiKit AttestationObject.swift
[12/140] Compiling YubiKit AttestationStatement+CBOR.swift
[13/140] Compiling YubiKit FIDOU2F.swift
[14/140] Compiling YubiKit Packed.swift
[15/140] Compiling YubiKit AttestationFormat.swift
[16/140] Compiling YubiKit AttestationStatement.swift
[17/140] Compiling YubiKit AuthenticatorData.swift
[18/140] Compiling YubiKit PRF.swift
[19/140] Compiling YubiKit WebAuthn.swift
[20/155] Compiling YubiKit Commands.swift
[21/155] Compiling YubiKit Permissions.swift
[22/155] Compiling YubiKit ProtocolVersion+Crypto.swift
[23/155] Compiling YubiKit Types.swift
[24/155] Compiling YubiKit Config.swift
[25/155] Compiling YubiKit CredentialManagement+AsyncSequence.swift
[26/155] Compiling YubiKit CredentialManagement+Types+CBOR.swift
[27/155] Compiling YubiKit CredentialManagement+Types.swift
[28/155] Compiling YubiKit CredentialManagement.swift
[29/155] Compiling YubiKit CredBlob.swift
[30/155] Compiling YubiKit CredProtect.swift
[31/155] Compiling YubiKit Extension.swift
[32/155] Compiling YubiKit HmacSecret.swift
[33/155] Compiling YubiKit LargeBlobKey.swift
[34/155] Compiling YubiKit MinPinLength.swift
[35/155] Emitting module YubiKit
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[36/155] Compiling YubiKit ThirdPartyPayment.swift
[37/155] Compiling YubiKit GetAssertionParameters+CBOR.swift
[38/155] Compiling YubiKit GetAssertionParameters.swift
[39/155] Compiling YubiKit GetAssertionResponse+CBOR.swift
[40/155] Compiling YubiKit GetAssertionResponse.swift
[41/155] Compiling YubiKit AuthenticatorOptions.swift
[42/155] Compiling YubiKit GetInfoImmutableView.swift
[43/155] Compiling YubiKit GetInfoResponse+CBOR.swift
[44/155] Compiling YubiKit GetInfoResponse.swift
[45/155] Compiling YubiKit CTAPSession+LargeBlobs.swift
[46/155] Compiling YubiKit Entry+CBOR.swift
[47/155] Compiling YubiKit Entry.swift
[48/155] Compiling YubiKit MakeCredentialParameters+CBOR.swift
[49/155] Compiling YubiKit MakeCredentialParameters.swift
[50/155] Compiling YubiKit MakeCredentialResponse+CBOR.swift
[51/155] Compiling YubiKit Curve25519.swift
[52/155] Compiling YubiKit Data+Crypto.swift
[53/155] Compiling YubiKit Keys+Crypto.swift
[54/155] Compiling YubiKit SecKey+Crypto.swift
[55/155] Compiling YubiKit FIDOConnectionError.swift
[56/155] Compiling YubiKit SmartCardConnectionError.swift
[57/155] Compiling YubiKit FIDOSessionError.swift
[58/155] Compiling YubiKit ManagementSessionError.swift
[59/155] Compiling YubiKit OATHSessionError.swift
[60/155] Compiling YubiKit PIVSessionError.swift
[61/155] Compiling YubiKit SCPError.swift
[62/155] Compiling YubiKit SessionError.swift
[63/155] Compiling YubiKit SmartCardSessionError.swift
[64/155] Compiling YubiKit SourceLocation.swift
[65/155] Compiling YubiKit CBOR+Decode.swift
[66/155] Compiling YubiKit APDU.swift
[67/155] Compiling YubiKit BackwardsCompatibility.swift
[68/155] Compiling YubiKit Data+Compression.swift
[69/155] Compiling YubiKit Data+Gids.swift
[70/155] Compiling YubiKit Data+Gzip.swift
[71/155] Compiling YubiKit Connection.swift
[72/155] Compiling YubiKit FIDOConnection.swift
[73/155] Compiling YubiKit HIDFIDOConnection.swift
[74/155] Compiling YubiKit LightningSmartCardConnection.swift
[75/155] Compiling YubiKit NFCSmartCardConnection.swift
[76/155] Compiling YubiKit SmartCardConnection.swift
[77/155] Compiling YubiKit SmartCardConnections.swift
[78/155] Compiling YubiKit USBSmartCardConnection.swift
[79/155] Compiling YubiKit Crypto.swift
[80/155] Compiling YubiKit CryptoError.swift
[81/155] Compiling YubiKit Curve25519Keys.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[82/155] Compiling YubiKit ECKeys.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[83/155] Compiling YubiKit PublicKey.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[84/155] Compiling YubiKit RSAKeys.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[85/155] Compiling YubiKit X509Cert.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[86/155] Compiling YubiKit Capability.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[87/155] Compiling YubiKit DeviceConfig.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[88/155] Compiling YubiKit DeviceInfo.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[89/155] Compiling YubiKit ManagementInterface.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[90/155] Compiling YubiKit ManagementSession.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[91/155] Compiling YubiKit OATHSession+Extensions.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[92/155] Compiling YubiKit OATHSession.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[93/155] Compiling YubiKit OATHSessionFeature.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[94/155] Compiling YubiKit PIVDataFormatter.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[95/155] Compiling YubiKit PIVDataTypes.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Management/ManagementSession.swift:52:33: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 50 |     // NEXTMAJOR: Remove SmartCardSession conformance
 51 |     // NEXTMAJOR: Consider if this needs to be an actor - it has no mutable state
 52 |     public final actor Session: SmartCardSession {
    |                                 `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 53 |
 54 |         public typealias Error = ManagementSessionError
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/OATH/OATHSession.swift:34:20: warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 32 | /// let you store, calculate and edit TOTP and HOTP credentials on the YubiKey. Learn
 33 | /// more about OATH on the [Yubico developer website](https://developers.yubico.com/OATH/).
 34 | public final actor OATHSession: SmartCardSessionInternal {
    |                    `- warning: conformance of 'OATHSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 35 |
 36 |     public typealias Feature = OATHSessionFeature
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[96/155] Compiling YubiKit MakeCredentialResponse.swift
[97/155] Compiling YubiKit Descriptor.swift
[98/155] Compiling YubiKit PublicKeyCredential.swift
[99/155] Compiling YubiKit RPEntity.swift
[100/155] Compiling YubiKit UserEntity.swift
[101/155] Compiling YubiKit Transport.swift
[102/155] Compiling YubiKit CBORInterface.swift
[103/155] Compiling YubiKit FIDOInterface+CBORInterface.swift
[104/155] Compiling YubiKit FIDOInterface+Commands.swift
[105/155] Compiling YubiKit FIDOInterface+HIDFraming.swift
[106/155] Compiling YubiKit FIDOInterface.swift
[107/155] Compiling YubiKit SmartCardInterface+CBORInterface.swift
[108/155] Compiling YubiKit CTAP+SessionError.swift
[109/155] Compiling YubiKit CTAPSession+ClientPIN.swift
[110/155] Compiling YubiKit CTAPSession+Creation.swift
[111/155] Compiling YubiKit CBOR+Encode.swift
[112/155] Compiling YubiKit CBOR.swift
[113/155] Compiling YubiKit CBORDecodables.swift
[114/155] Compiling YubiKit CBOREncodables.swift
[115/155] Compiling YubiKit CBORError.swift
[116/155] Compiling YubiKit CBORValue.swift
[117/155] Compiling YubiKit COSE.swift
[118/155] Compiling YubiKit BioEnrollment.swift
[119/155] Compiling YubiKit BioEnrollmentTypes+CBOR.swift
[120/155] Compiling YubiKit BioEnrollmentTypes.swift
[121/155] Compiling YubiKit CTAP2.swift
[122/155] Compiling YubiKit CTAPError.swift
[123/155] Compiling YubiKit Commands+CBOR.swift
[124/155] Compiling YubiKit Commands+Parameters.swift
[125/155] Compiling YubiKit Commands+Responses.swift
[126/155] Compiling YubiKit PIVSession.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[127/155] Compiling YubiKit PIVSessionFeature.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[128/155] Compiling YubiKit SecKey+Extensions.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[129/155] Compiling YubiKit Response.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[130/155] Compiling YubiKit SCP03KeyParams.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[131/155] Compiling YubiKit SCP11KeyParams.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[132/155] Compiling YubiKit SCPKeyParams.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[133/155] Compiling YubiKit SCPKeyRef.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[134/155] Compiling YubiKit SCPSessionKeys.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[135/155] Compiling YubiKit SCPState.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[136/155] Compiling YubiKit SecurityDomainFeature.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[137/155] Compiling YubiKit SecurityDomainSession.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[138/155] Compiling YubiKit StaticKeys.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[139/155] Compiling YubiKit Session.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[140/155] Compiling YubiKit SmartCardInterface.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/PIV/PIVSession.swift:25:20: warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  23 | /// X.509 certificates and managing access (PIN, PUK, etc).
  24 |
  25 | public final actor PIVSession: SmartCardSessionInternal {
     |                    `- warning: conformance of 'PIVSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
  26 |     public static let application: Application = .piv
  27 |
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/SCP/SecurityDomainSession.swift:26:20: warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 24 | /// Create with ``makeSession(connection:scpKeyParams:)`` and call the instance
 25 | /// methods as needed.
 26 | public final actor SecurityDomainSession: SmartCardSessionInternal, HasSecurityDomainLogger {
    |                    `- warning: conformance of 'SecurityDomainSession' to 'SmartCardSession' is deprecated: Use concrete session types directly instead of SmartCardSession protocol. [#DeprecatedDeclaration]
 27 |     public static let application: Application = .securityDomain
 28 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[141/155] Compiling YubiKit SmartCardSession.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[142/155] Compiling YubiKit Base32.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[143/155] Compiling YubiKit Array+Extensions.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[144/155] Compiling YubiKit AsyncSequence+Extensions.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[145/155] Compiling YubiKit Data+Extensions.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[146/155] Compiling YubiKit Logger+Extensions.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[147/155] Compiling YubiKit NSLock+Extensions.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[148/155] Compiling YubiKit Promise.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[149/155] Compiling YubiKit Runloop+Async.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[150/155] Compiling YubiKit Stream+Extensions.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[151/155] Compiling YubiKit String+Extensions.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[152/155] Compiling YubiKit TKTLVRecord+Extensions.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[153/155] Compiling YubiKit Task+Timeout.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[154/155] Compiling YubiKit UIDevice+Capabilities.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[155/155] Compiling YubiKit Version.swift
/Users/admin/builder/spi-builder-workspace/YubiKit/YubiKit/Session/SmartCard/SmartCardSession.swift:59:36: warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 57 |
 58 | // NEXTMAJOR: Remove this protocol when SmartCardSession is removed
 59 | protocol SmartCardSessionInternal: SmartCardSession {
    |                                    `- warning: 'SmartCardSession' is deprecated: Do not use SmartCardSession as a generic constraint. Use concrete session types directly. [#DeprecatedDeclaration]
 60 |     var interface: SmartCardInterface<Error> { get }
 61 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (27.07s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.41s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (4.11s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3710] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.89s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "YubiKit",
  "name" : "YubiKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "YubiKit",
      "targets" : [
        "YubiKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "YubiKitTests",
      "module_type" : "SwiftTarget",
      "name" : "YubiKitTests",
      "path" : "YubiKit/UnitTests",
      "sources" : [
        "CBORTests.swift",
        "COSE/COSEKeyTests.swift",
        "CompressionTests.swift",
        "Crypto/Curve25519KeysTests.swift",
        "Crypto/ECKeysTests.swift",
        "Crypto/HashingPlusKDFTests.swift",
        "Crypto/RSAKeysTests.swift",
        "Crypto/SymmetricCryptoTests.swift",
        "Data+ExtensionsTests.swift",
        "FIDO/CTAP/ExtensionTests.swift",
        "FIDO/CTAP/MakeCredentialSerializationTests.swift",
        "FIDO/CTAP/PinAuthTests.swift",
        "FIDO/WebAuthn/AuthenticatorDataTests.swift",
        "OATHCredentialTemplateUnitTests.swift",
        "PIVDataFormatterTests.swift"
      ],
      "target_dependencies" : [
        "YubiKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "YubiKit",
      "module_type" : "SwiftTarget",
      "name" : "YubiKit",
      "path" : "YubiKit/YubiKit",
      "product_memberships" : [
        "YubiKit"
      ],
      "sources" : [
        "APDU.swift",
        "BackwardsCompatibility.swift",
        "Compression/Data+Compression.swift",
        "Compression/Data+Gids.swift",
        "Compression/Data+Gzip.swift",
        "Connection/Connection.swift",
        "Connection/FIDO/FIDOConnection.swift",
        "Connection/FIDO/HIDFIDOConnection.swift",
        "Connection/SmartCard/LightningSmartCardConnection.swift",
        "Connection/SmartCard/NFCSmartCardConnection.swift",
        "Connection/SmartCard/SmartCardConnection.swift",
        "Connection/SmartCard/SmartCardConnections.swift",
        "Connection/SmartCard/USBSmartCardConnection.swift",
        "Crypto/Crypto.swift",
        "Crypto/CryptoError.swift",
        "Crypto/Curve25519.swift",
        "Crypto/Data+Crypto.swift",
        "Crypto/Keys+Crypto.swift",
        "Crypto/SecKey+Crypto.swift",
        "Errors/Connection/FIDOConnectionError.swift",
        "Errors/Connection/SmartCardConnectionError.swift",
        "Errors/Session/FIDOSessionError.swift",
        "Errors/Session/ManagementSessionError.swift",
        "Errors/Session/OATHSessionError.swift",
        "Errors/Session/PIVSessionError.swift",
        "Errors/Session/SCPError.swift",
        "Errors/Session/SessionError.swift",
        "Errors/Session/SmartCardSessionError.swift",
        "Errors/SourceLocation.swift",
        "FIDO/CBOR/CBOR+Decode.swift",
        "FIDO/CBOR/CBOR+Encode.swift",
        "FIDO/CBOR/CBOR.swift",
        "FIDO/CBOR/CBORDecodables.swift",
        "FIDO/CBOR/CBOREncodables.swift",
        "FIDO/CBOR/CBORError.swift",
        "FIDO/CBOR/CBORValue.swift",
        "FIDO/COSE/COSE.swift",
        "FIDO/CTAP/BioEnrollment/BioEnrollment.swift",
        "FIDO/CTAP/BioEnrollment/BioEnrollmentTypes+CBOR.swift",
        "FIDO/CTAP/BioEnrollment/BioEnrollmentTypes.swift",
        "FIDO/CTAP/CTAP2.swift",
        "FIDO/CTAP/CTAPError.swift",
        "FIDO/CTAP/ClientPIN/Commands+CBOR.swift",
        "FIDO/CTAP/ClientPIN/Commands+Parameters.swift",
        "FIDO/CTAP/ClientPIN/Commands+Responses.swift",
        "FIDO/CTAP/ClientPIN/Commands.swift",
        "FIDO/CTAP/ClientPIN/Permissions.swift",
        "FIDO/CTAP/ClientPIN/ProtocolVersion+Crypto.swift",
        "FIDO/CTAP/ClientPIN/Types.swift",
        "FIDO/CTAP/Config/Config.swift",
        "FIDO/CTAP/CredentialManagement/CredentialManagement+AsyncSequence.swift",
        "FIDO/CTAP/CredentialManagement/CredentialManagement+Types+CBOR.swift",
        "FIDO/CTAP/CredentialManagement/CredentialManagement+Types.swift",
        "FIDO/CTAP/CredentialManagement/CredentialManagement.swift",
        "FIDO/CTAP/Extensions/CredBlob.swift",
        "FIDO/CTAP/Extensions/CredProtect.swift",
        "FIDO/CTAP/Extensions/Extension.swift",
        "FIDO/CTAP/Extensions/HmacSecret.swift",
        "FIDO/CTAP/Extensions/LargeBlobKey.swift",
        "FIDO/CTAP/Extensions/MinPinLength.swift",
        "FIDO/CTAP/Extensions/ThirdPartyPayment.swift",
        "FIDO/CTAP/GetAssertion/GetAssertionParameters+CBOR.swift",
        "FIDO/CTAP/GetAssertion/GetAssertionParameters.swift",
        "FIDO/CTAP/GetAssertion/GetAssertionResponse+CBOR.swift",
        "FIDO/CTAP/GetAssertion/GetAssertionResponse.swift",
        "FIDO/CTAP/GetInfo/AuthenticatorOptions.swift",
        "FIDO/CTAP/GetInfo/GetInfoImmutableView.swift",
        "FIDO/CTAP/GetInfo/GetInfoResponse+CBOR.swift",
        "FIDO/CTAP/GetInfo/GetInfoResponse.swift",
        "FIDO/CTAP/LargeBlobs/CTAPSession+LargeBlobs.swift",
        "FIDO/CTAP/LargeBlobs/Entry+CBOR.swift",
        "FIDO/CTAP/LargeBlobs/Entry.swift",
        "FIDO/CTAP/MakeCredential/MakeCredentialParameters+CBOR.swift",
        "FIDO/CTAP/MakeCredential/MakeCredentialParameters.swift",
        "FIDO/CTAP/MakeCredential/MakeCredentialResponse+CBOR.swift",
        "FIDO/CTAP/MakeCredential/MakeCredentialResponse.swift",
        "FIDO/CTAP/PublicKeyCredential/Descriptor.swift",
        "FIDO/CTAP/PublicKeyCredential/PublicKeyCredential.swift",
        "FIDO/CTAP/PublicKeyCredential/RPEntity.swift",
        "FIDO/CTAP/PublicKeyCredential/UserEntity.swift",
        "FIDO/CTAP/Transport.swift",
        "FIDO/Interfaces/CBORInterface.swift",
        "FIDO/Interfaces/FIDOInterface/FIDOInterface+CBORInterface.swift",
        "FIDO/Interfaces/FIDOInterface/FIDOInterface+Commands.swift",
        "FIDO/Interfaces/FIDOInterface/FIDOInterface+HIDFraming.swift",
        "FIDO/Interfaces/FIDOInterface/FIDOInterface.swift",
        "FIDO/Interfaces/SmartCardInterface+CBORInterface.swift",
        "FIDO/Session/CTAP+SessionError.swift",
        "FIDO/Session/CTAPSession+ClientPIN.swift",
        "FIDO/Session/CTAPSession+Creation.swift",
        "FIDO/Session/CTAPSession+GetAssertion.swift",
        "FIDO/Session/CTAPSession+Interface.swift",
        "FIDO/Session/CTAPSession+MakeCredential.swift",
        "FIDO/Session/CTAPSession.swift",
        "FIDO/Session/CTAPStatusStream.swift",
        "FIDO/WebAuthn/Attestation/Apple.swift",
        "FIDO/WebAuthn/Attestation/AttestationObject.swift",
        "FIDO/WebAuthn/Attestation/AttestationStatement+CBOR.swift",
        "FIDO/WebAuthn/Attestation/FIDOU2F.swift",
        "FIDO/WebAuthn/Attestation/Packed.swift",
        "FIDO/WebAuthn/AttestationFormat.swift",
        "FIDO/WebAuthn/AttestationStatement.swift",
        "FIDO/WebAuthn/AuthenticatorData.swift",
        "FIDO/WebAuthn/Extensions/PRF.swift",
        "FIDO/WebAuthn/WebAuthn.swift",
        "Keys/Curve25519Keys.swift",
        "Keys/ECKeys.swift",
        "Keys/PublicKey.swift",
        "Keys/RSAKeys.swift",
        "Keys/X509Cert.swift",
        "Management/Capability.swift",
        "Management/DeviceConfig.swift",
        "Management/DeviceInfo.swift",
        "Management/ManagementInterface.swift",
        "Management/ManagementSession.swift",
        "OATH/OATHSession+Extensions.swift",
        "OATH/OATHSession.swift",
        "OATH/OATHSessionFeature.swift",
        "PIV/PIVDataFormatter.swift",
        "PIV/PIVDataTypes.swift",
        "PIV/PIVSession.swift",
        "PIV/PIVSessionFeature.swift",
        "PIV/SecKey+Extensions.swift",
        "Response.swift",
        "SCP/SCP03KeyParams.swift",
        "SCP/SCP11KeyParams.swift",
        "SCP/SCPKeyParams.swift",
        "SCP/SCPKeyRef.swift",
        "SCP/SCPSessionKeys.swift",
        "SCP/SCPState.swift",
        "SCP/SecurityDomainFeature.swift",
        "SCP/SecurityDomainSession.swift",
        "SCP/StaticKeys.swift",
        "Session/Session.swift",
        "Session/SmartCard/SmartCardInterface.swift",
        "Session/SmartCard/SmartCardSession.swift",
        "Third Parties/Base32.swift",
        "Utilities/Array+Extensions.swift",
        "Utilities/AsyncSequence+Extensions.swift",
        "Utilities/Data+Extensions.swift",
        "Utilities/Logger+Extensions.swift",
        "Utilities/NSLock+Extensions.swift",
        "Utilities/Promise.swift",
        "Utilities/Runloop+Async.swift",
        "Utilities/Stream+Extensions.swift",
        "Utilities/String+Extensions.swift",
        "Utilities/TKTLVRecord+Extensions.swift",
        "Utilities/Task+Timeout.swift",
        "Utilities/UIDevice+Capabilities.swift",
        "Version.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.