Build Information
Successful build of YubiKit, reference v1.2.0 (4833bb), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 20:23:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Yubico/yubikit-swift.git
Reference: v1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Yubico/yubikit-swift
* tag v1.2.0 -> FETCH_HEAD
HEAD is now at 4833bb7 Merge remote-tracking branch 'origin/release/1.2.0'
Cloned https://github.com/Yubico/yubikit-swift.git
Revision (git rev-parse @):
4833bb7dc950fe881098df1cc06eef4b47599b0b
SUCCESS checkout https://github.com/Yubico/yubikit-swift.git at v1.2.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (4.23s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.05s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.76s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "yubikit-swift",
"name": "YubiKit",
"url": "https://github.com/Yubico/yubikit-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/yubikit-swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Yubico/yubikit-swift.git
[1/235948] Fetching yubikit-swift
Fetched https://github.com/Yubico/yubikit-swift.git from cache (12.74s)
Creating working copy for https://github.com/Yubico/yubikit-swift.git
Working copy of https://github.com/Yubico/yubikit-swift.git resolved at v1.2.0 (4833bb7)
warning: '.resolve-product-dependencies': dependency 'yubikit-swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Yubico/yubikit-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.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--6988338F2F200930.txt
[5/140] 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>
[6/155] Compiling YubiKit CTAPSession+GetAssertion.swift
[7/155] Compiling YubiKit CTAPSession+Interface.swift
[8/155] Compiling YubiKit CTAPSession+MakeCredential.swift
[9/155] Compiling YubiKit CTAPSession.swift
[10/155] Compiling YubiKit CTAPStatusStream.swift
[11/155] Compiling YubiKit Apple.swift
[12/155] Compiling YubiKit AttestationObject.swift
[13/155] Compiling YubiKit AttestationStatement+CBOR.swift
[14/155] Compiling YubiKit FIDOU2F.swift
[15/155] Compiling YubiKit Packed.swift
[16/155] Compiling YubiKit AttestationFormat.swift
[17/155] Compiling YubiKit AttestationStatement.swift
[18/155] Compiling YubiKit AuthenticatorData.swift
[19/155] Compiling YubiKit PRF.swift
[20/155] Compiling YubiKit WebAuthn.swift
[21/155] Compiling YubiKit Curve25519.swift
[22/155] Compiling YubiKit Data+Crypto.swift
[23/155] Compiling YubiKit Keys+Crypto.swift
[24/155] Compiling YubiKit SecKey+Crypto.swift
[25/155] Compiling YubiKit FIDOConnectionError.swift
[26/155] Compiling YubiKit SmartCardConnectionError.swift
[27/155] Compiling YubiKit FIDOSessionError.swift
[28/155] Compiling YubiKit ManagementSessionError.swift
[29/155] Compiling YubiKit OATHSessionError.swift
[30/155] Compiling YubiKit PIVSessionError.swift
[31/155] Compiling YubiKit SCPError.swift
[32/155] Compiling YubiKit SessionError.swift
[33/155] Compiling YubiKit SmartCardSessionError.swift
[34/155] Compiling YubiKit SourceLocation.swift
[35/155] Compiling YubiKit CBOR+Decode.swift
[36/155] Compiling YubiKit Commands.swift
[37/155] Compiling YubiKit Permissions.swift
[38/155] Compiling YubiKit ProtocolVersion+Crypto.swift
[39/155] Compiling YubiKit Types.swift
[40/155] Compiling YubiKit Config.swift
[41/155] Compiling YubiKit CredentialManagement+AsyncSequence.swift
[42/155] Compiling YubiKit CredentialManagement+Types+CBOR.swift
[43/155] Compiling YubiKit CredentialManagement+Types.swift
[44/155] Compiling YubiKit CredentialManagement.swift
[45/155] Compiling YubiKit CredBlob.swift
[46/155] Compiling YubiKit CredProtect.swift
[47/155] Compiling YubiKit Extension.swift
[48/155] Compiling YubiKit HmacSecret.swift
[49/155] Compiling YubiKit LargeBlobKey.swift
[50/155] Compiling YubiKit MinPinLength.swift
[51/155] Compiling YubiKit APDU.swift
[52/155] Compiling YubiKit BackwardsCompatibility.swift
[53/155] Compiling YubiKit Data+Compression.swift
[54/155] Compiling YubiKit Data+Gids.swift
[55/155] Compiling YubiKit Data+Gzip.swift
[56/155] Compiling YubiKit Connection.swift
[57/155] Compiling YubiKit FIDOConnection.swift
[58/155] Compiling YubiKit HIDFIDOConnection.swift
[59/155] Compiling YubiKit LightningSmartCardConnection.swift
[60/155] Compiling YubiKit NFCSmartCardConnection.swift
[61/155] Compiling YubiKit SmartCardConnection.swift
[62/155] Compiling YubiKit SmartCardConnections.swift
[63/155] Compiling YubiKit USBSmartCardConnection.swift
[64/155] Compiling YubiKit Crypto.swift
[65/155] Compiling YubiKit CryptoError.swift
[66/155] Compiling YubiKit CBOR+Encode.swift
[67/155] Compiling YubiKit CBOR.swift
[68/155] Compiling YubiKit CBORDecodables.swift
[69/155] Compiling YubiKit CBOREncodables.swift
[70/155] Compiling YubiKit CBORError.swift
[71/155] Compiling YubiKit CBORValue.swift
[72/155] Compiling YubiKit COSE.swift
[73/155] Compiling YubiKit BioEnrollment.swift
[74/155] Compiling YubiKit BioEnrollmentTypes+CBOR.swift
[75/155] Compiling YubiKit BioEnrollmentTypes.swift
[76/155] Compiling YubiKit CTAP2.swift
[77/155] Compiling YubiKit CTAPError.swift
[78/155] Compiling YubiKit Commands+CBOR.swift
[79/155] Compiling YubiKit Commands+Parameters.swift
[80/155] Compiling YubiKit Commands+Responses.swift
[81/155] Compiling YubiKit MakeCredentialResponse.swift
[82/155] Compiling YubiKit Descriptor.swift
[83/155] Compiling YubiKit PublicKeyCredential.swift
[84/155] Compiling YubiKit RPEntity.swift
[85/155] Compiling YubiKit UserEntity.swift
[86/155] Compiling YubiKit Transport.swift
[87/155] Compiling YubiKit CBORInterface.swift
[88/155] Compiling YubiKit FIDOInterface+CBORInterface.swift
[89/155] Compiling YubiKit FIDOInterface+Commands.swift
[90/155] Compiling YubiKit FIDOInterface+HIDFraming.swift
[91/155] Compiling YubiKit FIDOInterface.swift
[92/155] Compiling YubiKit SmartCardInterface+CBORInterface.swift
[93/155] Compiling YubiKit CTAP+SessionError.swift
[94/155] Compiling YubiKit CTAPSession+ClientPIN.swift
[95/155] Compiling YubiKit CTAPSession+Creation.swift
[96/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>
[97/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>
[98/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>
[99/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>
[100/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>
[101/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>
[102/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>
[103/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>
[104/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>
[105/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>
[106/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>
[107/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>
[108/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>
[109/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>
[110/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>
[111/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>
[112/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>
[113/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>
[114/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>
[115/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>
[116/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>
[117/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>
[118/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>
[119/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>
[120/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>
[121/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>
[122/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>
[123/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>
[124/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>
[125/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>
[126/155] Compiling YubiKit ThirdPartyPayment.swift
[127/155] Compiling YubiKit GetAssertionParameters+CBOR.swift
[128/155] Compiling YubiKit GetAssertionParameters.swift
[129/155] Compiling YubiKit GetAssertionResponse+CBOR.swift
[130/155] Compiling YubiKit GetAssertionResponse.swift
[131/155] Compiling YubiKit AuthenticatorOptions.swift
[132/155] Compiling YubiKit GetInfoImmutableView.swift
[133/155] Compiling YubiKit GetInfoResponse+CBOR.swift
[134/155] Compiling YubiKit GetInfoResponse.swift
[135/155] Compiling YubiKit CTAPSession+LargeBlobs.swift
[136/155] Compiling YubiKit Entry+CBOR.swift
[137/155] Compiling YubiKit Entry.swift
[138/155] Compiling YubiKit MakeCredentialParameters+CBOR.swift
[139/155] Compiling YubiKit MakeCredentialParameters.swift
[140/155] Compiling YubiKit MakeCredentialResponse+CBOR.swift
[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! (14.01s)
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.