The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Openhealthcardkit, reference 5.11.0 (1831d7), with Swift 6.1 for iOS using Xcode 16.3 on 30 Apr 2025 11:57:54 UTC.

Swift 6 data race errors: 136

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Openhealthcardkit-Package -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/EgkFileSystem.swift:93:27: warning: static property 'DPE' is not concurrency-safe because non-'Sendable' type 'DedicatedFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let DPE = DedicatedFile(aid: "D27600014408")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/DedicatedFile.swift:20:15: note: consider making struct 'DedicatedFile' conform to the 'Sendable' protocol
public struct DedicatedFile: CardItemType {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/EgkFileSystem.swift:93:27: note: add '@MainActor' to make static property 'DPE' part of global actor 'MainActor'
        public static let DPE = DedicatedFile(aid: "D27600014408")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/EgkFileSystem.swift:93:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let DPE = DedicatedFile(aid: "D27600014408")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/EgkFileSystem.swift:95:27: warning: static property 'GDD' is not concurrency-safe because non-'Sendable' type 'DedicatedFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let GDD = DedicatedFile(aid: "D2760001440A")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/DedicatedFile.swift:20:15: note: consider making struct 'DedicatedFile' conform to the 'Sendable' protocol
public struct DedicatedFile: CardItemType {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/EgkFileSystem.swift:95:27: note: add '@MainActor' to make static property 'GDD' part of global actor 'MainActor'
        public static let GDD = DedicatedFile(aid: "D2760001440A")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/EgkFileSystem.swift:95:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let GDD = DedicatedFile(aid: "D2760001440A")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/EgkFileSystem.swift:97:27: warning: static property 'OSE' is not concurrency-safe because non-'Sendable' type 'DedicatedFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let OSE = DedicatedFile(aid: "D2760001440B")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/DedicatedFile.swift:20:15: note: consider making struct 'DedicatedFile' conform to the 'Sendable' protocol
public struct DedicatedFile: CardItemType {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/EgkFileSystem.swift:97:27: note: add '@MainActor' to make static property 'OSE' part of global actor 'MainActor'
        public static let OSE = DedicatedFile(aid: "D2760001440B")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/EgkFileSystem.swift:97:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let OSE = DedicatedFile(aid: "D2760001440B")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/EgkFileSystem.swift:99:27: warning: static property 'AMTS' is not concurrency-safe because non-'Sendable' type 'DedicatedFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let AMTS = DedicatedFile(aid: "D2760001440C")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/DedicatedFile.swift:20:15: note: consider making struct 'DedicatedFile' conform to the 'Sendable' protocol
public struct DedicatedFile: CardItemType {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/EgkFileSystem.swift:99:27: note: add '@MainActor' to make static property 'AMTS' part of global actor 'MainActor'
        public static let AMTS = DedicatedFile(aid: "D2760001440C")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/EgkFileSystem.swift:99:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let AMTS = DedicatedFile(aid: "D2760001440C")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:30:27: warning: static property 'atr' is not concurrency-safe because non-'Sendable' type 'ElementaryFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let atr = ElementaryFile(fid: "2F01", sfid: "1D")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/ElementaryFile.swift:20:15: note: consider making struct 'ElementaryFile' conform to the 'Sendable' protocol
public struct ElementaryFile: CardItemType {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:30:27: note: add '@MainActor' to make static property 'atr' part of global actor 'MainActor'
        public static let atr = ElementaryFile(fid: "2F01", sfid: "1D")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:30:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let atr = ElementaryFile(fid: "2F01", sfid: "1D")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:32:27: warning: static property 'cardAccess' is not concurrency-safe because non-'Sendable' type 'ElementaryFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let cardAccess = ElementaryFile(fid: "011C", sfid: "1C")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/ElementaryFile.swift:20:15: note: consider making struct 'ElementaryFile' conform to the 'Sendable' protocol
public struct ElementaryFile: CardItemType {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:32:27: note: add '@MainActor' to make static property 'cardAccess' part of global actor 'MainActor'
        public static let cardAccess = ElementaryFile(fid: "011C", sfid: "1C")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:32:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let cardAccess = ElementaryFile(fid: "011C", sfid: "1C")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:34:27: warning: static property 'dir' is not concurrency-safe because non-'Sendable' type 'ElementaryFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dir = ElementaryFile(fid: "2F00", sfid: "1E")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/ElementaryFile.swift:20:15: note: consider making struct 'ElementaryFile' conform to the 'Sendable' protocol
public struct ElementaryFile: CardItemType {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:34:27: note: add '@MainActor' to make static property 'dir' part of global actor 'MainActor'
        public static let dir = ElementaryFile(fid: "2F00", sfid: "1E")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:34:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dir = ElementaryFile(fid: "2F00", sfid: "1E")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:36:27: warning: static property 'gdo' is not concurrency-safe because non-'Sendable' type 'ElementaryFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let gdo = ElementaryFile(fid: "2F02", sfid: "02")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/ElementaryFile.swift:20:15: note: consider making struct 'ElementaryFile' conform to the 'Sendable' protocol
public struct ElementaryFile: CardItemType {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:36:27: note: add '@MainActor' to make static property 'gdo' part of global actor 'MainActor'
        public static let gdo = ElementaryFile(fid: "2F02", sfid: "02")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:36:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let gdo = ElementaryFile(fid: "2F02", sfid: "02")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:38:27: warning: static property 'version2' is not concurrency-safe because non-'Sendable' type 'ElementaryFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let version2 = ElementaryFile(fid: "2F11", sfid: "11")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/ElementaryFile.swift:20:15: note: consider making struct 'ElementaryFile' conform to the 'Sendable' protocol
public struct ElementaryFile: CardItemType {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:38:27: note: add '@MainActor' to make static property 'version2' part of global actor 'MainActor'
        public static let version2 = ElementaryFile(fid: "2F11", sfid: "11")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:38:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let version2 = ElementaryFile(fid: "2F11", sfid: "11")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:46:27: warning: static property 'MF' is not concurrency-safe because non-'Sendable' type 'DedicatedFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let MF = DedicatedFile(aid: "D27600014601", fid: "3F00") // swiftlint:disable:this identifier_name
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/DedicatedFile.swift:20:15: note: consider making struct 'DedicatedFile' conform to the 'Sendable' protocol
public struct DedicatedFile: CardItemType {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:46:27: note: add '@MainActor' to make static property 'MF' part of global actor 'MainActor'
        public static let MF = DedicatedFile(aid: "D27600014601", fid: "3F00") // swiftlint:disable:this identifier_name
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:46:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let MF = DedicatedFile(aid: "D27600014601", fid: "3F00") // swiftlint:disable:this identifier_name
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:48:27: warning: static property 'HPA' is not concurrency-safe because non-'Sendable' type 'DedicatedFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let HPA = DedicatedFile(aid: "D27600014602")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/DedicatedFile.swift:20:15: note: consider making struct 'DedicatedFile' conform to the 'Sendable' protocol
public struct DedicatedFile: CardItemType {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:48:27: note: add '@MainActor' to make static property 'HPA' part of global actor 'MainActor'
        public static let HPA = DedicatedFile(aid: "D27600014602")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:48:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let HPA = DedicatedFile(aid: "D27600014602")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:50:27: warning: static property 'QES' is not concurrency-safe because non-'Sendable' type 'DedicatedFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let QES = DedicatedFile(aid: "D27600006601")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/DedicatedFile.swift:20:15: note: consider making struct 'DedicatedFile' conform to the 'Sendable' protocol
public struct DedicatedFile: CardItemType {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:50:27: note: add '@MainActor' to make static property 'QES' part of global actor 'MainActor'
        public static let QES = DedicatedFile(aid: "D27600006601")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:50:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let QES = DedicatedFile(aid: "D27600006601")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:52:27: warning: static property 'ESIGN' is not concurrency-safe because non-'Sendable' type 'DedicatedFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ESIGN = DedicatedFile(aid: "A000000167455349474E")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/DedicatedFile.swift:20:15: note: consider making struct 'DedicatedFile' conform to the 'Sendable' protocol
public struct DedicatedFile: CardItemType {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:52:27: note: add '@MainActor' to make static property 'ESIGN' part of global actor 'MainActor'
        public static let ESIGN = DedicatedFile(aid: "A000000167455349474E")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:52:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ESIGN = DedicatedFile(aid: "A000000167455349474E")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:54:27: warning: static property 'CIAQES' is not concurrency-safe because non-'Sendable' type 'DedicatedFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let CIAQES = DedicatedFile(aid: "'E828BD080FD27600006601")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/DedicatedFile.swift:20:15: note: consider making struct 'DedicatedFile' conform to the 'Sendable' protocol
public struct DedicatedFile: CardItemType {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:54:27: note: add '@MainActor' to make static property 'CIAQES' part of global actor 'MainActor'
        public static let CIAQES = DedicatedFile(aid: "'E828BD080FD27600006601")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:54:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let CIAQES = DedicatedFile(aid: "'E828BD080FD27600006601")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:56:27: warning: static property 'CIAESIGN' is not concurrency-safe because non-'Sendable' type 'DedicatedFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let CIAESIGN = DedicatedFile(aid: "'E828BD080FA000000167455349474E")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/DedicatedFile.swift:20:15: note: consider making struct 'DedicatedFile' conform to the 'Sendable' protocol
public struct DedicatedFile: CardItemType {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:56:27: note: add '@MainActor' to make static property 'CIAESIGN' part of global actor 'MainActor'
        public static let CIAESIGN = DedicatedFile(aid: "'E828BD080FA000000167455349474E")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let CIAESIGN = DedicatedFile(aid: "'E828BD080FA000000167455349474E")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:58:27: warning: static property 'AUTO' is not concurrency-safe because non-'Sendable' type 'DedicatedFile' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let AUTO = DedicatedFile(aid: "D27600014603")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/DedicatedFile.swift:20:15: note: consider making struct 'DedicatedFile' conform to the 'Sendable' protocol
public struct DedicatedFile: CardItemType {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:58:27: note: add '@MainActor' to make static property 'AUTO' part of global actor 'MainActor'
        public static let AUTO = DedicatedFile(aid: "D27600014603")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/HealthCards/CardFileSystem/HbaFileSystem.swift:58:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let AUTO = DedicatedFile(aid: "D27600014603")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:26:14: warning: associated value 'unsupportedKeyType(oid:)' of 'Sendable'-conforming enum 'InvalidArgument' has non-sendable type 'ObjectIdentifier'; this is an error in the Swift 6 language mode
        case unsupportedKeyType(oid: ASN1Kit.ObjectIdentifier)
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit/Sources/ASN1Kit/ObjectIdentifier.swift:19:15: note: struct 'ObjectIdentifier' does not conform to the 'Sendable' protocol
public struct ObjectIdentifier: Equatable, Hashable, RawRepresentable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1Kit'
import ASN1Kit
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:27:14: warning: associated value 'unsupportedArgument(oid:)' of 'Sendable'-conforming enum 'InvalidArgument' has non-sendable type 'ObjectIdentifier'; this is an error in the Swift 6 language mode
        case unsupportedArgument(oid: ASN1Kit.ObjectIdentifier)
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit/Sources/ASN1Kit/ObjectIdentifier.swift:19:15: note: struct 'ObjectIdentifier' does not conform to the 'Sendable' protocol
public struct ObjectIdentifier: Equatable, Hashable, RawRepresentable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:116:16: warning: static property 'ecCurves' is not concurrency-safe because non-'Sendable' type '[ECCurveInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ecCurves: [ECCurveInfo] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:22:8: note: consider making struct 'ECCurveInfo' conform to the 'Sendable' protocol
struct ECCurveInfo {
       ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:116:16: note: add '@MainActor' to make static property 'ecCurves' part of global actor 'MainActor'
    static let ecCurves: [ECCurveInfo] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:116:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ecCurves: [ECCurveInfo] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:126:5: warning: let 'ECPublicKeyOID' is not concurrency-safe because non-'Sendable' type 'ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
let ECPublicKeyOID = try! ObjectIdentifier.from(string: "1.2.840.10045.2.1")
    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit/Sources/ASN1Kit/ObjectIdentifier.swift:19:15: note: struct 'ObjectIdentifier' does not conform to the 'Sendable' protocol
public struct ObjectIdentifier: Equatable, Hashable, RawRepresentable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:126:5: note: add '@MainActor' to make let 'ECPublicKeyOID' part of global actor 'MainActor'
let ECPublicKeyOID = try! ObjectIdentifier.from(string: "1.2.840.10045.2.1")
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:126:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let ECPublicKeyOID = try! ObjectIdentifier.from(string: "1.2.840.10045.2.1")
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:127:5: warning: let 'ansix9p256r1' is not concurrency-safe because non-'Sendable' type 'ECCurveInfo' may have shared mutable state; this is an error in the Swift 6 language mode
let ansix9p256r1 = try! ECCurveInfo("1.2.840.10045.3.1.7", 32, 64)
    ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:22:8: note: consider making struct 'ECCurveInfo' conform to the 'Sendable' protocol
struct ECCurveInfo {
       ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:127:5: note: add '@MainActor' to make let 'ansix9p256r1' part of global actor 'MainActor'
let ansix9p256r1 = try! ECCurveInfo("1.2.840.10045.3.1.7", 32, 64)
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:127:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let ansix9p256r1 = try! ECCurveInfo("1.2.840.10045.3.1.7", 32, 64)
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:128:5: warning: let 'ansix9p384r1' is not concurrency-safe because non-'Sendable' type 'ECCurveInfo' may have shared mutable state; this is an error in the Swift 6 language mode
let ansix9p384r1 = try! ECCurveInfo("1.3.132.0.34", 48, 96)
    ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:22:8: note: consider making struct 'ECCurveInfo' conform to the 'Sendable' protocol
struct ECCurveInfo {
       ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:128:5: note: add '@MainActor' to make let 'ansix9p384r1' part of global actor 'MainActor'
let ansix9p384r1 = try! ECCurveInfo("1.3.132.0.34", 48, 96)
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:128:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let ansix9p384r1 = try! ECCurveInfo("1.3.132.0.34", 48, 96)
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:129:5: warning: let 'brainpoolP256r1' is not concurrency-safe because non-'Sendable' type 'ECCurveInfo' may have shared mutable state; this is an error in the Swift 6 language mode
let brainpoolP256r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.7", 32, 64)
    ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:22:8: note: consider making struct 'ECCurveInfo' conform to the 'Sendable' protocol
struct ECCurveInfo {
       ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:129:5: note: add '@MainActor' to make let 'brainpoolP256r1' part of global actor 'MainActor'
let brainpoolP256r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.7", 32, 64)
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:129:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let brainpoolP256r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.7", 32, 64)
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:130:5: warning: let 'brainpoolP384r1' is not concurrency-safe because non-'Sendable' type 'ECCurveInfo' may have shared mutable state; this is an error in the Swift 6 language mode
let brainpoolP384r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.11", 48, 96)
    ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:22:8: note: consider making struct 'ECCurveInfo' conform to the 'Sendable' protocol
struct ECCurveInfo {
       ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:130:5: note: add '@MainActor' to make let 'brainpoolP384r1' part of global actor 'MainActor'
let brainpoolP384r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.11", 48, 96)
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:130:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let brainpoolP384r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.11", 48, 96)
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:131:5: warning: let 'brainpoolP512r1' is not concurrency-safe because non-'Sendable' type 'ECCurveInfo' may have shared mutable state; this is an error in the Swift 6 language mode
let brainpoolP512r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.13", 64, 128)
    ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:22:8: note: consider making struct 'ECCurveInfo' conform to the 'Sendable' protocol
struct ECCurveInfo {
       ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:131:5: note: add '@MainActor' to make let 'brainpoolP512r1' part of global actor 'MainActor'
let brainpoolP512r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.13", 64, 128)
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:131:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let brainpoolP512r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.13", 64, 128)
    ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ ECCurveInfo.swift,\ SignatureAlgorithm.swift,\ HealthCardResponse.swift,\ ResponseStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/SignatureAlgorithm.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/HealthCardResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:26:14: warning: associated value 'unsupportedKeyType(oid:)' of 'Sendable'-conforming enum 'InvalidArgument' has non-sendable type 'ObjectIdentifier'; this is an error in the Swift 6 language mode
        case unsupportedKeyType(oid: ASN1Kit.ObjectIdentifier)
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit/Sources/ASN1Kit/ObjectIdentifier.swift:19:15: note: struct 'ObjectIdentifier' does not conform to the 'Sendable' protocol
public struct ObjectIdentifier: Equatable, Hashable, RawRepresentable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1Kit'
import ASN1Kit
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:27:14: warning: associated value 'unsupportedArgument(oid:)' of 'Sendable'-conforming enum 'InvalidArgument' has non-sendable type 'ObjectIdentifier'; this is an error in the Swift 6 language mode
        case unsupportedArgument(oid: ASN1Kit.ObjectIdentifier)
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit/Sources/ASN1Kit/ObjectIdentifier.swift:19:15: note: struct 'ObjectIdentifier' does not conform to the 'Sendable' protocol
public struct ObjectIdentifier: Equatable, Hashable, RawRepresentable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:116:16: warning: static property 'ecCurves' is not concurrency-safe because non-'Sendable' type '[ECCurveInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let ecCurves: [ECCurveInfo] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:22:8: note: consider making struct 'ECCurveInfo' conform to the 'Sendable' protocol
struct ECCurveInfo {
       ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:116:16: note: add '@MainActor' to make static property 'ecCurves' part of global actor 'MainActor'
    static let ecCurves: [ECCurveInfo] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:116:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let ecCurves: [ECCurveInfo] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:126:5: warning: let 'ECPublicKeyOID' is not concurrency-safe because non-'Sendable' type 'ObjectIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
let ECPublicKeyOID = try! ObjectIdentifier.from(string: "1.2.840.10045.2.1")
    ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit/Sources/ASN1Kit/ObjectIdentifier.swift:19:15: note: struct 'ObjectIdentifier' does not conform to the 'Sendable' protocol
public struct ObjectIdentifier: Equatable, Hashable, RawRepresentable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:126:5: note: add '@MainActor' to make let 'ECPublicKeyOID' part of global actor 'MainActor'
let ECPublicKeyOID = try! ObjectIdentifier.from(string: "1.2.840.10045.2.1")
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:126:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let ECPublicKeyOID = try! ObjectIdentifier.from(string: "1.2.840.10045.2.1")
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:127:5: warning: let 'ansix9p256r1' is not concurrency-safe because non-'Sendable' type 'ECCurveInfo' may have shared mutable state; this is an error in the Swift 6 language mode
let ansix9p256r1 = try! ECCurveInfo("1.2.840.10045.3.1.7", 32, 64)
    ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:22:8: note: consider making struct 'ECCurveInfo' conform to the 'Sendable' protocol
struct ECCurveInfo {
       ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:127:5: note: add '@MainActor' to make let 'ansix9p256r1' part of global actor 'MainActor'
let ansix9p256r1 = try! ECCurveInfo("1.2.840.10045.3.1.7", 32, 64)
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:127:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let ansix9p256r1 = try! ECCurveInfo("1.2.840.10045.3.1.7", 32, 64)
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:128:5: warning: let 'ansix9p384r1' is not concurrency-safe because non-'Sendable' type 'ECCurveInfo' may have shared mutable state; this is an error in the Swift 6 language mode
let ansix9p384r1 = try! ECCurveInfo("1.3.132.0.34", 48, 96)
    ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:22:8: note: consider making struct 'ECCurveInfo' conform to the 'Sendable' protocol
struct ECCurveInfo {
       ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:128:5: note: add '@MainActor' to make let 'ansix9p384r1' part of global actor 'MainActor'
let ansix9p384r1 = try! ECCurveInfo("1.3.132.0.34", 48, 96)
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:128:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let ansix9p384r1 = try! ECCurveInfo("1.3.132.0.34", 48, 96)
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:129:5: warning: let 'brainpoolP256r1' is not concurrency-safe because non-'Sendable' type 'ECCurveInfo' may have shared mutable state; this is an error in the Swift 6 language mode
let brainpoolP256r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.7", 32, 64)
    ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:22:8: note: consider making struct 'ECCurveInfo' conform to the 'Sendable' protocol
struct ECCurveInfo {
       ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:129:5: note: add '@MainActor' to make let 'brainpoolP256r1' part of global actor 'MainActor'
let brainpoolP256r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.7", 32, 64)
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:129:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let brainpoolP256r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.7", 32, 64)
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:130:5: warning: let 'brainpoolP384r1' is not concurrency-safe because non-'Sendable' type 'ECCurveInfo' may have shared mutable state; this is an error in the Swift 6 language mode
let brainpoolP384r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.11", 48, 96)
    ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:22:8: note: consider making struct 'ECCurveInfo' conform to the 'Sendable' protocol
struct ECCurveInfo {
       ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:130:5: note: add '@MainActor' to make let 'brainpoolP384r1' part of global actor 'MainActor'
let brainpoolP384r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.11", 48, 96)
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:130:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let brainpoolP384r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.11", 48, 96)
    ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:131:5: warning: let 'brainpoolP512r1' is not concurrency-safe because non-'Sendable' type 'ECCurveInfo' may have shared mutable state; this is an error in the Swift 6 language mode
let brainpoolP512r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.13", 64, 128)
    ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:22:8: note: consider making struct 'ECCurveInfo' conform to the 'Sendable' protocol
struct ECCurveInfo {
       ^
                   : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:131:5: note: add '@MainActor' to make let 'brainpoolP512r1' part of global actor 'MainActor'
let brainpoolP512r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.13", 64, 128)
    ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/ECCurveInfo.swift:131:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
let brainpoolP512r1 = try! ECCurveInfo("1.3.36.3.3.2.8.1.1.13", 64, 128)
    ^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/SignatureAlgorithm.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/HealthCardResponse.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling HealthCardPropertyType.swift, HealthCardResponseType.swift, HealthCardStatus.swift, HealthCardType.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling EgkFileSystem.swift, HbaFileSystem.swift, HealthCardFileSystemType.swift, SmcbFileSystem.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
ExtractAppIntentsMetadata (in target 'CardReaderProviderApi' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CardReaderProviderApi --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.CardReaderProviderApi --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CardReaderProviderApi.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CardReaderProviderApi.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderProviderApi.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderProviderApi.build/CardReaderProviderApi.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderProviderApi.build/CardReaderProviderApi.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 04:57:51.274 appintentsmetadataprocessor[1417:7649] Starting appintentsmetadataprocessor export
2025-04-30 04:57:51.315 appintentsmetadataprocessor[1417:7649] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling ApplicationIdentifier.swift, CardItemType.swift, CardKeyReferenceType.swift, CardObjectIdentifierType.swift, DedicatedFile.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling CAN.swift, CardGeneration.swift, CardVersion2.swift, CertificateInfo.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling Data+Hex.swift, UInt8+Data.swift, HealthCard.swift, HealthCardCommandType.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CardReaderProviderApi.o (in target 'CardReaderProviderApi' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CardReaderProviderApi.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CardReaderAccess.o normal (in target 'CardReaderAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CardReaderAccess.o
ExtractAppIntentsMetadata (in target 'CardReaderAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CardReaderAccess --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.CardReaderAccess --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CardReaderAccess.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CardReaderAccess.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderAccess.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderAccess.build/CardReaderAccess.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderAccess.build/CardReaderAccess.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 04:57:51.368 appintentsmetadataprocessor[1420:7672] Starting appintentsmetadataprocessor export
2025-04-30 04:57:51.407 appintentsmetadataprocessor[1420:7672] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Key.swift, PSOAlgorithm.swift, Password.swift, ShortFileIdentifier.swift, Data+Normalize.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Emitting module for HealthCardAccess (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftDriver\ Compilation\ Requirements HealthCardAccess normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthCardAccess -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/HealthCardAccess-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess-Swift.h (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/HealthCardAccess-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.abi.json (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftmodule (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftdoc (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftsourceinfo (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver HealthCardControl normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthCardControl -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CardReaderAccess.o (in target 'CardReaderAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CardReaderAccess.o
SwiftCompile normal arm64 Compiling\ AES.swift,\ Data+Secure.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Crypto/AES.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Crypto/Data+Secure.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Crypto/AES.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Crypto/Data+Secure.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HealthCardType+Authenticate.swift,\ HealthCardType+ChangeReferenceData.swift,\ HealthCardType+ESIGN.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+Authenticate.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ChangeReferenceData.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ESIGN.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+Authenticate.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ChangeReferenceData.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ChangeReferenceData.swift:64:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: "Change Reference Data: Set New PIN", type: .description))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ChangeReferenceData.swift:125:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: "Change Reference Data: Set New PIN", type: .description))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ESIGN.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ESIGN.swift:86:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: "Read Auth Certificate", type: .description))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ESIGN.swift:123:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: "Read Auth Certificate", type: .description))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
SwiftCompile normal arm64 Compiling\ CardChannelType+CardAID.swift,\ CardChannelType+CardAccess.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/CardChannelType+CardAID.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/CardChannelType+CardAccess.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/CardChannelType+CardAID.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/CardChannelType+CardAccess.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HealthCardType+ResetRetryCounter.swift,\ HealthCardType+VerifyPin.swift,\ ResponseStatus+WrongSecret.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ResetRetryCounter.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+VerifyPin.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/ResponseStatus+WrongSecret.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ResetRetryCounter.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ResetRetryCounter.swift:64:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: "Reset Retry Counter", type: .description))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ResetRetryCounter.swift:111:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: "Reset Retry Counter", type: .description))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ResetRetryCounter.swift:207:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: "Reset Retry Counter And Set New PIN", type: .description))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ResetRetryCounter.swift:254:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: "Reset Retry Counter And Set New PIN", type: .description))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+VerifyPin.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+VerifyPin.swift:69:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: "Verify PIN", type: .description))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+VerifyPin.swift:125:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: "Verify PIN", type: .description))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/ResponseStatus+WrongSecret.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/ResponseStatus+WrongSecret.swift:20:16: warning: static property 'wrongSecretWarnings' is not concurrency-safe because non-'Sendable' type '[ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wrongSecretWarnings: [ResponseStatus] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/ResponseStatus+WrongSecret.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HealthCardAccess'
import HealthCardAccess
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/ResponseStatus+WrongSecret.swift:20:16: note: add '@MainActor' to make static property 'wrongSecretWarnings' part of global actor 'MainActor'
    static let wrongSecretWarnings: [ResponseStatus] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/ResponseStatus+WrongSecret.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wrongSecretWarnings: [ResponseStatus] = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ CardType+SecureMessaging.swift,\ Data+Hex.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/CardType+SecureMessaging.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/Data+Hex.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/CardType+SecureMessaging.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/CardType+SecureMessaging.swift:39:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: "Open secure Session", type: .description))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/CardType+SecureMessaging.swift:110:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: "Open secure Session", type: .description))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/Data+Hex.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ HealthCardControl (in target 'HealthCardControl' from project 'Openhealthcardkit')
EmitSwiftModule normal arm64 (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/ResponseStatus+WrongSecret.swift:20:16: warning: static property 'wrongSecretWarnings' is not concurrency-safe because non-'Sendable' type '[ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let wrongSecretWarnings: [ResponseStatus] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/ResponseStatus+WrongSecret.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HealthCardAccess'
import HealthCardAccess
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/ResponseStatus+WrongSecret.swift:20:16: note: add '@MainActor' to make static property 'wrongSecretWarnings' part of global actor 'MainActor'
    static let wrongSecretWarnings: [ResponseStatus] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/ResponseStatus+WrongSecret.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let wrongSecretWarnings: [ResponseStatus] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCard+Error.swift:25:14: warning: associated value 'unexpectedResponse(actual:expected:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
        case unexpectedResponse(actual: ResponseStatus, expected: ResponseStatus)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCard+Error.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HealthCardAccess'
import HealthCardAccess
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCard+Error.swift:25:14: warning: associated value 'unexpectedResponse(actual:expected:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
        case unexpectedResponse(actual: ResponseStatus, expected: ResponseStatus)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCard+Error.swift:27:14: warning: associated value 'unknownCardType(aid:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'ApplicationIdentifier'; this is an error in the Swift 6 language mode
        case unknownCardType(aid: ApplicationIdentifier?)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/ApplicationIdentifier.swift:22:15: note: struct 'ApplicationIdentifier' does not conform to the 'Sendable' protocol
public struct ApplicationIdentifier: CardObjectIdentifierType {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCard+Error.swift:29:14: warning: associated value 'illegalGeneration(version:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'CardVersion2'; this is an error in the Swift 6 language mode
        case illegalGeneration(version: CardVersion2)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/CardVersion2.swift:22:15: note: struct 'CardVersion2' does not conform to the 'Sendable' protocol
public struct CardVersion2 {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:25:10: warning: associated value 'unexpectedResponse(state:)' of 'Sendable'-conforming enum 'ReadError' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
    case unexpectedResponse(state: ResponseStatus)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HealthCardAccess'
import HealthCardAccess
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:27:10: warning: associated value 'noData(state:)' of 'Sendable'-conforming enum 'ReadError' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
    case noData(state: ResponseStatus)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:28:10: warning: associated value 'fcpMissingReadSize(state:)' of 'Sendable'-conforming enum 'ReadError' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
    case fcpMissingReadSize(state: ResponseStatus)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:32:10: warning: associated value 'failedToSelectAid(_:status:)' of 'Sendable'-conforming enum 'SelectError' has non-sendable type 'ApplicationIdentifier'; this is an error in the Swift 6 language mode
    case failedToSelectAid(_: ApplicationIdentifier, status: ResponseStatus?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/ApplicationIdentifier.swift:22:15: note: struct 'ApplicationIdentifier' does not conform to the 'Sendable' protocol
public struct ApplicationIdentifier: CardObjectIdentifierType {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:32:10: warning: associated value 'failedToSelectAid(_:status:)' of 'Sendable'-conforming enum 'SelectError' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
    case failedToSelectAid(_: ApplicationIdentifier, status: ResponseStatus?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:33:10: warning: associated value 'failedToSelectFid(_:status:)' of 'Sendable'-conforming enum 'SelectError' has non-sendable type 'FileIdentifier'; this is an error in the Swift 6 language mode
    case failedToSelectFid(_: FileIdentifier, status: ResponseStatus?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/FileIdentifier.swift:20:15: note: struct 'FileIdentifier' does not conform to the 'Sendable' protocol
public struct FileIdentifier: CardObjectIdentifierType {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:33:10: warning: associated value 'failedToSelectFid(_:status:)' of 'Sendable'-conforming enum 'SelectError' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
    case failedToSelectFid(_: FileIdentifier, status: ResponseStatus?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:36:14: warning: associated value 'unsupportedKeyAgreementAlgorithm' of 'Sendable'-conforming enum 'Error' has non-sendable type 'ObjectIdentifier'; this is an error in the Swift 6 language mode
        case unsupportedKeyAgreementAlgorithm(ASN1Kit.ObjectIdentifier)
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit/Sources/ASN1Kit/ObjectIdentifier.swift:19:15: note: struct 'ObjectIdentifier' does not conform to the 'Sendable' protocol
public struct ObjectIdentifier: Equatable, Hashable, RawRepresentable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1Kit'
import ASN1Kit
^
@preconcurrency
SwiftCompile normal arm64 Compiling\ HealthCardType+ReadFile.swift,\ AES128PaceKey.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/AES128PaceKey.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:25:10: warning: associated value 'unexpectedResponse(state:)' of 'Sendable'-conforming enum 'ReadError' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
    case unexpectedResponse(state: ResponseStatus)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:20:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HealthCardAccess'
import HealthCardAccess
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:27:10: warning: associated value 'noData(state:)' of 'Sendable'-conforming enum 'ReadError' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
    case noData(state: ResponseStatus)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:28:10: warning: associated value 'fcpMissingReadSize(state:)' of 'Sendable'-conforming enum 'ReadError' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
    case fcpMissingReadSize(state: ResponseStatus)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:32:10: warning: associated value 'failedToSelectAid(_:status:)' of 'Sendable'-conforming enum 'SelectError' has non-sendable type 'ApplicationIdentifier'; this is an error in the Swift 6 language mode
    case failedToSelectAid(_: ApplicationIdentifier, status: ResponseStatus?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/ApplicationIdentifier.swift:22:15: note: struct 'ApplicationIdentifier' does not conform to the 'Sendable' protocol
public struct ApplicationIdentifier: CardObjectIdentifierType {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:32:10: warning: associated value 'failedToSelectAid(_:status:)' of 'Sendable'-conforming enum 'SelectError' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
    case failedToSelectAid(_: ApplicationIdentifier, status: ResponseStatus?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:33:10: warning: associated value 'failedToSelectFid(_:status:)' of 'Sendable'-conforming enum 'SelectError' has non-sendable type 'FileIdentifier'; this is an error in the Swift 6 language mode
    case failedToSelectFid(_: FileIdentifier, status: ResponseStatus?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/FileIdentifier.swift:20:15: note: struct 'FileIdentifier' does not conform to the 'Sendable' protocol
public struct FileIdentifier: CardObjectIdentifierType {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCardType+ReadFile.swift:33:10: warning: associated value 'failedToSelectFid(_:status:)' of 'Sendable'-conforming enum 'SelectError' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
    case failedToSelectFid(_: FileIdentifier, status: ResponseStatus?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/AES128PaceKey.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ECCurveInfo.swift, SignatureAlgorithm.swift, HealthCardResponse.swift, ResponseStatus.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftCompile normal arm64 Compiling\ KeyAgreement.swift,\ SecureCardChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:36:14: warning: associated value 'unsupportedKeyAgreementAlgorithm' of 'Sendable'-conforming enum 'Error' has non-sendable type 'ObjectIdentifier'; this is an error in the Swift 6 language mode
        case unsupportedKeyAgreementAlgorithm(ASN1Kit.ObjectIdentifier)
             ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit/Sources/ASN1Kit/ObjectIdentifier.swift:19:15: note: struct 'ObjectIdentifier' does not conform to the 'Sendable' protocol
public struct ObjectIdentifier: Equatable, Hashable, RawRepresentable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1Kit'
import ASN1Kit
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:253:20: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead
                $0.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:291:20: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead
                $0.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:354:21: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead
            command.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:412:20: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead
                $0.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/KeyAgreement.swift:472:20: warning: 'publisher(for:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead
                $0.publisher(for: card, writeTimeout: writeTimeout, readTimeout: readTimeout)
                   ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:61:45: warning: 'transmitPublisher(command:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead
        let encryptedResponse = try channel.transmitPublisher(command: encryptedCommand,
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:57:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:67:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:83:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:95:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:106:21: warning: 'closePublisher()' is deprecated: Use structured concurrency version instead
        try channel.closePublisher()
                    ^
SwiftDriverJobDiscovery normal arm64 Compiling HealthCardCommand+AccessStructuredData.swift, HealthCardCommand+AccessTransparentData.swift, HealthCardCommand+Authentication.swift, HealthCardCommand+ManageSE.swift, HealthCardCommand+Misc.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftCompile normal arm64 Compiling\ CardChannelType+Version.swift,\ HealthCard+Error.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/CardChannelType+Version.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCard+Error.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/CardChannelType+Version.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCard+Error.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCard+Error.swift:25:14: warning: associated value 'unexpectedResponse(actual:expected:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
        case unexpectedResponse(actual: ResponseStatus, expected: ResponseStatus)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCard+Error.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'HealthCardAccess'
import HealthCardAccess
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCard+Error.swift:25:14: warning: associated value 'unexpectedResponse(actual:expected:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'ResponseStatus'; this is an error in the Swift 6 language mode
        case unexpectedResponse(actual: ResponseStatus, expected: ResponseStatus)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:21:13: note: enum 'ResponseStatus' does not conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCard+Error.swift:27:14: warning: associated value 'unknownCardType(aid:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'ApplicationIdentifier'; this is an error in the Swift 6 language mode
        case unknownCardType(aid: ApplicationIdentifier?)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/ApplicationIdentifier.swift:22:15: note: struct 'ApplicationIdentifier' does not conform to the 'Sendable' protocol
public struct ApplicationIdentifier: CardObjectIdentifierType {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Operations/HealthCard+Error.swift:29:14: warning: associated value 'illegalGeneration(version:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'CardVersion2'; this is an error in the Swift 6 language mode
        case illegalGeneration(version: CardVersion2)
             ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Models/CardVersion2.swift:22:15: note: struct 'CardVersion2' does not conform to the 'Sendable' protocol
public struct CardVersion2 {
              ^
SwiftDriverJobDiscovery normal arm64 Compiling HealthCardCommand+ObjectSystemManagement.swift, HealthCardCommand+PerfomSecurityOperation.swift, HealthCardCommand+UserVerification.swift, HealthCardCommand.swift, HealthCardCommandBuilder.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftCompile normal arm64 Compiling\ SecureHealthCard.swift,\ SecureMessaging.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureHealthCard.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureMessaging.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureHealthCard.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureMessaging.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling ElementaryFile.swift, FileControlParameter.swift, FileIdentifier.swift, Format2Pin.swift, GemCvCertificate.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftCompile normal arm64 Compiling\ KeyDerivationFunction.swift,\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Crypto/KeyDerivationFunction.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Logger.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Crypto/KeyDerivationFunction.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Logger.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SecureHealthCard.swift, SecureMessaging.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Emitting module for HealthCardControl (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftDriver\ Compilation HealthCardAccess normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthCardAccess -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements HealthCardControl normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthCardControl -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/HealthCardControl-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl-Swift.h (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/HealthCardControl-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftmodule (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftdoc (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.abi.json (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftsourceinfo (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.o normal (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.o
SwiftDriverJobDiscovery normal arm64 Compiling AES.swift, Data+Secure.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftDriver NFCCardReaderProvider normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name NFCCardReaderProvider -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ExtractAppIntentsMetadata (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name HealthCardAccess --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.HealthCardAccess --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/HealthCardAccess.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/HealthCardAccess.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 04:57:53.226 appintentsmetadataprocessor[1434:7807] Starting appintentsmetadataprocessor export
2025-04-30 04:57:53.268 appintentsmetadataprocessor[1434:7807] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling CardChannelType+CardAID.swift, CardChannelType+CardAccess.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 Compiling\ NFCCardError.swift /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCardError.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCardError.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ NFCCardReaderProvider (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
EmitSwiftModule normal arm64 (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NFCHealthCardSession.swift /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift:220:17: warning: capture of 'session' with non-sendable type 'NFCTagReaderSession' in a '@Sendable' closure
                session.restartPolling()
                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCTagReaderSession.h:81:12: note: class 'NFCTagReaderSession' does not conform to the 'Sendable' protocol
@interface NFCTagReaderSession : NFCReaderSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreNFC'
import CoreNFC
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift:228:17: warning: capture of 'session' with non-sendable type 'NFCTagReaderSession' in a '@Sendable' closure
                session.restartPolling()
                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCTagReaderSession.h:81:12: note: class 'NFCTagReaderSession' does not conform to the 'Sendable' protocol
@interface NFCTagReaderSession : NFCReaderSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift:241:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift:245:17: note: closure captures 'self' which is accessible to code in the current task
                operationContinuation?.resume(throwing: NFCHealthCardSessionError.coreNFC(error.asCoreNFCError()))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift:277:40: warning: sending 'outcome' risks causing data races; this is an error in the Swift 6 language mode
                operationContinuation?.resume(returning: outcome)
                ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift:277:40: note: task-isolated 'outcome' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                operationContinuation?.resume(returning: outcome)
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift:339:30: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
        Task { @MainActor in self.session.alertMessage = message }
             ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift:339:30: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
        Task { @MainActor in self.session.alertMessage = message }
                             ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift:345:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                session.invalidate(errorMessage: error)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/NFCHealthCardSession.swift:345:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                session.invalidate(errorMessage: error)
                ^~~~~~~
SwiftDriverJobDiscovery normal arm64 Compiling CardChannelType+Version.swift, HealthCard+Error.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 Compiling\ NFCCardChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCardChannel.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCardChannel.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCardChannel.swift:74:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: send, type: .send))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCardChannel.swift:100:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: response, type: .response))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCardChannel.swift:136:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: send, type: .send))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCardChannel.swift:146:23: warning: reference to static property 'commands' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
        CommandLogger.commands.append(Command(message: response, type: .response))
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Helper/CommandLogger.swift:22:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCardChannel.swift:167:28: warning: 'transmitPublisher(command:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead
        let response = try transmitPublisher(command: manageChannelCommandClose, writeTimeout: 0, readTimeout: 0)
                           ^
SwiftCompile normal arm64 Compiling\ NFCTagReaderSession+Publisher.swift /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:177:17: warning: capture of 'self' with non-sendable type 'NFCTagReaderSession.Publisher.ActualSubscription<Downstream>' in a '@Sendable' closure
                self.demand += demand
                ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:144:25: note: generic class 'ActualSubscription' does not conform to the 'Sendable' protocol
    private final class ActualSubscription<Downstream: Subscriber>: NSObject, Subscription,
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:192:78: warning: capture of 'card' with non-sendable type 'NFCCard' in a '@Sendable' closure
                    Logger.nfcCardReaderProvider.debug("Fulfilling demand: \(card), session: \(session)")
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCard.swift:25:14: note: class 'NFCCard' does not conform to the 'Sendable' protocol
public class NFCCard: CardType {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:192:96: warning: capture of 'session' with non-sendable type 'NFCTagReaderSession' in a '@Sendable' closure
                    Logger.nfcCardReaderProvider.debug("Fulfilling demand: \(card), session: \(session)")
                                                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCTagReaderSession.h:81:12: note: class 'NFCTagReaderSession' does not conform to the 'Sendable' protocol
@interface NFCTagReaderSession : NFCReaderSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CoreNFC'
import CoreNFC
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:195:38: warning: capture of 'self' with non-sendable type 'NFCTagReaderSession.Publisher.ActualSubscription<Downstream>' in a '@Sendable' closure
                    let moreDemand = self.downstream.receive(PublishedCardSession(session: session, card: card))
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:144:25: note: generic class 'ActualSubscription' does not conform to the 'Sendable' protocol
    private final class ActualSubscription<Downstream: Subscriber>: NSObject, Subscription,
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:192:78: warning: implicit capture of 'card' requires that 'NFCCard' conforms to 'Sendable'; this is an error in the Swift 6 language mode
                    Logger.nfcCardReaderProvider.debug("Fulfilling demand: \(card), session: \(session)")
                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCard.swift:25:14: note: class 'NFCCard' does not conform to the 'Sendable' protocol
public class NFCCard: CardType {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:192:96: warning: implicit capture of 'session' requires that 'NFCTagReaderSession' conforms to 'Sendable'; this is an error in the Swift 6 language mode
                    Logger.nfcCardReaderProvider.debug("Fulfilling demand: \(card), session: \(session)")
                                                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCTagReaderSession.h:81:12: note: class 'NFCTagReaderSession' does not conform to the 'Sendable' protocol
@interface NFCTagReaderSession : NFCReaderSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:208:21: warning: capture of 'self' with non-sendable type 'NFCTagReaderSession.Publisher.ActualSubscription<Downstream>' in a '@Sendable' closure
                    self.downstream.receive(completion: .failure(error))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:144:25: note: generic class 'ActualSubscription' does not conform to the 'Sendable' protocol
    private final class ActualSubscription<Downstream: Subscriber>: NSObject, Subscription,
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:233:21: warning: capture of 'session' with non-sendable type 'NFCTagReaderSession' in a '@Sendable' closure
                    session.restartPolling()
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCTagReaderSession.h:81:12: note: class 'NFCTagReaderSession' does not conform to the 'Sendable' protocol
@interface NFCTagReaderSession : NFCReaderSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:241:21: warning: capture of 'session' with non-sendable type 'NFCTagReaderSession' in a '@Sendable' closure
                    session.restartPolling()
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/NFCTagReaderSession.h:81:12: note: class 'NFCTagReaderSession' does not conform to the 'Sendable' protocol
@interface NFCTagReaderSession : NFCReaderSession
           ^
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:129:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                self.session.alertMessage = message
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:129:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                self.session.alertMessage = message
                ^~~~
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:136:21: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
                    session.invalidate(errorMessage: error)
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/NFCTagReaderSession+Publisher.swift:136:21: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                    session.invalidate(errorMessage: error)
                    ^~~~~~~
SwiftDriverJobDiscovery normal arm64 Compiling CardType+SecureMessaging.swift, Data+Hex.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 Compiling\ CoreNFCError.swift /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/CoreNFCError.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Reader/CoreNFCError.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling KeyDerivationFunction.swift, Logger.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 Compiling\ NFCCard.swift /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCard.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCard.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCCard.swift:62:14: warning: 'transmitPublisher(command:writeTimeout:readTimeout:)' is deprecated: Use structured concurrency version instead
            .transmitPublisher(command: manageChannelCommandOpen, writeTimeout: 0, readTimeout: 0)
             ^
SwiftDriverJobDiscovery normal arm64 Compiling NFCCardError.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftCompile normal arm64 Compiling\ NFCISO7816APDU+CommandType.swift /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCISO7816APDU+CommandType.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/NFCISO7816APDU+CommandType.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling HealthCardType+ReadFile.swift, AES128PaceKey.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 Compiling\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Logger.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Logger.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for NFCCardReaderProvider (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriver\ Compilation\ Requirements NFCCardReaderProvider normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name NFCCardReaderProvider -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling HealthCardType+ResetRetryCounter.swift, HealthCardType+VerifyPin.swift, ResponseStatus+WrongSecret.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftCompile normal arm64 Compiling\ Data+Hex.swift /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/Data+Hex.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NFCCardReaderProvider/Card/Data+Hex.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/NFCCardReaderProvider-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider-Swift.h (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/NFCCardReaderProvider-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling HealthCardType+Authenticate.swift, HealthCardType+ChangeReferenceData.swift, HealthCardType+ESIGN.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftmodule (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftdoc (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.abi.json (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftsourceinfo (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.o (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardAccess.o
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling CoreNFCError.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling NFCISO7816APDU+CommandType.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling NFCCardChannel.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling Data+Hex.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling NFCTagReaderSession+Publisher.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling KeyAgreement.swift, SecureCardChannel.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
SwiftDriver\ Compilation HealthCardControl normal arm64 com.apple.xcode.tools.swift.compiler (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name HealthCardControl -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.o normal (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.o
SwiftDriverJobDiscovery normal arm64 Compiling NFCHealthCardSession.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
ExtractAppIntentsMetadata (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name HealthCardControl --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.HealthCardControl --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/HealthCardControl.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/HealthCardControl.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 04:57:53.795 appintentsmetadataprocessor[1447:7867] Starting appintentsmetadataprocessor export
2025-04-30 04:57:53.830 appintentsmetadataprocessor[1447:7867] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling NFCCard.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriver\ Compilation NFCCardReaderProvider normal arm64 com.apple.xcode.tools.swift.compiler (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name NFCCardReaderProvider -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.o (in target 'HealthCardControl' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/HealthCardControl.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.o normal (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios14.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.o
ExtractAppIntentsMetadata (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name NFCCardReaderProvider --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 14.0 --bundle-identifier spi-builder-workspace.NFCCardReaderProvider --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/NFCCardReaderProvider.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/NFCCardReaderProvider.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug-iphoneos/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-30 04:57:53.881 appintentsmetadataprocessor[1450:7882] Starting appintentsmetadataprocessor export
2025-04-30 04:57:53.915 appintentsmetadataprocessor[1450:7882] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.o (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/NFCCardReaderProvider.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "asn1kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gematik/ASN1Kit.git"
    },
    {
      "identity" : "openssl-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/gematik/OpenSSL-Swift"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Openhealthcardkit",
  "name" : "Openhealthcardkit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "HealthCardControl",
      "targets" : [
        "HealthCardControl"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NFCCardReaderProvider",
      "targets" : [
        "NFCCardReaderProvider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HealthCardAccess",
      "targets" : [
        "HealthCardAccess"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CardReaderProviderApi",
      "targets" : [
        "CardReaderProviderApi"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Helper",
      "targets" : [
        "Helper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NFCCardReaderProvider",
      "module_type" : "SwiftTarget",
      "name" : "NFCCardReaderProvider",
      "path" : "Sources/NFCCardReaderProvider",
      "product_memberships" : [
        "NFCCardReaderProvider"
      ],
      "sources" : [
        "Card/Data+Hex.swift",
        "Card/NFCCard.swift",
        "Card/NFCCardChannel.swift",
        "Card/NFCCardError.swift",
        "Card/NFCISO7816APDU+CommandType.swift",
        "Logger.swift",
        "NFCHealthCardSession.swift",
        "Reader/CoreNFCError.swift",
        "Reader/NFCTagReaderSession+Publisher.swift"
      ],
      "target_dependencies" : [
        "HealthCardControl",
        "HealthCardAccess",
        "Helper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Helper",
      "module_type" : "SwiftTarget",
      "name" : "Helper",
      "path" : "Sources/Helper",
      "product_memberships" : [
        "HealthCardControl",
        "NFCCardReaderProvider",
        "HealthCardAccess",
        "CardReaderProviderApi",
        "Helper"
      ],
      "sources" : [
        "CommandLogger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HealthCardControl",
      "module_type" : "SwiftTarget",
      "name" : "HealthCardControl",
      "path" : "Sources/HealthCardControl",
      "product_dependencies" : [
        "OpenSSL-Swift"
      ],
      "product_memberships" : [
        "HealthCardControl",
        "NFCCardReaderProvider"
      ],
      "sources" : [
        "Authentication/HealthCardType+Authenticate.swift",
        "Authentication/HealthCardType+ChangeReferenceData.swift",
        "Authentication/HealthCardType+ESIGN.swift",
        "Authentication/HealthCardType+ResetRetryCounter.swift",
        "Authentication/HealthCardType+VerifyPin.swift",
        "Authentication/ResponseStatus+WrongSecret.swift",
        "Crypto/AES.swift",
        "Crypto/Data+Secure.swift",
        "Crypto/KeyDerivationFunction.swift",
        "Logger.swift",
        "Operations/CardChannelType+CardAID.swift",
        "Operations/CardChannelType+CardAccess.swift",
        "Operations/CardChannelType+Version.swift",
        "Operations/HealthCard+Error.swift",
        "Operations/HealthCardType+ReadFile.swift",
        "SecureMessaging/AES128PaceKey.swift",
        "SecureMessaging/CardType+SecureMessaging.swift",
        "SecureMessaging/Data+Hex.swift",
        "SecureMessaging/KeyAgreement.swift",
        "SecureMessaging/SecureCardChannel.swift",
        "SecureMessaging/SecureHealthCard.swift",
        "SecureMessaging/SecureMessaging.swift"
      ],
      "target_dependencies" : [
        "HealthCardAccess",
        "Helper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HealthCardAccess",
      "module_type" : "SwiftTarget",
      "name" : "HealthCardAccess",
      "path" : "Sources/HealthCardAccess",
      "product_dependencies" : [
        "ASN1Kit"
      ],
      "product_memberships" : [
        "HealthCardControl",
        "NFCCardReaderProvider",
        "HealthCardAccess"
      ],
      "sources" : [
        "CardObjects/ApplicationIdentifier.swift",
        "CardObjects/CardItemType.swift",
        "CardObjects/CardKeyReferenceType.swift",
        "CardObjects/CardObjectIdentifierType.swift",
        "CardObjects/DedicatedFile.swift",
        "CardObjects/ElementaryFile.swift",
        "CardObjects/FileControlParameter.swift",
        "CardObjects/FileIdentifier.swift",
        "CardObjects/Format2Pin.swift",
        "CardObjects/GemCvCertificate.swift",
        "CardObjects/Key.swift",
        "CardObjects/PSOAlgorithm.swift",
        "CardObjects/Password.swift",
        "CardObjects/ShortFileIdentifier.swift",
        "Commands/Data+Normalize.swift",
        "Commands/HealthCardCommand+AccessStructuredData.swift",
        "Commands/HealthCardCommand+AccessTransparentData.swift",
        "Commands/HealthCardCommand+Authentication.swift",
        "Commands/HealthCardCommand+ManageSE.swift",
        "Commands/HealthCardCommand+Misc.swift",
        "Commands/HealthCardCommand+ObjectSystemManagement.swift",
        "Commands/HealthCardCommand+PerfomSecurityOperation.swift",
        "Commands/HealthCardCommand+UserVerification.swift",
        "Commands/HealthCardCommand.swift",
        "Commands/HealthCardCommandBuilder.swift",
        "Data+Hex.swift",
        "Extension/UInt8+Data.swift",
        "HealthCard.swift",
        "HealthCardCommandType.swift",
        "HealthCardPropertyType.swift",
        "HealthCardResponseType.swift",
        "HealthCardStatus.swift",
        "HealthCardType.swift",
        "HealthCards/CardFileSystem/EgkFileSystem.swift",
        "HealthCards/CardFileSystem/HbaFileSystem.swift",
        "HealthCards/CardFileSystem/HealthCardFileSystemType.swift",
        "HealthCards/CardFileSystem/SmcbFileSystem.swift",
        "Models/CAN.swift",
        "Models/CardGeneration.swift",
        "Models/CardVersion2.swift",
        "Models/CertificateInfo.swift",
        "Models/ECCurveInfo.swift",
        "Models/SignatureAlgorithm.swift",
        "Responses/HealthCardResponse.swift",
        "Responses/ResponseStatus.swift"
      ],
      "target_dependencies" : [
        "CardReaderAccess",
        "CardReaderProviderApi"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CardReaderProviderApi",
      "module_type" : "SwiftTarget",
      "name" : "CardReaderProviderApi",
      "path" : "Sources/CardReaderProviderApi",
      "product_memberships" : [
        "HealthCardControl",
        "NFCCardReaderProvider",
        "HealthCardAccess",
        "CardReaderProviderApi"
      ],
      "sources" : [
        "Card/CardChannelType.swift",
        "Card/CardError.swift",
        "Card/CardProtocol.swift",
        "Card/CardType.swift",
        "Command/APDU.swift",
        "Command/CommandType+APDU.swift",
        "Command/CommandType+LogicChannel.swift",
        "Command/CommandType.swift",
        "Command/ResponseType+APDU.swift",
        "Command/ResponseType.swift",
        "Model/ProviderDescriptor.swift",
        "Model/ProviderDescriptorType.swift",
        "Provider/CardReaderProviderType.swift",
        "Reader/CardReaderControllerType.swift",
        "Reader/CardReaderType.swift"
      ],
      "target_dependencies" : [
        "Helper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CardReaderAccess",
      "module_type" : "SwiftTarget",
      "name" : "CardReaderAccess",
      "path" : "Sources/CardReaderAccess",
      "product_memberships" : [
        "HealthCardControl",
        "NFCCardReaderProvider",
        "HealthCardAccess"
      ],
      "sources" : [
        "CardReaderControllerManager.swift",
        "internal/Swift+Reflection.swift"
      ],
      "target_dependencies" : [
        "CardReaderProviderApi",
        "Helper"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.