diff --git a/MyPassCore/.build/.lock b/MyPassCore/.build/.lock new file mode 100644 index 0000000..bbf6190 --- /dev/null +++ b/MyPassCore/.build/.lock @@ -0,0 +1 @@ +15943 \ No newline at end of file diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h new file mode 100644 index 0000000..3ffc0c7 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h @@ -0,0 +1,15 @@ +#if __OBJC__ +#import + +#if __cplusplus +extern "C" { +#endif + +NSBundle* KeePassKit_SWIFTPM_MODULE_BUNDLE(void); + +#define SWIFTPM_MODULE_BUNDLE KeePassKit_SWIFTPM_MODULE_BUNDLE() + +#if __cplusplus +} +#endif +#endif \ No newline at end of file diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.m b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.m new file mode 100644 index 0000000..ae11782 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.m @@ -0,0 +1,12 @@ +#import + +NSBundle* KeePassKit_SWIFTPM_MODULE_BUNDLE() { + NSURL *bundleURL = [[[NSBundle mainBundle] bundleURL] URLByAppendingPathComponent:@"KeePassKit_KeePassKit.bundle"]; + + NSBundle *preferredBundle = [NSBundle bundleWithURL:bundleURL]; + if (preferredBundle == nil) { + return [NSBundle bundleWithPath:@"/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle"]; + } + + return preferredBundle; +} \ No newline at end of file diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Info.plist b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Info.plist new file mode 100644 index 0000000..6013438 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Info.plist @@ -0,0 +1,8 @@ + + + + + CFBundleDevelopmentRegion + en + + \ No newline at end of file diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist new file mode 100644 index 0000000..6013438 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist @@ -0,0 +1,8 @@ + + + + + CFBundleDevelopmentRegion + en + + \ No newline at end of file diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings new file mode 100644 index 0000000..361eca4 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings @@ -0,0 +1,6 @@ +/* Bundle name */ +"CFBundleName" = "KeePassKit"; + +/* Copyright (human-readable) */ +"NSHumanReadableCopyright" = "Copyright 2013-2021 HicknHack Software GmbH. Alle Rechte vorbehalten."; + diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings new file mode 100644 index 0000000..11fbf9a --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings @@ -0,0 +1,268 @@ +/* Action name for adding a customt icon. */ +"ADD_CUSTOM_ICON" = "Icon hinzufügen"; + +/* Error description */ +"Alignment Error" = "Speicherausrichtungsfehler"; + +/* Error description */ +"Buffer Too Small" = "Puffer zu klein"; + +/* Default title for KDBX databases + Title for the root group created for KDB files */ +"DATABASE" = "Datenbank"; + +/* Error description */ +"Decode Error" = "Dekodierungsfehler"; + +/* Action name for deleting a custom icon */ +"DELETE_CUSTOM_ICON" = "Icon entfernen"; + +/* EMail */ +"EMAIL" = "E-Mail"; + +/* No comment provided by engineer. */ +"ERROR_AES_DECRYPTION_FAILED" = "AES Entschlüsselung fehlgeschlagen"; + +/* No comment provided by engineer. */ +"ERROR_AES_ENCRYPTION_FAILED" = "AES Verschlüsselung ist fehlgeschlagen"; + +/* No comment provided by engineer. */ +"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "Bezeichnung wird bereits verwendet!"; + +/* (No Comment) */ +"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "Die Autotype-Sequenz ist fehlerhaft!"; + +/* (No Comment) */ +"ERROR_CORRUPT_TREE" = "Interne Datenstruktur defekt!"; + +/* No comment provided by engineer. */ +"ERROR_DECRYPTION_FAILED" = "Entschlüsseln fehlgeschlagen"; + +/* No comment provided by engineer. */ +"ERROR_ENCRYPTION_FAILED" = "Verschlüsseln fehlgeschlafen"; + +/* No comment provided by engineer. */ +"ERROR_GROUP_ELEMENT_MISSING" = "Datenbank-XML enthält kein Group-Element"; + +/* (No Comment) */ +"ERROR_HEADER_CORRUPTED" = "Header-Daten sind beschädigt"; + +/* (No Comment) */ +"ERROR_HEADER_HASH_MISSMATCH" = "Fehlerhafte Datei: Header-Hash stimmt nicht mit Daten überein."; + +/* No comment provided by engineer. */ +"ERROR_HEADER_HASH_VERIFICATION_FAILED" = "Datenbank-Hash falsch. Datenintegrität ist möglicherweise verletzt!"; + +/* No comment provided by engineer. */ +"ERROR_INTEGRITY_CHECK_FAILED" = "Die Integrität der Datei konnte nicht sichergestellt werden"; + +/* No comment provided by engineer. */ +"ERROR_INVALID_FIELD_SIZE" = "Datenfeld mit falscher Größe. Password falsch?"; + +/* No comment provided by engineer. */ +"ERROR_INVALID_FIELD_TYPE" = "Unbekanntes Datenfeld. Password falsch?"; + +/* No comment provided by engineer. */ +"ERROR_INVALID_HEADER_FIELD_SIZE" = "Falsche Größe eines Header-Feldes"; + +/* No comment provided by engineer. */ +"ERROR_INVALID_HEADER_FIELD_TYPE" = "Falscher Typ eines Header-Feldes"; + +/* No comment provided by engineer. */ +"ERROR_INVALID_HEADER_IV_SIZE" = "Falsche Größe des Initalisierungs-Vektor im Header"; + +/* No comment provided by engineer. */ +"ERROR_KDB_CORRUPT_TREE" = "Defekter KDB-Baum"; + +/* No comment provided by engineer. */ +"ERROR_KDB_FILE_HEADER_TRUNCATED" = "KDB-Header unvollständig"; + +/* No comment provided by engineer. */ +"ERROR_KDBX_CORRUPTED_CONTENT_STREAM" = "Die Inhaltsdaten sind fehlerhaft."; + +/* No comment provided by engineer. */ +"ERROR_KDBX_CORRUPTED_ENCRYPTION_STREAM" = "Die verschlüsselten Daten sind fehlerhaft."; + +/* No comment provided by engineer. */ +"ERROR_KDBX_CORRUPTED_INNER_HEADER" = "Der innere Header ist fehlerhaft."; + +/* No comment provided by engineer. */ +"ERROR_KDBX_CORRUPTED_PUBLIC_CUSTOM_DATA" = "Die unverschlüsselten öffentlichen Daten sind fehlerhaft."; + +/* No comment provided by engineer. */ +"ERROR_KDBX_INVALID_INNER_HEADER_FIELD" = "Der innere Header enthält ein unbekanntes Feld"; + +/* No comment provided by engineer. */ +"ERROR_KDBX_INVALID_KEY_DERIVATION_DATA" = "Die Daten zur Schlüsselherleitung sind nicht fehlerhaft"; + +/* No comment provided by engineer. */ +"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "Datenbank-XML enthält keine KeePassFile-Elemente"; + +/* No comment provided by engineer. */ +"ERROR_KEY_DERIVATION_FAILED" = "Schlüsselherleitung fehlgeschlagen"; + +/* No comment provided by engineer. */ +"ERROR_META_ELEMENT_MISSING" = "Datenbank-XML enthält kein Meta-Element"; + +/* No comment provided by engineer. */ +"ERROR_NO_DATA" = "Keine Daten"; + +/* No comment provided by engineer. */ +"ERROR_NO_KEY_DATA" = "Die Schlüsseldatei enthält keine Daten"; + +/* No comment provided by engineer. */ +"ERROR_NO_XML_DATA" = "Die Schlüsseldatei ist keine Xml Datei"; + +/* No comment provided by engineer. */ +"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "Falsche Password und/oder die Schlüsseldatei"; + +/* No comment provided by engineer. */ +"ERROR_ROOT_ELEMENT_MISSING" = "Datenbank-XML enthält kein Root-Elementen"; + +/* Error message for unknown error code */ +"ERROR_UNKNOWN_ERROR_CODE" = "Ein unbekannter Fehler ist aufgetreten"; + +/* No comment provided by engineer. */ +"ERROR_UNKNOWN_FILE_FORMAT" = "Unbekanntes Dateiformat"; + +/* (No Comment) */ +"ERROR_UNSUPPORTED_CHIPHER" = "Verschlüsselungsalgorithmus wird nicht unterstützt"; + +/* No comment provided by engineer. */ +"ERROR_UNSUPPORTED_CIPHER" = "Verschlüsselungsalgorithmus wird nicht unterstützt"; + +/* No comment provided by engineer. */ +"ERROR_UNSUPPORTED_DATABASER_VERSION" = "Datenbankformat wird nicht unterstützt"; + +/* No comment provided by engineer. */ +"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Kompressionsalgorithmus wird nicht unterstützt"; + +/* No comment provided by engineer. */ +"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Format des Zufallsdatenstroms wird nicht unterstützt"; + +/* No comment provided by engineer. */ +"ERROR_UNSUPPORTED_KEYDERIVATION" = "Schlüsselherleitungsalgorithmus wird nicht unterstützt"; + +/* No comment provided by engineer. */ +"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "Format des Fenstertitles ist fehlerhaft!"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_CORRUPTED" = "Schlüssel-XML-Datei ist beschädigt!"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Daten des Schlüssels nicht lesbar"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_UNSUPPORTED_VERSION" = "Schlüssel-XML-Datei Version wird nicht unterstützt"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "Schlüssel-XML-Datei enhält kein Data-Element"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_WITHOUT_HASH_ATTRIBUTE" = "Schlüssel-XML-Datei ohne Hash-Attribut!"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "Schlüssel-XML-Datei enthält kein Key-Element"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_WITHOUT_KEYFILE_ELEMENT" = "Schlüssel-XML-Datei ohne KeyFile-Element"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_WITHOUT_META_ELEMENT" = "Schlüssel-XML-Datei enthält kein Meta-Element"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_WRONG_HASH_SIZE" = "Hash-Element in Schlüssel-XML-Datei hat die falsche Länge"; + +/* No comment provided by engineer. */ +"ERRROR_XML_STRUCUTRE_MALFORMED" = "Datenbank-XML Struktur ist fehlerhaft"; + +/* Error reason */ +"Failed to allocate memory" = "Konnte keinen Speicher belegen"; + +/* Error reason */ +"Function not implemented for the current algorithm" = "Funktion ist im aktuellen Algorithmus nicht implementiert"; + +/* General */ +"GENERAL" = "Allgemein"; + +/* Homebanking */ +"HOMEBANKING" = "Homebanking"; + +/* Error reason */ +"Illegal parameter supplied to encryption/decryption algorithm" = "Falscher Parameter wurde für Ver-/Entschlüsselung übergeben"; + +/* Error reason */ +"Input data did not decode or decrypt correctly" = "Eingangsdaten konnten nicht Dekodiert oder korrekt entschlüsselt werden"; + +/* Error reason */ +"Input size to encryption algorithm was not aligned correctly" = "Eingabegröße für Verschlüsselung ist nicht korrekt auf Algorithmus ausgerichtet"; + +/* Error reason */ +"Insufficient buffer provided for specified operation" = "Zu kleiner Puffer für Operation zur Verfügung"; + +/* Internet */ +"INTERNET" = "Internet"; + +/* Title format for a copie of an entry. Contains a %@ placeholder */ +"KPK_ENTRY_COPY_%@" = "Kopie von %@"; + +/* Title format for a copie of a group. Contains a %@ placeholder */ +"KPK_GROUP_COPY_%@" = "Kopie von %@"; + +/* Error description */ +"Memory Failure" = "Speicherfehler"; + +/* Network */ +"NETWORK" = "Netzwerk"; + +/* Error description */ +"Parameter Error" = "Parameterfehler"; + +/* Action name for setting a custom string value protected */ +"PROTECT_%@" = "%@ schützen"; + +/* Action name for setting the background color of an enty */ +"SET_BACKGROUND_COLOR" = "Hintergrundfarbe festlegen"; + +/* Action name for setting value of a custom attribute. Contains %@ placeholder */ +"SET_CUSTOM_ATTTRIBUTE_%@" = "Benutzerdefinierten Werte festlegen"; + +/* Action name for setting the foreground color of an enty */ +"SET_FOREGROUND_COLOR" = "Vordergrundfarbe festlegen"; + +/* Action name for setting the notes of an enty */ +"SET_NOTES" = "Notizen festlegen"; + +/* Action name for setting the password of an enty */ +"SET_PASSWORD" = "Password festlegen"; + +/* Action name for setting the tags of an enty */ +"SET_TAGS" = "Tags festlegen"; + +/* Action name for setting the title of an enty */ +"SET_TITLE" = "Titel festlegen"; + +/* Action name for setting the url of an enty */ +"SET_URL" = "URL festlegen"; + +/* Action name for setting the username of an enty */ +"SET_USERNAME" = "Benutzername festlegen"; + +/* Error description */ +"Success" = "Erfolgreich"; + +/* Name for the trash group */ +"TRASH" = "Papierkorb"; + +/* Error description */ +"Unimplemented Function" = "Funktion nicht implementiert"; + +/* Error description */ +"Unknown Error" = "Unbekannter Fehler"; + +/* Action name for setting a custom string value non-protected */ +"UNPROTECT_%@" = "%@ nicht schützen"; + +/* Windows */ +"WINDOWS" = "Windows"; + diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings new file mode 100644 index 0000000..4e1448b --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings @@ -0,0 +1,268 @@ +/* Action name for adding a customt icon. */ +"ADD_CUSTOM_ICON" = "Add Custom Icon"; + +/* Error description */ +"Alignment Error" = "Alignment Error"; + +/* Error description */ +"Buffer Too Small" = "Buffer Too Small"; + +/* Default title for KDBX databases + Title for the root group created for KDB files */ +"DATABASE" = "Database"; + +/* Error description */ +"Decode Error" = "Decode Error"; + +/* Action name for deleting a custom icon */ +"DELETE_CUSTOM_ICON" = "Delete Custom Icon"; + +/* EMail */ +"EMAIL" = "EMail"; + +/* No comment provided by engineer. */ +"ERROR_AES_DECRYPTION_FAILED" = "AES decryption failed"; + +/* No comment provided by engineer. */ +"ERROR_AES_ENCRYPTION_FAILED" = "AES encryption failed"; + +/* No comment provided by engineer. */ +"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "The attribute key is not unique!"; + +/* (No Comment) */ +"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "The autotype sequence is not valid!"; + +/* (No Comment) */ +"ERROR_CORRUPT_TREE" = "The internal file structure is corrupted!"; + +/* No comment provided by engineer. */ +"ERROR_DECRYPTION_FAILED" = "Decryption failed"; + +/* No comment provided by engineer. */ +"ERROR_ENCRYPTION_FAILED" = "Encryption failed"; + +/* No comment provided by engineer. */ +"ERROR_GROUP_ELEMENT_MISSING" = "The XML file contains no group node"; + +/* (No Comment) */ +"ERROR_HEADER_CORRUPTED" = "Header is corrupted"; + +/* (No Comment) */ +"ERROR_HEADER_HASH_MISSMATCH" = "The header hash doesn't match. File corrupted"; + +/* No comment provided by engineer. */ +"ERROR_HEADER_HASH_VERIFICATION_FAILED" = "The database header hash is wrong. Data integrity might be broken!"; + +/* No comment provided by engineer. */ +"ERROR_INTEGRITY_CHECK_FAILED" = "The database integrity isn't ensured"; + +/* No comment provided by engineer. */ +"ERROR_INVALID_FIELD_SIZE" = "Incorrect size at data field. Password wrong?"; + +/* No comment provided by engineer. */ +"ERROR_INVALID_FIELD_TYPE" = "Unknown data field. Password wrong?"; + +/* No comment provided by engineer. */ +"ERROR_INVALID_HEADER_FIELD_SIZE" = "Invalid header field size"; + +/* No comment provided by engineer. */ +"ERROR_INVALID_HEADER_FIELD_TYPE" = "Invalid header field type"; + +/* No comment provided by engineer. */ +"ERROR_INVALID_HEADER_IV_SIZE" = "Invalid header initalization vector size"; + +/* No comment provided by engineer. */ +"ERROR_KDB_CORRUPT_TREE" = "Corrupted KDB tree"; + +/* No comment provided by engineer. */ +"ERROR_KDB_FILE_HEADER_TRUNCATED" = "KDB header truncated"; + +/* No comment provided by engineer. */ +"ERROR_KDBX_CORRUPTED_CONTENT_STREAM" = "The content stream is corrupted"; + +/* No comment provided by engineer. */ +"ERROR_KDBX_CORRUPTED_ENCRYPTION_STREAM" = "The encrypted stream is corrupted"; + +/* No comment provided by engineer. */ +"ERROR_KDBX_CORRUPTED_INNER_HEADER" = "The inner header data is corrupted"; + +/* No comment provided by engineer. */ +"ERROR_KDBX_CORRUPTED_PUBLIC_CUSTOM_DATA" = "The public custom data is corrupted"; + +/* No comment provided by engineer. */ +"ERROR_KDBX_INVALID_INNER_HEADER_FIELD" = "The inner header contains an invalid field"; + +/* No comment provided by engineer. */ +"ERROR_KDBX_INVALID_KEY_DERIVATION_DATA" = "The key derivation data is invalid"; + +/* No comment provided by engineer. */ +"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "The XML file is missing the KeePassFile element"; + +/* No comment provided by engineer. */ +"ERROR_KEY_DERIVATION_FAILED" = "Key derivation failed"; + +/* No comment provided by engineer. */ +"ERROR_META_ELEMENT_MISSING" = "Meta XML element is missing"; + +/* No comment provided by engineer. */ +"ERROR_NO_DATA" = "No data"; + +/* No comment provided by engineer. */ +"ERROR_NO_KEY_DATA" = "The key file contains no data"; + +/* No comment provided by engineer. */ +"ERROR_NO_XML_DATA" = "No XML file data"; + +/* No comment provided by engineer. */ +"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "The password and/or the keyfile is wrong"; + +/* No comment provided by engineer. */ +"ERROR_ROOT_ELEMENT_MISSING" = "The XML file contains no Root node"; + +/* Error message for unknown error code */ +"ERROR_UNKNOWN_ERROR_CODE" = "An unknown error occured"; + +/* No comment provided by engineer. */ +"ERROR_UNKNOWN_FILE_FORMAT" = "Unknown file format"; + +/* (No Comment) */ +"ERROR_UNSUPPORTED_CHIPHER" = "Unsupported cipher algorithm"; + +/* No comment provided by engineer. */ +"ERROR_UNSUPPORTED_CIPHER" = "Unsupported cipher"; + +/* No comment provided by engineer. */ +"ERROR_UNSUPPORTED_DATABASER_VERSION" = "The Database version is not supported"; + +/* No comment provided by engineer. */ +"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Unsupported compression algorithm"; + +/* No comment provided by engineer. */ +"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Unsupported random stream type"; + +/* No comment provided by engineer. */ +"ERROR_UNSUPPORTED_KEYDERIVATION" = "Unsupported key derivation"; + +/* No comment provided by engineer. */ +"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "The Format of the Window Title is not valid!"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_CORRUPTED" = "Unable to load corrupted key file"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Unable to read the data of the XML keyfile"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_UNSUPPORTED_VERSION" = "Unsupported XML key file version"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "The XML keyfile is missing the data element"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_WITHOUT_HASH_ATTRIBUTE" = "Unable to load key file. Hash is missing."; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "The XML keyfile is missing the key element"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_WITHOUT_KEYFILE_ELEMENT" = "The XML keyfile is missing the key file element"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_WITHOUT_META_ELEMENT" = "The Xml keyfile is missing the meta element"; + +/* No comment provided by engineer. */ +"ERROR_XML_KEYFILE_WRONG_HASH_SIZE" = "The Xml key file has the wrong hash size"; + +/* No comment provided by engineer. */ +"ERRROR_XML_STRUCUTRE_MALFORMED" = "Malformed XML structure"; + +/* Error reason */ +"Failed to allocate memory" = "Failed to allocate memory"; + +/* Error reason */ +"Function not implemented for the current algorithm" = "Function not implemented for the current algorithm"; + +/* General */ +"GENERAL" = "General"; + +/* Homebanking */ +"HOMEBANKING" = "Homebanking"; + +/* Error reason */ +"Illegal parameter supplied to encryption/decryption algorithm" = "Illegal parameter supplied to encryption/decryption algorithm"; + +/* Error reason */ +"Input data did not decode or decrypt correctly" = "Input data did not decode or decrypt correctly"; + +/* Error reason */ +"Input size to encryption algorithm was not aligned correctly" = "Input size to encryption algorithm was not aligned correctly"; + +/* Error reason */ +"Insufficient buffer provided for specified operation" = "Insufficient buffer provided for specified operation"; + +/* Internet */ +"INTERNET" = "Internet"; + +/* Title format for a copie of an entry. Contains a %@ placeholder */ +"KPK_ENTRY_COPY_%@" = "%@ copy"; + +/* Title format for a copie of a group. Contains a %@ placeholder */ +"KPK_GROUP_COPY_%@" = "%@ copy"; + +/* Error description */ +"Memory Failure" = "Memory Failure"; + +/* Network */ +"NETWORK" = "Network"; + +/* Error description */ +"Parameter Error" = "Parameter Error"; + +/* Action name for setting a custom string value protected */ +"PROTECT_%@" = "Protect %@"; + +/* Action name for setting the background color of an enty */ +"SET_BACKGROUND_COLOR" = "Set Background Color"; + +/* Action name for setting value of a custom attribute. Contains %@ placeholder */ +"SET_CUSTOM_ATTTRIBUTE_%@" = "Set Custom Attribute %@"; + +/* Action name for setting the foreground color of an enty */ +"SET_FOREGROUND_COLOR" = "Set Foreground Color"; + +/* Action name for setting the notes of an enty */ +"SET_NOTES" = "Set Notes"; + +/* Action name for setting the password of an enty */ +"SET_PASSWORD" = "Set Password"; + +/* Action name for setting the tags of an enty */ +"SET_TAGS" = "Set Tags"; + +/* Action name for setting the title of an enty */ +"SET_TITLE" = "Set Title"; + +/* Action name for setting the url of an enty */ +"SET_URL" = "Set URL"; + +/* Action name for setting the username of an enty */ +"SET_USERNAME" = "Set Username"; + +/* Error description */ +"Success" = "Success"; + +/* Name for the trash group */ +"TRASH" = "Trash"; + +/* Error description */ +"Unimplemented Function" = "Unimplemented Function"; + +/* Error description */ +"Unknown Error" = "Unknown Error"; + +/* Action name for setting a custom string value non-protected */ +"UNPROTECT_%@" = "Unprotect %@"; + +/* Windows */ +"WINDOWS" = "Windows"; + diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings new file mode 100644 index 0000000..fc0282f --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings @@ -0,0 +1,52 @@ +/* + KPKLocalizable.strings + MacPass + + Created by Michael Starke on 20/12/13. + Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. +*/ + +"SET_TITLE" = "Editar Título"; +"SET_USERNAME" = "Editar Nombre de Usuario"; +"SET_PASSWORD" = "Editar Contraseña"; +"SET_URL" = "Editar URL"; +"SET_NOTES" = "Editar Notas"; + +"DATABASE" = "Base de Datos"; +"EMAIL" = "EMail"; +"GENERAL" = "General"; +"HOMEBANKING" = "Bancos"; +"INTERNET" = "Internet"; +"NETWORK" = "Red"; +"TRASH" = "Papelera"; +"WINDOWS" = "Windows"; + +/* Copy */ +"KPK_GROUP_COPY_%@" = "Copia %@"; +"KPK_ENTRY_COPY_%@" = "Copia %@"; + +/* Validation Errors */ +"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "El formato del título no es válido."; +"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "La llave de atributo no es única."; +"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "La secuenta de Autotype no es válida."; + +/* Errors */ +"ERROR_CORRUPT_TREE" = "La estructura interna del archivo está corrupta."; +"ERROR_INVALID_FIELD_SIZE" = "La longitud del campo no es válida. ¿Contraseña incorrecta?"; +"ERROR_INVALID_FIELD_TYPE" = "Valor desconocido. ¿Contraseña incorrecta?"; +"ERROR_UNSUPPORTED_DATABASER_VERSION" = "La versión de la base de datos no es soportada."; +"ERROR_UNSUPPORTED_CHIPHER" = "Algoritmo de encriptación no soportado"; +"ERROR_UNKNOWN_FILE_FORMAT" = "Formato de archivo desconocido"; +"ERROR_HEADER_CORRUPTED" = "Cabecera corrupta"; +"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Algoritmo de compresión no soportado"; +"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Tipo de random stream no soportado"; +"ERROR_INTEGRITY_CHECK_FAILED" = "No se puede verificar la integridad de la base de datos"; +"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "La contraseña o el KeePassFile son incorrectos"; +"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "El archivo XML no contiene el elemento KeePassFile"; +"ERROR_ROOT_ELEMENT_MISSING" = "El archivo XML no contiene el nodo Root"; +"ERROR_GROUP_ELEMENT_MISSING" = "El archivo XML no contiene el nodo Group"; +"ERROR_HEADER_HASH_MISSMATCH" = "El hash del header no coincide. Archivo corrupto"; +"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "El archivo XML no contiene el elemento key"; +"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "El archivo XML no contiene el elemento data"; +"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "No es posible leer la información del archivo XML."; +"ERROR_HEADER_HASH_VERIFICATION_FAILED" = "El hash de la cabecera de la base de datos es incorrecto. La integridad puede estar en riesgo."; diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings new file mode 100644 index 0000000..4e7edd0 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings @@ -0,0 +1,52 @@ +/* + KPKLocalizable.strings + MacPass + + Created by Michael Starke on 20/12/13. + Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. +*/ + +"SET_TITLE" = "Modifier le titre"; +"SET_USERNAME" = "Modifier utilisateur"; +"SET_PASSWORD" = "Modifier mot de passe"; +"SET_NOTES" = "Modifier notes"; +"SET_URL" = "Modifier URL"; + +"DATABASE" = "Base de données"; +"EMAIL" = "Courrier électronique"; +"GENERAL" = "Général"; +"HOMEBANKING" = "Banque"; +"INTERNET" = "Internet"; +"NETWORK" = "Réseau"; +"TRASH" = "Corbeille"; +"WINDOWS" = "Windows"; + +/* Copy */ +"KPK_GROUP_COPY_%@" = "%@ copy"; +"KPK_ENTRY_COPY_%@" = "%@ copy"; + +/* Validation Errors */ +"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "Le format du titre de la fenêtre n'est pas valide !"; +"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "La clé d'attribut n'est pas unique"; +"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "La séquence de saisie automatique n'est pas valide !"; + +/* Errors */ +"ERROR_CORRUPT_TREE" = "La structure interne du fichier est corrompue !"; +"ERROR_INVALID_FIELD_SIZE" = "Taille incorrecte dans le champ. Mauvais mot de passe ?"; +"ERROR_INVALID_FIELD_TYPE" = "Champ inconnu. Mauvais mot de passe ?"; +"ERROR_UNSUPPORTED_DATABASER_VERSION" = "Version de la base de données non prise en charge"; +"ERROR_UNSUPPORTED_CHIPHER" = "Algorithme de chiffrement non pris en charge"; +"ERROR_UNKNOWN_FILE_FORMAT" = "Format de fichier inconnu"; +"ERROR_HEADER_CORRUPTED" = "En-tête de fichier corrompue"; +"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Algorithme de compression non pris en charge"; +"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Type de flux aléatoire non pris en charge"; +"ERROR_INTEGRITY_CHECK_FAILED" = "L'intégrité de la base de données n'est pas assurée"; +"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "Mauvais mot de passe et/ou fichier clé"; +"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "Le fichier XML ne contient pas d'élément KeePassFile"; +"ERROR_ROOT_ELEMENT_MISSING" = "Le fichier XML ne contient pas de nœud 'root'"; +"ERROR_GROUP_ELEMENT_MISSING" = "Le fichier XML ne contient pas de nœud 'Groupe'"; +"ERROR_HEADER_HASH_MISSMATCH" = "Le hash de l'en-tête ne correspond pas. Fichier corrompu"; +"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "Le fichier XML ne contient pas d'élément clé"; +"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "Le fichier clé XML ne contient pas d'élément de données"; +"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Impossible de lire les données du fichier clé XML"; +"ERROR_HEADER_HASH_VERIFICATION_FAILED" = "Le hash de l'en-tête n'est pas bon. Les données peuvent être corrompues !"; diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings new file mode 100644 index 0000000..4e26763 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings @@ -0,0 +1,52 @@ +/* + KPKLocalizable.strings + MacPass + + Created by Michael Starke on 20/12/13. + Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. +*/ + +"SET_TITLE" = "Modifica Titolo"; +"SET_USERNAME" = "Modifica Nome Utente"; +"SET_PASSWORD" = "Modifica Password"; +"SET_URL" = "Modifica URL"; +"SET_NOTES" = "Modifica Note"; + +"DATABASE" = "Database"; +"EMAIL" = "EMail"; +"GENERAL" = "Generale"; +"HOMEBANKING" = "Homebanking"; +"INTERNET" = "Internet"; +"NETWORK" = "Rete"; +"TRASH" = "Cestino"; +"WINDOWS" = "Windows"; + +/* Copy */ +"KPK_GROUP_COPY_%@" = "%@ Copia"; +"KPK_ENTRY_COPY_%@" = "%@ Copia"; + +/* Validation Errors */ +"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "Il Formato del Titolo della Finestra non é Valido!"; +"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "The Attribute Key is not unique!"; +"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "Sequenza di AutoType non Valida!"; + +/* Errors */ +"ERROR_CORRUPT_TREE" = "La struttura interna del file é corrotta!"; +"ERROR_INVALID_FIELD_SIZE" = "Taglia dati incorretta. Password errata?"; +"ERROR_INVALID_FIELD_TYPE" = "Campo dati sconosciuto. Password errata?"; +"ERROR_UNSUPPORTED_DATABASER_VERSION" = "Versione del database non supportata"; +"ERROR_UNSUPPORTED_CHIPHER" = "Algoritmo di cifratura non supportato"; +"ERROR_UNKNOWN_FILE_FORMAT" = "Formato del file sconosciuto"; +"ERROR_HEADER_CORRUPTED" = "Intestazione corrotta"; +"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Algoritmo di compressione non supportato"; +"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Flusso aleatorio non supportato"; +"ERROR_INTEGRITY_CHECK_FAILED" = "L'integrità del database non é assicurata"; +"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "La password e/o la chiave sono errati"; +"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "Elemento KeePassFile mancante dal file XML"; +"ERROR_ROOT_ELEMENT_MISSING" = "Il file XML non contiene un nodo root"; +"ERROR_GROUP_ELEMENT_MISSING" = "Il file XML non contiene un nodo Gruppo"; +"ERROR_HEADER_HASH_MISSMATCH" = "La hash dell'intestazione non corrisponde. File corrotto"; +"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "Il file chiave XML non contiene l'elemento chiave"; +"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "Il file chiave XML non contiene l'elemento dati"; +"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Impossibile leggere i dati dal file chiave XML"; +"ERROR_HEADER_HASH_VERIFICATION_FAILED" = "La hash dell'intestazione del database é errata, l'integrità dei dati potrebbe essere compromessa!"; diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings new file mode 100644 index 0000000..d9f0d10 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings @@ -0,0 +1,52 @@ +/* + KPKLocalizable.strings + MacPass + + Created by Michael Starke on 20/12/13. + Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. +*/ + +"SET_TITLE" = "Wijzig Titel"; +"SET_USERNAME" = "Wijzig Gebruikersnaam"; +"SET_PASSWORD" = "Wijzig Wachtwoord"; +"SET_URL" = "Wijzig URL"; +"SET_NOTES" = "Wijzig Notities"; + +"DATABASE" = "Database"; +"EMAIL" = "E-Mail"; +"INTERNET" = "Internet"; +"GENERAL" = "Algemeen"; +"HOMEBANKING" = "Thuisbankieren"; +"NETWORK" = "Netwerk"; +"TRASH" = "Prullenmand"; +"WINDOWS" = "Windows"; + +/* Copy */ +"KPK_GROUP_COPY_%@" = "%@ Kopieer"; +"KPK_ENTRY_COPY_%@" = "%@ Kopieer"; + +/* Validation Errors */ +"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "Het Formaat van de Venster Titel is ongeldig!"; +"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "De Attribuutkey is niet uniek!"; +"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "De Autotype Sequentie is niet geldig!"; + +/* Errors */ +"ERROR_CORRUPT_TREE" = "De interne bestandsstructuur is corrupt!"; +"ERROR_INVALID_FIELD_SIZE" = "Verkeerde grootte op dataveld. Verkeerd wachtwoord?"; +"ERROR_INVALID_FIELD_TYPE" = "Onbekend databeld. Verkeerd wachtwoord?"; +"ERROR_UNSUPPORTED_DATABASER_VERSION" = "De databaseversie wordt niet ondersteund"; +"ERROR_UNSUPPORTED_CHIPHER" = "Niet ondersteund chipher algoritmd"; +"ERROR_UNKNOWN_FILE_FORMAT" = "Onbekend bestandsformaat"; +"ERROR_HEADER_CORRUPTED" = "Header is corrupt"; +"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Niet ondersteund compressie-algoritme"; +"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Niet ondersteund random stream type"; +"ERROR_INTEGRITY_CHECK_FAILED" = "De intergriteit van de database is niet verzekerd"; +"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "Het wachtwoord en/of de keyfile is niet correct"; +"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "Het XML-bestand mist het KeePassFile-element"; +"ERROR_ROOT_ELEMENT_MISSING" = "Het XML-bestand bevat geen Root node"; +"ERROR_GROUP_ELEMENT_MISSING" = "Het XML-bestand bevat geen Groep node"; +"ERROR_HEADER_HASH_MISSMATCH" = "De header hash komt niet overeen. Bestand corrupt"; +"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "De XML-keyfile mist het key element"; +"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "De XML-keyfile mist the data element"; +"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Kan geen data van de XML-keyfile lezen"; +"ERROR_HEADER_HASH_VERIFICATION_FAILED" = "The database header hash is wrong. Data integritiy might be broken!"; diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings new file mode 100644 index 0000000..5b1287e --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings @@ -0,0 +1,110 @@ +/* Default name database */ +"DATABASE" = "Baza danych"; + +/* (No Comment) */ +"EMAIL" = "E-mail"; + +/* (No Comment) */ +"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "Atrybut klucza nie jest unikatowy!"; + +/* (No Comment) */ +"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "Sekwencja autouzupełnienia jest nieprawidłowa!"; + +/* (No Comment) */ +"ERROR_CORRUPT_TREE" = "Struktura pliku jest uszkodzona!"; + +/* (No Comment) */ +"ERROR_GROUP_ELEMENT_MISSING" = "Plik XML file contains no Group node"; + +/* (No Comment) */ +"ERROR_HEADER_CORRUPTED" = "Nagłówek jest uszkodzony"; + +/* (No Comment) */ +"ERROR_HEADER_HASH_MISSMATCH" = "Suma kontrolna nagłówka jest nieprawidłowa. Plik jest uszkodzony"; + +/* (No Comment) */ +"ERROR_HEADER_HASH_VERIFICATION_FAILED" = "Nagłówek bazy danych jest nieprawidłowy. Spójność danych może nie być zachowana!"; + +/* (No Comment) */ +"ERROR_INTEGRITY_CHECK_FAILED" = "Integralność bazy danych jest wątpliwa"; + +/* (No Comment) */ +"ERROR_INVALID_FIELD_SIZE" = "Niewłaściwy rozmiar pola danych. Nieprawidłowe hasło?"; + +/* (No Comment) */ +"ERROR_INVALID_FIELD_TYPE" = "Nieznane pole danych. Nieprawidłowe hasło?"; + +/* (No Comment) */ +"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "Plik XML nie zawiera elementu KeePass"; + +/* (No Comment) */ +"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "Hasło i/lub plik klucza jest nieprawidłowe"; + +/* (No Comment) */ +"ERROR_ROOT_ELEMENT_MISSING" = "Plik XML nie zawiera głównego węzła"; + +/* (No Comment) */ +"ERROR_UNKNOWN_FILE_FORMAT" = "Nieznany format pliku"; + +/* (No Comment) */ +"ERROR_UNSUPPORTED_CHIPHER" = "Nieznany algorytm szyfrowania"; + +/* (No Comment) */ +"ERROR_UNSUPPORTED_DATABASER_VERSION" = "Ta wersja bazy danych nie jest wspierana"; + +/* (No Comment) */ +"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Nieobsługiwany algorytm kompresji"; + +/* (No Comment) */ +"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Niewspierany typ generatora pseudolosowego"; + +/* (No Comment) */ +"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "Format nazwy okna jest nieprawidłowy!"; + +/* (No Comment) */ +"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Nie można odczytać danych XML z pliku klucza"; + +/* (No Comment) */ +"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "XML pliku z kliczem nie zawiera danych"; + +/* (No Comment) */ +"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "XML pliku z kluczem nie zawiera elementu klucza"; + +/* (No Comment) */ +"GENERAL" = "Ogólne"; + +/* (No Comment) */ +"HOMEBANKING" = "Homebanking"; + +/* (No Comment) */ +"INTERNET" = "Internet"; + +/* (No Comment) */ +"KPK_ENTRY_COPY_%@" = "%@ kopiuj"; + +/* (No Comment) */ +"KPK_GROUP_COPY_%@" = "%@ kopiuj"; + +/* (No Comment) */ +"NETWORK" = "Sieć"; + +/* (No Comment) */ +"SET_NOTES" = "Edit Notes"; + +/* (No Comment) */ +"SET_PASSWORD" = "Edit Password"; + +/* (No Comment) */ +"SET_TITLE" = "Edit Title"; + +/* (No Comment) */ +"SET_URL" = "Edit URL"; + +/* (No Comment) */ +"SET_USERNAME" = "Edit Username"; + +/* (No Comment) */ +"TRASH" = "Kosz"; + +/* (No Comment) */ +"WINDOWS" = "Windows"; diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings new file mode 100644 index 0000000..56659c6 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings @@ -0,0 +1,52 @@ +/* + KPKLocalizable.strings + MacPass + + Created by Michael Starke on 20/12/13. + Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. +*/ + +"SET_TITLE" = "Изменить Заголовок"; +"SET_USERNAME" = "Изменить Имя пользователя"; +"SET_PASSWORD" = "Изменить Пароль"; +"SET_URL" = "Изменить URL"; +"SET_NOTES" = "Изменить Заметки"; + +"DATABASE" = "База данных"; +"EMAIL" = "EMail"; +"GENERAL" = "Общие"; +"HOMEBANKING" = "Домашний банк"; +"INTERNET" = "Интернет"; +"NETWORK" = "Сеть"; +"TRASH" = "Удалить"; +"WINDOWS" = "Windows"; + +/* Copy */ +"KPK_GROUP_COPY_%@" = "%@ копия"; +"KPK_ENTRY_COPY_%@" = "%@ копия"; + +/* Validation Errors */ +"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "Формат окна заголовка не верный!"; +"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "Ключ аттрибута не уникален!"; +"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "Эта последовательность автоввода неверна!"; + +/* Errors */ +"ERROR_CORRUPT_TREE" = "Повреждена внутренняя структура файла!"; +"ERROR_INVALID_FIELD_SIZE" = "Неверный размер поля данных. Пароль неверный?"; +"ERROR_INVALID_FIELD_TYPE" = "Неизвестное поле данных. Пароль неверный?"; +"ERROR_UNSUPPORTED_DATABASER_VERSION" = "Версия базы данных не поддерживается"; +"ERROR_UNSUPPORTED_CHIPHER" = "Не поддерживается алгоритм шифрования"; +"ERROR_UNKNOWN_FILE_FORMAT" = "Неизвестный формат файла"; +"ERROR_HEADER_CORRUPTED" = "Заголовк поврежден"; +"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Не поддерживается алгоритм сжатия"; +"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Не поддерживается случайный тип потока"; +"ERROR_INTEGRITY_CHECK_FAILED" = "Целостность базы данных не гарантируется"; +"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "Пароль и/или файл ключа неверный"; +"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "XML файл не содержит KeePassFile элемент"; +"ERROR_ROOT_ELEMENT_MISSING" = "XML файл не содержит корневой узел"; +"ERROR_GROUP_ELEMENT_MISSING" = "XML файл не содержит узел Group"; +"ERROR_HEADER_HASH_MISSMATCH" = "Неверный хэш заголовка. Файл поврежеден."; +"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = " XML файл ключа не содержит элемента ключа"; +"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "XML файл ключа не содержит элемента данных"; +"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Не могу прочитать данные в XML файле ключа"; +"ERROR_HEADER_HASH_VERIFICATION_FAILED" = "Хэш заголовка базы данных неверный. Целостность данных может быть нарушена!"; diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings new file mode 100644 index 0000000..6244550 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings @@ -0,0 +1,52 @@ +/* + KPKLocalizable.strings + MacPass + + Created by Michael Starke on 20/12/13. + Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. +*/ + +"SET_TITLE" = "编辑标题"; +"SET_USERNAME" = "编辑用户名"; +"SET_PASSWORD" = "编辑密码"; +"SET_URL" = "编辑 URL"; +"SET_NOTES" = "编辑注释"; + +"DATABASE" = "数据库"; +"GENERAL" = "通用"; +"EMAIL" = "电子邮件"; +"HOMEBANKING" = "家庭银行"; +"INTERNET" = "互联网"; +"NETWORK" = "网络"; +"TRASH" = "废纸篓"; +"WINDOWS" = "Windows"; + +/* Copy */ +"KPK_GROUP_COPY_%@" = "%@ 拷贝"; +"KPK_ENTRY_COPY_%@" = "%@ 拷贝"; + +/* Validation Errors */ +"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "窗口标题格式不正确!"; +"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "属性键 (Attribute Key) 不唯一!"; +"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "自动键入序列不正确!"; + +/* Errors */ +"ERROR_CORRUPT_TREE" = "内部文件结构已损坏!"; +"ERROR_INVALID_FIELD_SIZE" = "数据字段大小错误,可能是由于密码错误。"; +"ERROR_INVALID_FIELD_TYPE" = "未知数据字段,可能是由于密码错误。"; +"ERROR_UNSUPPORTED_DATABASER_VERSION" = "不支持的数据库版本"; +"ERROR_UNSUPPORTED_CHIPHER" = "不支持的密码算法"; +"ERROR_UNKNOWN_FILE_FORMAT" = "未知文件格式"; +"ERROR_HEADER_CORRUPTED" = "文件头已损坏"; +"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "不支持的压缩算法"; +"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "不支持的随机流 (random stream) 种类"; +"ERROR_INTEGRITY_CHECK_FAILED" = "数据库完整性已被破坏"; +"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "密码与/或密钥文件错误"; +"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "XML 文件缺少 KeePassFile 元素"; +"ERROR_ROOT_ELEMENT_MISSING" = "XML 文件未包含根节点"; +"ERROR_GROUP_ELEMENT_MISSING" = "XML 文件未包含组节点"; +"ERROR_HEADER_HASH_MISSMATCH" = "文件头哈希不匹配,文件已损坏"; +"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "XML 密钥文件缺少键 (key) 元素"; +"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "XML 密钥文件缺少数据 (data) 元素"; +"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "无法读取 XML 密钥文件的数据"; +"ERROR_HEADER_HASH_VERIFICATION_FAILED" = "数据库文件头哈希错误,数据可能已经被破坏!"; diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CFNetwork-1LQ2KCFGYMTBG.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CFNetwork-1LQ2KCFGYMTBG.pcm new file mode 100644 index 0000000..72bff30 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CFNetwork-1LQ2KCFGYMTBG.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CoreFoundation-YYJ9RAJY1SHU.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CoreFoundation-YYJ9RAJY1SHU.pcm new file mode 100644 index 0000000..296e4fc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CoreFoundation-YYJ9RAJY1SHU.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CoreGraphics-1HCI17F8IWTUW.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CoreGraphics-1HCI17F8IWTUW.pcm new file mode 100644 index 0000000..75b999c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CoreGraphics-1HCI17F8IWTUW.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CoreServices-352ML9H2JU2P0.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CoreServices-352ML9H2JU2P0.pcm new file mode 100644 index 0000000..1bb11fe Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CoreServices-352ML9H2JU2P0.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Darwin-1JBQYKNXQBTK.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Darwin-1JBQYKNXQBTK.pcm new file mode 100644 index 0000000..39f080c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Darwin-1JBQYKNXQBTK.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/DiskArbitration-V3QLSZJ4LQ9U.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/DiskArbitration-V3QLSZJ4LQ9U.pcm new file mode 100644 index 0000000..d20503a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/DiskArbitration-V3QLSZJ4LQ9U.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Dispatch-2RHP2FXWTH678.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Dispatch-2RHP2FXWTH678.pcm new file mode 100644 index 0000000..c9f25e2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Dispatch-2RHP2FXWTH678.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Foundation-6N6S7C0XOBON.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Foundation-6N6S7C0XOBON.pcm new file mode 100644 index 0000000..e4e8016 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Foundation-6N6S7C0XOBON.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/IOKit-3DTQ16180TXJT.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/IOKit-3DTQ16180TXJT.pcm new file mode 100644 index 0000000..c178e56 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/IOKit-3DTQ16180TXJT.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/MachO-VN03BDYR1JSW.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/MachO-VN03BDYR1JSW.pcm new file mode 100644 index 0000000..ed2e632 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/MachO-VN03BDYR1JSW.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/ObjectiveC-2D9QRW0KPAMMM.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/ObjectiveC-2D9QRW0KPAMMM.pcm new file mode 100644 index 0000000..103a0c4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/ObjectiveC-2D9QRW0KPAMMM.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Security-QHJXGYYDCL9F.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Security-QHJXGYYDCL9F.pcm new file mode 100644 index 0000000..2f6728a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Security-QHJXGYYDCL9F.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/XPC-B2LPRIM2DE0P.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/XPC-B2LPRIM2DE0P.pcm new file mode 100644 index 0000000..4fb47ca Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/XPC-B2LPRIM2DE0P.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_AvailabilityInternal-277JJZJIHJPZF.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_AvailabilityInternal-277JJZJIHJPZF.pcm new file mode 100644 index 0000000..f3c4e7f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_AvailabilityInternal-277JJZJIHJPZF.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_float-1L1O58CTK9GFM.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_float-1L1O58CTK9GFM.pcm new file mode 100644 index 0000000..b46e236 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_float-1L1O58CTK9GFM.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_inttypes-1L1O58CTK9GFM.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_inttypes-1L1O58CTK9GFM.pcm new file mode 100644 index 0000000..74b8ba2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_inttypes-1L1O58CTK9GFM.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_limits-1L1O58CTK9GFM.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_limits-1L1O58CTK9GFM.pcm new file mode 100644 index 0000000..1ad6668 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_limits-1L1O58CTK9GFM.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stdarg-1L1O58CTK9GFM.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stdarg-1L1O58CTK9GFM.pcm new file mode 100644 index 0000000..522ac2f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stdarg-1L1O58CTK9GFM.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stdbool-1L1O58CTK9GFM.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stdbool-1L1O58CTK9GFM.pcm new file mode 100644 index 0000000..bc710f5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stdbool-1L1O58CTK9GFM.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stddef-1L1O58CTK9GFM.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stddef-1L1O58CTK9GFM.pcm new file mode 100644 index 0000000..a332b82 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stddef-1L1O58CTK9GFM.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stdint-1L1O58CTK9GFM.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stdint-1L1O58CTK9GFM.pcm new file mode 100644 index 0000000..81f3f9e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stdint-1L1O58CTK9GFM.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_DarwinFoundation1-277JJZJIHJPZF.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_DarwinFoundation1-277JJZJIHJPZF.pcm new file mode 100644 index 0000000..ba98d38 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_DarwinFoundation1-277JJZJIHJPZF.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_DarwinFoundation2-WWWEWLWRZ14W.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_DarwinFoundation2-WWWEWLWRZ14W.pcm new file mode 100644 index 0000000..a8bdafc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_DarwinFoundation2-WWWEWLWRZ14W.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_DarwinFoundation3-20G2G5I8KM923.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_DarwinFoundation3-20G2G5I8KM923.pcm new file mode 100644 index 0000000..fa44b39 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_DarwinFoundation3-20G2G5I8KM923.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/launch-28X2BRGNV4B87.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/launch-28X2BRGNV4B87.pcm new file mode 100644 index 0000000..db38874 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/launch-28X2BRGNV4B87.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/libDER-2WPXSD2SWVB5Z.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/libDER-2WPXSD2SWVB5Z.pcm new file mode 100644 index 0000000..cdd3cf9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/libDER-2WPXSD2SWVB5Z.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/libkern-2RPR8GBS2PGRY.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/libkern-2RPR8GBS2PGRY.pcm new file mode 100644 index 0000000..8ecdb7b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/libkern-2RPR8GBS2PGRY.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/modules.idx.lock b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/modules.idx.lock new file mode 120000 index 0000000..4feacb4 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/modules.idx.lock @@ -0,0 +1 @@ +/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/modules.idx.lock-e1ceaeda \ No newline at end of file diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/os_object-3KXINN7DPM3XP.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/os_object-3KXINN7DPM3XP.pcm new file mode 100644 index 0000000..a6ad0b8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/os_object-3KXINN7DPM3XP.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/os_workgroup-3KXINN7DPM3XP.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/os_workgroup-3KXINN7DPM3XP.pcm new file mode 100644 index 0000000..6185338 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/os_workgroup-3KXINN7DPM3XP.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/ptrauth-1L1O58CTK9GFM.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/ptrauth-1L1O58CTK9GFM.pcm new file mode 100644 index 0000000..5110955 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/ptrauth-1L1O58CTK9GFM.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/ptrcheck-1L1O58CTK9GFM.pcm b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/ptrcheck-1L1O58CTK9GFM.pcm new file mode 100644 index 0000000..a374ea7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/ptrcheck-1L1O58CTK9GFM.pcm differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp new file mode 100644 index 0000000..e69de29 diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/include/module.modulemap b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/include/module.modulemap new file mode 100644 index 0000000..25c7bab --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/include/module.modulemap @@ -0,0 +1,3 @@ +module MyPassCore { + header "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/include/MyPassCore-Swift.h" +} diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/output-file-map.json b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/output-file-map.json new file mode 100644 index 0000000..bad9e95 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/output-file-map.json @@ -0,0 +1,12 @@ +{ + "": { + "swift-dependencies": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/primary.swiftdeps" + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift": { + "dependencies": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.d", + "object": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o", + "swiftmodule": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString~partial.swiftmodule", + "swift-dependencies": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swiftdeps", + "diagnostics": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.dia" + } +} diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources new file mode 100644 index 0000000..340c535 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources @@ -0,0 +1 @@ +/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/include/module.modulemap b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/include/module.modulemap new file mode 100644 index 0000000..6a4af7f --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/include/module.modulemap @@ -0,0 +1,3 @@ +module MyPassCorePackageTests { + header "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/include/MyPassCorePackageTests-Swift.h" +} diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/output-file-map.json b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/output-file-map.json new file mode 100644 index 0000000..4f8c936 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/output-file-map.json @@ -0,0 +1,12 @@ +{ + "": { + "swift-dependencies": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/primary.swiftdeps" + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift": { + "dependencies": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.d", + "object": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o", + "swiftmodule": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner~partial.swiftmodule", + "swift-dependencies": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swiftdeps", + "diagnostics": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.dia" + } +} diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources new file mode 100644 index 0000000..887b2bf --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources @@ -0,0 +1 @@ +/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift new file mode 100644 index 0000000..7ce09ef --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift @@ -0,0 +1,547 @@ +#if canImport(Testing) +import Testing +#endif + +#if false +import Foundation +import XCTest + +public final class SwiftPMXCTestObserver: NSObject { + public override init() { + super.init() + XCTestObservationCenter.shared.addTestObserver(self) + } +} + +extension SwiftPMXCTestObserver: XCTestObservation { + var testOutputPath: String { + return "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/testOutput.txt" + } + + private func write(record: any Encodable) { + let lock = FileLock(at: URL(fileURLWithPath: self.testOutputPath + ".lock")) + _ = try? lock.withLock { + self._write(record: record) + } + } + + private func _write(record: any Encodable) { + if let data = try? JSONEncoder().encode(record) { + if let fileHandle = FileHandle(forWritingAtPath: self.testOutputPath) { + defer { fileHandle.closeFile() } + fileHandle.seekToEndOfFile() + fileHandle.write("\n".data(using: .utf8)!) + fileHandle.write(data) + } else { + _ = try? data.write(to: URL(fileURLWithPath: self.testOutputPath)) + } + } + } + + public func testBundleWillStart(_ testBundle: Bundle) { + let record = TestBundleEventRecord(bundle: .init(testBundle), event: .start) + write(record: TestEventRecord(bundleEvent: record)) + } + + public func testSuiteWillStart(_ testSuite: XCTestSuite) { + let record = TestSuiteEventRecord(suite: .init(testSuite), event: .start) + write(record: TestEventRecord(suiteEvent: record)) + } + + public func testCaseWillStart(_ testCase: XCTestCase) { + let record = TestCaseEventRecord(testCase: .init(testCase), event: .start) + write(record: TestEventRecord(caseEvent: record)) + } + + #if canImport(Darwin) + public func testCase(_ testCase: XCTestCase, didRecord issue: XCTIssue) { + let record = TestCaseFailureRecord(testCase: .init(testCase), issue: .init(issue), failureKind: .unexpected) + write(record: TestEventRecord(caseFailure: record)) + } + + public func testCase(_ testCase: XCTestCase, didRecord expectedFailure: XCTExpectedFailure) { + let record = TestCaseFailureRecord(testCase: .init(testCase), issue: .init(expectedFailure.issue), failureKind: .expected(failureReason: expectedFailure.failureReason)) + write(record: TestEventRecord(caseFailure: record)) + } + #else + public func testCase(_ testCase: XCTestCase, didFailWithDescription description: String, inFile filePath: String?, atLine lineNumber: Int) { + let issue = TestIssue(description: description, inFile: filePath, atLine: lineNumber) + let record = TestCaseFailureRecord(testCase: .init(testCase), issue: issue, failureKind: .unexpected) + write(record: TestEventRecord(caseFailure: record)) + } + #endif + + public func testCaseDidFinish(_ testCase: XCTestCase) { + let record = TestCaseEventRecord(testCase: .init(testCase), event: .finish) + write(record: TestEventRecord(caseEvent: record)) + } + + #if canImport(Darwin) + public func testSuite(_ testSuite: XCTestSuite, didRecord issue: XCTIssue) { + let record = TestSuiteFailureRecord(suite: .init(testSuite), issue: .init(issue), failureKind: .unexpected) + write(record: TestEventRecord(suiteFailure: record)) + } + + public func testSuite(_ testSuite: XCTestSuite, didRecord expectedFailure: XCTExpectedFailure) { + let record = TestSuiteFailureRecord(suite: .init(testSuite), issue: .init(expectedFailure.issue), failureKind: .expected(failureReason: expectedFailure.failureReason)) + write(record: TestEventRecord(suiteFailure: record)) + } + #else + public func testSuite(_ testSuite: XCTestSuite, didFailWithDescription description: String, inFile filePath: String?, atLine lineNumber: Int) { + let issue = TestIssue(description: description, inFile: filePath, atLine: lineNumber) + let record = TestSuiteFailureRecord(suite: .init(testSuite), issue: issue, failureKind: .unexpected) + write(record: TestEventRecord(suiteFailure: record)) + } + #endif + + public func testSuiteDidFinish(_ testSuite: XCTestSuite) { + let record = TestSuiteEventRecord(suite: .init(testSuite), event: .finish) + write(record: TestEventRecord(suiteEvent: record)) + } + + public func testBundleDidFinish(_ testBundle: Bundle) { + let record = TestBundleEventRecord(bundle: .init(testBundle), event: .finish) + write(record: TestEventRecord(bundleEvent: record)) + } +} + +// FIXME: Copied from `Lock.swift` in TSCBasic, would be nice if we had a better way + +#if canImport(Glibc) +@_exported import Glibc +#elseif canImport(Musl) +@_exported import Musl +#elseif os(Windows) +@_exported import CRT +@_exported import WinSDK +#elseif os(WASI) +@_exported import WASILibc +#elseif canImport(Android) +@_exported import Android +#else +@_exported import Darwin.C +#endif + +import Foundation + +public final class FileLock { + #if os(Windows) + private var handle: HANDLE? + #else + private var fileDescriptor: CInt? + #endif + + private let lockFile: URL + + public init(at lockFile: URL) { + self.lockFile = lockFile + } + + public func lock() throws { + #if os(Windows) + if handle == nil { + let h: HANDLE = lockFile.path.withCString(encodedAs: UTF16.self, { + CreateFileW( + $0, + UInt32(GENERIC_READ) | UInt32(GENERIC_WRITE), + UInt32(FILE_SHARE_READ) | UInt32(FILE_SHARE_WRITE), + nil, + DWORD(OPEN_ALWAYS), + DWORD(FILE_ATTRIBUTE_NORMAL), + nil + ) + }) + if h == INVALID_HANDLE_VALUE { + throw FileSystemError(errno: Int32(GetLastError()), lockFile) + } + self.handle = h + } + var overlapped = OVERLAPPED() + overlapped.Offset = 0 + overlapped.OffsetHigh = 0 + overlapped.hEvent = nil + if !LockFileEx(handle, DWORD(LOCKFILE_EXCLUSIVE_LOCK), 0, + UInt32.max, UInt32.max, &overlapped) { + throw ProcessLockError.unableToAquireLock(errno: Int32(GetLastError())) + } + #elseif os(WASI) + // WASI doesn't support flock + #else + if fileDescriptor == nil { + let fd = open(lockFile.path, O_WRONLY | O_CREAT | O_CLOEXEC, 0o666) + if fd == -1 { + fatalError("errno: \(errno), lockFile: \(lockFile)") + } + self.fileDescriptor = fd + } + while true { + if flock(fileDescriptor!, LOCK_EX) == 0 { + break + } + if errno == EINTR { continue } + fatalError("unable to acquire lock, errno: \(errno)") + } + #endif + } + + public func unlock() { + #if os(Windows) + var overlapped = OVERLAPPED() + overlapped.Offset = 0 + overlapped.OffsetHigh = 0 + overlapped.hEvent = nil + UnlockFileEx(handle, 0, UInt32.max, UInt32.max, &overlapped) + #elseif os(WASI) + // WASI doesn't support flock + #else + guard let fd = fileDescriptor else { return } + flock(fd, LOCK_UN) + #endif + } + + deinit { + #if os(Windows) + guard let handle = handle else { return } + CloseHandle(handle) + #elseif os(WASI) + // WASI doesn't support flock + #else + guard let fd = fileDescriptor else { return } + close(fd) + #endif + } + + public func withLock(_ body: () throws -> T) throws -> T { + try lock() + defer { unlock() } + return try body() + } + + public func withLock(_ body: () async throws -> T) async throws -> T { + try lock() + defer { unlock() } + return try await body() + } +} + +// FIXME: Copied from `XCTEvents.swift`, would be nice if we had a better way + +struct TestEventRecord: Codable { + let caseFailure: TestCaseFailureRecord? + let suiteFailure: TestSuiteFailureRecord? + + let bundleEvent: TestBundleEventRecord? + let suiteEvent: TestSuiteEventRecord? + let caseEvent: TestCaseEventRecord? + + init( + caseFailure: TestCaseFailureRecord? = nil, + suiteFailure: TestSuiteFailureRecord? = nil, + bundleEvent: TestBundleEventRecord? = nil, + suiteEvent: TestSuiteEventRecord? = nil, + caseEvent: TestCaseEventRecord? = nil + ) { + self.caseFailure = caseFailure + self.suiteFailure = suiteFailure + self.bundleEvent = bundleEvent + self.suiteEvent = suiteEvent + self.caseEvent = caseEvent + } +} + +// MARK: - Records + +struct TestAttachment: Codable { + let name: String? + // TODO: Handle `userInfo: [AnyHashable : Any]?` + let uniformTypeIdentifier: String + let payload: Data? +} + +struct TestBundleEventRecord: Codable { + let bundle: TestBundle + let event: TestEvent +} + +struct TestCaseEventRecord: Codable { + let testCase: TestCase + let event: TestEvent +} + +struct TestCaseFailureRecord: Codable, CustomStringConvertible { + let testCase: TestCase + let issue: TestIssue + let failureKind: TestFailureKind + + var description: String { + return "\(issue.sourceCodeContext.description)\(testCase) \(issue.compactDescription)" + } +} + +struct TestSuiteEventRecord: Codable { + let suite: TestSuiteRecord + let event: TestEvent +} + +struct TestSuiteFailureRecord: Codable { + let suite: TestSuiteRecord + let issue: TestIssue + let failureKind: TestFailureKind +} + +// MARK: Primitives + +struct TestBundle: Codable { + let bundleIdentifier: String? + let bundlePath: String +} + +struct TestCase: Codable { + let name: String +} + +struct TestErrorInfo: Codable { + let description: String + let type: String +} + +enum TestEvent: Codable { + case start + case finish +} + +enum TestFailureKind: Codable, Equatable { + case unexpected + case expected(failureReason: String?) + + var isExpected: Bool { + switch self { + case .expected: return true + case .unexpected: return false + } + } +} + +struct TestIssue: Codable { + let type: TestIssueType + let compactDescription: String + let detailedDescription: String? + let associatedError: TestErrorInfo? + let sourceCodeContext: TestSourceCodeContext + let attachments: [TestAttachment] +} + +enum TestIssueType: Codable { + case assertionFailure + case performanceRegression + case system + case thrownError + case uncaughtException + case unmatchedExpectedFailure + case unknown +} + +struct TestLocation: Codable, CustomStringConvertible { + let file: String + let line: Int + + var description: String { + return "\(file):\(line) " + } +} + +struct TestSourceCodeContext: Codable, CustomStringConvertible { + let callStack: [TestSourceCodeFrame] + let location: TestLocation? + + var description: String { + return location?.description ?? "" + } +} + +struct TestSourceCodeFrame: Codable { + let address: UInt64 + let symbolInfo: TestSourceCodeSymbolInfo? + let symbolicationError: TestErrorInfo? +} + +struct TestSourceCodeSymbolInfo: Codable { + let imageName: String + let symbolName: String + let location: TestLocation? +} + +struct TestSuiteRecord: Codable { + let name: String +} + +// MARK: XCTest compatibility + +extension TestIssue { + init(description: String, inFile filePath: String?, atLine lineNumber: Int) { + let location: TestLocation? + if let filePath = filePath { + location = .init(file: filePath, line: lineNumber) + } else { + location = nil + } + self.init(type: .assertionFailure, compactDescription: description, detailedDescription: description, associatedError: nil, sourceCodeContext: .init(callStack: [], location: location), attachments: []) + } +} + +import XCTest + +#if canImport(Darwin) // XCTAttachment is unavailable in swift-corelibs-xctest. +extension TestAttachment { + init(_ attachment: XCTAttachment) { + self.init( + name: attachment.name, + uniformTypeIdentifier: attachment.uniformTypeIdentifier, + payload: attachment.value(forKey: "payload") as? Data + ) + } +} +#endif + +extension TestBundle { + init(_ testBundle: Bundle) { + self.init( + bundleIdentifier: testBundle.bundleIdentifier, + bundlePath: testBundle.bundlePath + ) + } +} + +extension TestCase { + init(_ testCase: XCTestCase) { + self.init(name: testCase.name) + } +} + +extension TestErrorInfo { + init(_ error: any Swift.Error) { + self.init(description: "\(error)", type: "\(Swift.type(of: error))") + } +} + +#if canImport(Darwin) // XCTIssue is unavailable in swift-corelibs-xctest. +extension TestIssue { + init(_ issue: XCTIssue) { + self.init( + type: .init(issue.type), + compactDescription: issue.compactDescription, + detailedDescription: issue.detailedDescription, + associatedError: issue.associatedError.map { .init($0) }, + sourceCodeContext: .init(issue.sourceCodeContext), + attachments: issue.attachments.map { .init($0) } + ) + } +} + +extension TestIssueType { + init(_ type: XCTIssue.IssueType) { + switch type { + case .assertionFailure: self = .assertionFailure + case .thrownError: self = .thrownError + case .uncaughtException: self = .uncaughtException + case .performanceRegression: self = .performanceRegression + case .system: self = .system + case .unmatchedExpectedFailure: self = .unmatchedExpectedFailure + @unknown default: self = .unknown + } + } +} +#endif + +#if canImport(Darwin) // XCTSourceCodeLocation/XCTSourceCodeContext/XCTSourceCodeFrame/XCTSourceCodeSymbolInfo is unavailable in swift-corelibs-xctest. +extension TestLocation { + init(_ location: XCTSourceCodeLocation) { + self.init( + file: location.fileURL.absoluteString, + line: location.lineNumber + ) + } +} + +extension TestSourceCodeContext { + init(_ context: XCTSourceCodeContext) { + self.init( + callStack: context.callStack.map { .init($0) }, + location: context.location.map { .init($0) } + ) + } +} + +extension TestSourceCodeFrame { + init(_ frame: XCTSourceCodeFrame) { + self.init( + address: frame.address, + symbolInfo: (try? frame.symbolInfo()).map { .init($0) }, + symbolicationError: frame.symbolicationError.map { .init($0) } + ) + } +} + +extension TestSourceCodeSymbolInfo { + init(_ symbolInfo: XCTSourceCodeSymbolInfo) { + self.init( + imageName: symbolInfo.imageName, + symbolName: symbolInfo.symbolName, + location: symbolInfo.location.map { .init($0) } + ) + } +} +#endif + +extension TestSuiteRecord { + init(_ testSuite: XCTestSuite) { + self.init(name: testSuite.name) + } +} + +import XCTest + +#endif + +@main +@available(macOS 10.15, iOS 11, watchOS 4, tvOS 11, *) +@available(*, deprecated, message: "Not actually deprecated. Marked as deprecated to allow inclusion of deprecated tests (which test deprecated functionality) without warnings") +struct Runner { + private static func testingLibrary() -> String { + var iterator = CommandLine.arguments.makeIterator() + while let argument = iterator.next() { + if argument == "--testing-library", let libraryName = iterator.next() { + return libraryName.lowercased() + } + } + + // Fallback if not specified: run XCTest (legacy behavior) + return "xctest" + } + + #if false + @_silgen_name("$ss13_runAsyncMainyyyyYaKcF") + private static func _runAsyncMain(_ asyncFun: @Sendable @escaping () async throws -> ()) + #endif + + static func main() async { + let testingLibrary = Self.testingLibrary() + #if canImport(Testing) + if testingLibrary == "swift-testing" { + #if false + _runAsyncMain { + await Testing.__swiftPMEntryPoint() as Never + } + #else + await Testing.__swiftPMEntryPoint() as Never + #endif + } + #endif + #if false + if testingLibrary == "xctest" { + + XCTMain(__allDiscoveredTests()) as Never + } + #endif + } +} \ No newline at end of file diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift new file mode 100644 index 0000000..2232953 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift @@ -0,0 +1,17 @@ +import Foundation + +extension Foundation.Bundle { + static let module: Bundle = { + let mainPath = Bundle.main.bundleURL.appendingPathComponent("MyPassCore_MyPassCoreTests.bundle").path + let buildPath = "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore_MyPassCoreTests.bundle" + + let preferredBundle = Bundle(path: mainPath) + + guard let bundle = preferredBundle ?? Bundle(path: buildPath) else { + // Users can write a function called fatalError themselves, we should be resilient against that. + Swift.fatalError("could not load resource bundle: from \(mainPath) or \(buildPath)") + } + + return bundle + }() +} \ No newline at end of file diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/output-file-map.json b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/output-file-map.json new file mode 100644 index 0000000..21faa62 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/output-file-map.json @@ -0,0 +1,19 @@ +{ + "": { + "swift-dependencies": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/primary.swiftdeps" + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift": { + "dependencies": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.d", + "object": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o", + "swiftmodule": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests~partial.swiftmodule", + "swift-dependencies": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swiftdeps", + "diagnostics": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.dia" + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift": { + "dependencies": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.d", + "object": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o", + "swiftmodule": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor~partial.swiftmodule", + "swift-dependencies": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swiftdeps", + "diagnostics": "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.dia" + } +} diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources new file mode 100644 index 0000000..4a3959c --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources @@ -0,0 +1,2 @@ +/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift +/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/description.json b/MyPassCore/.build/arm64-apple-macosx/debug/description.json new file mode 100644 index 0000000..d320a81 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/description.json @@ -0,0 +1,1509 @@ +{ + "builtTestProducts" : [ + { + "binaryPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.xctest/Contents/MacOS/MyPassCorePackageTests", + "packagePath" : "/Users/kriss/Dev/local/MyPass/MyPassCore", + "productName" : "MyPassCorePackageTests" + } + ], + "copyCommands" : { + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Info.plist" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/de.lproj/InfoPlist.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/de.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/en.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/es.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/fr.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/it.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/nl.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/pl.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/ru.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/zh-Hans.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore_MyPassCoreTests.bundle/Fixtures" : { + "inputs" : [ + { + "kind" : "directory", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/Fixtures" + } + ], + "outputs" : [ + { + "kind" : "directory", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore_MyPassCoreTests.bundle/Fixtures" + } + ] + } + }, + "explicitTargetDependencyImportCheckingMode" : { + "none" : { + + } + }, + "generatedSourceTargetSet" : [ + + ], + "pluginDescriptions" : [ + + ], + "swiftCommands" : { + "C.MyPassCore-arm64-apple-macosx-debug.module" : { + "executable" : "/Library/Developer/CommandLineTools/usr/bin/swiftc", + "fileList" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources", + "importPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "MyPassCore", + "moduleOutputPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule", + "objects" : [ + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j12", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-Xcc", + "-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap", + "-Xcc", + "-I", + "-Xcc", + "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit", + "-module-cache-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/include/MyPassCore-Swift.h", + "-swift-version", + "5", + "-I", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-L", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-plugin-path", + "/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "mypasscore" + ], + "outputFileMapPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift" + ], + "tempsPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build", + "wholeModuleOptimization" : false + }, + "C.MyPassCorePackageTests-arm64-apple-macosx-debug.module" : { + "executable" : "/Library/Developer/CommandLineTools/usr/bin/swiftc", + "fileList" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources", + "importPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "MyPassCorePackageTests", + "moduleOutputPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCorePackageTests.swiftmodule", + "objects" : [ + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-Xfrontend", + "-enable-cross-import-overlays", + "-j12", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-Xcc", + "-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap", + "-Xcc", + "-I", + "-Xcc", + "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit", + "-module-cache-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/include/MyPassCorePackageTests-Swift.h", + "-I", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-L", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-plugin-path", + "/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "mypasscore" + ], + "outputFileMapPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCorePackageTests.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift" + ], + "tempsPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build", + "wholeModuleOptimization" : false + }, + "C.MyPassCoreTests-arm64-apple-macosx-debug.module" : { + "executable" : "/Library/Developer/CommandLineTools/usr/bin/swiftc", + "fileList" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources", + "importPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt" + }, + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "MyPassCoreTests", + "moduleOutputPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule", + "objects" : [ + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-Xfrontend", + "-enable-cross-import-overlays", + "-j12", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE", + "-Xcc", + "-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap", + "-Xcc", + "-I", + "-Xcc", + "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit", + "-module-cache-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-swift-version", + "5", + "-I", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-L", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-plugin-path", + "/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "mypasscore" + ], + "outputFileMapPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift" + ], + "tempsPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build", + "wholeModuleOptimization" : false + } + }, + "swiftFrontendCommands" : { + + }, + "swiftTargetScanArgs" : { + "MyPassCore" : [ + "/Library/Developer/CommandLineTools/usr/bin/swiftc", + "-module-name", + "MyPassCore", + "-package-name", + "mypasscore", + "-c", + "/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift", + "-I", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j12", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-Xcc", + "-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap", + "-Xcc", + "-I", + "-Xcc", + "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit", + "-module-cache-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/include/MyPassCore-Swift.h", + "-swift-version", + "5", + "-I", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-L", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-plugin-path", + "/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "mypasscore", + "-driver-use-frontend-path", + "/Library/Developer/CommandLineTools/usr/bin/swiftc" + ], + "MyPassCorePackageTests" : [ + "/Library/Developer/CommandLineTools/usr/bin/swiftc", + "-module-name", + "MyPassCorePackageTests", + "-package-name", + "mypasscore", + "-c", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift", + "-I", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-Xfrontend", + "-enable-cross-import-overlays", + "-j12", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-Xcc", + "-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap", + "-Xcc", + "-I", + "-Xcc", + "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit", + "-module-cache-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/include/MyPassCorePackageTests-Swift.h", + "-I", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-L", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-plugin-path", + "/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "mypasscore", + "-driver-use-frontend-path", + "/Library/Developer/CommandLineTools/usr/bin/swiftc" + ], + "MyPassCoreTests" : [ + "/Library/Developer/CommandLineTools/usr/bin/swiftc", + "-module-name", + "MyPassCoreTests", + "-package-name", + "mypasscore", + "-c", + "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift", + "-I", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-Xfrontend", + "-enable-cross-import-overlays", + "-j12", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE", + "-Xcc", + "-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap", + "-Xcc", + "-I", + "-Xcc", + "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit", + "-module-cache-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-swift-version", + "5", + "-I", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-L", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-plugin-path", + "/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "mypasscore", + "-driver-use-frontend-path", + "/Library/Developer/CommandLineTools/usr/bin/swiftc" + ] + }, + "targetDependencyMap" : { + "KeePassKit" : [ + + ], + "MyPassCore" : [ + "KeePassKit" + ], + "MyPassCorePackageTests" : [ + "MyPassCoreTests", + "MyPassCore", + "KeePassKit" + ], + "MyPassCoreTests" : [ + "MyPassCore", + "KeePassKit" + ] + }, + "testDiscoveryCommands" : { + + }, + "testEntryPointCommands" : { + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift" : { + "inputs" : [ + + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift" + } + ] + } + }, + "traitConfiguration" : { + "default" : { + + } + }, + "writeCommands" : { + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift" + } + ], + "outputFilePath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources" + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift" + } + ], + "outputFilePath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources" + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o" + } + ], + "outputFilePath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList" + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift" + } + ], + "outputFilePath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources" + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt" : { + "alwaysOutOfDate" : true, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Library/Developer/CommandLineTools/usr/bin/swiftc" + } + ], + "outputFilePath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt" + } + } +} \ No newline at end of file diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 new file mode 100644 index 0000000..a3a9228 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/03/limits.h-3KK2ZK0P6I803 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/03/limits.h-3KK2ZK0P6I803 new file mode 100644 index 0000000..5538440 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/03/limits.h-3KK2ZK0P6I803 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 new file mode 100644 index 0000000..332cecc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/04/CGPDFContext.h-1A1Z6E8EMQJ04 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/04/CGPDFContext.h-1A1Z6E8EMQJ04 new file mode 100644 index 0000000..5c6a51a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/04/CGPDFContext.h-1A1Z6E8EMQJ04 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 new file mode 100644 index 0000000..8ab5d97 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 new file mode 100644 index 0000000..3f7f1f4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 new file mode 100644 index 0000000..4ba51ab Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/audit.h-2FSLD4L3YJN0A b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/audit.h-2FSLD4L3YJN0A new file mode 100644 index 0000000..e205466 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/audit.h-2FSLD4L3YJN0A differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B new file mode 100644 index 0000000..de0d748 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C new file mode 100644 index 0000000..1c187c1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D new file mode 100644 index 0000000..f552bbf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F new file mode 100644 index 0000000..9784784 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G new file mode 100644 index 0000000..8c39ec2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0H/CGWindow.h-10015XTACS90H b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0H/CGWindow.h-10015XTACS90H new file mode 100644 index 0000000..de28def Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0H/CGWindow.h-10015XTACS90H differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/KPKAutotypeNotesSerializer.m-22SIK9FCLBD0I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/KPKAutotypeNotesSerializer.m-22SIK9FCLBD0I new file mode 100644 index 0000000..145000d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/KPKAutotypeNotesSerializer.m-22SIK9FCLBD0I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I new file mode 100644 index 0000000..ba2a57d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K new file mode 100644 index 0000000..472d29d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L new file mode 100644 index 0000000..3865ab3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L new file mode 100644 index 0000000..7d87af8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/CGPattern.h-NUQU8WNI1C0M b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/CGPattern.h-NUQU8WNI1C0M new file mode 100644 index 0000000..8c326de Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/CGPattern.h-NUQU8WNI1C0M differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M new file mode 100644 index 0000000..c659b9c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P new file mode 100644 index 0000000..776035c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/CGDataConsumer.h-1794I0XRCWH0Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/CGDataConsumer.h-1794I0XRCWH0Q new file mode 100644 index 0000000..ee1bd44 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/CGDataConsumer.h-1794I0XRCWH0Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q new file mode 100644 index 0000000..2ccb007 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R new file mode 100644 index 0000000..0988fed Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/___wctype.h-2RB6R09NZAE0R b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/___wctype.h-2RB6R09NZAE0R new file mode 100644 index 0000000..c09cd16 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/___wctype.h-2RB6R09NZAE0R differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0U/_types.h-2KVNT2DOELN0U b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0U/_types.h-2KVNT2DOELN0U new file mode 100644 index 0000000..e0b099d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0U/_types.h-2KVNT2DOELN0U differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V new file mode 100644 index 0000000..f142839 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W new file mode 100644 index 0000000..3fc3c57 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X new file mode 100644 index 0000000..d92858e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X new file mode 100644 index 0000000..65fbaee Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z new file mode 100644 index 0000000..b015911 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 new file mode 100644 index 0000000..fc81374 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 new file mode 100644 index 0000000..48d8ee3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 new file mode 100644 index 0000000..5674743 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 new file mode 100644 index 0000000..6e84472 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 new file mode 100644 index 0000000..e3acd29 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 new file mode 100644 index 0000000..f793c0c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 new file mode 100644 index 0000000..87575cf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 new file mode 100644 index 0000000..7a74614 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 new file mode 100644 index 0000000..2fb6304 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 new file mode 100644 index 0000000..66750c4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 new file mode 100644 index 0000000..e76046c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 new file mode 100644 index 0000000..f605b23 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 new file mode 100644 index 0000000..beb3eaa Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 new file mode 100644 index 0000000..c8fb1a1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 new file mode 100644 index 0000000..92d491d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 new file mode 100644 index 0000000..9cedb84 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 new file mode 100644 index 0000000..9ef1b4f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 new file mode 100644 index 0000000..2fa39fd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B new file mode 100644 index 0000000..d63482d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B new file mode 100644 index 0000000..f913215 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/CGError.h-24RWVAFMYHI1C b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/CGError.h-24RWVAFMYHI1C new file mode 100644 index 0000000..875ad41 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/CGError.h-24RWVAFMYHI1C differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C new file mode 100644 index 0000000..69ceaf3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F new file mode 100644 index 0000000..c0704f0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/math.h-15UDIXFGV6W1F b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/math.h-15UDIXFGV6W1F new file mode 100644 index 0000000..df9afd0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/math.h-15UDIXFGV6W1F differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I new file mode 100644 index 0000000..ecde0c5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I new file mode 100644 index 0000000..807c71f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I new file mode 100644 index 0000000..74b5449 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I new file mode 100644 index 0000000..b241d51 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J new file mode 100644 index 0000000..315f757 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K new file mode 100644 index 0000000..25f5b8d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1M/pthread_spis.h-U4TDHDNQMF1M b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1M/pthread_spis.h-U4TDHDNQMF1M new file mode 100644 index 0000000..830bc1e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1M/pthread_spis.h-U4TDHDNQMF1M differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N new file mode 100644 index 0000000..2832534 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N new file mode 100644 index 0000000..db107cb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q new file mode 100644 index 0000000..e2b8122 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R new file mode 100644 index 0000000..4315342 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1V/mach_voucher_types.h-1VXL8P5MK0U1V b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1V/mach_voucher_types.h-1VXL8P5MK0U1V new file mode 100644 index 0000000..2e671c5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1V/mach_voucher_types.h-1VXL8P5MK0U1V differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W new file mode 100644 index 0000000..bf7e3e8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z new file mode 100644 index 0000000..ddbd47b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 new file mode 100644 index 0000000..e3587a6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 new file mode 100644 index 0000000..15a8f88 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 new file mode 100644 index 0000000..cad8dca Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 new file mode 100644 index 0000000..4fef39b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 new file mode 100644 index 0000000..b05a151 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A new file mode 100644 index 0000000..e8f7f6f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C new file mode 100644 index 0000000..09d6f89 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D new file mode 100644 index 0000000..41de67b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/workgroup.h-FQECW7NE592D b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/workgroup.h-FQECW7NE592D new file mode 100644 index 0000000..24fa266 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/workgroup.h-FQECW7NE592D differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E new file mode 100644 index 0000000..8f5c69b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/dispatch.h-3AWZOJN81F82E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/dispatch.h-3AWZOJN81F82E new file mode 100644 index 0000000..5905b8c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/dispatch.h-3AWZOJN81F82E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F new file mode 100644 index 0000000..cb48ea9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H new file mode 100644 index 0000000..1b90c98 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I new file mode 100644 index 0000000..a9d8c35 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K new file mode 100644 index 0000000..154c8c4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O new file mode 100644 index 0000000..5c4dcf1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q new file mode 100644 index 0000000..754ef57 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R new file mode 100644 index 0000000..e9d8da2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S new file mode 100644 index 0000000..4f8a13d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S new file mode 100644 index 0000000..727e0ff Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U new file mode 100644 index 0000000..44436b4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U new file mode 100644 index 0000000..ef7fa0f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U new file mode 100644 index 0000000..ca6edfc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U new file mode 100644 index 0000000..1a9b16f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z new file mode 100644 index 0000000..c9b3910 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z new file mode 100644 index 0000000..5a10275 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 new file mode 100644 index 0000000..fc00457 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 new file mode 100644 index 0000000..3db7277 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 new file mode 100644 index 0000000..f93985c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 new file mode 100644 index 0000000..3e9bd95 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 new file mode 100644 index 0000000..27edb3c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 new file mode 100644 index 0000000..ba671da Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 new file mode 100644 index 0000000..59ddecf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 new file mode 100644 index 0000000..f7dc6fb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C new file mode 100644 index 0000000..ec48d2a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D new file mode 100644 index 0000000..2e22bd9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/CGDisplayStream.h-86O3618Q7Z3E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/CGDisplayStream.h-86O3618Q7Z3E new file mode 100644 index 0000000..89285a3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/CGDisplayStream.h-86O3618Q7Z3E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E new file mode 100644 index 0000000..7fe6d84 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F new file mode 100644 index 0000000..6cc497e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F new file mode 100644 index 0000000..fb2179f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H new file mode 100644 index 0000000..ffe050b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J new file mode 100644 index 0000000..727eae4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J new file mode 100644 index 0000000..bd5ba39 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K new file mode 100644 index 0000000..19d4de3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K new file mode 100644 index 0000000..d888ae2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L new file mode 100644 index 0000000..aec02a4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L new file mode 100644 index 0000000..9db0c86 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M new file mode 100644 index 0000000..5b387b6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O new file mode 100644 index 0000000..bb15053 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q new file mode 100644 index 0000000..c35d2db Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T new file mode 100644 index 0000000..cdfa612 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U new file mode 100644 index 0000000..572e574 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U new file mode 100644 index 0000000..9cc36aa Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/stddef.h-PZXH84HYZR3U b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/stddef.h-PZXH84HYZR3U new file mode 100644 index 0000000..615a715 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/stddef.h-PZXH84HYZR3U differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V new file mode 100644 index 0000000..dc32420 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V new file mode 100644 index 0000000..e02c5c9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W new file mode 100644 index 0000000..7a56612 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X new file mode 100644 index 0000000..50435d1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X new file mode 100644 index 0000000..2ad8efe Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y new file mode 100644 index 0000000..3175c2b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z new file mode 100644 index 0000000..c32a976 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 new file mode 100644 index 0000000..8746a3f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 new file mode 100644 index 0000000..e302fee Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 new file mode 100644 index 0000000..ee3a337 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 new file mode 100644 index 0000000..c970b9f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/49/dyld.h-1ASP81YXW9D49 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/49/dyld.h-1ASP81YXW9D49 new file mode 100644 index 0000000..c36a2ba Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/49/dyld.h-1ASP81YXW9D49 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C new file mode 100644 index 0000000..69bc594 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C new file mode 100644 index 0000000..37376cf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D new file mode 100644 index 0000000..959ae33 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E new file mode 100644 index 0000000..3c7cf0a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F new file mode 100644 index 0000000..cfcce56 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I new file mode 100644 index 0000000..e9afed6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K new file mode 100644 index 0000000..61024bb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P new file mode 100644 index 0000000..84212f2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEXRToneMappingGamma.h-183SJ15QR9H4Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEXRToneMappingGamma.h-183SJ15QR9H4Q new file mode 100644 index 0000000..20dd882 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEXRToneMappingGamma.h-183SJ15QR9H4Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEventSource.h-34C8KEIB1RJ4Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEventSource.h-34C8KEIB1RJ4Q new file mode 100644 index 0000000..3bdc4b3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEventSource.h-34C8KEIB1RJ4Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q new file mode 100644 index 0000000..47386d7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q new file mode 100644 index 0000000..711b99d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S new file mode 100644 index 0000000..82229a8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S new file mode 100644 index 0000000..13ce346 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V new file mode 100644 index 0000000..1b0f1c3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/stddef.h-UF5NNTBHAE4V b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/stddef.h-UF5NNTBHAE4V new file mode 100644 index 0000000..18c4aa7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/stddef.h-UF5NNTBHAE4V differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W new file mode 100644 index 0000000..bdf9135 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X new file mode 100644 index 0000000..e79f069 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X new file mode 100644 index 0000000..889c4a4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/IOStorageCardCharacteristics.h-7HO85WEYJU4Y b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/IOStorageCardCharacteristics.h-7HO85WEYJU4Y new file mode 100644 index 0000000..b82dc4c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/IOStorageCardCharacteristics.h-7HO85WEYJU4Y differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Z/listener.h-2CKOOZUZQXH4Z b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Z/listener.h-2CKOOZUZQXH4Z new file mode 100644 index 0000000..723c5d8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Z/listener.h-2CKOOZUZQXH4Z differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 new file mode 100644 index 0000000..f587a0c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 new file mode 100644 index 0000000..9846567 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 new file mode 100644 index 0000000..62f1933 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 new file mode 100644 index 0000000..f783edd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/53/xpc.h-1HTEOXXPJBA53 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/53/xpc.h-1HTEOXXPJBA53 new file mode 100644 index 0000000..6cfb2b1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/53/xpc.h-1HTEOXXPJBA53 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 new file mode 100644 index 0000000..aacb5cb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/56/stddef.h-1ODYZOY01JL56 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/56/stddef.h-1ODYZOY01JL56 new file mode 100644 index 0000000..24f7ae6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/56/stddef.h-1ODYZOY01JL56 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 new file mode 100644 index 0000000..536822a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A new file mode 100644 index 0000000..1f3281a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B new file mode 100644 index 0000000..e64ebec Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B new file mode 100644 index 0000000..9553b1d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C new file mode 100644 index 0000000..92f14d1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C new file mode 100644 index 0000000..a27dd7f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D new file mode 100644 index 0000000..d20239b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G new file mode 100644 index 0000000..44a63bd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H new file mode 100644 index 0000000..5106054 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J new file mode 100644 index 0000000..4ae78ee Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/tgmath.h-LOQAP6YI3Y5J b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/tgmath.h-LOQAP6YI3Y5J new file mode 100644 index 0000000..6b8dc46 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/tgmath.h-LOQAP6YI3Y5J differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K new file mode 100644 index 0000000..8626382 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N new file mode 100644 index 0000000..d77c105 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O new file mode 100644 index 0000000..a4a2f86 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P new file mode 100644 index 0000000..712e3f1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q new file mode 100644 index 0000000..35310d5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R new file mode 100644 index 0000000..a24a655 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/_va_list.h-2UBAJ5631G65R b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/_va_list.h-2UBAJ5631G65R new file mode 100644 index 0000000..4e93c28 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/_va_list.h-2UBAJ5631G65R differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R new file mode 100644 index 0000000..029a717 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S new file mode 100644 index 0000000..4992e48 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T new file mode 100644 index 0000000..82f2da3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U new file mode 100644 index 0000000..d405781 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W new file mode 100644 index 0000000..8cb65e8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y new file mode 100644 index 0000000..c0fc055 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y new file mode 100644 index 0000000..89a2019 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 new file mode 100644 index 0000000..9b669ff Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 new file mode 100644 index 0000000..affc184 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/62/CGGeometry.h-1OHPTPGK95F62 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/62/CGGeometry.h-1OHPTPGK95F62 new file mode 100644 index 0000000..6b71e63 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/62/CGGeometry.h-1OHPTPGK95F62 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 new file mode 100644 index 0000000..baeeb13 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 new file mode 100644 index 0000000..e4ddb61 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 new file mode 100644 index 0000000..7712a33 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 new file mode 100644 index 0000000..fded31d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 new file mode 100644 index 0000000..66a4bd5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 new file mode 100644 index 0000000..c98dd27 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A new file mode 100644 index 0000000..501f418 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C new file mode 100644 index 0000000..e61e005 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E new file mode 100644 index 0000000..9c05cfb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E new file mode 100644 index 0000000..783e2eb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F new file mode 100644 index 0000000..d91a944 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G new file mode 100644 index 0000000..13df552 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J new file mode 100644 index 0000000..1a7bef4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K new file mode 100644 index 0000000..b98969c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M new file mode 100644 index 0000000..785c16d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O new file mode 100644 index 0000000..27789e8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q new file mode 100644 index 0000000..a049a95 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q new file mode 100644 index 0000000..18346d9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R new file mode 100644 index 0000000..862efef Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V new file mode 100644 index 0000000..28ee5d0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W new file mode 100644 index 0000000..8f4ad95 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/stdarg.h-2UDTT2XM3G06W b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/stdarg.h-2UDTT2XM3G06W new file mode 100644 index 0000000..8832b98 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/stdarg.h-2UDTT2XM3G06W differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X new file mode 100644 index 0000000..9158251 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X new file mode 100644 index 0000000..9265838 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Y/AssertMacros.h-3LJRVZ23PWZ6Y b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Y/AssertMacros.h-3LJRVZ23PWZ6Y new file mode 100644 index 0000000..0933c40 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Y/AssertMacros.h-3LJRVZ23PWZ6Y differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z new file mode 100644 index 0000000..a24ceaf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/stddef.h-1XU213I87EE6Z b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/stddef.h-1XU213I87EE6Z new file mode 100644 index 0000000..922d461 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/stddef.h-1XU213I87EE6Z differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/70/CGDataProvider.h-2PAP357O4LS70 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/70/CGDataProvider.h-2PAP357O4LS70 new file mode 100644 index 0000000..ae0c3fe Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/70/CGDataProvider.h-2PAP357O4LS70 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/70/data.h-3E9FTR1LLKZ70 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/70/data.h-3E9FTR1LLKZ70 new file mode 100644 index 0000000..b3b2014 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/70/data.h-3E9FTR1LLKZ70 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/71/CGDirectPalette.h-1H5QF9U6T3M71 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/71/CGDirectPalette.h-1H5QF9U6T3M71 new file mode 100644 index 0000000..bd2d345 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/71/CGDirectPalette.h-1H5QF9U6T3M71 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 new file mode 100644 index 0000000..50c4999 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 new file mode 100644 index 0000000..6832da8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 new file mode 100644 index 0000000..c45b3ef Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 new file mode 100644 index 0000000..e2b8e02 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 new file mode 100644 index 0000000..6a8ee99 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 new file mode 100644 index 0000000..7c81948 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 new file mode 100644 index 0000000..05db54f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A new file mode 100644 index 0000000..7db2a09 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B new file mode 100644 index 0000000..3f40130 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E new file mode 100644 index 0000000..5e048c9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSObjCRuntime.h-22X4KCS3NTC7H b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSObjCRuntime.h-22X4KCS3NTC7H new file mode 100644 index 0000000..0e76fcc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSObjCRuntime.h-22X4KCS3NTC7H differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I new file mode 100644 index 0000000..449759a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J new file mode 100644 index 0000000..0d9a398 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7L/curses.h-1KRBFKQXEEU7L b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7L/curses.h-1KRBFKQXEEU7L new file mode 100644 index 0000000..76060ac Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7L/curses.h-1KRBFKQXEEU7L differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M new file mode 100644 index 0000000..4f8cb00 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/peer_requirement.h-17SYPO5N1R17M b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/peer_requirement.h-17SYPO5N1R17M new file mode 100644 index 0000000..c8a6e7c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/peer_requirement.h-17SYPO5N1R17M differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N new file mode 100644 index 0000000..876f7b0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N new file mode 100644 index 0000000..329d02e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N new file mode 100644 index 0000000..8ee734e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N new file mode 100644 index 0000000..bbc3cd5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O new file mode 100644 index 0000000..52dbb67 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P new file mode 100644 index 0000000..573c4b3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P new file mode 100644 index 0000000..80b8762 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P new file mode 100644 index 0000000..365fcd7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q new file mode 100644 index 0000000..3bb906e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q new file mode 100644 index 0000000..4ba95d3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T new file mode 100644 index 0000000..9979885 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7Y/session.h-16JO82C4ZP27Y b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7Y/session.h-16JO82C4ZP27Y new file mode 100644 index 0000000..91ebc03 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7Y/session.h-16JO82C4ZP27Y differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 new file mode 100644 index 0000000..87c0d82 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 new file mode 100644 index 0000000..c8d1f6e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 new file mode 100644 index 0000000..86079b7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 new file mode 100644 index 0000000..13e7a8d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 new file mode 100644 index 0000000..b6ce923 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 new file mode 100644 index 0000000..eb679f2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 new file mode 100644 index 0000000..210f96b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 new file mode 100644 index 0000000..92877c9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 new file mode 100644 index 0000000..d572318 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 new file mode 100644 index 0000000..8bad9b8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/87/CGContext.h-2GOU88J9MT787 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/87/CGContext.h-2GOU88J9MT787 new file mode 100644 index 0000000..6d31e02 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/87/CGContext.h-2GOU88J9MT787 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 new file mode 100644 index 0000000..5916c8b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 new file mode 100644 index 0000000..5d85a0e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 new file mode 100644 index 0000000..416befd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A new file mode 100644 index 0000000..c94ad0f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C new file mode 100644 index 0000000..d107423 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C new file mode 100644 index 0000000..401c3f6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E new file mode 100644 index 0000000..895d6e5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E new file mode 100644 index 0000000..c5e43eb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E new file mode 100644 index 0000000..b038767 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F new file mode 100644 index 0000000..35b4812 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/_string.h-2JW70P4K7OM8H b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/_string.h-2JW70P4K7OM8H new file mode 100644 index 0000000..bdba7d9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/_string.h-2JW70P4K7OM8H differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H new file mode 100644 index 0000000..8484583 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/CFBase.h-R90D7FUTL8I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/CFBase.h-R90D7FUTL8I new file mode 100644 index 0000000..3cb9531 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/CFBase.h-R90D7FUTL8I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I new file mode 100644 index 0000000..c7be029 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N new file mode 100644 index 0000000..f7f26c3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q new file mode 100644 index 0000000..ebc4f3b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R new file mode 100644 index 0000000..44803c8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S new file mode 100644 index 0000000..07dcd49 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S new file mode 100644 index 0000000..2bf1169 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S new file mode 100644 index 0000000..c6876b2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S new file mode 100644 index 0000000..e4b1b5e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V new file mode 100644 index 0000000..0c328f0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W new file mode 100644 index 0000000..54ebf16 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y new file mode 100644 index 0000000..f2bc86d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 new file mode 100644 index 0000000..fad8d28 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 new file mode 100644 index 0000000..4ece05c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 new file mode 100644 index 0000000..6749e37 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/95/time.h-B3LB1769EL95 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/95/time.h-B3LB1769EL95 new file mode 100644 index 0000000..ca63937 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/95/time.h-B3LB1769EL95 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 new file mode 100644 index 0000000..70fa602 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 new file mode 100644 index 0000000..9fe3fa1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 new file mode 100644 index 0000000..380db15 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A new file mode 100644 index 0000000..5047eb6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A new file mode 100644 index 0000000..22b3249 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E new file mode 100644 index 0000000..1eed699 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E new file mode 100644 index 0000000..f3f1059 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E new file mode 100644 index 0000000..8cf3264 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E new file mode 100644 index 0000000..86ea927 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E new file mode 100644 index 0000000..ad13c05 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G new file mode 100644 index 0000000..576be06 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H new file mode 100644 index 0000000..c209f8f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H new file mode 100644 index 0000000..f8e5d53 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I new file mode 100644 index 0000000..26ad779 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I new file mode 100644 index 0000000..0a6ee79 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J new file mode 100644 index 0000000..428d376 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K new file mode 100644 index 0000000..dbc2c54 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/CGPDFContentStream.h-FLM8QTA3P69L b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/CGPDFContentStream.h-FLM8QTA3P69L new file mode 100644 index 0000000..ae22c57 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/CGPDFContentStream.h-FLM8QTA3P69L differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L new file mode 100644 index 0000000..3e070be Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N new file mode 100644 index 0000000..d66e284 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O new file mode 100644 index 0000000..c838be9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R new file mode 100644 index 0000000..f361f1b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R new file mode 100644 index 0000000..389e65a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S new file mode 100644 index 0000000..2658a1a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y new file mode 100644 index 0000000..82ea224 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z new file mode 100644 index 0000000..60bc4a4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z new file mode 100644 index 0000000..6091df7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z new file mode 100644 index 0000000..277e767 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 new file mode 100644 index 0000000..9bfdcee Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 new file mode 100644 index 0000000..7d9bcb4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 new file mode 100644 index 0000000..cb0241c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 new file mode 100644 index 0000000..e25aea0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 new file mode 100644 index 0000000..ddf97ef Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 new file mode 100644 index 0000000..746b114 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 new file mode 100644 index 0000000..a0dc8aa Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A9/float.h-3J326GF5ERUA9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A9/float.h-3J326GF5ERUA9 new file mode 100644 index 0000000..f784928 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A9/float.h-3J326GF5ERUA9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB new file mode 100644 index 0000000..f6b2eb6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF new file mode 100644 index 0000000..5a519ac Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG new file mode 100644 index 0000000..a823a70 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ new file mode 100644 index 0000000..2e2e836 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ new file mode 100644 index 0000000..c76c0a2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AK/objc.h-3NB2A1C1HBOAK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AK/objc.h-3NB2A1C1HBOAK new file mode 100644 index 0000000..4325624 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AK/objc.h-3NB2A1C1HBOAK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL new file mode 100644 index 0000000..343d386 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM new file mode 100644 index 0000000..78f5d23 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM new file mode 100644 index 0000000..dc78a0a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM new file mode 100644 index 0000000..84bc5cd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/types.h-1Z9K34I5WERAO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/types.h-1Z9K34I5WERAO new file mode 100644 index 0000000..0ab7f50 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/types.h-1Z9K34I5WERAO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP new file mode 100644 index 0000000..2c2a455 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ new file mode 100644 index 0000000..5393ad2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ new file mode 100644 index 0000000..4d2ac38 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT new file mode 100644 index 0000000..838c4be Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT new file mode 100644 index 0000000..01a0389 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT new file mode 100644 index 0000000..079634e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU new file mode 100644 index 0000000..3072fcc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU new file mode 100644 index 0000000..f6e6108 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW new file mode 100644 index 0000000..3562423 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX new file mode 100644 index 0000000..50dd6d3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX new file mode 100644 index 0000000..ee7d1cc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY new file mode 100644 index 0000000..fa91362 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ new file mode 100644 index 0000000..ae2fbfe Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ new file mode 100644 index 0000000..529c005 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 new file mode 100644 index 0000000..b0fed79 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 new file mode 100644 index 0000000..c08b2f5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 new file mode 100644 index 0000000..17d43a1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/oidsbase.h-3JTCM2E5ZEPB4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/oidsbase.h-3JTCM2E5ZEPB4 new file mode 100644 index 0000000..b50afe7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/oidsbase.h-3JTCM2E5ZEPB4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 new file mode 100644 index 0000000..9803275 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 new file mode 100644 index 0000000..7f5924b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA new file mode 100644 index 0000000..276b65c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB new file mode 100644 index 0000000..07f3f83 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB new file mode 100644 index 0000000..09633c1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC new file mode 100644 index 0000000..c96ce93 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD new file mode 100644 index 0000000..316809e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD new file mode 100644 index 0000000..5a9d7e1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD new file mode 100644 index 0000000..02de3fa Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE new file mode 100644 index 0000000..8fb64f8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG new file mode 100644 index 0000000..754bbdc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH new file mode 100644 index 0000000..1aa2aa5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/fasttrap_isa.h-2XOQDQ0HU03BH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/fasttrap_isa.h-2XOQDQ0HU03BH new file mode 100644 index 0000000..c051673 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/fasttrap_isa.h-2XOQDQ0HU03BH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH new file mode 100644 index 0000000..46c4a43 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ new file mode 100644 index 0000000..bb27f4b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ new file mode 100644 index 0000000..f9bab7e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK new file mode 100644 index 0000000..c0db6bf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL new file mode 100644 index 0000000..9ef7f7c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL new file mode 100644 index 0000000..9b946c5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP new file mode 100644 index 0000000..50f0a18 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ new file mode 100644 index 0000000..8151f91 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ new file mode 100644 index 0000000..074a126 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR new file mode 100644 index 0000000..462e4ba Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT new file mode 100644 index 0000000..4c7c78b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT new file mode 100644 index 0000000..894d506 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV new file mode 100644 index 0000000..d23b640 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/SecureTransport.h-1I5QXHGWBZEBX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/SecureTransport.h-1I5QXHGWBZEBX new file mode 100644 index 0000000..50ff3ca Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/SecureTransport.h-1I5QXHGWBZEBX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX new file mode 100644 index 0000000..9adbb60 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY new file mode 100644 index 0000000..467ff86 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY new file mode 100644 index 0000000..e889031 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY new file mode 100644 index 0000000..e9baa43 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 new file mode 100644 index 0000000..f0ae61d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/message.h-L662AU1NSQC3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/message.h-L662AU1NSQC3 new file mode 100644 index 0000000..c1d7302 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/message.h-L662AU1NSQC3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 new file mode 100644 index 0000000..7c9d232 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 new file mode 100644 index 0000000..ffa1f52 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C5/queue.h-1I9HYW4SY22C5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C5/queue.h-1I9HYW4SY22C5 new file mode 100644 index 0000000..241fcc5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C5/queue.h-1I9HYW4SY22C5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 new file mode 100644 index 0000000..5e21b19 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 new file mode 100644 index 0000000..4f21474 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 new file mode 100644 index 0000000..9f6eef0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 new file mode 100644 index 0000000..2c2afe3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB new file mode 100644 index 0000000..f4aa8bb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB new file mode 100644 index 0000000..fabdbfd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC new file mode 100644 index 0000000..ba56bee Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD new file mode 100644 index 0000000..5a67bda Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF new file mode 100644 index 0000000..7991a14 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI new file mode 100644 index 0000000..f3df3a0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI new file mode 100644 index 0000000..2a0f007 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK new file mode 100644 index 0000000..08bfafe Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL new file mode 100644 index 0000000..6015d1a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN new file mode 100644 index 0000000..0ed72f0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN new file mode 100644 index 0000000..7d378d8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP new file mode 100644 index 0000000..96aafdd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP new file mode 100644 index 0000000..11ca7b2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ new file mode 100644 index 0000000..ef1aaa4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR new file mode 100644 index 0000000..c5bbb59 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR new file mode 100644 index 0000000..fda3d92 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR new file mode 100644 index 0000000..e202544 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/CGPDFStream.h-2KIC5QIV4YPCS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/CGPDFStream.h-2KIC5QIV4YPCS new file mode 100644 index 0000000..c21ec5a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/CGPDFStream.h-2KIC5QIV4YPCS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT new file mode 100644 index 0000000..374489a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT new file mode 100644 index 0000000..a0ce498 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT new file mode 100644 index 0000000..47a0e5a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV new file mode 100644 index 0000000..500a147 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW new file mode 100644 index 0000000..1dc59a0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW new file mode 100644 index 0000000..1538f7b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX new file mode 100644 index 0000000..966c6b0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ new file mode 100644 index 0000000..abf6f84 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 new file mode 100644 index 0000000..ae76537 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 new file mode 100644 index 0000000..1067b53 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 new file mode 100644 index 0000000..c3239c1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/CGFunction.h-66IFTMKK67D6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/CGFunction.h-66IFTMKK67D6 new file mode 100644 index 0000000..3b75edf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/CGFunction.h-66IFTMKK67D6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 new file mode 100644 index 0000000..984656c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 new file mode 100644 index 0000000..06b0431 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/CGLayer.h-3EIUMOC9CV8DA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/CGLayer.h-3EIUMOC9CV8DA new file mode 100644 index 0000000..29de9ca Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/CGLayer.h-3EIUMOC9CV8DA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB new file mode 100644 index 0000000..a3fae8d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC new file mode 100644 index 0000000..daa2ba6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD new file mode 100644 index 0000000..559341b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE new file mode 100644 index 0000000..ce97f80 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF new file mode 100644 index 0000000..7955fa0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF new file mode 100644 index 0000000..ec2aa3f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG new file mode 100644 index 0000000..f2428d9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG new file mode 100644 index 0000000..026c3fb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG new file mode 100644 index 0000000..8793a3b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/stddef.h-1CQIKDQYFGWDG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/stddef.h-1CQIKDQYFGWDG new file mode 100644 index 0000000..32413ef Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/stddef.h-1CQIKDQYFGWDG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI new file mode 100644 index 0000000..ea5e317 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ new file mode 100644 index 0000000..7043717 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ new file mode 100644 index 0000000..3c16be4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL new file mode 100644 index 0000000..7e5a047 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM new file mode 100644 index 0000000..48c83c9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN new file mode 100644 index 0000000..205dcc8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO new file mode 100644 index 0000000..62c96cb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO new file mode 100644 index 0000000..e623db9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DQ/stddef.h-2ZN5NO9OQBYDQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DQ/stddef.h-2ZN5NO9OQBYDQ new file mode 100644 index 0000000..4f09be4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DQ/stddef.h-2ZN5NO9OQBYDQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR new file mode 100644 index 0000000..20f82b8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS new file mode 100644 index 0000000..73b6eb3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU new file mode 100644 index 0000000..282cef0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/CGRemoteOperation.h-2BP9UB4SORBDX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/CGRemoteOperation.h-2BP9UB4SORBDX new file mode 100644 index 0000000..579f672 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/CGRemoteOperation.h-2BP9UB4SORBDX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX new file mode 100644 index 0000000..b5c5ae5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX new file mode 100644 index 0000000..de5325a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY new file mode 100644 index 0000000..e60f47a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY new file mode 100644 index 0000000..3274f0b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/CGDirectDisplay.h-2FG7EMUQSBTE0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/CGDirectDisplay.h-2FG7EMUQSBTE0 new file mode 100644 index 0000000..8766766 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/CGDirectDisplay.h-2FG7EMUQSBTE0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 new file mode 100644 index 0000000..c50b37c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 new file mode 100644 index 0000000..e8541dd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 new file mode 100644 index 0000000..7950a47 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 new file mode 100644 index 0000000..384a5ea Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/USB.h-23FYUUM4L3NE4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/USB.h-23FYUUM4L3NE4 new file mode 100644 index 0000000..841d0ae Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/USB.h-23FYUUM4L3NE4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 new file mode 100644 index 0000000..492a399 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 new file mode 100644 index 0000000..367a260 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 new file mode 100644 index 0000000..f3765fc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 new file mode 100644 index 0000000..86faf28 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 new file mode 100644 index 0000000..5ce3e2c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA new file mode 100644 index 0000000..da4615d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED new file mode 100644 index 0000000..175ce69 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF new file mode 100644 index 0000000..f8a6eae Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF new file mode 100644 index 0000000..335af7b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH new file mode 100644 index 0000000..1ea602c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI new file mode 100644 index 0000000..887241f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK new file mode 100644 index 0000000..de31f3f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL new file mode 100644 index 0000000..30fec6b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM new file mode 100644 index 0000000..93257b4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM new file mode 100644 index 0000000..854a2e4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN new file mode 100644 index 0000000..ada09ad Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP new file mode 100644 index 0000000..25bf52d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP new file mode 100644 index 0000000..d940b08 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/AvailabilityVersions.h-29ZV6QJ4HKNEQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/AvailabilityVersions.h-29ZV6QJ4HKNEQ new file mode 100644 index 0000000..9053112 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/AvailabilityVersions.h-29ZV6QJ4HKNEQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ new file mode 100644 index 0000000..7a101c9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER new file mode 100644 index 0000000..7c04534 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER new file mode 100644 index 0000000..ba23380 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER new file mode 100644 index 0000000..352bfd1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU new file mode 100644 index 0000000..4f7dfc9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV new file mode 100644 index 0000000..22d127b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW new file mode 100644 index 0000000..6cf7918 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 new file mode 100644 index 0000000..b8b046b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 new file mode 100644 index 0000000..d1b83c0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 new file mode 100644 index 0000000..992a7de Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 new file mode 100644 index 0000000..200679a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 new file mode 100644 index 0000000..1214f89 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 new file mode 100644 index 0000000..74e8b16 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 new file mode 100644 index 0000000..91690d9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 new file mode 100644 index 0000000..99b3bea Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 new file mode 100644 index 0000000..e466016 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 new file mode 100644 index 0000000..d7a9428 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 new file mode 100644 index 0000000..5c4fb89 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA new file mode 100644 index 0000000..4b53d2d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/unctrl.h-1WLM3CAHN9YFA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/unctrl.h-1WLM3CAHN9YFA new file mode 100644 index 0000000..c501129 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/unctrl.h-1WLM3CAHN9YFA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD new file mode 100644 index 0000000..4c1f051 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE new file mode 100644 index 0000000..d649bdc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI new file mode 100644 index 0000000..7a07368 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK new file mode 100644 index 0000000..463cf3b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK new file mode 100644 index 0000000..3a73af2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/NSURL.h-3VJGBNBS9O6FK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/NSURL.h-3VJGBNBS9O6FK new file mode 100644 index 0000000..cebb2de Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/NSURL.h-3VJGBNBS9O6FK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM new file mode 100644 index 0000000..5eebe0c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN new file mode 100644 index 0000000..c4b21a9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ new file mode 100644 index 0000000..ce8050f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS new file mode 100644 index 0000000..ce4f65a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS new file mode 100644 index 0000000..a096cee Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS new file mode 100644 index 0000000..f7f04f1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV new file mode 100644 index 0000000..a64a372 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW new file mode 100644 index 0000000..fe8ab82 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX new file mode 100644 index 0000000..2b06ede Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX new file mode 100644 index 0000000..22887eb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY new file mode 100644 index 0000000..dff0a8e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ new file mode 100644 index 0000000..6c79289 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 new file mode 100644 index 0000000..da6cae3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 new file mode 100644 index 0000000..c6a9e0b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 new file mode 100644 index 0000000..6384e93 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 new file mode 100644 index 0000000..32adb89 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 new file mode 100644 index 0000000..ecd3234 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 new file mode 100644 index 0000000..55d79b3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 new file mode 100644 index 0000000..a8d1b82 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 new file mode 100644 index 0000000..c4ae13f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 new file mode 100644 index 0000000..31da2aa Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 new file mode 100644 index 0000000..167736c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB new file mode 100644 index 0000000..a63ea11 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB new file mode 100644 index 0000000..c3cea85 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/object.h-60MLJX7P7AGB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/object.h-60MLJX7P7AGB new file mode 100644 index 0000000..ec294e5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/object.h-60MLJX7P7AGB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC new file mode 100644 index 0000000..4f0a799 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC new file mode 100644 index 0000000..d15fd65 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GD/vm_statistics.h-21NLFPK75IKGD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GD/vm_statistics.h-21NLFPK75IKGD new file mode 100644 index 0000000..9f9de77 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GD/vm_statistics.h-21NLFPK75IKGD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE new file mode 100644 index 0000000..307ca10 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE new file mode 100644 index 0000000..b738694 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF new file mode 100644 index 0000000..560a27d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF new file mode 100644 index 0000000..f6b55dc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG new file mode 100644 index 0000000..321031a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CGPDFArray.h-3TVDZI3TN0YGG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CGPDFArray.h-3TVDZI3TN0YGG new file mode 100644 index 0000000..16ca353 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CGPDFArray.h-3TVDZI3TN0YGG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH new file mode 100644 index 0000000..d4ee4c5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI new file mode 100644 index 0000000..9522de4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI new file mode 100644 index 0000000..45a79ea Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/group.h-2S9YZSJ77VEGI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/group.h-2S9YZSJ77VEGI new file mode 100644 index 0000000..0e6c980 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/group.h-2S9YZSJ77VEGI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI new file mode 100644 index 0000000..1efd21a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL new file mode 100644 index 0000000..36238e1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GM/stddef.h-2KNE4C4DZ0HGM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GM/stddef.h-2KNE4C4DZ0HGM new file mode 100644 index 0000000..c451bc3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GM/stddef.h-2KNE4C4DZ0HGM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN new file mode 100644 index 0000000..a126530 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO new file mode 100644 index 0000000..1a3e01d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO new file mode 100644 index 0000000..4bff99e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO new file mode 100644 index 0000000..c6eb519 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO new file mode 100644 index 0000000..b0dbe28 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ new file mode 100644 index 0000000..f3c6c4c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS new file mode 100644 index 0000000..d6c5312 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT new file mode 100644 index 0000000..6a7ab98 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT new file mode 100644 index 0000000..455036b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/CFXMLParser.h-2LDIJYW84WHGU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/CFXMLParser.h-2LDIJYW84WHGU new file mode 100644 index 0000000..5d133ed Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/CFXMLParser.h-2LDIJYW84WHGU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/base.h-1921BX79X3IGU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/base.h-1921BX79X3IGU new file mode 100644 index 0000000..ea69799 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/base.h-1921BX79X3IGU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY new file mode 100644 index 0000000..488da5c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 new file mode 100644 index 0000000..ef15942 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 new file mode 100644 index 0000000..ff6802a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H1/kdebug.h-KKPC6ZMFGWH1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H1/kdebug.h-KKPC6ZMFGWH1 new file mode 100644 index 0000000..911d77d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H1/kdebug.h-KKPC6ZMFGWH1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H1/object.h-3QA0AIOWOSHH1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H1/object.h-3QA0AIOWOSHH1 new file mode 100644 index 0000000..c87ddca Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H1/object.h-3QA0AIOWOSHH1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 new file mode 100644 index 0000000..c8b433f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 new file mode 100644 index 0000000..5c2c782 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 new file mode 100644 index 0000000..62cbd3f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 new file mode 100644 index 0000000..0da1314 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 new file mode 100644 index 0000000..7567236 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 new file mode 100644 index 0000000..de2c99c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 new file mode 100644 index 0000000..dc4a98d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 new file mode 100644 index 0000000..77893ea Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 new file mode 100644 index 0000000..979dbbc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 new file mode 100644 index 0000000..1f2bc14 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 new file mode 100644 index 0000000..262743a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 new file mode 100644 index 0000000..1c0ab5e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/IOUSBHostFamilyDefinitions.h-31PXQA9E1WOHA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/IOUSBHostFamilyDefinitions.h-31PXQA9E1WOHA new file mode 100644 index 0000000..9e2cb34 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/IOUSBHostFamilyDefinitions.h-31PXQA9E1WOHA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA new file mode 100644 index 0000000..e572bd4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC new file mode 100644 index 0000000..fb0933b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HD/io.h-2HW2I33GSKQHD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HD/io.h-2HW2I33GSKQHD new file mode 100644 index 0000000..3d52cd3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HD/io.h-2HW2I33GSKQHD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH new file mode 100644 index 0000000..f28aaef Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/boolean.h-3ORMJKZ1H7LHH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/boolean.h-3ORMJKZ1H7LHH new file mode 100644 index 0000000..6b8a6b4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/boolean.h-3ORMJKZ1H7LHH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH new file mode 100644 index 0000000..b9bd040 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH new file mode 100644 index 0000000..75dd34f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ new file mode 100644 index 0000000..2eaee68 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM new file mode 100644 index 0000000..b4802a4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM new file mode 100644 index 0000000..71354ea Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM new file mode 100644 index 0000000..64250fc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO new file mode 100644 index 0000000..123d730 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO new file mode 100644 index 0000000..776fb4d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP new file mode 100644 index 0000000..c878f89 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP new file mode 100644 index 0000000..4e38d3d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU new file mode 100644 index 0000000..40cb754 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV new file mode 100644 index 0000000..2e8c89e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW new file mode 100644 index 0000000..5838215 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY new file mode 100644 index 0000000..c02aa7e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ new file mode 100644 index 0000000..bf62572 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ new file mode 100644 index 0000000..c9887cc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 new file mode 100644 index 0000000..901c801 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 new file mode 100644 index 0000000..6004312 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 new file mode 100644 index 0000000..277c389 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 new file mode 100644 index 0000000..9f76f90 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 new file mode 100644 index 0000000..5b4dd70 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 new file mode 100644 index 0000000..fb78609 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 new file mode 100644 index 0000000..d948f59 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 new file mode 100644 index 0000000..bb5ba96 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 new file mode 100644 index 0000000..0d1945e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 new file mode 100644 index 0000000..9948923 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB new file mode 100644 index 0000000..6a3d0d4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/CGPath.h-2QEOBS4UU6DIC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/CGPath.h-2QEOBS4UU6DIC new file mode 100644 index 0000000..ff19bed Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/CGPath.h-2QEOBS4UU6DIC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID new file mode 100644 index 0000000..f4ec351 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH new file mode 100644 index 0000000..c10908e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II new file mode 100644 index 0000000..a8035ee Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ new file mode 100644 index 0000000..8b9f1a3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK new file mode 100644 index 0000000..61dc887 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK new file mode 100644 index 0000000..41e59a8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL new file mode 100644 index 0000000..318e8eb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL new file mode 100644 index 0000000..d212048 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM new file mode 100644 index 0000000..3225789 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP new file mode 100644 index 0000000..12e45be Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP new file mode 100644 index 0000000..f90ae8e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR new file mode 100644 index 0000000..483cee5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR new file mode 100644 index 0000000..3a8a528 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR new file mode 100644 index 0000000..22331cc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW new file mode 100644 index 0000000..975f9b5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW new file mode 100644 index 0000000..bbdce81 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW new file mode 100644 index 0000000..9d5996b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW new file mode 100644 index 0000000..5dc4af3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX new file mode 100644 index 0000000..114edba Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 new file mode 100644 index 0000000..9c39ad4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 new file mode 100644 index 0000000..954ccab Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 new file mode 100644 index 0000000..23791ed Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/semaphore.h-1VCO55NSTH8J1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/semaphore.h-1VCO55NSTH8J1 new file mode 100644 index 0000000..d260c34 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/semaphore.h-1VCO55NSTH8J1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 new file mode 100644 index 0000000..46a1cc1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 new file mode 100644 index 0000000..418d7f9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 new file mode 100644 index 0000000..9017b56 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 new file mode 100644 index 0000000..6bb01fe Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 new file mode 100644 index 0000000..ab0130a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 new file mode 100644 index 0000000..f3fca6d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 new file mode 100644 index 0000000..eb99a1e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 new file mode 100644 index 0000000..9e96d89 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA new file mode 100644 index 0000000..d54fc90 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD new file mode 100644 index 0000000..e416433 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE new file mode 100644 index 0000000..66d0e68 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE new file mode 100644 index 0000000..3373be9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE new file mode 100644 index 0000000..dfd5c5a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF new file mode 100644 index 0000000..a6707a2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG new file mode 100644 index 0000000..c7a589d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI new file mode 100644 index 0000000..3c2a974 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI new file mode 100644 index 0000000..288e974 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI new file mode 100644 index 0000000..912d5a0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/spawn.h-2UDL9DLOQE2JI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/spawn.h-2UDL9DLOQE2JI new file mode 100644 index 0000000..81380d9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/spawn.h-2UDL9DLOQE2JI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ new file mode 100644 index 0000000..3ec34bf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/workloop.h-JQT2M72P69JJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/workloop.h-JQT2M72P69JJ new file mode 100644 index 0000000..b08748a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/workloop.h-JQT2M72P69JJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL new file mode 100644 index 0000000..173f16f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM new file mode 100644 index 0000000..b0fbcf6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM new file mode 100644 index 0000000..025965f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP new file mode 100644 index 0000000..b0e192f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP new file mode 100644 index 0000000..0d50bb9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP new file mode 100644 index 0000000..e13babe Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP new file mode 100644 index 0000000..c6a19a8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP new file mode 100644 index 0000000..8a82aa6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ new file mode 100644 index 0000000..1502529 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR new file mode 100644 index 0000000..6626800 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS new file mode 100644 index 0000000..14e5496 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS new file mode 100644 index 0000000..fa46766 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/CGPDFDocument.h-1Z9QJ4VUGQGJU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/CGPDFDocument.h-1Z9QJ4VUGQGJU new file mode 100644 index 0000000..f40388d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/CGPDFDocument.h-1Z9QJ4VUGQGJU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU new file mode 100644 index 0000000..6cef17b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW new file mode 100644 index 0000000..e41ae54 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/thread_info.h-1LY8CGCU4HPJW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/thread_info.h-1LY8CGCU4HPJW new file mode 100644 index 0000000..281546b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/thread_info.h-1LY8CGCU4HPJW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY new file mode 100644 index 0000000..f8eef19 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 new file mode 100644 index 0000000..e861ed8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/_size_t.h-19C8M10XESFK1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/_size_t.h-19C8M10XESFK1 new file mode 100644 index 0000000..2d07c88 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/_size_t.h-19C8M10XESFK1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 new file mode 100644 index 0000000..3d70282 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 new file mode 100644 index 0000000..31cc150 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 new file mode 100644 index 0000000..d9bdb0d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 new file mode 100644 index 0000000..c57d809 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/NSBundle.h-IM6RUJJ3DAK5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/NSBundle.h-IM6RUJJ3DAK5 new file mode 100644 index 0000000..b3c65ae Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/NSBundle.h-IM6RUJJ3DAK5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 new file mode 100644 index 0000000..4c5b971 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 new file mode 100644 index 0000000..492805c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 new file mode 100644 index 0000000..ad244e2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA new file mode 100644 index 0000000..8f02097 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB new file mode 100644 index 0000000..643c677 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB new file mode 100644 index 0000000..c2d4287 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB new file mode 100644 index 0000000..c8b02f5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB new file mode 100644 index 0000000..ab4c5af Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB new file mode 100644 index 0000000..40bcd70 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KC/ptrauth.h-2AR3D3KCXBUKC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KC/ptrauth.h-2AR3D3KCXBUKC new file mode 100644 index 0000000..6ee4eaa Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KC/ptrauth.h-2AR3D3KCXBUKC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KD/CGPDFObject.h-1D8XRJ8JPCPKD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KD/CGPDFObject.h-1D8XRJ8JPCPKD new file mode 100644 index 0000000..59677ba Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KD/CGPDFObject.h-1D8XRJ8JPCPKD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE new file mode 100644 index 0000000..1f50de1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE new file mode 100644 index 0000000..19c8766 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE new file mode 100644 index 0000000..864e8a4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KF/CGPDFPage.h-3W156BVDB8UKF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KF/CGPDFPage.h-3W156BVDB8UKF new file mode 100644 index 0000000..87ef89a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KF/CGPDFPage.h-3W156BVDB8UKF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG new file mode 100644 index 0000000..d373562 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG new file mode 100644 index 0000000..8bd0205 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI new file mode 100644 index 0000000..ecd36e5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ new file mode 100644 index 0000000..98f98f5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ new file mode 100644 index 0000000..2b529df Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ new file mode 100644 index 0000000..7e09404 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ new file mode 100644 index 0000000..b83d887 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL new file mode 100644 index 0000000..158fa28 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM new file mode 100644 index 0000000..c11b623 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN new file mode 100644 index 0000000..74b1601 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN new file mode 100644 index 0000000..406ea94 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN new file mode 100644 index 0000000..28113ef Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP new file mode 100644 index 0000000..6bbe539 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/Debugging.h-1TLB2VTC8AFKQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/Debugging.h-1TLB2VTC8AFKQ new file mode 100644 index 0000000..bed1d17 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/Debugging.h-1TLB2VTC8AFKQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR new file mode 100644 index 0000000..11bf305 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR new file mode 100644 index 0000000..9aee30a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS new file mode 100644 index 0000000..a7b344a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS new file mode 100644 index 0000000..0c28d16 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT new file mode 100644 index 0000000..51b7aae Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/CGGradient.h-9UWDRY8F9BKU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/CGGradient.h-9UWDRY8F9BKU new file mode 100644 index 0000000..9bdb454 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/CGGradient.h-9UWDRY8F9BKU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU new file mode 100644 index 0000000..a04bf4f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV new file mode 100644 index 0000000..6591ce0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 new file mode 100644 index 0000000..bbd774e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 new file mode 100644 index 0000000..6339774 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 new file mode 100644 index 0000000..176b67f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 new file mode 100644 index 0000000..bb61bb1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 new file mode 100644 index 0000000..3274f6f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 new file mode 100644 index 0000000..970ac07 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 new file mode 100644 index 0000000..9332050 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 new file mode 100644 index 0000000..647d290 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 new file mode 100644 index 0000000..c750605 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/AvailabilityInternal.h-223VRR9UVNWL8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/AvailabilityInternal.h-223VRR9UVNWL8 new file mode 100644 index 0000000..3a32975 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/AvailabilityInternal.h-223VRR9UVNWL8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 new file mode 100644 index 0000000..ca40424 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/CGColorSpace.h-UJ9KEA0YMQLA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/CGColorSpace.h-UJ9KEA0YMQLA new file mode 100644 index 0000000..618cb56 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/CGColorSpace.h-UJ9KEA0YMQLA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA new file mode 100644 index 0000000..15fa85d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC new file mode 100644 index 0000000..b0ce020 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE new file mode 100644 index 0000000..cdfecc3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE new file mode 100644 index 0000000..b3680a3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG new file mode 100644 index 0000000..94d0c7a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSScanner.h-P2691DESW1LG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSScanner.h-P2691DESW1LG new file mode 100644 index 0000000..51cadec Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSScanner.h-P2691DESW1LG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH new file mode 100644 index 0000000..6c153ec Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH new file mode 100644 index 0000000..e1c63db Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI new file mode 100644 index 0000000..ab0b805 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ new file mode 100644 index 0000000..d4c35ea Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LM/CGFont.h-3M4IV2TLY9XLM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LM/CGFont.h-3M4IV2TLY9XLM new file mode 100644 index 0000000..06d2479 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LM/CGFont.h-3M4IV2TLY9XLM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN new file mode 100644 index 0000000..b22ea13 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO new file mode 100644 index 0000000..f2ba87c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO new file mode 100644 index 0000000..96bf919 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP new file mode 100644 index 0000000..34f9f70 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ new file mode 100644 index 0000000..2fbac45 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW new file mode 100644 index 0000000..d4059b6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX new file mode 100644 index 0000000..f1c913d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/CFXMLNode.h-1H9J58JJG3TLY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/CFXMLNode.h-1H9J58JJG3TLY new file mode 100644 index 0000000..d0f90e4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/CFXMLNode.h-1H9J58JJG3TLY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY new file mode 100644 index 0000000..f10b5be Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 new file mode 100644 index 0000000..f975567 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 new file mode 100644 index 0000000..7b948a2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 new file mode 100644 index 0000000..946160e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 new file mode 100644 index 0000000..ff02904 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 new file mode 100644 index 0000000..69767c0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 new file mode 100644 index 0000000..43ddfb2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 new file mode 100644 index 0000000..efdd5fc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 new file mode 100644 index 0000000..449a3cd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 new file mode 100644 index 0000000..2aa41bf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 new file mode 100644 index 0000000..5868009 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 new file mode 100644 index 0000000..785257d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 new file mode 100644 index 0000000..14c62fd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/host_info.h-PRBJEVJ868M9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/host_info.h-PRBJEVJ868M9 new file mode 100644 index 0000000..5559a68 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/host_info.h-PRBJEVJ868M9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA new file mode 100644 index 0000000..6f82d01 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/resource_bundle_accessor.h-63JZCMP8JPMA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/resource_bundle_accessor.h-63JZCMP8JPMA new file mode 100644 index 0000000..f199005 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/resource_bundle_accessor.h-63JZCMP8JPMA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB new file mode 100644 index 0000000..25903cd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/qos.h-3HOSDZF19TKMB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/qos.h-3HOSDZF19TKMB new file mode 100644 index 0000000..c54a56f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/qos.h-3HOSDZF19TKMB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC new file mode 100644 index 0000000..df37c8f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF new file mode 100644 index 0000000..f9e7967 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG new file mode 100644 index 0000000..e3dc037 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH new file mode 100644 index 0000000..c0e4de4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH new file mode 100644 index 0000000..59ea876 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH new file mode 100644 index 0000000..11585f9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ new file mode 100644 index 0000000..1d2d2ee Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ new file mode 100644 index 0000000..faef055 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/CGToneMapping.h-3VGJLIEO8YMN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/CGToneMapping.h-3VGJLIEO8YMN new file mode 100644 index 0000000..6bb527e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/CGToneMapping.h-3VGJLIEO8YMN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN new file mode 100644 index 0000000..be64bc4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN new file mode 100644 index 0000000..fe4d932 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP new file mode 100644 index 0000000..e072794 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ new file mode 100644 index 0000000..f642c21 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ new file mode 100644 index 0000000..9d4e48c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS new file mode 100644 index 0000000..0615a59 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS new file mode 100644 index 0000000..e115798 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS new file mode 100644 index 0000000..54e9907 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT new file mode 100644 index 0000000..532347c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU new file mode 100644 index 0000000..8b2faa0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX new file mode 100644 index 0000000..065e1c3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ new file mode 100644 index 0000000..19f655e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ new file mode 100644 index 0000000..54da647 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 new file mode 100644 index 0000000..f250f70 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 new file mode 100644 index 0000000..77ae94d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 new file mode 100644 index 0000000..8611299 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 new file mode 100644 index 0000000..1a4f4a7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N8/_wchar_t.h-YA75C0TI9EN8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N8/_wchar_t.h-YA75C0TI9EN8 new file mode 100644 index 0000000..a6c5905 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N8/_wchar_t.h-YA75C0TI9EN8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 new file mode 100644 index 0000000..27adc6b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA new file mode 100644 index 0000000..58dcc1f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/_offsetof.h-1LDD22XRUB7NA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/_offsetof.h-1LDD22XRUB7NA new file mode 100644 index 0000000..e4fd8f7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/_offsetof.h-1LDD22XRUB7NA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB new file mode 100644 index 0000000..31912fa Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND new file mode 100644 index 0000000..fe53ac0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND new file mode 100644 index 0000000..283bf71 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE new file mode 100644 index 0000000..2801b0f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF new file mode 100644 index 0000000..b08dbdd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF new file mode 100644 index 0000000..9dccab4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG new file mode 100644 index 0000000..5255215 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH new file mode 100644 index 0000000..3a0d542 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI new file mode 100644 index 0000000..2307d22 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ new file mode 100644 index 0000000..110ddf5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ new file mode 100644 index 0000000..687ccd8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ new file mode 100644 index 0000000..183bf05 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK new file mode 100644 index 0000000..3d72fdd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK new file mode 100644 index 0000000..79330de Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL new file mode 100644 index 0000000..509c707 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM new file mode 100644 index 0000000..a84d8d7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/bitstring.h-32KF08BFQDGNM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/bitstring.h-32KF08BFQDGNM new file mode 100644 index 0000000..a6da4fc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/bitstring.h-32KF08BFQDGNM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO new file mode 100644 index 0000000..cf2324a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP new file mode 100644 index 0000000..887048b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR new file mode 100644 index 0000000..d61e8fc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR new file mode 100644 index 0000000..92947dd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR new file mode 100644 index 0000000..a317957 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX new file mode 100644 index 0000000..745df8d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY new file mode 100644 index 0000000..9d9b667 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY new file mode 100644 index 0000000..c2a9a37 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ new file mode 100644 index 0000000..814a3c5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 new file mode 100644 index 0000000..a851033 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 new file mode 100644 index 0000000..bbe353f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 new file mode 100644 index 0000000..16a7374 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 new file mode 100644 index 0000000..2ca1025 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 new file mode 100644 index 0000000..0261331 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 new file mode 100644 index 0000000..1238138 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 new file mode 100644 index 0000000..539edb0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 new file mode 100644 index 0000000..af8a382 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA new file mode 100644 index 0000000..45d0e6f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC new file mode 100644 index 0000000..d033974 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC new file mode 100644 index 0000000..831c0f7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC new file mode 100644 index 0000000..1a36c22 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE new file mode 100644 index 0000000..49a5e86 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE new file mode 100644 index 0000000..a55ade7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE new file mode 100644 index 0000000..d2bf994 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE new file mode 100644 index 0000000..3d80826 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF new file mode 100644 index 0000000..6ff7cbe Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH new file mode 100644 index 0000000..fe2cb47 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH new file mode 100644 index 0000000..e69f781 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ new file mode 100644 index 0000000..311a96f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK new file mode 100644 index 0000000..e000922 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM new file mode 100644 index 0000000..e00f5d4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO new file mode 100644 index 0000000..35866a0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO new file mode 100644 index 0000000..db0fdcb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP new file mode 100644 index 0000000..98e32a7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR new file mode 100644 index 0000000..7ab7b72 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR new file mode 100644 index 0000000..e55d377 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/USBSpec.h-DBANUQJTS9OS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/USBSpec.h-DBANUQJTS9OS new file mode 100644 index 0000000..a7dc167 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/USBSpec.h-DBANUQJTS9OS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT new file mode 100644 index 0000000..4d6c93a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU new file mode 100644 index 0000000..0b8ee9b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU new file mode 100644 index 0000000..a555079 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/KPKAutotypeNotesSerializer.h-2NHGTWDMTXDOW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/KPKAutotypeNotesSerializer.h-2NHGTWDMTXDOW new file mode 100644 index 0000000..52727b4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/KPKAutotypeNotesSerializer.h-2NHGTWDMTXDOW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW new file mode 100644 index 0000000..a6574eb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX new file mode 100644 index 0000000..25204c4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY new file mode 100644 index 0000000..b8d5c7e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 new file mode 100644 index 0000000..2d16f1a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 new file mode 100644 index 0000000..8645d06 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/CGPSConverter.h-ZS90UI0REWP6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/CGPSConverter.h-ZS90UI0REWP6 new file mode 100644 index 0000000..603d95b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/CGPSConverter.h-ZS90UI0REWP6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 new file mode 100644 index 0000000..5fd5375 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 new file mode 100644 index 0000000..1281744 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 new file mode 100644 index 0000000..2edef90 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB new file mode 100644 index 0000000..4ec958b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC new file mode 100644 index 0000000..88787c3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD new file mode 100644 index 0000000..7a56f1d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE new file mode 100644 index 0000000..afd364e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/_size_t.h-1O2NZ30J67CPE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/_size_t.h-1O2NZ30J67CPE new file mode 100644 index 0000000..4edbde8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/_size_t.h-1O2NZ30J67CPE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/in.h-29DHBOHP73YPE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/in.h-29DHBOHP73YPE new file mode 100644 index 0000000..db52049 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/in.h-29DHBOHP73YPE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG new file mode 100644 index 0000000..04c5590 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG new file mode 100644 index 0000000..6fce1f3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH new file mode 100644 index 0000000..7231991 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM new file mode 100644 index 0000000..b649fbf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN new file mode 100644 index 0000000..2c364de Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP new file mode 100644 index 0000000..1b7f00e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU new file mode 100644 index 0000000..a759ac1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU new file mode 100644 index 0000000..d7baba6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX new file mode 100644 index 0000000..9297890 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/CGRenderingBufferProvider.h-1D6II6M0QOAQ2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/CGRenderingBufferProvider.h-1D6II6M0QOAQ2 new file mode 100644 index 0000000..cec5321 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/CGRenderingBufferProvider.h-1D6II6M0QOAQ2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 new file mode 100644 index 0000000..af217a0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 new file mode 100644 index 0000000..8c5a92b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 new file mode 100644 index 0000000..ac5a387 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/vm_region.h-2T2XCMTNX9XQ3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/vm_region.h-2T2XCMTNX9XQ3 new file mode 100644 index 0000000..07c742c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/vm_region.h-2T2XCMTNX9XQ3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 new file mode 100644 index 0000000..513ef16 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/CipherSuite.h-LTHKVEEFFTQ5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/CipherSuite.h-LTHKVEEFFTQ5 new file mode 100644 index 0000000..a382563 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/CipherSuite.h-LTHKVEEFFTQ5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 new file mode 100644 index 0000000..bd5de72 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/termios.h-3GH5N2E4JSMQ5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/termios.h-3GH5N2E4JSMQ5 new file mode 100644 index 0000000..fcc78f3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/termios.h-3GH5N2E4JSMQ5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 new file mode 100644 index 0000000..b12fb8a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 new file mode 100644 index 0000000..c42ce5c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 new file mode 100644 index 0000000..742bd70 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 new file mode 100644 index 0000000..bce863e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 new file mode 100644 index 0000000..f89345b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC new file mode 100644 index 0000000..46fedd3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD new file mode 100644 index 0000000..930725e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/CGColorConversionInfo.h-2CHTOL7ZDIHQE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/CGColorConversionInfo.h-2CHTOL7ZDIHQE new file mode 100644 index 0000000..6e94931 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/CGColorConversionInfo.h-2CHTOL7ZDIHQE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH new file mode 100644 index 0000000..629a4e2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH new file mode 100644 index 0000000..3d8a18f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH new file mode 100644 index 0000000..c1b7eaa Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH new file mode 100644 index 0000000..a24b632 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM new file mode 100644 index 0000000..c8a68a7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO new file mode 100644 index 0000000..17a818b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO new file mode 100644 index 0000000..1619f41 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP new file mode 100644 index 0000000..82e3682 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ new file mode 100644 index 0000000..407e98d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR new file mode 100644 index 0000000..2fa551f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR new file mode 100644 index 0000000..c8d0d92 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW new file mode 100644 index 0000000..3bedd50 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW new file mode 100644 index 0000000..f63d9f0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX new file mode 100644 index 0000000..0ccceb7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R0/SecProtocolObject.h-T72FD7DVRKR0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R0/SecProtocolObject.h-T72FD7DVRKR0 new file mode 100644 index 0000000..9fdcb2c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R0/SecProtocolObject.h-T72FD7DVRKR0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/CGPDFScanner.h-1OCXHKYSKEWR2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/CGPDFScanner.h-1OCXHKYSKEWR2 new file mode 100644 index 0000000..bc70f42 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/CGPDFScanner.h-1OCXHKYSKEWR2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 new file mode 100644 index 0000000..8fb1d8b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 new file mode 100644 index 0000000..bb8fef5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/CGDisplayConfiguration.h-2V6CZRNA1PHR6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/CGDisplayConfiguration.h-2V6CZRNA1PHR6 new file mode 100644 index 0000000..2e03f4d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/CGDisplayConfiguration.h-2V6CZRNA1PHR6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 new file mode 100644 index 0000000..d3d6e0b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/stdarg.h-3RO3IK3VF24R6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/stdarg.h-3RO3IK3VF24R6 new file mode 100644 index 0000000..36e0041 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/stdarg.h-3RO3IK3VF24R6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 new file mode 100644 index 0000000..6bd921c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 new file mode 100644 index 0000000..bf8444f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 new file mode 100644 index 0000000..cc35153 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 new file mode 100644 index 0000000..14d279a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 new file mode 100644 index 0000000..7e6da69 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA new file mode 100644 index 0000000..083b7d6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD new file mode 100644 index 0000000..b2a7e49 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD new file mode 100644 index 0000000..ca7a120 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RE/SecProtocolTypes.h-3V75L2DYS34RE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RE/SecProtocolTypes.h-3V75L2DYS34RE new file mode 100644 index 0000000..d15155a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RE/SecProtocolTypes.h-3V75L2DYS34RE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH new file mode 100644 index 0000000..4a5f2a2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH new file mode 100644 index 0000000..7d27822 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH new file mode 100644 index 0000000..9450f23 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI new file mode 100644 index 0000000..301cc2b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ new file mode 100644 index 0000000..bb0a81a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN new file mode 100644 index 0000000..e5fdea2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO new file mode 100644 index 0000000..d1431d7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ new file mode 100644 index 0000000..48acd71 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR new file mode 100644 index 0000000..0b49caf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR new file mode 100644 index 0000000..7c47e64 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV new file mode 100644 index 0000000..6f2a62a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV new file mode 100644 index 0000000..a735400 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY new file mode 100644 index 0000000..fd18b99 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ new file mode 100644 index 0000000..20a9dfd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 new file mode 100644 index 0000000..01be1b4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 new file mode 100644 index 0000000..145e895 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 new file mode 100644 index 0000000..b2b73b5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 new file mode 100644 index 0000000..af52021 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 new file mode 100644 index 0000000..7c5ff63 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 new file mode 100644 index 0000000..324c630 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 new file mode 100644 index 0000000..9f7ce0a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 new file mode 100644 index 0000000..bc7d2bc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA new file mode 100644 index 0000000..3630258 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/_types.h-1F4DNWUJKBZSA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/_types.h-1F4DNWUJKBZSA new file mode 100644 index 0000000..0855b3c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/_types.h-1F4DNWUJKBZSA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC new file mode 100644 index 0000000..9da8058 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE new file mode 100644 index 0000000..94f0371 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG new file mode 100644 index 0000000..2ec9437 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG new file mode 100644 index 0000000..b086849 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI new file mode 100644 index 0000000..f74bb30 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI new file mode 100644 index 0000000..a3c5891 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI new file mode 100644 index 0000000..c0c6a03 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI new file mode 100644 index 0000000..da580a1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ new file mode 100644 index 0000000..e11ba63 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK new file mode 100644 index 0000000..cbc68f6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL new file mode 100644 index 0000000..5d52267 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/CGBitmapContext.h-2MDUY0RZGEKSR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/CGBitmapContext.h-2MDUY0RZGEKSR new file mode 100644 index 0000000..929c111 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/CGBitmapContext.h-2MDUY0RZGEKSR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR new file mode 100644 index 0000000..7f96087 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/CGAffineTransform.h-ASAVJ274DISU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/CGAffineTransform.h-ASAVJ274DISU new file mode 100644 index 0000000..bb36462 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/CGAffineTransform.h-ASAVJ274DISU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV new file mode 100644 index 0000000..2254cd9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/CGITUToneMapping.h-3UMO0NYNPSGT0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/CGITUToneMapping.h-3UMO0NYNPSGT0 new file mode 100644 index 0000000..becac96 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/CGITUToneMapping.h-3UMO0NYNPSGT0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 new file mode 100644 index 0000000..9fa1e53 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 new file mode 100644 index 0000000..f600049 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 new file mode 100644 index 0000000..3f784fd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 new file mode 100644 index 0000000..08804a4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 new file mode 100644 index 0000000..32b3512 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 new file mode 100644 index 0000000..500364b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 new file mode 100644 index 0000000..1e2f36c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 new file mode 100644 index 0000000..b0cfbd8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 new file mode 100644 index 0000000..c773c00 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 new file mode 100644 index 0000000..4b159d0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 new file mode 100644 index 0000000..a1bd6ba Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 new file mode 100644 index 0000000..bbf274c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 new file mode 100644 index 0000000..43c9a93 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T7/CGSession.h-8KGNXYX6VZT7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T7/CGSession.h-8KGNXYX6VZT7 new file mode 100644 index 0000000..16e65c5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T7/CGSession.h-8KGNXYX6VZT7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 new file mode 100644 index 0000000..bcefb87 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 new file mode 100644 index 0000000..5aa7b8f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 new file mode 100644 index 0000000..ae2d979 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA new file mode 100644 index 0000000..d4076b9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA new file mode 100644 index 0000000..1c5a675 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC new file mode 100644 index 0000000..a28655a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC new file mode 100644 index 0000000..3918bed Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/CGColor.h-1BTROJIE17PTD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/CGColor.h-1BTROJIE17PTD new file mode 100644 index 0000000..bf29c26 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/CGColor.h-1BTROJIE17PTD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD new file mode 100644 index 0000000..6c5d4f7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/source.h-28HZL6PUJYJTD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/source.h-28HZL6PUJYJTD new file mode 100644 index 0000000..44c47d5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/source.h-28HZL6PUJYJTD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/objc-api.h-3SI0YCA7PEVTF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/objc-api.h-3SI0YCA7PEVTF new file mode 100644 index 0000000..888eee6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/objc-api.h-3SI0YCA7PEVTF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG new file mode 100644 index 0000000..f13728a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG new file mode 100644 index 0000000..f62ce29 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI new file mode 100644 index 0000000..5d1b1dc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK new file mode 100644 index 0000000..29e1a21 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP new file mode 100644 index 0000000..c098247 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ new file mode 100644 index 0000000..498666e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ new file mode 100644 index 0000000..b97090a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR new file mode 100644 index 0000000..625e5a1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS new file mode 100644 index 0000000..5a0e311 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT new file mode 100644 index 0000000..34ca26f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT new file mode 100644 index 0000000..6e1479e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU new file mode 100644 index 0000000..2187700 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV new file mode 100644 index 0000000..afff976 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW new file mode 100644 index 0000000..5a2e0dd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY new file mode 100644 index 0000000..96edce7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 new file mode 100644 index 0000000..c26d811 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 new file mode 100644 index 0000000..7e9d6e5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 new file mode 100644 index 0000000..e14c025 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 new file mode 100644 index 0000000..471548d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U6/_ptrdiff_t.h-3Q2JVNRXSB6U6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U6/_ptrdiff_t.h-3Q2JVNRXSB6U6 new file mode 100644 index 0000000..2259b0a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U6/_ptrdiff_t.h-3Q2JVNRXSB6U6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 new file mode 100644 index 0000000..add69a0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 new file mode 100644 index 0000000..67597a1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 new file mode 100644 index 0000000..2401bb1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 new file mode 100644 index 0000000..4a43a82 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 new file mode 100644 index 0000000..4cd3afd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 new file mode 100644 index 0000000..ea751c4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA new file mode 100644 index 0000000..4be0987 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA new file mode 100644 index 0000000..df05d54 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD new file mode 100644 index 0000000..42ad46c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD new file mode 100644 index 0000000..0456eb3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF new file mode 100644 index 0000000..dd67602 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG new file mode 100644 index 0000000..49444e0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH new file mode 100644 index 0000000..f5344ed Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UI/_rsize_t.h-3BGX0PEJX0IUI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UI/_rsize_t.h-3BGX0PEJX0IUI new file mode 100644 index 0000000..6daae02 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UI/_rsize_t.h-3BGX0PEJX0IUI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK new file mode 100644 index 0000000..f3cb140 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM new file mode 100644 index 0000000..a9c6664 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM new file mode 100644 index 0000000..2348687 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN new file mode 100644 index 0000000..1c2c361 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN new file mode 100644 index 0000000..7b4238a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN new file mode 100644 index 0000000..6a37e84 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP new file mode 100644 index 0000000..ae493f3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/vm_attributes.h-1GOU2PQI3N7UP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/vm_attributes.h-1GOU2PQI3N7UP new file mode 100644 index 0000000..aa0176a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/vm_attributes.h-1GOU2PQI3N7UP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR new file mode 100644 index 0000000..e0d0e9f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR new file mode 100644 index 0000000..81b09e0 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS new file mode 100644 index 0000000..464813f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT new file mode 100644 index 0000000..24419e8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV new file mode 100644 index 0000000..b954e17 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW new file mode 100644 index 0000000..593acff Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 new file mode 100644 index 0000000..2af60df Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 new file mode 100644 index 0000000..754449c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 new file mode 100644 index 0000000..79cd522 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/pthread.h-I0CGJ9PP4FV3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/pthread.h-I0CGJ9PP4FV3 new file mode 100644 index 0000000..025e631 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/pthread.h-I0CGJ9PP4FV3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V5/CGBase.h-2NPH3K2JEM8V5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V5/CGBase.h-2NPH3K2JEM8V5 new file mode 100644 index 0000000..5e2c31b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V5/CGBase.h-2NPH3K2JEM8V5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V5/CGImage.h-2QIYKETUBFJV5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V5/CGImage.h-2QIYKETUBFJV5 new file mode 100644 index 0000000..40ecbbc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V5/CGImage.h-2QIYKETUBFJV5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V7/_wchar_t.h-1POACXE29VZV7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V7/_wchar_t.h-1POACXE29VZV7 new file mode 100644 index 0000000..755b9ba Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V7/_wchar_t.h-1POACXE29VZV7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 new file mode 100644 index 0000000..602760e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 new file mode 100644 index 0000000..4b40daf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 new file mode 100644 index 0000000..070a6aa Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA new file mode 100644 index 0000000..47ee1a9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB new file mode 100644 index 0000000..5d6320d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD new file mode 100644 index 0000000..0598add Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF new file mode 100644 index 0000000..bda2f80 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VG/_null.h-2LYDSC2IIPJVG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VG/_null.h-2LYDSC2IIPJVG new file mode 100644 index 0000000..9e63d2e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VG/_null.h-2LYDSC2IIPJVG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH new file mode 100644 index 0000000..a1ea006 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ new file mode 100644 index 0000000..3b015fa Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK new file mode 100644 index 0000000..8a46523 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VL/mman.h-1ZTDB5QCZ8PVL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VL/mman.h-1ZTDB5QCZ8PVL new file mode 100644 index 0000000..fe4618b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VL/mman.h-1ZTDB5QCZ8PVL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN new file mode 100644 index 0000000..302681a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO new file mode 100644 index 0000000..cf5f422 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO new file mode 100644 index 0000000..de03261 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ new file mode 100644 index 0000000..801bd67 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR new file mode 100644 index 0000000..4d61cae Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU new file mode 100644 index 0000000..bc5c92e Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU new file mode 100644 index 0000000..ffbc0d1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW new file mode 100644 index 0000000..93e6b21 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 new file mode 100644 index 0000000..08cf58a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 new file mode 100644 index 0000000..4d16f48 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 new file mode 100644 index 0000000..61db7bd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 new file mode 100644 index 0000000..3dedfe2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CGEventTypes.h-14CJQD9RRQJW4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CGEventTypes.h-14CJQD9RRQJW4 new file mode 100644 index 0000000..9dcb857 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CGEventTypes.h-14CJQD9RRQJW4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 new file mode 100644 index 0000000..e221004 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 new file mode 100644 index 0000000..1e2d9a8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 new file mode 100644 index 0000000..9b51892 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 new file mode 100644 index 0000000..44bf47b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 new file mode 100644 index 0000000..bd23051 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA new file mode 100644 index 0000000..b3815ea Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD new file mode 100644 index 0000000..3411a21 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE new file mode 100644 index 0000000..3dfeb86 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE new file mode 100644 index 0000000..fdb1bf6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG new file mode 100644 index 0000000..9d1f5af Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG new file mode 100644 index 0000000..c9295da Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI new file mode 100644 index 0000000..a0d7f3c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI new file mode 100644 index 0000000..a7cf809 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI new file mode 100644 index 0000000..0eba9a4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK new file mode 100644 index 0000000..ef6c4a4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK new file mode 100644 index 0000000..1de5d0c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO new file mode 100644 index 0000000..b4303e5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP new file mode 100644 index 0000000..7194a03 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR new file mode 100644 index 0000000..f37bf98 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR new file mode 100644 index 0000000..9bb3941 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT new file mode 100644 index 0000000..188c2a2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU new file mode 100644 index 0000000..1fed6c6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV new file mode 100644 index 0000000..73c06c8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW new file mode 100644 index 0000000..8ce78e6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX new file mode 100644 index 0000000..6a3facd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ new file mode 100644 index 0000000..5a97458 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 new file mode 100644 index 0000000..68e3081 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/IOUserServer.h-1D6HNZD5L6XX2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/IOUserServer.h-1D6HNZD5L6XX2 new file mode 100644 index 0000000..f305b7c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/IOUserServer.h-1D6HNZD5L6XX2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X4/stddef.h-IOH99G5MQZX4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X4/stddef.h-IOH99G5MQZX4 new file mode 100644 index 0000000..1410686 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X4/stddef.h-IOH99G5MQZX4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 new file mode 100644 index 0000000..a058bc3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 new file mode 100644 index 0000000..fb78df3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC new file mode 100644 index 0000000..81980ed Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XE/CGDisplayFade.h-EUWZ2MIZAAXE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XE/CGDisplayFade.h-EUWZ2MIZAAXE new file mode 100644 index 0000000..7822287 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XE/CGDisplayFade.h-EUWZ2MIZAAXE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG new file mode 100644 index 0000000..2a20fb3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK new file mode 100644 index 0000000..cc08a59 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM new file mode 100644 index 0000000..eabeffc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO new file mode 100644 index 0000000..229e7ba Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO new file mode 100644 index 0000000..d5e8abb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP new file mode 100644 index 0000000..16082d9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP new file mode 100644 index 0000000..6395fda Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ new file mode 100644 index 0000000..0ed717a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR new file mode 100644 index 0000000..2b10d00 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR new file mode 100644 index 0000000..902a1dd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU new file mode 100644 index 0000000..c337502 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV new file mode 100644 index 0000000..2255a6c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/unistd.h-20IC7YVCFZXV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/unistd.h-20IC7YVCFZXV new file mode 100644 index 0000000..7653186 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/unistd.h-20IC7YVCFZXV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX new file mode 100644 index 0000000..6ebac89 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX new file mode 100644 index 0000000..28ca2a6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY new file mode 100644 index 0000000..54c8ded Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XZ/clock_types.h-4XDMKC0TN4XZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XZ/clock_types.h-4XDMKC0TN4XZ new file mode 100644 index 0000000..cc1d482 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XZ/clock_types.h-4XDMKC0TN4XZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 new file mode 100644 index 0000000..6f0c817 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 new file mode 100644 index 0000000..bf3245a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 new file mode 100644 index 0000000..0c9ffed Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 new file mode 100644 index 0000000..a575d81 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 new file mode 100644 index 0000000..ed2df11 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 new file mode 100644 index 0000000..006f166 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 new file mode 100644 index 0000000..4ecac1f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 new file mode 100644 index 0000000..cdeb6de Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 new file mode 100644 index 0000000..eeb91d7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 new file mode 100644 index 0000000..6c772a2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGEvent.h-10K6A4C9VWEYA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGEvent.h-10K6A4C9VWEYA new file mode 100644 index 0000000..1503451 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGEvent.h-10K6A4C9VWEYA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGPDFString.h-J46L309O2KYA b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGPDFString.h-J46L309O2KYA new file mode 100644 index 0000000..0a4c338 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGPDFString.h-J46L309O2KYA differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/CGWindowLevel.h-9E5BWYR6PBYB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/CGWindowLevel.h-9E5BWYR6PBYB new file mode 100644 index 0000000..cf09d30 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/CGWindowLevel.h-9E5BWYR6PBYB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YC/rbtree.h-8BNTCV6UI7YC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YC/rbtree.h-8BNTCV6UI7YC new file mode 100644 index 0000000..8277c5b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YC/rbtree.h-8BNTCV6UI7YC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/CGPDFOperatorTable.h-1W0FP7B226ZYE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/CGPDFOperatorTable.h-1W0FP7B226ZYE new file mode 100644 index 0000000..2cd2888 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/CGPDFOperatorTable.h-1W0FP7B226ZYE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE new file mode 100644 index 0000000..e993166 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG new file mode 100644 index 0000000..3f49555 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH new file mode 100644 index 0000000..5b1f9c9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ new file mode 100644 index 0000000..03db300 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR new file mode 100644 index 0000000..6bc333c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT new file mode 100644 index 0000000..fda9bef Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT new file mode 100644 index 0000000..499eb63 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU new file mode 100644 index 0000000..549d575 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV new file mode 100644 index 0000000..02aca3b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV new file mode 100644 index 0000000..6848f18 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW new file mode 100644 index 0000000..49f79d7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW new file mode 100644 index 0000000..539681c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW new file mode 100644 index 0000000..168f297 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX new file mode 100644 index 0000000..2cc39a9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY new file mode 100644 index 0000000..fbdd550 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY new file mode 100644 index 0000000..fb9d08b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY new file mode 100644 index 0000000..b52db97 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 new file mode 100644 index 0000000..80ac77f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 new file mode 100644 index 0000000..d786447 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 new file mode 100644 index 0000000..ef379ce Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 new file mode 100644 index 0000000..90bc7b1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 new file mode 100644 index 0000000..b9279be Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 new file mode 100644 index 0000000..9cc9ca6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 new file mode 100644 index 0000000..74136d4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 new file mode 100644 index 0000000..c9b32ca Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 new file mode 100644 index 0000000..b43d449 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/CGConvertColorDataWithFormat.h-2V4YKTV9S34ZB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/CGConvertColorDataWithFormat.h-2V4YKTV9S34ZB new file mode 100644 index 0000000..61274c7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/CGConvertColorDataWithFormat.h-2V4YKTV9S34ZB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB new file mode 100644 index 0000000..02c2631 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB new file mode 100644 index 0000000..8640e31 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC new file mode 100644 index 0000000..6e097c1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC new file mode 100644 index 0000000..f5d62e3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC new file mode 100644 index 0000000..420075c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD new file mode 100644 index 0000000..fb252b1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/CGPDFDictionary.h-2ZDW6R5PEBIZE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/CGPDFDictionary.h-2ZDW6R5PEBIZE new file mode 100644 index 0000000..d9b12d2 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/CGPDFDictionary.h-2ZDW6R5PEBIZE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE new file mode 100644 index 0000000..fee6ff6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE new file mode 100644 index 0000000..2f30076 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZF/CGDirectDisplayMetal.h-1TPJHC088D1ZF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZF/CGDirectDisplayMetal.h-1TPJHC088D1ZF new file mode 100644 index 0000000..d192db8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZF/CGDirectDisplayMetal.h-1TPJHC088D1ZF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG new file mode 100644 index 0000000..f459cdc Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG new file mode 100644 index 0000000..da29210 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG new file mode 100644 index 0000000..24dd7fb Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CGShading.h-3NTVPXJFZZ1ZH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CGShading.h-3NTVPXJFZZ1ZH new file mode 100644 index 0000000..b4614b4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CGShading.h-3NTVPXJFZZ1ZH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH new file mode 100644 index 0000000..f8ad16f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ new file mode 100644 index 0000000..c2f6c6a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZL/_symbol_aliasing.h-A2OEK96TK9ZL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZL/_symbol_aliasing.h-A2OEK96TK9ZL new file mode 100644 index 0000000..674b6d5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZL/_symbol_aliasing.h-A2OEK96TK9ZL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP new file mode 100644 index 0000000..dd58815 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR new file mode 100644 index 0000000..6a51c98 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR new file mode 100644 index 0000000..58c848f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS new file mode 100644 index 0000000..0629187 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/IOPM.h-4E6U4WEU2NZT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/IOPM.h-4E6U4WEU2NZT new file mode 100644 index 0000000..5caba10 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/IOPM.h-4E6U4WEU2NZT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/_time.h-2EASS1A93U5ZT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/_time.h-2EASS1A93U5ZT new file mode 100644 index 0000000..3f509a5 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/_time.h-2EASS1A93U5ZT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW new file mode 100644 index 0000000..65eb0b4 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX new file mode 100644 index 0000000..cd88664 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX new file mode 100644 index 0000000..f799da1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY new file mode 100644 index 0000000..34817bd Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ new file mode 100644 index 0000000..035a980 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1LQ2KCFGYMTBG.pcm-2ZX84BZ3IXIJL b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1LQ2KCFGYMTBG.pcm-2ZX84BZ3IXIJL new file mode 100644 index 0000000..57d55c7 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1LQ2KCFGYMTBG.pcm-2ZX84BZ3IXIJL differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-YYJ9RAJY1SHU.pcm-AI30MDZ97VXD b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-YYJ9RAJY1SHU.pcm-AI30MDZ97VXD new file mode 100644 index 0000000..d9e79cf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-YYJ9RAJY1SHU.pcm-AI30MDZ97VXD differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreGraphics-1HCI17F8IWTUW.pcm-303Z47Y1F6OIP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreGraphics-1HCI17F8IWTUW.pcm-303Z47Y1F6OIP new file mode 100644 index 0000000..b5eb4f9 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreGraphics-1HCI17F8IWTUW.pcm-303Z47Y1F6OIP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-352ML9H2JU2P0.pcm-25FCTJ5I0ZSDU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-352ML9H2JU2P0.pcm-25FCTJ5I0ZSDU new file mode 100644 index 0000000..b4bfc4f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-352ML9H2JU2P0.pcm-25FCTJ5I0ZSDU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1JBQYKNXQBTK.pcm-2D87UFE0U5OBT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1JBQYKNXQBTK.pcm-2D87UFE0U5OBT new file mode 100644 index 0000000..c9810ab Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1JBQYKNXQBTK.pcm-2D87UFE0U5OBT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-V3QLSZJ4LQ9U.pcm-3FFZHHHPWOS1T b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-V3QLSZJ4LQ9U.pcm-3FFZHHHPWOS1T new file mode 100644 index 0000000..a54dee3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-V3QLSZJ4LQ9U.pcm-3FFZHHHPWOS1T differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-2RHP2FXWTH678.pcm-LMMU5TT4XI90 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-2RHP2FXWTH678.pcm-LMMU5TT4XI90 new file mode 100644 index 0000000..b4ce2cf Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-2RHP2FXWTH678.pcm-LMMU5TT4XI90 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-6N6S7C0XOBON.pcm-2DB5O8S3F13JZ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-6N6S7C0XOBON.pcm-2DB5O8S3F13JZ new file mode 100644 index 0000000..787eb4b Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-6N6S7C0XOBON.pcm-2DB5O8S3F13JZ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-3DTQ16180TXJT.pcm-3EZN0L7YSYT9R b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-3DTQ16180TXJT.pcm-3EZN0L7YSYT9R new file mode 100644 index 0000000..9b02d38 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-3DTQ16180TXJT.pcm-3EZN0L7YSYT9R differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/KPKAutotypeNotesSerializer.m.o-3JQZAK3R6KLPN b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/KPKAutotypeNotesSerializer.m.o-3JQZAK3R6KLPN new file mode 100644 index 0000000..59e9474 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/KPKAutotypeNotesSerializer.m.o-3JQZAK3R6KLPN differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-VN03BDYR1JSW.pcm-1IU9L7TMLQLCP b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-VN03BDYR1JSW.pcm-1IU9L7TMLQLCP new file mode 100644 index 0000000..2b8291c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-VN03BDYR1JSW.pcm-1IU9L7TMLQLCP differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-2D9QRW0KPAMMM.pcm-UFMZVZ72JL34 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-2D9QRW0KPAMMM.pcm-UFMZVZ72JL34 new file mode 100644 index 0000000..48b568d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-2D9QRW0KPAMMM.pcm-UFMZVZ72JL34 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-QHJXGYYDCL9F.pcm-3K1AONPPO7DIV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-QHJXGYYDCL9F.pcm-3K1AONPPO7DIV new file mode 100644 index 0000000..b697c8d Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-QHJXGYYDCL9F.pcm-3K1AONPPO7DIV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-B2LPRIM2DE0P.pcm-4NDNMWZGYVXV b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-B2LPRIM2DE0P.pcm-4NDNMWZGYVXV new file mode 100644 index 0000000..32584d3 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-B2LPRIM2DE0P.pcm-4NDNMWZGYVXV differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-277JJZJIHJPZF.pcm-3VFSAUXYBK6R7 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-277JJZJIHJPZF.pcm-3VFSAUXYBK6R7 new file mode 100644 index 0000000..a5a8ae1 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-277JJZJIHJPZF.pcm-3VFSAUXYBK6R7 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-1L1O58CTK9GFM.pcm-205FO68LOV9XF b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-1L1O58CTK9GFM.pcm-205FO68LOV9XF new file mode 100644 index 0000000..127f996 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-1L1O58CTK9GFM.pcm-205FO68LOV9XF differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-1L1O58CTK9GFM.pcm-13QJT068AFFH2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-1L1O58CTK9GFM.pcm-13QJT068AFFH2 new file mode 100644 index 0000000..62ee603 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-1L1O58CTK9GFM.pcm-13QJT068AFFH2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-1L1O58CTK9GFM.pcm-3TDVTVPOOXL38 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-1L1O58CTK9GFM.pcm-3TDVTVPOOXL38 new file mode 100644 index 0000000..7cb7b42 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-1L1O58CTK9GFM.pcm-3TDVTVPOOXL38 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-1L1O58CTK9GFM.pcm-103YX7OE6GJQM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-1L1O58CTK9GFM.pcm-103YX7OE6GJQM new file mode 100644 index 0000000..e834c61 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-1L1O58CTK9GFM.pcm-103YX7OE6GJQM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-1L1O58CTK9GFM.pcm-2K2FEQPFF0SBG b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-1L1O58CTK9GFM.pcm-2K2FEQPFF0SBG new file mode 100644 index 0000000..f6e3573 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-1L1O58CTK9GFM.pcm-2K2FEQPFF0SBG differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-1L1O58CTK9GFM.pcm-3JQUZUF3ZN0BJ b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-1L1O58CTK9GFM.pcm-3JQUZUF3ZN0BJ new file mode 100644 index 0000000..2124502 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-1L1O58CTK9GFM.pcm-3JQUZUF3ZN0BJ differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-1L1O58CTK9GFM.pcm-39V47WG5AUKTO b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-1L1O58CTK9GFM.pcm-39V47WG5AUKTO new file mode 100644 index 0000000..a809b97 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-1L1O58CTK9GFM.pcm-39V47WG5AUKTO differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-277JJZJIHJPZF.pcm-5J2DT2BJR7IT b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-277JJZJIHJPZF.pcm-5J2DT2BJR7IT new file mode 100644 index 0000000..5644c3a Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-277JJZJIHJPZF.pcm-5J2DT2BJR7IT differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-WWWEWLWRZ14W.pcm-14J07J7RQY2PU b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-WWWEWLWRZ14W.pcm-14J07J7RQY2PU new file mode 100644 index 0000000..f183b12 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-WWWEWLWRZ14W.pcm-14J07J7RQY2PU differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-20G2G5I8KM923.pcm-18QRUHC3GCEEM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-20G2G5I8KM923.pcm-18QRUHC3GCEEM new file mode 100644 index 0000000..9a35de6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-20G2G5I8KM923.pcm-18QRUHC3GCEEM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-28X2BRGNV4B87.pcm-229YMQFFN5FOH b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-28X2BRGNV4B87.pcm-229YMQFFN5FOH new file mode 100644 index 0000000..7e6393c Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-28X2BRGNV4B87.pcm-229YMQFFN5FOH differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-2WPXSD2SWVB5Z.pcm-2T1SJV9UBD2L3 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-2WPXSD2SWVB5Z.pcm-2T1SJV9UBD2L3 new file mode 100644 index 0000000..1519bb8 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-2WPXSD2SWVB5Z.pcm-2T1SJV9UBD2L3 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2RPR8GBS2PGRY.pcm-CUNS9HG5VKL2 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2RPR8GBS2PGRY.pcm-CUNS9HG5VKL2 new file mode 100644 index 0000000..6fa72e6 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2RPR8GBS2PGRY.pcm-CUNS9HG5VKL2 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-3KXINN7DPM3XP.pcm-19WAFPW46LQE5 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-3KXINN7DPM3XP.pcm-19WAFPW46LQE5 new file mode 100644 index 0000000..82c2956 Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-3KXINN7DPM3XP.pcm-19WAFPW46LQE5 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-3KXINN7DPM3XP.pcm-1DWRO9GDA704J b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-3KXINN7DPM3XP.pcm-1DWRO9GDA704J new file mode 100644 index 0000000..b0bc5ba Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-3KXINN7DPM3XP.pcm-1DWRO9GDA704J differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-1L1O58CTK9GFM.pcm-21SUR84YJTVF1 b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-1L1O58CTK9GFM.pcm-21SUR84YJTVF1 new file mode 100644 index 0000000..938f3af Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-1L1O58CTK9GFM.pcm-21SUR84YJTVF1 differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-1L1O58CTK9GFM.pcm-7BP1YAJGXZMM b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-1L1O58CTK9GFM.pcm-7BP1YAJGXZMM new file mode 100644 index 0000000..5c1984f Binary files /dev/null and b/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-1L1O58CTK9GFM.pcm-7BP1YAJGXZMM differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/plugin-tools-description.json b/MyPassCore/.build/arm64-apple-macosx/debug/plugin-tools-description.json new file mode 100644 index 0000000..d320a81 --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/plugin-tools-description.json @@ -0,0 +1,1509 @@ +{ + "builtTestProducts" : [ + { + "binaryPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.xctest/Contents/MacOS/MyPassCorePackageTests", + "packagePath" : "/Users/kriss/Dev/local/MyPass/MyPassCore", + "productName" : "MyPassCorePackageTests" + } + ], + "copyCommands" : { + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Info.plist" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/de.lproj/InfoPlist.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/de.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/en.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/es.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/fr.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/it.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/nl.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/pl.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/ru.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings" : { + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/zh-Hans.lproj/Localizable.strings" + } + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings" + } + ] + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore_MyPassCoreTests.bundle/Fixtures" : { + "inputs" : [ + { + "kind" : "directory", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/Fixtures" + } + ], + "outputs" : [ + { + "kind" : "directory", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore_MyPassCoreTests.bundle/Fixtures" + } + ] + } + }, + "explicitTargetDependencyImportCheckingMode" : { + "none" : { + + } + }, + "generatedSourceTargetSet" : [ + + ], + "pluginDescriptions" : [ + + ], + "swiftCommands" : { + "C.MyPassCore-arm64-apple-macosx-debug.module" : { + "executable" : "/Library/Developer/CommandLineTools/usr/bin/swiftc", + "fileList" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources", + "importPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "MyPassCore", + "moduleOutputPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule", + "objects" : [ + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j12", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-Xcc", + "-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap", + "-Xcc", + "-I", + "-Xcc", + "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit", + "-module-cache-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/include/MyPassCore-Swift.h", + "-swift-version", + "5", + "-I", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-L", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-plugin-path", + "/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "mypasscore" + ], + "outputFileMapPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift" + ], + "tempsPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build", + "wholeModuleOptimization" : false + }, + "C.MyPassCorePackageTests-arm64-apple-macosx-debug.module" : { + "executable" : "/Library/Developer/CommandLineTools/usr/bin/swiftc", + "fileList" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources", + "importPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "MyPassCorePackageTests", + "moduleOutputPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCorePackageTests.swiftmodule", + "objects" : [ + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-Xfrontend", + "-enable-cross-import-overlays", + "-j12", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-Xcc", + "-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap", + "-Xcc", + "-I", + "-Xcc", + "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit", + "-module-cache-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/include/MyPassCorePackageTests-Swift.h", + "-I", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-L", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-plugin-path", + "/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "mypasscore" + ], + "outputFileMapPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCorePackageTests.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift" + ], + "tempsPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build", + "wholeModuleOptimization" : false + }, + "C.MyPassCoreTests-arm64-apple-macosx-debug.module" : { + "executable" : "/Library/Developer/CommandLineTools/usr/bin/swiftc", + "fileList" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources", + "importPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt" + }, + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "MyPassCoreTests", + "moduleOutputPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule", + "objects" : [ + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-Xfrontend", + "-enable-cross-import-overlays", + "-j12", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE", + "-Xcc", + "-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap", + "-Xcc", + "-I", + "-Xcc", + "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit", + "-module-cache-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-swift-version", + "5", + "-I", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-L", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-plugin-path", + "/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "mypasscore" + ], + "outputFileMapPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift" + ], + "tempsPath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build", + "wholeModuleOptimization" : false + } + }, + "swiftFrontendCommands" : { + + }, + "swiftTargetScanArgs" : { + "MyPassCore" : [ + "/Library/Developer/CommandLineTools/usr/bin/swiftc", + "-module-name", + "MyPassCore", + "-package-name", + "mypasscore", + "-c", + "/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift", + "-I", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j12", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-Xcc", + "-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap", + "-Xcc", + "-I", + "-Xcc", + "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit", + "-module-cache-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/include/MyPassCore-Swift.h", + "-swift-version", + "5", + "-I", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-L", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-plugin-path", + "/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "mypasscore", + "-driver-use-frontend-path", + "/Library/Developer/CommandLineTools/usr/bin/swiftc" + ], + "MyPassCorePackageTests" : [ + "/Library/Developer/CommandLineTools/usr/bin/swiftc", + "-module-name", + "MyPassCorePackageTests", + "-package-name", + "mypasscore", + "-c", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift", + "-I", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-Xfrontend", + "-enable-cross-import-overlays", + "-j12", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-Xcc", + "-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap", + "-Xcc", + "-I", + "-Xcc", + "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit", + "-module-cache-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/include/MyPassCorePackageTests-Swift.h", + "-I", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-L", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-plugin-path", + "/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "mypasscore", + "-driver-use-frontend-path", + "/Library/Developer/CommandLineTools/usr/bin/swiftc" + ], + "MyPassCoreTests" : [ + "/Library/Developer/CommandLineTools/usr/bin/swiftc", + "-module-name", + "MyPassCoreTests", + "-package-name", + "mypasscore", + "-c", + "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift", + "-I", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-Xfrontend", + "-enable-cross-import-overlays", + "-j12", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE", + "-Xcc", + "-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap", + "-Xcc", + "-I", + "-Xcc", + "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit", + "-module-cache-path", + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-swift-version", + "5", + "-I", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-L", + "/Library/Developer/CommandLineTools/Library/Developer/Frameworks", + "-plugin-path", + "/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "mypasscore", + "-driver-use-frontend-path", + "/Library/Developer/CommandLineTools/usr/bin/swiftc" + ] + }, + "targetDependencyMap" : { + "KeePassKit" : [ + + ], + "MyPassCore" : [ + "KeePassKit" + ], + "MyPassCorePackageTests" : [ + "MyPassCoreTests", + "MyPassCore", + "KeePassKit" + ], + "MyPassCoreTests" : [ + "MyPassCore", + "KeePassKit" + ] + }, + "testDiscoveryCommands" : { + + }, + "testEntryPointCommands" : { + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift" : { + "inputs" : [ + + ], + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift" + } + ] + } + }, + "traitConfiguration" : { + "default" : { + + } + }, + "writeCommands" : { + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift" + } + ], + "outputFilePath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources" + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift" + } + ], + "outputFilePath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources" + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o" + } + ], + "outputFilePath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList" + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift" + }, + { + "kind" : "file", + "name" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift" + } + ], + "outputFilePath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources" + }, + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt" : { + "alwaysOutOfDate" : true, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Library/Developer/CommandLineTools/usr/bin/swiftc" + } + ], + "outputFilePath" : "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt" + } + } +} \ No newline at end of file diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt b/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt new file mode 100644 index 0000000..113c5ab --- /dev/null +++ b/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt @@ -0,0 +1,2 @@ +Apple Swift version 6.3.1 (swiftlang-6.3.1.1.2 clang-2100.0.123.102) +Target: arm64-apple-macosx26.0 diff --git a/MyPassCore/.build/build.db b/MyPassCore/.build/build.db new file mode 100644 index 0000000..40952ad Binary files /dev/null and b/MyPassCore/.build/build.db differ diff --git a/MyPassCore/.build/debug.yaml b/MyPassCore/.build/debug.yaml new file mode 100644 index 0000000..292ea58 --- /dev/null +++ b/MyPassCore/.build/debug.yaml @@ -0,0 +1,912 @@ +client: + name: basic + file-system: device-agnostic +tools: {} +targets: + "KeePassKit-arm64-apple-macosx-debug.module": [""] + "MyPassCore-arm64-apple-macosx-debug.module": [""] + "MyPassCorePackageTests-arm64-apple-macosx-debug.module": [""] + "MyPassCorePackageTests-arm64-apple-macosx-debug.test": [""] + "MyPassCoreTests-arm64-apple-macosx-debug.module": [""] + "PackageStructure": [""] + "main": [""] + "test": ["","",""] +default: "main" +nodes: + "/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] + "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] +commands: + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+CommonCrypto.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o"] + description: "Compiling KeePassKit Categories/NSData+CommonCrypto.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+CommonCrypto.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKBase32.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKBase32.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKBase32.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKGzip.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKGzip.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKGzip.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKHashedData.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKHashedData.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKHashedData.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKKeyComputation.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKKeyComputation.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKKeyComputation.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKKeyfile.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKKeyfile.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKKeyfile.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKRandom.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKRandom.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKRandom.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKXor.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKXor.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKXor.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSDate+KPKAdditions.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o"] + description: "Compiling KeePassKit Categories/NSDate+KPKAdditions.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSDate+KPKAdditions.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSDictionary+KPKAttributes.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o"] + description: "Compiling KeePassKit Categories/NSDictionary+KPKAttributes.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSDictionary+KPKAttributes.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSDictionary+KPKVariant.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o"] + description: "Compiling KeePassKit Categories/NSDictionary+KPKVariant.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSDictionary+KPKVariant.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKAdditions.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o"] + description: "Compiling KeePassKit Categories/NSString+KPKAdditions.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKAdditions.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKCommands.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o"] + description: "Compiling KeePassKit Categories/NSString+KPKCommands.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKCommands.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKEmpty.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o"] + description: "Compiling KeePassKit Categories/NSString+KPKEmpty.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKEmpty.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKHexdata.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o"] + description: "Compiling KeePassKit Categories/NSString+KPKHexdata.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKHexdata.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKXmlUtilities.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o"] + description: "Compiling KeePassKit Categories/NSString+KPKXmlUtilities.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKXmlUtilities.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSUIColor+KPKAdditions.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o"] + description: "Compiling KeePassKit Categories/NSUIColor+KPKAdditions.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSUIColor+KPKAdditions.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSUIImage+KPKAdditions.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o"] + description: "Compiling KeePassKit Categories/NSUIImage+KPKAdditions.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSUIImage+KPKAdditions.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSURL+KPKAdditions.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o"] + description: "Compiling KeePassKit Categories/NSURL+KPKAdditions.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSURL+KPKAdditions.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSUUID+KPKAdditions.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o"] + description: "Compiling KeePassKit Categories/NSUUID+KPKAdditions.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSUUID+KPKAdditions.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKAESCipher.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o"] + description: "Compiling KeePassKit Cipher/KPKAESCipher.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKAESCipher.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKChaCha20Cipher.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o"] + description: "Compiling KeePassKit Cipher/KPKChaCha20Cipher.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKChaCha20Cipher.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKCipher.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o"] + description: "Compiling KeePassKit Cipher/KPKCipher.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKCipher.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKSalsa20Cipher.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o"] + description: "Compiling KeePassKit Cipher/KPKSalsa20Cipher.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKSalsa20Cipher.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKTwofishCipher.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o"] + description: "Compiling KeePassKit Cipher/KPKTwofishCipher.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKTwofishCipher.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandCache.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o"] + description: "Compiling KeePassKit Commands/KPKCommandCache.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandCache.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandCacheEntry.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o"] + description: "Compiling KeePassKit Commands/KPKCommandCacheEntry.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandCacheEntry.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandEvaluationContext.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o"] + description: "Compiling KeePassKit Commands/KPKCommandEvaluationContext.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandEvaluationContext.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandParser.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o"] + description: "Compiling KeePassKit Commands/KPKCommandParser.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandParser.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKAttribute.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o"] + description: "Compiling KeePassKit Core/KPKAttribute.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKAttribute.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKAutotype.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o"] + description: "Compiling KeePassKit Core/KPKAutotype.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKAutotype.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKBinary.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o"] + description: "Compiling KeePassKit Core/KPKBinary.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKBinary.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKDeletedNode.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o"] + description: "Compiling KeePassKit Core/KPKDeletedNode.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKDeletedNode.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKEntry.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o"] + description: "Compiling KeePassKit Core/KPKEntry.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKEntry.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKErrors.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o"] + description: "Compiling KeePassKit Core/KPKErrors.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKErrors.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKGroup.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o"] + description: "Compiling KeePassKit Core/KPKGroup.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKGroup.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKIcon.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o"] + description: "Compiling KeePassKit Core/KPKIcon.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKIcon.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKMetaData.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o"] + description: "Compiling KeePassKit Core/KPKMetaData.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKMetaData.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKNode.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o"] + description: "Compiling KeePassKit Core/KPKNode.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKNode.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKSynchronizationChangesItem.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o"] + description: "Compiling KeePassKit Core/KPKSynchronizationChangesItem.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKSynchronizationChangesItem.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKSynchronizationChangesStore.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o"] + description: "Compiling KeePassKit Core/KPKSynchronizationChangesStore.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKSynchronizationChangesStore.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTimeInfo.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o"] + description: "Compiling KeePassKit Core/KPKTimeInfo.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTimeInfo.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree+FormatSupport.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o"] + description: "Compiling KeePassKit Core/KPKTree+FormatSupport.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree+FormatSupport.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree+History.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o"] + description: "Compiling KeePassKit Core/KPKTree+History.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree+History.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree+Synchronization.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o"] + description: "Compiling KeePassKit Core/KPKTree+Synchronization.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree+Synchronization.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o"] + description: "Compiling KeePassKit Core/KPKTree.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKWindowAssociation.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o"] + description: "Compiling KeePassKit Core/KPKWindowAssociation.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKWindowAssociation.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKHmacOTPGenerator.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o"] + description: "Compiling KeePassKit Cryptography/KPKHmacOTPGenerator.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKHmacOTPGenerator.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKOTPGenerator.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o"] + description: "Compiling KeePassKit Cryptography/KPKOTPGenerator.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKOTPGenerator.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKSteamOTPGenerator.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o"] + description: "Compiling KeePassKit Cryptography/KPKSteamOTPGenerator.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKSteamOTPGenerator.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKTimeOTPGenerator.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o"] + description: "Compiling KeePassKit Cryptography/KPKTimeOTPGenerator.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKTimeOTPGenerator.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Format/KPKFormat.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o"] + description: "Compiling KeePassKit Format/KPKFormat.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Format/KPKFormat.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbArchiver.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o"] + description: "Compiling KeePassKit IO/KDB/KPKKdbArchiver.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbArchiver.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbTreeReader.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o"] + description: "Compiling KeePassKit IO/KDB/KPKKdbTreeReader.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbTreeReader.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbTreeWriter.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o"] + description: "Compiling KeePassKit IO/KDB/KPKKdbTreeWriter.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbTreeWriter.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbUnarchiver.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o"] + description: "Compiling KeePassKit IO/KDB/KPKKdbUnarchiver.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbUnarchiver.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKKdbxArchiver.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o"] + description: "Compiling KeePassKit IO/KDBX/KPKKdbxArchiver.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKKdbxArchiver.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKKdbxUnarchiver.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o"] + description: "Compiling KeePassKit IO/KDBX/KPKKdbxUnarchiver.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKKdbxUnarchiver.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKXmlTreeReader.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o"] + description: "Compiling KeePassKit IO/KDBX/KPKXmlTreeReader.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKXmlTreeReader.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKXmlTreeWriter.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o"] + description: "Compiling KeePassKit IO/KDBX/KPKXmlTreeWriter.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKXmlTreeWriter.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKArchiver.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o"] + description: "Compiling KeePassKit IO/KPKArchiver.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKArchiver.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKDataStreamReader.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o"] + description: "Compiling KeePassKit IO/KPKDataStreamReader.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKDataStreamReader.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKDataStreamWriter.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o"] + description: "Compiling KeePassKit IO/KPKDataStreamWriter.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKDataStreamWriter.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKTree+Serializing.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o"] + description: "Compiling KeePassKit IO/KPKTree+Serializing.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKTree+Serializing.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKUnarchiver.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o"] + description: "Compiling KeePassKit IO/KPKUnarchiver.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKUnarchiver.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKAESKeyDerivation.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o"] + description: "Compiling KeePassKit Keyderivation/KPKAESKeyDerivation.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKAESKeyDerivation.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKArgon2DKeyDerivation.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o"] + description: "Compiling KeePassKit Keyderivation/KPKArgon2DKeyDerivation.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKArgon2DKeyDerivation.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKArgon2IDKeyDerivation.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o"] + description: "Compiling KeePassKit Keyderivation/KPKArgon2IDKeyDerivation.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKArgon2IDKeyDerivation.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKKeyDerivation.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o"] + description: "Compiling KeePassKit Keyderivation/KPKKeyDerivation.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKKeyDerivation.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKCompositeKey.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o"] + description: "Compiling KeePassKit Keys/KPKCompositeKey.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKCompositeKey.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKFileKey.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o"] + description: "Compiling KeePassKit Keys/KPKFileKey.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKFileKey.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKKey.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o"] + description: "Compiling KeePassKit Keys/KPKKey.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKKey.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKPasswordKey.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o"] + description: "Compiling KeePassKit Keys/KPKPasswordKey.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKPasswordKey.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKArc4RandomStream.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o"] + description: "Compiling KeePassKit Streams/KPKArc4RandomStream.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKArc4RandomStream.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKChaCha20RandomStream.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o"] + description: "Compiling KeePassKit Streams/KPKChaCha20RandomStream.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKChaCha20RandomStream.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKRandomStream.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o"] + description: "Compiling KeePassKit Streams/KPKRandomStream.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKRandomStream.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKSalsa20RandomStream.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o"] + description: "Compiling KeePassKit Streams/KPKSalsa20RandomStream.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKSalsa20RandomStream.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Token/KPKToken.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o"] + description: "Compiling KeePassKit Token/KPKToken.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Token/KPKToken.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Token/KPKTokenStream.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o"] + description: "Compiling KeePassKit Token/KPKTokenStream.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Token/KPKTokenStream.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKAutotypeNotesSerializer.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o"] + description: "Compiling KeePassKit Utilites/KPKAutotypeNotesSerializer.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKAutotypeNotesSerializer.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKData.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o"] + description: "Compiling KeePassKit Utilites/KPKData.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKData.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKLegacyHeaderUtility.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o"] + description: "Compiling KeePassKit Utilites/KPKLegacyHeaderUtility.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKLegacyHeaderUtility.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKModifiedString.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o"] + description: "Compiling KeePassKit Utilites/KPKModifiedString.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKModifiedString.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKNumber.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o"] + description: "Compiling KeePassKit Utilites/KPKNumber.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKNumber.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKPair.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o"] + description: "Compiling KeePassKit Utilites/KPKPair.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKPair.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKReferenceBuilder.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o"] + description: "Compiling KeePassKit Utilites/KPKReferenceBuilder.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKReferenceBuilder.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKUTIs.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o"] + description: "Compiling KeePassKit Utilites/KPKUTIs.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKUTIs.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKXmlUtilities.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o"] + description: "Compiling KeePassKit Utilites/KPKXmlUtilities.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKXmlUtilities.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o"] + description: "Compiling KeePassKit resource_bundle_accessor.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.d","-c","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Info.plist"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist"] + description: "Copying /Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Info.plist" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/de.lproj/InfoPlist.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/de.lproj/InfoPlist.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/de.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/de.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/en.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/en.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/es.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/es.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/fr.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/fr.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/it.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/it.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/nl.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/nl.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/pl.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/pl.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/ru.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/ru.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/zh-Hans.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/zh-Hans.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources"] + description: "Write auxiliary file /Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources"] + description: "Write auxiliary file /Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift": + tool: test-entry-point-tool + inputs: [] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift"] + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList": + tool: write-auxiliary-file + inputs: ["","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList"] + description: "Write auxiliary file /Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources"] + description: "Write auxiliary file /Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore_MyPassCoreTests.bundle/Fixtures": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/Fixtures/"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore_MyPassCoreTests.bundle/Fixtures/"] + description: "Copying /Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/Fixtures" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt": + tool: write-auxiliary-file + inputs: ["","/Library/Developer/CommandLineTools/usr/bin/swiftc"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt"] + always-out-of-date: "true" + description: "Write auxiliary file /Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt" + + "": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCorePackageTests.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.xctest/Contents/MacOS/MyPassCorePackageTests"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule"] + outputs: [""] + + "C.MyPassCore-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule"] + description: "Compiling Swift Module 'MyPassCore' (1 sources)" + args: ["/Library/Developer/CommandLineTools/usr/bin/swiftc","-module-name","MyPassCore","-emit-dependencies","-emit-module","-emit-module-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule","-output-file-map","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources","-I","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j12","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-Xcc","-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap","-Xcc","-I","-Xcc","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-module-cache-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/include/MyPassCore-Swift.h","-swift-version","5","-I","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-L","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-plugin-path","/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing","-sdk","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-g","-Xcc","-isysroot","-Xcc","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-Xcc","-fPIC","-Xcc","-g","-package-name","mypasscore"] + + "C.MyPassCorePackageTests-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCorePackageTests.swiftmodule"] + description: "Compiling Swift Module 'MyPassCorePackageTests' (1 sources)" + args: ["/Library/Developer/CommandLineTools/usr/bin/swiftc","-module-name","MyPassCorePackageTests","-emit-dependencies","-emit-module","-emit-module-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCorePackageTests.swiftmodule","-output-file-map","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources","-I","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-Xfrontend","-enable-cross-import-overlays","-j12","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-Xcc","-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap","-Xcc","-I","-Xcc","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-module-cache-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/include/MyPassCorePackageTests-Swift.h","-I","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-L","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-plugin-path","/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing","-sdk","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-g","-Xcc","-isysroot","-Xcc","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-Xcc","-fPIC","-Xcc","-g","-package-name","mypasscore"] + + "C.MyPassCorePackageTests-arm64-apple-macosx-debug.test": + tool: shell + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.xctest/Contents/MacOS/MyPassCorePackageTests"] + description: "Linking ./.build/arm64-apple-macosx/debug/MyPassCorePackageTests.xctest/Contents/MacOS/MyPassCorePackageTests" + args: ["/Library/Developer/CommandLineTools/usr/bin/swiftc","-L","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.xctest/Contents/MacOS/MyPassCorePackageTests","-module-name","MyPassCorePackageTests","-Xlinker","-no_warn_duplicate_libraries","-Xlinker","-bundle","-Xlinker","-rpath","-Xlinker","@loader_path/../../../","@/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList","-Xlinker","-rpath","-Xlinker","/Library/Developer/CommandLineTools/usr/lib/swift-6.2/macosx","-target","arm64-apple-macosx14.0","-Xlinker","-add_ast_path","-Xlinker","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule","-Xlinker","-add_ast_path","-Xlinker","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCorePackageTests.swiftmodule","-Xlinker","-add_ast_path","-Xlinker","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule","-I","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-L","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-plugin-path","/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing","-sdk","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-g"] + + "C.MyPassCoreTests-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt","","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule"] + description: "Compiling Swift Module 'MyPassCoreTests' (2 sources)" + args: ["/Library/Developer/CommandLineTools/usr/bin/swiftc","-module-name","MyPassCoreTests","-emit-dependencies","-emit-module","-emit-module-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule","-output-file-map","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources","-I","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-Xfrontend","-enable-cross-import-overlays","-j12","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE","-Xcc","-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap","-Xcc","-I","-Xcc","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-module-cache-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-swift-version","5","-I","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-L","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-plugin-path","/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing","-sdk","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-g","-Xcc","-isysroot","-Xcc","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-Xcc","-fPIC","-Xcc","-g","-package-name","mypasscore"] + + "KeePassKit-arm64-apple-macosx-debug.module-resources": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist"] + outputs: [""] + + "MyPassCoreTests-arm64-apple-macosx-debug.module-resources": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore_MyPassCoreTests.bundle/Fixtures/"] + outputs: [""] + + "PackageStructure": + tool: package-structure-tool + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/","/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/","/Users/kriss/Dev/local/MyPass/MyPassCore/Package.swift","/Users/kriss/Dev/local/MyPass/MyPassCore/Package.resolved"] + outputs: [""] + description: "Planning build" + allow-missing-inputs: true + diff --git a/MyPassCore/.build/plugin-tools.yaml b/MyPassCore/.build/plugin-tools.yaml new file mode 100644 index 0000000..d8637a2 --- /dev/null +++ b/MyPassCore/.build/plugin-tools.yaml @@ -0,0 +1,912 @@ +client: + name: basic + file-system: device-agnostic +tools: {} +targets: + "KeePassKit-arm64-apple-macosx-debug.module": [""] + "MyPassCore-arm64-apple-macosx-debug.module": [""] + "MyPassCorePackageTests-arm64-apple-macosx-debug.module": [""] + "MyPassCorePackageTests-arm64-apple-macosx-debug.test": [""] + "MyPassCoreTests-arm64-apple-macosx-debug.module": [""] + "PackageStructure": [""] + "main": [""] + "test": ["","",""] +default: "main" +nodes: + "/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] + "/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] +commands: + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+CommonCrypto.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o"] + description: "Compiling KeePassKit Categories/NSData+CommonCrypto.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+CommonCrypto.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKBase32.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKBase32.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKBase32.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKGzip.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKGzip.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKGzip.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKHashedData.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKHashedData.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKHashedData.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKKeyComputation.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKKeyComputation.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKKeyComputation.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKKeyfile.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKKeyfile.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKKeyfile.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKRandom.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKRandom.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKRandom.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKXor.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o"] + description: "Compiling KeePassKit Categories/NSData+KPKXor.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSData+KPKXor.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSDate+KPKAdditions.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o"] + description: "Compiling KeePassKit Categories/NSDate+KPKAdditions.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSDate+KPKAdditions.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSDictionary+KPKAttributes.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o"] + description: "Compiling KeePassKit Categories/NSDictionary+KPKAttributes.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSDictionary+KPKAttributes.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSDictionary+KPKVariant.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o"] + description: "Compiling KeePassKit Categories/NSDictionary+KPKVariant.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSDictionary+KPKVariant.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKAdditions.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o"] + description: "Compiling KeePassKit Categories/NSString+KPKAdditions.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKAdditions.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKCommands.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o"] + description: "Compiling KeePassKit Categories/NSString+KPKCommands.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKCommands.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKEmpty.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o"] + description: "Compiling KeePassKit Categories/NSString+KPKEmpty.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKEmpty.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKHexdata.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o"] + description: "Compiling KeePassKit Categories/NSString+KPKHexdata.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKHexdata.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKXmlUtilities.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o"] + description: "Compiling KeePassKit Categories/NSString+KPKXmlUtilities.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSString+KPKXmlUtilities.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSUIColor+KPKAdditions.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o"] + description: "Compiling KeePassKit Categories/NSUIColor+KPKAdditions.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSUIColor+KPKAdditions.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSUIImage+KPKAdditions.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o"] + description: "Compiling KeePassKit Categories/NSUIImage+KPKAdditions.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSUIImage+KPKAdditions.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSURL+KPKAdditions.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o"] + description: "Compiling KeePassKit Categories/NSURL+KPKAdditions.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSURL+KPKAdditions.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSUUID+KPKAdditions.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o"] + description: "Compiling KeePassKit Categories/NSUUID+KPKAdditions.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Categories/NSUUID+KPKAdditions.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKAESCipher.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o"] + description: "Compiling KeePassKit Cipher/KPKAESCipher.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKAESCipher.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKChaCha20Cipher.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o"] + description: "Compiling KeePassKit Cipher/KPKChaCha20Cipher.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKChaCha20Cipher.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKCipher.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o"] + description: "Compiling KeePassKit Cipher/KPKCipher.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKCipher.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKSalsa20Cipher.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o"] + description: "Compiling KeePassKit Cipher/KPKSalsa20Cipher.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKSalsa20Cipher.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKTwofishCipher.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o"] + description: "Compiling KeePassKit Cipher/KPKTwofishCipher.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cipher/KPKTwofishCipher.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandCache.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o"] + description: "Compiling KeePassKit Commands/KPKCommandCache.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandCache.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandCacheEntry.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o"] + description: "Compiling KeePassKit Commands/KPKCommandCacheEntry.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandCacheEntry.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandEvaluationContext.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o"] + description: "Compiling KeePassKit Commands/KPKCommandEvaluationContext.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandEvaluationContext.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandParser.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o"] + description: "Compiling KeePassKit Commands/KPKCommandParser.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Commands/KPKCommandParser.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKAttribute.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o"] + description: "Compiling KeePassKit Core/KPKAttribute.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKAttribute.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKAutotype.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o"] + description: "Compiling KeePassKit Core/KPKAutotype.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKAutotype.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKBinary.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o"] + description: "Compiling KeePassKit Core/KPKBinary.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKBinary.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKDeletedNode.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o"] + description: "Compiling KeePassKit Core/KPKDeletedNode.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKDeletedNode.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKEntry.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o"] + description: "Compiling KeePassKit Core/KPKEntry.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKEntry.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKErrors.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o"] + description: "Compiling KeePassKit Core/KPKErrors.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKErrors.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKGroup.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o"] + description: "Compiling KeePassKit Core/KPKGroup.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKGroup.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKIcon.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o"] + description: "Compiling KeePassKit Core/KPKIcon.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKIcon.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKMetaData.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o"] + description: "Compiling KeePassKit Core/KPKMetaData.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKMetaData.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKNode.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o"] + description: "Compiling KeePassKit Core/KPKNode.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKNode.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKSynchronizationChangesItem.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o"] + description: "Compiling KeePassKit Core/KPKSynchronizationChangesItem.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKSynchronizationChangesItem.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKSynchronizationChangesStore.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o"] + description: "Compiling KeePassKit Core/KPKSynchronizationChangesStore.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKSynchronizationChangesStore.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTimeInfo.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o"] + description: "Compiling KeePassKit Core/KPKTimeInfo.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTimeInfo.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree+FormatSupport.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o"] + description: "Compiling KeePassKit Core/KPKTree+FormatSupport.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree+FormatSupport.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree+History.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o"] + description: "Compiling KeePassKit Core/KPKTree+History.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree+History.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree+Synchronization.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o"] + description: "Compiling KeePassKit Core/KPKTree+Synchronization.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree+Synchronization.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o"] + description: "Compiling KeePassKit Core/KPKTree.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKTree.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKWindowAssociation.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o"] + description: "Compiling KeePassKit Core/KPKWindowAssociation.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Core/KPKWindowAssociation.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKHmacOTPGenerator.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o"] + description: "Compiling KeePassKit Cryptography/KPKHmacOTPGenerator.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKHmacOTPGenerator.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKOTPGenerator.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o"] + description: "Compiling KeePassKit Cryptography/KPKOTPGenerator.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKOTPGenerator.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKSteamOTPGenerator.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o"] + description: "Compiling KeePassKit Cryptography/KPKSteamOTPGenerator.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKSteamOTPGenerator.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKTimeOTPGenerator.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o"] + description: "Compiling KeePassKit Cryptography/KPKTimeOTPGenerator.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Cryptography/KPKTimeOTPGenerator.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Format/KPKFormat.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o"] + description: "Compiling KeePassKit Format/KPKFormat.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Format/KPKFormat.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbArchiver.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o"] + description: "Compiling KeePassKit IO/KDB/KPKKdbArchiver.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbArchiver.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbTreeReader.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o"] + description: "Compiling KeePassKit IO/KDB/KPKKdbTreeReader.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbTreeReader.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbTreeWriter.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o"] + description: "Compiling KeePassKit IO/KDB/KPKKdbTreeWriter.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbTreeWriter.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbUnarchiver.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o"] + description: "Compiling KeePassKit IO/KDB/KPKKdbUnarchiver.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDB/KPKKdbUnarchiver.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKKdbxArchiver.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o"] + description: "Compiling KeePassKit IO/KDBX/KPKKdbxArchiver.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKKdbxArchiver.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKKdbxUnarchiver.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o"] + description: "Compiling KeePassKit IO/KDBX/KPKKdbxUnarchiver.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKKdbxUnarchiver.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKXmlTreeReader.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o"] + description: "Compiling KeePassKit IO/KDBX/KPKXmlTreeReader.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKXmlTreeReader.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKXmlTreeWriter.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o"] + description: "Compiling KeePassKit IO/KDBX/KPKXmlTreeWriter.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KDBX/KPKXmlTreeWriter.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKArchiver.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o"] + description: "Compiling KeePassKit IO/KPKArchiver.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKArchiver.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKDataStreamReader.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o"] + description: "Compiling KeePassKit IO/KPKDataStreamReader.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKDataStreamReader.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKDataStreamWriter.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o"] + description: "Compiling KeePassKit IO/KPKDataStreamWriter.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKDataStreamWriter.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKTree+Serializing.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o"] + description: "Compiling KeePassKit IO/KPKTree+Serializing.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKTree+Serializing.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKUnarchiver.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o"] + description: "Compiling KeePassKit IO/KPKUnarchiver.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/IO/KPKUnarchiver.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKAESKeyDerivation.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o"] + description: "Compiling KeePassKit Keyderivation/KPKAESKeyDerivation.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKAESKeyDerivation.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKArgon2DKeyDerivation.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o"] + description: "Compiling KeePassKit Keyderivation/KPKArgon2DKeyDerivation.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKArgon2DKeyDerivation.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKArgon2IDKeyDerivation.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o"] + description: "Compiling KeePassKit Keyderivation/KPKArgon2IDKeyDerivation.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKArgon2IDKeyDerivation.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKKeyDerivation.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o"] + description: "Compiling KeePassKit Keyderivation/KPKKeyDerivation.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keyderivation/KPKKeyDerivation.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKCompositeKey.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o"] + description: "Compiling KeePassKit Keys/KPKCompositeKey.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKCompositeKey.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKFileKey.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o"] + description: "Compiling KeePassKit Keys/KPKFileKey.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKFileKey.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKKey.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o"] + description: "Compiling KeePassKit Keys/KPKKey.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKKey.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKPasswordKey.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o"] + description: "Compiling KeePassKit Keys/KPKPasswordKey.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Keys/KPKPasswordKey.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKArc4RandomStream.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o"] + description: "Compiling KeePassKit Streams/KPKArc4RandomStream.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKArc4RandomStream.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKChaCha20RandomStream.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o"] + description: "Compiling KeePassKit Streams/KPKChaCha20RandomStream.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKChaCha20RandomStream.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKRandomStream.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o"] + description: "Compiling KeePassKit Streams/KPKRandomStream.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKRandomStream.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKSalsa20RandomStream.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o"] + description: "Compiling KeePassKit Streams/KPKSalsa20RandomStream.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Streams/KPKSalsa20RandomStream.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Token/KPKToken.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o"] + description: "Compiling KeePassKit Token/KPKToken.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Token/KPKToken.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Token/KPKTokenStream.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o"] + description: "Compiling KeePassKit Token/KPKTokenStream.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Token/KPKTokenStream.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKAutotypeNotesSerializer.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o"] + description: "Compiling KeePassKit Utilites/KPKAutotypeNotesSerializer.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKAutotypeNotesSerializer.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKData.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o"] + description: "Compiling KeePassKit Utilites/KPKData.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKData.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKLegacyHeaderUtility.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o"] + description: "Compiling KeePassKit Utilites/KPKLegacyHeaderUtility.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKLegacyHeaderUtility.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKModifiedString.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o"] + description: "Compiling KeePassKit Utilites/KPKModifiedString.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKModifiedString.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKNumber.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o"] + description: "Compiling KeePassKit Utilites/KPKNumber.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKNumber.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKPair.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o"] + description: "Compiling KeePassKit Utilites/KPKPair.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKPair.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKReferenceBuilder.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o"] + description: "Compiling KeePassKit Utilites/KPKReferenceBuilder.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKReferenceBuilder.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKUTIs.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o"] + description: "Compiling KeePassKit Utilites/KPKUTIs.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKUTIs.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKXmlUtilities.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o"] + description: "Compiling KeePassKit Utilites/KPKXmlUtilities.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.d","-c","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Utilites/KPKXmlUtilities.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o": + tool: clang + inputs: ["","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.m"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o"] + description: "Compiling KeePassKit resource_bundle_accessor.m" + args: ["/Library/Developer/CommandLineTools/usr/bin/clang","-fobjc-arc","-target","arm64-apple-macosx10.13","-O0","-DSWIFT_PACKAGE=1","-DDEBUG=1","-fblocks","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-fmodules","-fmodule-name=KeePassKit","-fmodules-cache-path=/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-I","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-I/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-include","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h","-isysroot","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-fPIC","-g","-MD","-MT","dependencies","-MF","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.d","-c","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.m","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o"] + deps: "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.d" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Info.plist"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist"] + description: "Copying /Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Info.plist" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/de.lproj/InfoPlist.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/de.lproj/InfoPlist.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/de.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/de.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/en.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/en.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/es.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/es.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/fr.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/fr.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/it.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/it.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/nl.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/nl.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/pl.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/pl.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/ru.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/ru.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/zh-Hans.lproj/Localizable.strings"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings"] + description: "Copying /Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/Localization/zh-Hans.lproj/Localizable.strings" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources"] + description: "Write auxiliary file /Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources"] + description: "Write auxiliary file /Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift": + tool: test-entry-point-tool + inputs: [] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift"] + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList": + tool: write-auxiliary-file + inputs: ["","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList"] + description: "Write auxiliary file /Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources"] + description: "Write auxiliary file /Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore_MyPassCoreTests.bundle/Fixtures": + tool: copy-tool + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/Fixtures/"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore_MyPassCoreTests.bundle/Fixtures/"] + description: "Copying /Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/Fixtures" + + "/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt": + tool: write-auxiliary-file + inputs: ["","/Library/Developer/CommandLineTools/usr/bin/swiftc"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt"] + always-out-of-date: "true" + description: "Write auxiliary file /Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt" + + "": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCorePackageTests.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.xctest/Contents/MacOS/MyPassCorePackageTests"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule"] + outputs: [""] + + "C.MyPassCore-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/Models/ProtectedString.swift","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule"] + description: "Compiling Swift Module 'MyPassCore' (1 sources)" + args: ["/Library/Developer/CommandLineTools/usr/bin/swiftc","-module-name","MyPassCore","-emit-dependencies","-emit-module","-emit-module-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule","-output-file-map","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources","-I","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j12","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-Xcc","-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap","-Xcc","-I","-Xcc","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-module-cache-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/include/MyPassCore-Swift.h","-swift-version","5","-I","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-L","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-plugin-path","/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing","-sdk","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-g","-Xcc","-isysroot","-Xcc","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-Xcc","-fPIC","-Xcc","-g","-package-name","mypasscore"] + + "C.MyPassCorePackageTests-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCorePackageTests.swiftmodule"] + description: "Compiling Swift Module 'MyPassCorePackageTests' (1 sources)" + args: ["/Library/Developer/CommandLineTools/usr/bin/swiftc","-module-name","MyPassCorePackageTests","-emit-dependencies","-emit-module","-emit-module-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCorePackageTests.swiftmodule","-output-file-map","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources","-I","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-Xfrontend","-enable-cross-import-overlays","-j12","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-Xcc","-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap","-Xcc","-I","-Xcc","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-module-cache-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/include/MyPassCorePackageTests-Swift.h","-I","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-L","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-plugin-path","/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing","-sdk","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-g","-Xcc","-isysroot","-Xcc","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-Xcc","-fPIC","-Xcc","-g","-package-name","mypasscore"] + + "C.MyPassCorePackageTests-arm64-apple-macosx-debug.test": + tool: shell + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+CommonCrypto.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKBase32.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKGzip.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKHashedData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyComputation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKKeyfile.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKRandom.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSData+KPKXor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDate+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKAttributes.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSDictionary+KPKVariant.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKCommands.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKEmpty.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKHexdata.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSString+KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIColor+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUIImage+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSURL+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Categories/NSUUID+KPKAdditions.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKAESCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKChaCha20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKSalsa20Cipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cipher/KPKTwofishCipher.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCache.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandCacheEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandEvaluationContext.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Commands/KPKCommandParser.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAttribute.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKAutotype.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKBinary.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKDeletedNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKEntry.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKErrors.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKGroup.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKIcon.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKMetaData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKNode.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesItem.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKSynchronizationChangesStore.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTimeInfo.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+FormatSupport.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+History.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree+Synchronization.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKTree.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Core/KPKWindowAssociation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKHmacOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKSteamOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Cryptography/KPKTimeOTPGenerator.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Format/KPKFormat.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDB/KPKKdbUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKKdbxUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KDBX/KPKXmlTreeWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKArchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamReader.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKDataStreamWriter.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKTree+Serializing.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/IO/KPKUnarchiver.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKAESKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2DKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKArgon2IDKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keyderivation/KPKKeyDerivation.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKCompositeKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKFileKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Keys/KPKPasswordKey.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKArc4RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKChaCha20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKRandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Streams/KPKSalsa20RandomStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKToken.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Token/KPKTokenStream.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKAutotypeNotesSerializer.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKData.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKLegacyHeaderUtility.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKModifiedString.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKNumber.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKPair.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKReferenceBuilder.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKUTIs.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Utilites/KPKXmlUtilities.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/resource_bundle_accessor.m.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/ProtectedString.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/runner.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.xctest/Contents/MacOS/MyPassCorePackageTests"] + description: "Linking ./.build/arm64-apple-macosx/debug/MyPassCorePackageTests.xctest/Contents/MacOS/MyPassCorePackageTests" + args: ["/Library/Developer/CommandLineTools/usr/bin/swiftc","-L","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug","-o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.xctest/Contents/MacOS/MyPassCorePackageTests","-module-name","MyPassCorePackageTests","-Xlinker","-no_warn_duplicate_libraries","-Xlinker","-bundle","-Xlinker","-rpath","-Xlinker","@loader_path/../../../","@/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.product/Objects.LinkFileList","-Xlinker","-rpath","-Xlinker","/Library/Developer/CommandLineTools/usr/lib/swift-6.2/macosx","-target","arm64-apple-macosx14.0","-Xlinker","-add_ast_path","-Xlinker","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule","-Xlinker","-add_ast_path","-Xlinker","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCorePackageTests.swiftmodule","-Xlinker","-add_ast_path","-Xlinker","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule","-I","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-L","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-plugin-path","/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing","-sdk","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-g"] + + "C.MyPassCoreTests-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/ProtectedStringTests.swift","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt","","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCore.swiftmodule","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources"] + outputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/ProtectedStringTests.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/resource_bundle_accessor.swift.o","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule"] + description: "Compiling Swift Module 'MyPassCoreTests' (2 sources)" + args: ["/Library/Developer/CommandLineTools/usr/bin/swiftc","-module-name","MyPassCoreTests","-emit-dependencies","-emit-module","-emit-module-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules/MyPassCoreTests.swiftmodule","-output-file-map","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources","-I","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-Xfrontend","-enable-cross-import-overlays","-j12","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE","-Xcc","-fmodule-map-file=/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit/module.modulemap","-Xcc","-I","-Xcc","/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit/KeePassKit","-module-cache-path","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-swift-version","5","-I","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-L","/Library/Developer/CommandLineTools/Library/Developer/Frameworks","-plugin-path","/Library/Developer/CommandLineTools/usr/lib/swift/host/plugins/testing","-sdk","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-g","-Xcc","-isysroot","-Xcc","/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk","-Xcc","-fPIC","-Xcc","-g","-package-name","mypasscore"] + + "KeePassKit-arm64-apple-macosx-debug.module-resources": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings","/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist"] + outputs: [""] + + "MyPassCoreTests-arm64-apple-macosx-debug.module-resources": + tool: phony + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore_MyPassCoreTests.bundle/Fixtures/"] + outputs: [""] + + "PackageStructure": + tool: package-structure-tool + inputs: ["/Users/kriss/Dev/local/MyPass/MyPassCore/Sources/MyPassCore/","/Users/kriss/Dev/local/MyPass/MyPassCore/Tests/MyPassCoreTests/","/Users/kriss/Dev/local/MyPass/MyPassCore/Package.swift","/Users/kriss/Dev/local/MyPass/MyPassCore/Package.resolved"] + outputs: [""] + description: "Planning build" + allow-missing-inputs: true + diff --git a/MyPassCore/.build/workspace-state.json b/MyPassCore/.build/workspace-state.json new file mode 100644 index 0000000..7d889f1 --- /dev/null +++ b/MyPassCore/.build/workspace-state.json @@ -0,0 +1,27 @@ +{ + "object" : { + "artifacts" : [ + + ], + "dependencies" : [ + { + "basedOn" : null, + "packageRef" : { + "identity" : "keepasskit", + "kind" : "fileSystem", + "location" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit", + "name" : "KeePassKit" + }, + "state" : { + "name" : "fileSystem", + "path" : "/Users/kriss/Dev/local/MyPass/Vendor/KeePassKit" + }, + "subpath" : "keepasskit" + } + ], + "prebuilts" : [ + + ] + }, + "version" : 7 +} \ No newline at end of file diff --git a/MyPassCore/Sources/MyPassCore/Session/VaultSession.swift b/MyPassCore/Sources/MyPassCore/Session/VaultSession.swift new file mode 100644 index 0000000..f456ebd --- /dev/null +++ b/MyPassCore/Sources/MyPassCore/Session/VaultSession.swift @@ -0,0 +1,92 @@ +import Foundation +import Combine + +@MainActor +public final class VaultSession: ObservableObject { + @Published public private(set) var database: KDBXDatabase? + @Published public private(set) var isLocked: Bool = true + + private var document: KDBXDocument? + private var masterPassword: String = "" + + public init() {} + + public func unlock(url: URL, password: String) throws { + let doc = KDBXDocument(url: url) + let db = try doc.read(password: password) + document = doc + database = db + masterPassword = password + isLocked = false + } + + public func lock() { + masterPassword = "" + database = nil + document = nil + isLocked = true + } + + public func save() throws { + guard let db = database, let doc = document, !masterPassword.isEmpty else { return } + try doc.write(db, password: masterPassword) + } + + // MARK: Entry CRUD + + public func addEntry(_ entry: Entry, toGroupId groupId: UUID) throws { + guard var db = database else { return } + mutateGroup(id: groupId, in: &db.root) { $0.entries.append(entry) } + database = db + try save() + } + + public func updateEntry(_ entry: Entry) throws { + guard var db = database else { return } + updateEntryInTree(entry, in: &db.root) + database = db + try save() + } + + public func deleteEntry(id entryId: UUID, fromGroupId groupId: UUID) throws { + guard var db = database else { return } + mutateGroup(id: groupId, in: &db.root) { $0.entries.removeAll { $0.id == entryId } } + database = db + try save() + } + + // MARK: Search + + public func allEntries() -> [Entry] { + guard let db = database else { return [] } + return flatEntries(in: db.root) + } + + // MARK: Helpers + + private func mutateGroup(id: UUID, in group: inout Group, _ mutation: (inout Group) -> Void) { + if group.id == id { + mutation(&group) + return + } + for i in group.subgroups.indices { + mutateGroup(id: id, in: &group.subgroups[i], mutation) + } + } + + private func updateEntryInTree(_ entry: Entry, in group: inout Group) { + if let idx = group.entries.firstIndex(where: { $0.id == entry.id }) { + var updated = entry + updated.modificationDate = Date() + group.entries[idx] = updated + return + } + for i in group.subgroups.indices { + updateEntryInTree(entry, in: &group.subgroups[i]) + } + } + + private func flatEntries(in group: Group) -> [Entry] { + group.entries + group.subgroups.flatMap { flatEntries(in: $0) } + } +}