Build Information
Failed to build YubiKit, reference main (3359a6), with Swift 6.1 for Android on 3 May 2026 21:58:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Yubico/yubikit-swift.git
https://github.com/Yubico/yubikit-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (2.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3710] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.58s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.75s)
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
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
[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-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/137] Emitting module YubiKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[6/155] Compiling YubiKit ManagementSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[7/155] Compiling YubiKit OATHSession+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[8/155] Compiling YubiKit OATHSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[9/155] Compiling YubiKit OATHSessionFeature.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[10/155] Compiling YubiKit PIVDataFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[11/155] Compiling YubiKit PIVDataTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[12/155] Compiling YubiKit PIVSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[13/155] Compiling YubiKit PIVSessionFeature.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[14/155] Compiling YubiKit SecKey+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[15/155] Compiling YubiKit Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[16/155] Compiling YubiKit SCP03KeyParams.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[17/155] Compiling YubiKit SCP11KeyParams.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[18/155] Compiling YubiKit SCPKeyParams.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[19/155] Compiling YubiKit SCPKeyRef.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[20/155] Compiling YubiKit SCPSessionKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[21/155] Compiling YubiKit SCPState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[22/155] Compiling YubiKit SecurityDomainFeature.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[23/155] Compiling YubiKit SecurityDomainSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[24/155] Compiling YubiKit Descriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[25/155] Compiling YubiKit PublicKeyCredential.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[26/155] Compiling YubiKit RPEntity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[27/155] Compiling YubiKit UserEntity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[28/155] Compiling YubiKit Transport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[29/155] Compiling YubiKit CBORInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[30/155] Compiling YubiKit FIDOInterface+CBORInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[31/155] Compiling YubiKit FIDOInterface+Commands.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[32/155] Compiling YubiKit FIDOInterface+HIDFraming.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[33/155] Compiling YubiKit FIDOInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[34/155] Compiling YubiKit SmartCardInterface+CBORInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[35/155] Compiling YubiKit CTAP+SessionError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[36/155] Compiling YubiKit CTAPSession+ClientPIN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[37/155] Compiling YubiKit CTAPSession+Creation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[38/155] Compiling YubiKit CTAPSession+GetAssertion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[39/155] Compiling YubiKit CTAPSession+Interface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[40/155] Compiling YubiKit CTAPSession+MakeCredential.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[41/155] Compiling YubiKit CTAPSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[42/155] Compiling YubiKit CTAPStatusStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[43/155] Compiling YubiKit Apple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[44/155] Compiling YubiKit AttestationObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[45/155] Compiling YubiKit AttestationStatement+CBOR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[46/155] Compiling YubiKit FIDOU2F.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[47/155] Compiling YubiKit Packed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[48/155] Compiling YubiKit AttestationFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[49/155] Compiling YubiKit AttestationStatement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[50/155] Compiling YubiKit AuthenticatorData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[51/155] Compiling YubiKit PRF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[52/155] Compiling YubiKit WebAuthn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[53/155] Compiling YubiKit Curve25519Keys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[54/155] Compiling YubiKit ECKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[55/155] Compiling YubiKit PublicKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[56/155] Compiling YubiKit RSAKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[57/155] Compiling YubiKit X509Cert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[58/155] Compiling YubiKit Capability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[59/155] Compiling YubiKit DeviceConfig.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[60/155] Compiling YubiKit DeviceInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[61/155] Compiling YubiKit ManagementInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[62/155] Compiling YubiKit BioEnrollmentTypes+CBOR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[63/155] Compiling YubiKit BioEnrollmentTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[64/155] Compiling YubiKit CTAP2.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[65/155] Compiling YubiKit CTAPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[66/155] Compiling YubiKit Commands+CBOR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[67/155] Compiling YubiKit Commands+Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[68/155] Compiling YubiKit Commands+Responses.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[69/155] Compiling YubiKit Commands.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[70/155] Compiling YubiKit Permissions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[71/155] Compiling YubiKit ProtocolVersion+Crypto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[72/155] Compiling YubiKit Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[73/155] Compiling YubiKit Config.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[74/155] Compiling YubiKit CredentialManagement+AsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[75/155] Compiling YubiKit CredentialManagement+Types+CBOR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[76/155] Compiling YubiKit CredentialManagement+Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[77/155] Compiling YubiKit CredentialManagement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[78/155] Compiling YubiKit CredBlob.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[79/155] Compiling YubiKit CredProtect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[80/155] Compiling YubiKit Extension.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[81/155] Compiling YubiKit HmacSecret.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[82/155] Compiling YubiKit LargeBlobKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[83/155] Compiling YubiKit MinPinLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[84/155] Compiling YubiKit ThirdPartyPayment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[85/155] Compiling YubiKit GetAssertionParameters+CBOR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[86/155] Compiling YubiKit GetAssertionParameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[87/155] Compiling YubiKit GetAssertionResponse+CBOR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[88/155] Compiling YubiKit GetAssertionResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[89/155] Compiling YubiKit AuthenticatorOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[90/155] Compiling YubiKit GetInfoImmutableView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[91/155] Compiling YubiKit GetInfoResponse+CBOR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[92/155] Compiling YubiKit GetInfoResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[93/155] Compiling YubiKit CTAPSession+LargeBlobs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[94/155] Compiling YubiKit Entry+CBOR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[95/155] Compiling YubiKit Entry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[96/155] Compiling YubiKit MakeCredentialParameters+CBOR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[97/155] Compiling YubiKit MakeCredentialParameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[98/155] Compiling YubiKit MakeCredentialResponse+CBOR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[99/155] Compiling YubiKit MakeCredentialResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[100/155] Compiling YubiKit APDU.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[101/155] Compiling YubiKit BackwardsCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[102/155] Compiling YubiKit Data+Compression.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[103/155] Compiling YubiKit Data+Gids.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[104/155] Compiling YubiKit Data+Gzip.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[105/155] Compiling YubiKit Connection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[106/155] Compiling YubiKit FIDOConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[107/155] Compiling YubiKit HIDFIDOConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[108/155] Compiling YubiKit LightningSmartCardConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[109/155] Compiling YubiKit NFCSmartCardConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[110/155] Compiling YubiKit SmartCardConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[111/155] Compiling YubiKit SmartCardConnections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[112/155] Compiling YubiKit USBSmartCardConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[113/155] Compiling YubiKit Crypto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[114/155] Compiling YubiKit CryptoError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[115/155] Compiling YubiKit Curve25519.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[116/155] Compiling YubiKit Data+Crypto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[117/155] Compiling YubiKit Keys+Crypto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[118/155] Compiling YubiKit SecKey+Crypto.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[119/155] Compiling YubiKit FIDOConnectionError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[120/155] Compiling YubiKit SmartCardConnectionError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[121/155] Compiling YubiKit FIDOSessionError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[122/155] Compiling YubiKit ManagementSessionError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[123/155] Compiling YubiKit OATHSessionError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[124/155] Compiling YubiKit PIVSessionError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[125/155] Compiling YubiKit SCPError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[126/155] Compiling YubiKit SessionError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[127/155] Compiling YubiKit SmartCardSessionError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[128/155] Compiling YubiKit SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[129/155] Compiling YubiKit CBOR+Decode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[130/155] Compiling YubiKit CBOR+Encode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[131/155] Compiling YubiKit CBOR.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[132/155] Compiling YubiKit CBORDecodables.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[133/155] Compiling YubiKit CBOREncodables.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[134/155] Compiling YubiKit CBORError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[135/155] Compiling YubiKit CBORValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[136/155] Compiling YubiKit COSE.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[137/155] Compiling YubiKit BioEnrollment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[138/155] Compiling YubiKit StaticKeys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[139/155] Compiling YubiKit Session.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[140/155] Compiling YubiKit SmartCardInterface.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[141/155] Compiling YubiKit SmartCardSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[142/155] Compiling YubiKit Base32.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[143/155] Compiling YubiKit Array+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[144/155] Compiling YubiKit AsyncSequence+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[145/155] Compiling YubiKit Data+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[146/155] Compiling YubiKit Logger+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[147/155] Compiling YubiKit NSLock+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[148/155] Compiling YubiKit Promise.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[149/155] Compiling YubiKit Runloop+Async.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[150/155] Compiling YubiKit Stream+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[151/155] Compiling YubiKit String+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[152/155] Compiling YubiKit TKTLVRecord+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[153/155] Compiling YubiKit Task+Timeout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[154/155] Compiling YubiKit UIDevice+Capabilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[155/155] Compiling YubiKit Version.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/136] Emitting module YubiKit
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[5/154] Compiling YubiKit BioEnrollmentTypes+CBOR.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[6/154] Compiling YubiKit BioEnrollmentTypes.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[7/154] Compiling YubiKit CTAP2.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[8/154] Compiling YubiKit CTAPError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[9/154] Compiling YubiKit Commands+CBOR.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[10/154] Compiling YubiKit Commands+Parameters.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[11/154] Compiling YubiKit Commands+Responses.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[12/154] Compiling YubiKit Commands.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[13/154] Compiling YubiKit Permissions.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[14/154] Compiling YubiKit ProtocolVersion+Crypto.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[15/154] Compiling YubiKit Types.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[16/154] Compiling YubiKit Config.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[17/154] Compiling YubiKit CredentialManagement+AsyncSequence.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[18/154] Compiling YubiKit CredentialManagement+Types+CBOR.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[19/154] Compiling YubiKit CredentialManagement+Types.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[20/154] Compiling YubiKit CredentialManagement.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[21/154] Compiling YubiKit CredBlob.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[22/154] Compiling YubiKit CredProtect.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[23/154] Compiling YubiKit Extension.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[24/154] Compiling YubiKit APDU.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[25/154] Compiling YubiKit BackwardsCompatibility.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[26/154] Compiling YubiKit Data+Compression.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[27/154] Compiling YubiKit Data+Gids.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[28/154] Compiling YubiKit Data+Gzip.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[29/154] Compiling YubiKit Connection.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[30/154] Compiling YubiKit FIDOConnection.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[31/154] Compiling YubiKit HIDFIDOConnection.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[32/154] Compiling YubiKit LightningSmartCardConnection.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[33/154] Compiling YubiKit NFCSmartCardConnection.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[34/154] Compiling YubiKit SmartCardConnection.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[35/154] Compiling YubiKit SmartCardConnections.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[36/154] Compiling YubiKit USBSmartCardConnection.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[37/154] Compiling YubiKit Crypto.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[38/154] Compiling YubiKit CryptoError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[39/154] Compiling YubiKit Curve25519.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[40/154] Compiling YubiKit Data+Crypto.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[41/154] Compiling YubiKit Keys+Crypto.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[42/154] Compiling YubiKit SecKey+Crypto.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[43/154] Compiling YubiKit Apple.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[44/154] Compiling YubiKit AttestationObject.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[45/154] Compiling YubiKit AttestationStatement+CBOR.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[46/154] Compiling YubiKit FIDOU2F.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[47/154] Compiling YubiKit Packed.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[48/154] Compiling YubiKit AttestationFormat.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[49/154] Compiling YubiKit AttestationStatement.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[50/154] Compiling YubiKit AuthenticatorData.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[51/154] Compiling YubiKit PRF.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[52/154] Compiling YubiKit WebAuthn.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[53/154] Compiling YubiKit Curve25519Keys.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[54/154] Compiling YubiKit ECKeys.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[55/154] Compiling YubiKit PublicKey.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[56/154] Compiling YubiKit RSAKeys.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[57/154] Compiling YubiKit X509Cert.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[58/154] Compiling YubiKit Capability.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[59/154] Compiling YubiKit DeviceConfig.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[60/154] Compiling YubiKit DeviceInfo.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[61/154] Compiling YubiKit ManagementInterface.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[62/154] Compiling YubiKit ManagementSession.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[63/154] Compiling YubiKit OATHSession+Extensions.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[64/154] Compiling YubiKit OATHSession.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[65/154] Compiling YubiKit OATHSessionFeature.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[66/154] Compiling YubiKit PIVDataFormatter.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[67/154] Compiling YubiKit PIVDataTypes.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[68/154] Compiling YubiKit PIVSession.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[69/154] Compiling YubiKit PIVSessionFeature.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[70/154] Compiling YubiKit SecKey+Extensions.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[71/154] Compiling YubiKit Response.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[72/154] Compiling YubiKit SCP03KeyParams.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[73/154] Compiling YubiKit SCP11KeyParams.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[74/154] Compiling YubiKit SCPKeyParams.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[75/154] Compiling YubiKit SCPKeyRef.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[76/154] Compiling YubiKit SCPSessionKeys.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[77/154] Compiling YubiKit SCPState.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[78/154] Compiling YubiKit SecurityDomainFeature.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[79/154] Compiling YubiKit SecurityDomainSession.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[80/154] Compiling YubiKit FIDOConnectionError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[81/154] Compiling YubiKit SmartCardConnectionError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[82/154] Compiling YubiKit FIDOSessionError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[83/154] Compiling YubiKit ManagementSessionError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[84/154] Compiling YubiKit OATHSessionError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[85/154] Compiling YubiKit PIVSessionError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[86/154] Compiling YubiKit SCPError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[87/154] Compiling YubiKit SessionError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[88/154] Compiling YubiKit SmartCardSessionError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[89/154] Compiling YubiKit SourceLocation.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[90/154] Compiling YubiKit CBOR+Decode.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[91/154] Compiling YubiKit CBOR+Encode.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[92/154] Compiling YubiKit CBOR.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[93/154] Compiling YubiKit CBORDecodables.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[94/154] Compiling YubiKit CBOREncodables.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[95/154] Compiling YubiKit CBORError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[96/154] Compiling YubiKit CBORValue.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[97/154] Compiling YubiKit COSE.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[98/154] Compiling YubiKit BioEnrollment.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[99/154] Compiling YubiKit Descriptor.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[100/154] Compiling YubiKit PublicKeyCredential.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[101/154] Compiling YubiKit RPEntity.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[102/154] Compiling YubiKit UserEntity.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[103/154] Compiling YubiKit Transport.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[104/154] Compiling YubiKit CBORInterface.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[105/154] Compiling YubiKit FIDOInterface+CBORInterface.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[106/154] Compiling YubiKit FIDOInterface+Commands.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[107/154] Compiling YubiKit FIDOInterface+HIDFraming.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[108/154] Compiling YubiKit FIDOInterface.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[109/154] Compiling YubiKit SmartCardInterface+CBORInterface.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[110/154] Compiling YubiKit CTAP+SessionError.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[111/154] Compiling YubiKit CTAPSession+ClientPIN.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[112/154] Compiling YubiKit CTAPSession+Creation.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[113/154] Compiling YubiKit CTAPSession+GetAssertion.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[114/154] Compiling YubiKit CTAPSession+Interface.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[115/154] Compiling YubiKit CTAPSession+MakeCredential.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[116/154] Compiling YubiKit CTAPSession.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[117/154] Compiling YubiKit CTAPStatusStream.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[118/154] Compiling YubiKit HmacSecret.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[119/154] Compiling YubiKit LargeBlobKey.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[120/154] Compiling YubiKit MinPinLength.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[121/154] Compiling YubiKit ThirdPartyPayment.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[122/154] Compiling YubiKit GetAssertionParameters+CBOR.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[123/154] Compiling YubiKit GetAssertionParameters.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[124/154] Compiling YubiKit GetAssertionResponse+CBOR.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[125/154] Compiling YubiKit GetAssertionResponse.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[126/154] Compiling YubiKit AuthenticatorOptions.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[127/154] Compiling YubiKit GetInfoImmutableView.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[128/154] Compiling YubiKit GetInfoResponse+CBOR.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[129/154] Compiling YubiKit GetInfoResponse.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[130/154] Compiling YubiKit CTAPSession+LargeBlobs.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[131/154] Compiling YubiKit Entry+CBOR.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[132/154] Compiling YubiKit Entry.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[133/154] Compiling YubiKit MakeCredentialParameters+CBOR.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[134/154] Compiling YubiKit MakeCredentialParameters.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[135/154] Compiling YubiKit MakeCredentialResponse+CBOR.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[136/154] Compiling YubiKit MakeCredentialResponse.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[137/154] Compiling YubiKit StaticKeys.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[138/154] Compiling YubiKit Session.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[139/154] Compiling YubiKit SmartCardInterface.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[140/154] Compiling YubiKit SmartCardSession.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[141/154] Compiling YubiKit Base32.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[142/154] Compiling YubiKit Array+Extensions.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[143/154] Compiling YubiKit AsyncSequence+Extensions.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[144/154] Compiling YubiKit Data+Extensions.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[145/154] Compiling YubiKit Logger+Extensions.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[146/154] Compiling YubiKit NSLock+Extensions.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[147/154] Compiling YubiKit Promise.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[148/154] Compiling YubiKit Runloop+Async.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[149/154] Compiling YubiKit Stream+Extensions.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[150/154] Compiling YubiKit String+Extensions.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[151/154] Compiling YubiKit TKTLVRecord+Extensions.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[152/154] Compiling YubiKit Task+Timeout.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[153/154] Compiling YubiKit UIDevice+Capabilities.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
[154/154] Compiling YubiKit Version.swift
/host/spi-builder-workspace/YubiKit/YubiKit/Connection/SmartCard/USBSmartCardConnection.swift:15:24: error: no such module 'CryptoTokenKit.TKSmartCard'
13 | // limitations under the License.
14 |
15 | @preconcurrency import CryptoTokenKit.TKSmartCard
| `- error: no such module 'CryptoTokenKit.TKSmartCard'
16 | import Foundation
17 | import OSLog
BUILD FAILURE 6.1 android