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 main (32aa9e), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Nov 2025 10:35:18 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 platform=macOS,arch=arm64 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/CardObjects/GemCvCertificate.swift:249:27: warning: static property 'content' is not concurrency-safe because non-'Sendable' type 'ASN1DecodedTag' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let content = ASN1DecodedTag.applicationTag(0x13)
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit/Sources/ASN1Kit/ASN1DecodedTag.swift:20:13: note: enum 'ASN1DecodedTag' does not conform to the 'Sendable' protocol
public enum ASN1DecodedTag: Equatable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/GemCvCertificate.swift:249:27: note: add '@MainActor' to make static property 'content' part of global actor 'MainActor'
        public static let content = ASN1DecodedTag.applicationTag(0x13)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/GemCvCertificate.swift:249:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let content = ASN1DecodedTag.applicationTag(0x13)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/GemCvCertificate.swift:311:27: warning: static property 'oid' is not concurrency-safe because non-'Sendable' type 'ASN1DecodedTag' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let oid = ASN1DecodedTag.universal(.objectIdentifier)
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit/Sources/ASN1Kit/ASN1DecodedTag.swift:20:13: note: enum 'ASN1DecodedTag' does not conform to the 'Sendable' protocol
public enum ASN1DecodedTag: Equatable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/GemCvCertificate.swift:311:27: note: add '@MainActor' to make static property 'oid' part of global actor 'MainActor'
        public static let oid = ASN1DecodedTag.universal(.objectIdentifier)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/GemCvCertificate.swift:311:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let oid = ASN1DecodedTag.universal(.objectIdentifier)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/GemCvCertificate.swift:313:27: warning: static property 'content' is not concurrency-safe because non-'Sendable' type 'ASN1DecodedTag' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let content = ASN1DecodedTag.taggedTag(0x6)
                          ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit/Sources/ASN1Kit/ASN1DecodedTag.swift:20:13: note: enum 'ASN1DecodedTag' does not conform to the 'Sendable' protocol
public enum ASN1DecodedTag: Equatable {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/GemCvCertificate.swift:313:27: note: add '@MainActor' to make static property 'content' part of global actor 'MainActor'
        public static let content = ASN1DecodedTag.taggedTag(0x6)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/GemCvCertificate.swift:313:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let content = ASN1DecodedTag.taggedTag(0x6)
                          ^
        nonisolated(unsafe)
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CardReaderAccess-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess-Swift.h (in target 'CardReaderAccess' 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/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/CardReaderAccess-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Swift+Reflection.swift (in target 'CardReaderAccess' from project 'Openhealthcardkit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderAccess.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.swiftmodule (in target 'CardReaderAccess' 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/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderAccess.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderAccess.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.swiftdoc (in target 'CardReaderAccess' 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/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderAccess.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderAccess.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.abi.json (in target 'CardReaderAccess' 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/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderAccess.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderAccess.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.swiftsourceinfo (in target 'CardReaderAccess' 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/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderAccess.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ ApplicationIdentifier.swift,\ CardItemType.swift,\ CardKeyReferenceType.swift,\ CardObjectIdentifierType.swift,\ DedicatedFile.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/ApplicationIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/CardItemType.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/CardKeyReferenceType.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/CardObjectIdentifierType.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/DedicatedFile.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/CardObjects/ApplicationIdentifier.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/CardObjects/CardItemType.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/CardObjects/CardKeyReferenceType.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/CardObjects/CardObjectIdentifierType.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/CardObjects/DedicatedFile.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HealthCardCommand+ObjectSystemManagement.swift,\ HealthCardCommand+PerfomSecurityOperation.swift,\ HealthCardCommand+UserVerification.swift,\ HealthCardCommand.swift,\ HealthCardCommandBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommandBuilder.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:140:20: warning: static property 'loadApplicationResponseMessages' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let loadApplicationResponseMessages: [UInt16: ResponseStatus] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:140:20: note: add '@MainActor' to make static property 'loadApplicationResponseMessages' part of global actor 'MainActor'
        static let loadApplicationResponseMessages: [UInt16: ResponseStatus] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:140:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let loadApplicationResponseMessages: [UInt16: ResponseStatus] = [
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:181:20: warning: static property 'selectResponseMessages' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let selectResponseMessages: [UInt16: ResponseStatus] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:181:20: note: add '@MainActor' to make static property 'selectResponseMessages' part of global actor 'MainActor'
        static let selectResponseMessages: [UInt16: ResponseStatus] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:181:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let selectResponseMessages: [UInt16: ResponseStatus] = [
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:344:20: warning: static property 'terminateCardUsageResponseMessages' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let terminateCardUsageResponseMessages: [UInt16: ResponseStatus] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:344:20: note: add '@MainActor' to make static property 'terminateCardUsageResponseMessages' part of global actor 'MainActor'
        static let terminateCardUsageResponseMessages: [UInt16: ResponseStatus] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:344:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let terminateCardUsageResponseMessages: [UInt16: ResponseStatus] = [
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:379:20: warning: static property 'terminateDfResponseMessages' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let terminateDfResponseMessages: [UInt16: ResponseStatus] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:379:20: note: add '@MainActor' to make static property 'terminateDfResponseMessages' part of global actor 'MainActor'
        static let terminateDfResponseMessages: [UInt16: ResponseStatus] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:379:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let terminateDfResponseMessages: [UInt16: ResponseStatus] = [
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:452:20: warning: static property 'responseMessages' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let responseMessages: [UInt16: ResponseStatus] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:452:20: note: add '@MainActor' to make static property 'responseMessages' part of global actor 'MainActor'
        static let responseMessages: [UInt16: ResponseStatus] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+ObjectSystemManagement.swift:452:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let responseMessages: [UInt16: ResponseStatus] = [
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:94:20: warning: static property 'responseMessages' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let responseMessages: [UInt16: ResponseStatus] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:94:20: note: add '@MainActor' to make static property 'responseMessages' part of global actor 'MainActor'
        static let responseMessages: [UInt16: ResponseStatus] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:94:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let responseMessages: [UInt16: ResponseStatus] = [
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:176:20: warning: static property 'responseMessages' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let responseMessages: [UInt16: ResponseStatus] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:176:20: note: add '@MainActor' to make static property 'responseMessages' part of global actor 'MainActor'
        static let responseMessages: [UInt16: ResponseStatus] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:176:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let responseMessages: [UInt16: ResponseStatus] = [
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:236:20: warning: static property 'responseMessages' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let responseMessages: [UInt16: ResponseStatus] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:236:20: note: add '@MainActor' to make static property 'responseMessages' part of global actor 'MainActor'
        static let responseMessages: [UInt16: ResponseStatus] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:236:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let responseMessages: [UInt16: ResponseStatus] = [
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:340:28: warning: static property 'responseMessages' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
        private static let responseMessages: [UInt16: ResponseStatus] = [
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:340:28: note: add '@MainActor' to make static property 'responseMessages' part of global actor 'MainActor'
        private static let responseMessages: [UInt16: ResponseStatus] = [
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:340:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static let responseMessages: [UInt16: ResponseStatus] = [
                           ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:427:28: warning: static property 'responseMessages' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
        private static let responseMessages: [UInt16: ResponseStatus] = [
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:427:28: note: add '@MainActor' to make static property 'responseMessages' part of global actor 'MainActor'
        private static let responseMessages: [UInt16: ResponseStatus] = [
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+PerfomSecurityOperation.swift:427:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static let responseMessages: [UInt16: ResponseStatus] = [
                           ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift:173:20: warning: static property 'pinStatusResponses' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let pinStatusResponses: [UInt16: ResponseStatus] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift:173:20: note: add '@MainActor' to make static property 'pinStatusResponses' part of global actor 'MainActor'
        static let pinStatusResponses: [UInt16: ResponseStatus] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift:173:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let pinStatusResponses: [UInt16: ResponseStatus] = [
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift:274:20: warning: static property 'resetRetryCounterResponses' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let resetRetryCounterResponses: [UInt16: ResponseStatus] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift:274:20: note: add '@MainActor' to make static property 'resetRetryCounterResponses' part of global actor 'MainActor'
        static let resetRetryCounterResponses: [UInt16: ResponseStatus] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift:274:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let resetRetryCounterResponses: [UInt16: ResponseStatus] = [
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift:334:16: warning: static property 'responseMessagesVerificationRequirement' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let responseMessagesVerificationRequirement: [UInt16: ResponseStatus] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift:334:16: note: add '@MainActor' to make static property 'responseMessagesVerificationRequirement' part of global actor 'MainActor'
    static let responseMessagesVerificationRequirement: [UInt16: ResponseStatus] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift:334:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let responseMessagesVerificationRequirement: [UInt16: ResponseStatus] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift:360:16: warning: static property 'responseMessages' is not concurrency-safe because non-'Sendable' type '[UInt16 : ResponseStatus]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let responseMessages: [UInt16: ResponseStatus] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Responses/ResponseStatus.swift:25:13: note: consider making enum 'ResponseStatus' conform to the 'Sendable' protocol
public enum ResponseStatus {
            ^
                           : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift:360:16: note: add '@MainActor' to make static property 'responseMessages' part of global actor 'MainActor'
    static let responseMessages: [UInt16: ResponseStatus] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand+UserVerification.swift:360:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let responseMessages: [UInt16: ResponseStatus] = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommand.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/Commands/HealthCardCommandBuilder.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommandBuilder.swift:161:14: warning: associated value 'unsupportedKey' of 'Sendable'-conforming enum 'InvalidArgument' has non-sendable type 'SecKey'; this is an error in the Swift 6 language mode
        case unsupportedKey(SecKey)
             ^
Security.SecKey:1:14: note: class 'SecKey' does not conform to the 'Sendable' protocol
public class SecKey : _CFObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommandBuilder.swift:24:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Security'
import Security
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardAccess/Commands/HealthCardCommandBuilder.swift:164:14: warning: associated value 'illegalOid' of 'Sendable'-conforming enum 'InvalidArgument' has non-sendable type 'ObjectIdentifier'; this is an error in the Swift 6 language mode
        case illegalOid(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/Commands/HealthCardCommandBuilder.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1Kit'
import ASN1Kit
^
@preconcurrency
SwiftDriverJobDiscovery normal arm64 Compiling Data+Hex.swift, UInt8+Data.swift, HealthCard.swift, HealthCardCommandType.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftDriver\ Compilation CardReaderProviderApi normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CardReaderProviderApi' 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 CardReaderProviderApi -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi-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/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi.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/CardReaderProviderApi.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/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.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/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CAN.swift, CardGeneration.swift, CardVersion2.swift, CertificateInfo.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
SwiftDriver\ Compilation CardReaderAccess normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CardReaderAccess' 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 CardReaderAccess -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess-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/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.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/CardReaderAccess.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/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.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/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling EgkFileSystem.swift, HbaFileSystem.swift, HealthCardFileSystemType.swift, SmcbFileSystem.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
ExtractAppIntentsMetadata (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit
    /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 ASN1Kit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier asn1kit.ASN1Kit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1Kit.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1Kit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug/ASN1Kit.build/Objects-normal/arm64/ASN1Kit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug/ASN1Kit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug/ASN1Kit.build/ASN1Kit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug/ASN1Kit.build/ASN1Kit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ASN1Kit.build/Debug/ASN1Kit.build/Objects-normal/arm64/ASN1Kit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-11-27 02:35:13.549 appintentsmetadataprocessor[1589:8699] Starting appintentsmetadataprocessor export
2025-11-27 02:35:13.593 appintentsmetadataprocessor[1589:8699] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Helper.o (in target 'Helper' from project 'Openhealthcardkit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Helper.o
SwiftDriverJobDiscovery normal arm64 Compiling HealthCardPropertyType.swift, HealthCardResponseType.swift, HealthCardStatus.swift, HealthCardType.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderProviderApi.o normal (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/clang -Xlinker -reproducible -target arm64-apple-macos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderProviderApi.o
SwiftDriverJobDiscovery normal arm64 Compiling ECCurveInfo.swift, SignatureAlgorithm.swift, HealthCardResponse.swift, ResponseStatus.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/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/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardAccess.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardAccess.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/HealthCardAccess-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/HealthCardAccess-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardAccess.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardAccess.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardAccess.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardAccess.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardAccess.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardAccess.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardAccess.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardAccess.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.CardReaderProviderApi --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderProviderApi.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderProviderApi.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/CardReaderProviderApi.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/CardReaderProviderApi.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderProviderApi.build/Objects-normal/arm64/CardReaderProviderApi.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-11-27 02:35:13.600 appintentsmetadataprocessor[1592:8723] Starting appintentsmetadataprocessor export
2025-11-27 02:35:13.639 appintentsmetadataprocessor[1592:8723] Extracted no relevant App Intents symbols, skipping writing output
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/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/HealthCardControl.build/Objects-normal/arm64/HealthCardControl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/ASN1Kit.o (in target 'ASN1Kit' from project 'ASN1Kit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/ASN1Kit
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ASN1Kit.o
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:24: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:25: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:21: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:24: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:24: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:29: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:25: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:22: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:29: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:25: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:31: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:26: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:33: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:26: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:29: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:25: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:24: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:31: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:25: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 '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:25: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:36: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:26: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:36: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:25: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:37: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:24: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:37: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:25: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:40: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:22:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ASN1Kit'
import ASN1Kit
^
@preconcurrency
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:68: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:26:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ChangeReferenceData.swift:129: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:26: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:90: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:26:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ESIGN.swift:127: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:26:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
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:68: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:26:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ResetRetryCounter.swift:115: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:26:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ResetRetryCounter.swift:211: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:26:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+ResetRetryCounter.swift:258: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:26: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:73: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:26:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/Authentication/HealthCardType+VerifyPin.swift:129: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:26: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:24: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:25: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:21: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:24: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:24: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\ 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

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

SwiftDriverJobDiscovery normal arm64 Compiling ApplicationIdentifier.swift, CardItemType.swift, CardKeyReferenceType.swift, CardObjectIdentifierType.swift, DedicatedFile.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
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

SwiftDriverJobDiscovery normal arm64 Compiling Key.swift, PSOAlgorithm.swift, Password.swift, ShortFileIdentifier.swift, Data+Normalize.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

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:40: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:22: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:257: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:295: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:358: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:416: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:476: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:65: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:61: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:26:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:71: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:26:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:87: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:26:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:99: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:26:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/SecureCardChannel.swift:110: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\ 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:29: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:25: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:24: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:31: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:25: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 '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:25: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:36: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:26: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:36: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:25: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:37: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:24: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:37: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:25: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 ElementaryFile.swift, FileControlParameter.swift, FileIdentifier.swift, Format2Pin.swift, GemCvCertificate.swift (in target 'HealthCardAccess' from project 'Openhealthcardkit')
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:43: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:26:23: note: static property declared here
    public static var commands: [Command] = []
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/HealthCardControl/SecureMessaging/CardType+SecureMessaging.swift:114: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:26: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

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\ 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:29: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:25: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:22: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:29: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:25: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:31: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:26: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:33: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:26:15: note: struct 'CardVersion2' does not conform to the 'Sendable' protocol
public struct CardVersion2 {
              ^
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/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/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardAccess.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardAccess.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/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/HealthCardControl.build/Objects-normal/arm64/HealthCardControl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/HealthCardControl-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/HealthCardControl.build/Objects-normal/arm64/HealthCardControl-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/HealthCardControl-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardControl.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardControl.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardControl.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardControl.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardControl.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardControl.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardControl.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardControl.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/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/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/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/CardReaderProviderApi.o
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\ 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

SwiftDriverJobDiscovery normal arm64 Compiling CardChannelType+CardAID.swift, CardChannelType+CardAccess.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

SwiftDriverJobDiscovery normal arm64 Compiling CardType+SecureMessaging.swift, Data+Hex.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

SwiftDriverJobDiscovery normal arm64 Compiling HealthCardType+ResetRetryCounter.swift, HealthCardType+VerifyPin.swift, ResponseStatus+WrongSecret.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
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

SwiftDriverJobDiscovery normal arm64 Compiling AES.swift, Data+Secure.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 Compiling HealthCardType+Authenticate.swift, HealthCardType+ChangeReferenceData.swift, HealthCardType+ESIGN.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

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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/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/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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 KeyDerivationFunction.swift, Logger.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

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/NFCCardReaderProvider-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/NFCCardReaderProvider-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling CardChannelType+Version.swift, HealthCard+Error.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/NFCCardReaderProvider.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/NFCCardReaderProvider.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/NFCCardReaderProvider.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/NFCCardReaderProvider.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/NFCCardReaderProvider.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/NFCCardReaderProvider.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/NFCCardReaderProvider.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/NFCCardReaderProvider.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
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

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 NFCCardChannel.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling NFCCardError.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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-macos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardAccess.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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-macos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderAccess.o
SwiftDriverJobDiscovery normal arm64 Compiling NFCTagReaderSession+Publisher.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.CardReaderAccess --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderAccess.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CardReaderAccess.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/CardReaderAccess.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/CardReaderAccess.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/CardReaderAccess.build/Objects-normal/arm64/CardReaderAccess.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-11-27 02:35:16.495 appintentsmetadataprocessor[1619:8932] Starting appintentsmetadataprocessor export
2025-11-27 02:35:16.532 appintentsmetadataprocessor[1619:8932] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling NFCCard.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.HealthCardAccess --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardAccess.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardAccess.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardAccess.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardAccess.build/HealthCardAccess.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardAccess.build/HealthCardAccess.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardAccess.build/Objects-normal/arm64/HealthCardAccess.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-11-27 02:35:16.496 appintentsmetadataprocessor[1620:8933] Starting appintentsmetadataprocessor export
2025-11-27 02:35:16.533 appintentsmetadataprocessor[1620:8933] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling Data+Hex.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling CoreNFCError.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling NFCHealthCardSession.swift (in target 'NFCCardReaderProvider' from project 'Openhealthcardkit')
SwiftDriverJobDiscovery normal arm64 Compiling HealthCardType+ReadFile.swift, AES128PaceKey.swift (in target 'HealthCardControl' from project 'Openhealthcardkit')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/CardReaderAccess.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/HealthCardAccess.o
SwiftDriverJobDiscovery normal arm64 Compiling NFCISO7816APDU+CommandType.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/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/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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 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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/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/HealthCardControl.build/Objects-normal/arm64/HealthCardControl_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/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/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-macos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/HealthCardControl.build/Objects-normal/arm64/HealthCardControl_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardControl.o
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.HealthCardControl --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardControl.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/HealthCardControl.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/Objects-normal/arm64/HealthCardControl_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/HealthCardControl.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/HealthCardControl.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/HealthCardControl.build/Objects-normal/arm64/HealthCardControl.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-11-27 02:35:16.728 appintentsmetadataprocessor[1623:8956] Starting appintentsmetadataprocessor export
2025-11-27 02:35:16.760 appintentsmetadataprocessor[1623:8956] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/HealthCardControl.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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-macos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.NFCCardReaderProvider --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/NFCCardReaderProvider.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/NFCCardReaderProvider.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/NFCCardReaderProvider.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/NFCCardReaderProvider.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Openhealthcardkit.build/Debug/NFCCardReaderProvider.build/Objects-normal/arm64/NFCCardReaderProvider.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-11-27 02:35:16.809 appintentsmetadataprocessor[1626:8971] Starting appintentsmetadataprocessor export
2025-11-27 02:35:16.842 appintentsmetadataprocessor[1626:8971] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/NFCCardReaderProvider.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:597e730e10b8e647d1cc08913dd3b360410e0af8, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:597e730e10b8e647d1cc08913dd3b360410e0af8, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:597e730e10b8e647d1cc08913dd3b360410e0af8, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:597e730e10b8e647d1cc08913dd3b360410e0af8, name:My Mac }
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"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "12.0.0",
            "upper_bound" : "13.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    }
  ],
  "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"
        ]
      }
    },
    {
      "name" : "CardReaderAccess",
      "targets" : [
        "CardReaderAccess"
      ],
      "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",
        "CardReaderAccess"
      ],
      "sources" : [
        "CommandLogger.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HealthCardControlTests",
      "module_type" : "SwiftTarget",
      "name" : "HealthCardControlTests",
      "path" : "Tests/HealthCardControlTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardControlTests/Resources.bundle/FCP/fcp_A000000167455349474E.dat",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Crypto/AESTests.swift",
        "Crypto/DataSecureTest.swift",
        "Crypto/KeyDerivationFunctionTest.swift",
        "ResourceLoader.swift",
        "SecureMessaging/AES128PaceKeyTest.swift",
        "SecureMessaging/HealthCardTypeExtESIGNTest.swift",
        "SecureMessaging/ResponseType+Bytes.swift",
        "Util/AnyPublisher+Test.swift"
      ],
      "target_dependencies" : [
        "HealthCardControl"
      ],
      "type" : "test"
    },
    {
      "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" : "HealthCardAccessTests",
      "module_type" : "SwiftTarget",
      "name" : "HealthCardAccessTests",
      "path" : "Tests/HealthCardAccessTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/CVC/EF.C.CA_HPC.CS.E256.der",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/CVC/EF.C.HPC.AUTR_CVC.E256.der",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/CVC/GemCVC.der",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p256r1_ecpubkey.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p256r1_ecpubkey.der",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p256r1_expected_apdu.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p256r1_hash.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p256r1_signature.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p256r1_signature_invalid_toolongsequence.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p256r1_signature_normalized.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p384r1_ecpubkey.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p384r1_ecpubkey.der",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p384r1_expected_apdu.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p384r1_hash.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p384r1_signature.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/ansix9p384r1_signature_normalized.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP256r1_ecpubkey.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP256r1_ecpubkey.der",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP256r1_expected_apdu.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP256r1_hash.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP256r1_signature.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP256r1_signature_normalized.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP384r1_ecpubkey.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP384r1_ecpubkey.der",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP384r1_expected_apdu.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP384r1_hash.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP384r1_signature.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP384r1_signature_normalized.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP512r1_ecpubkey.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP512r1_ecpubkey.der",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP512r1_expected_apdu.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP512r1_hash.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP512r1_signature.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/DSA/brainpoolP512r1_signature_normalized.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/EC/ec_pub_key.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/EC/ec_pub_key.der",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/FCP/fcp_adf_A000000167455349474E_apdu.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/FCP/fcp_df_A000000167455349474E_apdu.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/FCP/fcp_nett_length_apdu.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/PSO/apduEncipherElc.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/PSO/apduEncipherRsaOaep.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/PSO/apduEncipherRsaPkcs1v15.dat",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/PSO/elc_pub_key.der",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/HealthCardAccessTests/Resources.bundle/PSO/rsa_pub_key.der",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CardObjects/ApplicationIdentifierTest.swift",
        "CardObjects/FileControlParameterTest.swift",
        "CardObjects/FileIdentifierTest.swift",
        "CardObjects/Format2PinTest.swift",
        "CardObjects/GemCvCertificateTest.swift",
        "CardObjects/KeyTest.swift",
        "CardObjects/PasswordTest.swift",
        "CardObjects/ShortFileIdentifierTest.swift",
        "Commands/DataExtNormalize.swift",
        "Commands/HCCExtAccessStructuredDataTest.swift",
        "Commands/HCCExtAccessTransparentDataTest.swift",
        "Commands/HCCExtAuthenticationTest.swift",
        "Commands/HCCExtManageSETest.swift",
        "Commands/HCCExtMiscTest.swift",
        "Commands/HCCExtObjectSystemManagementTest.swift",
        "Commands/HCCExtPerformSecurityOperationTest.swift",
        "Commands/HCCExtUserVerificationTest.swift",
        "Commands/HealthCardCommandBuilderTest.swift",
        "HealthCardPropertyTypeTest.swift",
        "HealthCardStatusTest.swift",
        "Models/CANTest.swift",
        "Models/CardGenerationTest.swift",
        "Models/CardVersion2Test.swift",
        "Models/ECCurveInfoTest.swift",
        "Models/SignatureAlgorithmTest.swift",
        "Responses/HealthCardResponseTest.swift",
        "Util/AnyPublisher+Test.swift",
        "Util/ResourceLoader.swift"
      ],
      "target_dependencies" : [
        "HealthCardAccess"
      ],
      "type" : "test"
    },
    {
      "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" : [
        "CardReaderProviderApi"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CardReaderProviderApiTests",
      "module_type" : "SwiftTarget",
      "name" : "CardReaderProviderApiTests",
      "path" : "Tests/CardReaderProviderApiTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "sources" : [
        "Command/APDUCommandTest.swift",
        "Command/APDUResponseTest.swift",
        "Command/CommandTypeExtLogicChannelTests.swift",
        "Reader/CardReaderTest.swift"
      ],
      "target_dependencies" : [
        "CardReaderProviderApi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CardReaderProviderApi",
      "module_type" : "SwiftTarget",
      "name" : "CardReaderProviderApi",
      "path" : "Sources/CardReaderProviderApi",
      "product_memberships" : [
        "HealthCardControl",
        "NFCCardReaderProvider",
        "HealthCardAccess",
        "CardReaderProviderApi",
        "CardReaderAccess"
      ],
      "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" : "CardReaderAccessTests",
      "module_type" : "SwiftTarget",
      "name" : "CardReaderAccessTests",
      "path" : "Tests/CardReaderAccessTests",
      "product_dependencies" : [
        "Nimble"
      ],
      "sources" : [
        "CardReaderControllerManagerTest.swift",
        "XCTestManifests.swift",
        "internal/SwiftExtReflectionTest.swift"
      ],
      "target_dependencies" : [
        "CardReaderAccess"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CardReaderAccess",
      "module_type" : "SwiftTarget",
      "name" : "CardReaderAccess",
      "path" : "Sources/CardReaderAccess",
      "product_memberships" : [
        "CardReaderAccess"
      ],
      "sources" : [
        "CardReaderControllerManager.swift",
        "internal/Swift+Reflection.swift"
      ],
      "target_dependencies" : [
        "CardReaderProviderApi",
        "Helper"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.